diff --git a/.changeset/stupid-paths-rest.md b/.changeset/stupid-paths-rest.md deleted file mode 100644 index c1f2a703..00000000 --- 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 238f62a8..abd1dc1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 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, 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 ### Patch Changes diff --git a/package.json b/package.json index 6b3f5e12..acab812d 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",