fix(deps): update dependency eslint-import-resolver-typescript to v4
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint-import-resolver-typescript | ^3.8.3 -> ^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
v3.9.1
Patch Changes
-
#382
4a9176e
Thanks @JounQin! - fix: userspack-resolver
fork for pnp support
v3.9.0
Minor Changes
v3.8.7
Patch Changes
-
#377
a14fdd9
Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute paths
v3.8.6
Patch Changes
v3.8.5
Patch Changes
-
#372
366eeaf
Thanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.
v3.8.4
Patch Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.