Skip to content

Commit 3b0edff

Browse files
chore: release eslint-import-resolver-typescript (#392)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 490ca12 commit 3b0edff

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/silent-cows-drive.md

-13
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [#391](https://github.com/import-js/eslint-import-resolver-typescript/pull/391) [`c8121e5`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c8121e5eb4ce25a79396ae75df16d35fc67acbc6) Thanks [@JounQin](https://github.com/JounQin)! - feat: make `is-bun-module` as optional peer dependency
8+
9+
Technically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects `bun` users, `bun --bun eslint` even works without this dependency, so I'd consider this as a minor change.
10+
11+
So for `bun` users, there are three options:
12+
13+
1. install `is-bun-module` dependency manually and use `bun: true` option
14+
2. run `eslint` with `bun --bun eslint` w/o `bun: true` option
15+
3. enable `run#bun` in [`bunfig.toml`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun) w/o `bun: true` option
16+
317
## 4.1.1
418

519
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"type": "module",
55
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66
"repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",

0 commit comments

Comments
 (0)