Update dependency eslint-import-resolver-typescript to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-import-resolver-typescript | devDependencies | major | 3.9.1 -> 4.0.0 |
Release Notes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.0.0
Major Changes
-
#368
2fd7c2e
Thanks @JounQin! - feat!: rewrite, speed up by usingrspack-resolver
which supportsreferences
natively under the hoodBREAKING CHANGES:
- drop Node 14 support, Node
^16.17.0 || >=18.6
is now required -
alwaysTryTypes
is enabled by default, you can set it asfalse
to opt-out - array type of
project
is discouraged but still supported, singleproject
withreferences
are encouraged for better performance, you can enablenoWarnOnMultipleProjects
option to supress the warning message - root
tsconfig.json
orjsconfig.json
will be used automatically if noproject
provided
- drop Node 14 support, Node
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.