Skip to content

Commit 19205f5

Browse files
chore: release eslint-import-resolver-typescript (#385)
1 parent 2fd7c2e commit 19205f5

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

Diff for: .changeset/friendly-weeks-act.md

-12
This file was deleted.

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#368](https://github.com/import-js/eslint-import-resolver-typescript/pull/368) [`2fd7c2e`](https://github.com/import-js/eslint-import-resolver-typescript/commit/2fd7c2ea63f30c9990e19a52dbd07fd8131558e9) Thanks [@JounQin](https://github.com/JounQin)! - feat!: rewrite, speed up by using [`rspack-resolver`](https://github.com/unrs/rspack-resolver) which supports `references` natively under the hood
8+
9+
BREAKING CHANGES:
10+
11+
- drop Node 14 support, Node `^16.17.0 || >=18.6` is now required
12+
- `alwaysTryTypes` is enabled by default, you can set it as `false` to opt-out
13+
- array type of `project` is discouraged but still supported, single `project` with `references` are encouraged for better performance, you can enable `noWarnOnMultipleProjects` option to supress the warning message
14+
- root `tsconfig.json` or `jsconfig.json` will be used automatically if no `project` provided
15+
316
## 3.9.1
417

518
### Patch Changes

Diff for: 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": "3.9.1",
3+
"version": "4.0.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)