From 02f579ba694cde9901c0c1a8225a3c11fed0059c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:43:17 +0000 Subject: [PATCH 1/2] chore: release eslint-import-resolver-typescript --- .changeset/stupid-paths-rest.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/stupid-paths-rest.md diff --git a/.changeset/stupid-paths-rest.md b/.changeset/stupid-paths-rest.md deleted file mode 100644 index c1f2a70..0000000 --- a/.changeset/stupid-paths-rest.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: don't resolve not implemented node modules in `bun` - -`is-bun-module` is marked as `dependency`, again, for correctness diff --git a/CHANGELOG.md b/CHANGELOG.md index 238f62a..b89fb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.3 + +### Patch Changes + +- [#402](https://github.com/import-js/eslint-import-resolver-typescript/pull/402) [`f21bf15`](https://github.com/import-js/eslint-import-resolver-typescript/commit/f21bf152311cdaa85bdf390bba2824c56cb111da) Thanks [@SunsetTechuila](https://github.com/SunsetTechuila)! - fix: don't resolve not implemented node modules in `bun` + + `is-bun-module` is marked as `dependency`, again, for correctness + ## 4.2.2 ### Patch Changes diff --git a/package.json b/package.json index 6b3f5e1..acab812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.2", + "version": "4.2.3", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript", From 9b700b12b418bb400eec02eb944572d885588a33 Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 25 Mar 2025 17:38:58 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89fb8b..abd1dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ - [#402](https://github.com/import-js/eslint-import-resolver-typescript/pull/402) [`f21bf15`](https://github.com/import-js/eslint-import-resolver-typescript/commit/f21bf152311cdaa85bdf390bba2824c56cb111da) Thanks [@SunsetTechuila](https://github.com/SunsetTechuila)! - fix: don't resolve not implemented node modules in `bun` - `is-bun-module` is marked as `dependency`, again, for correctness + `is-bun-module` is marked as `dependency`, again, for correctness, see [`isBunImplementedNodeModule`](https://github.com/SunsetTechuila/is-bun-module#isbunimplementednodemodulemodulename-bunversion) for more details + + For `Bun` users: you don't need to install `is-bun-module` any more but `bun: true` option is still required if you're running without `bun --bun` nor [`run#bun`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun) enabled ## 4.2.2