Skip to content

Commit af0ab65

Browse files
chore(deps): update dependency eslint-import-resolver-typescript to v4 (main) (#7090)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-import-resolver-typescript](https://redirect.github.com/import-js/eslint-import-resolver-typescript) | [`^3.6.3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/3.9.1/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-import-resolver-typescript/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-import-resolver-typescript/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-import-resolver-typescript/3.9.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-import-resolver-typescript/3.9.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)</summary> ### [`v4.0.0`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.9.1...v4.0.0) ##### Major Changes - [#&#8203;368](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/368) [`2fd7c2e`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/2fd7c2ea63f30c9990e19a52dbd07fd8131558e9) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - feat!: rewrite, speed up by using [`rspack-resolver`](https://redirect.github.com/unrs/rspack-resolver) which supports `references` natively under the hood BREAKING CHANGES: - drop Node 14 support, Node `^16.17.0 || >=18.6` is now required - `alwaysTryTypes` is enabled by default, you can set it as `false` to opt-out - 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 - root `tsconfig.json` or `jsconfig.json` will be used automatically if no `project` provided </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb7dddc commit af0ab65

File tree

4 files changed

+15
-34
lines changed

4 files changed

+15
-34
lines changed

examples/react-router-ts/package-lock.json

Lines changed: 6 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react": "^19.0.1",
2828
"@types/react-dom": "^19.0.2",
2929
"eslint": "^9.15.0",
30-
"eslint-import-resolver-typescript": "^3.6.3",
30+
"eslint-import-resolver-typescript": "^4.0.0",
3131
"eslint-plugin-import": "^2.31.0",
3232
"eslint-plugin-jsx-a11y": "^6.10.2",
3333
"eslint-plugin-react": "^7.37.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"documentation": "14.0.3",
8080
"eslint": "^9.11.1",
8181
"eslint-config-prettier": "^10.0.0",
82-
"eslint-import-resolver-typescript": "^3.6.3",
82+
"eslint-import-resolver-typescript": "^4.0.0",
8383
"eslint-plugin-import": "^2.31.0",
8484
"eslint-plugin-no-only-tests": "^3.3.0",
8585
"eslint-plugin-prettier": "^5.2.1",

yarn.lock

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,13 +3522,6 @@ __metadata:
35223522
languageName: node
35233523
linkType: hard
35243524

3525-
"@nolyfill/is-core-module@npm:1.0.39":
3526-
version: 1.0.39
3527-
resolution: "@nolyfill/is-core-module@npm:1.0.39"
3528-
checksum: 10c0/34ab85fdc2e0250879518841f74a30c276bca4f6c3e13526d2d1fe515e1adf6d46c25fcd5989d22ea056d76f7c39210945180b4859fc83b050e2da411aa86289
3529-
languageName: node
3530-
linkType: hard
3531-
35323525
"@npmcli/agent@npm:^2.0.0":
35333526
version: 2.2.0
35343527
resolution: "@npmcli/agent@npm:2.2.0"
@@ -11452,15 +11445,14 @@ __metadata:
1145211445
languageName: node
1145311446
linkType: hard
1145411447

11455-
"eslint-import-resolver-typescript@npm:^3.6.3":
11456-
version: 3.9.1
11457-
resolution: "eslint-import-resolver-typescript@npm:3.9.1"
11448+
"eslint-import-resolver-typescript@npm:^4.0.0":
11449+
version: 4.0.0
11450+
resolution: "eslint-import-resolver-typescript@npm:4.0.0"
1145811451
dependencies:
11459-
"@nolyfill/is-core-module": "npm:1.0.39"
1146011452
debug: "npm:^4.4.0"
1146111453
get-tsconfig: "npm:^4.10.0"
1146211454
is-bun-module: "npm:^1.3.0"
11463-
rspack-resolver: "npm:^1.1.0"
11455+
rspack-resolver: "npm:^1.1.2"
1146411456
stable-hash: "npm:^0.0.5"
1146511457
tinyglobby: "npm:^0.2.12"
1146611458
peerDependencies:
@@ -11472,7 +11464,7 @@ __metadata:
1147211464
optional: true
1147311465
eslint-plugin-import-x:
1147411466
optional: true
11475-
checksum: 10c0/6bcc5d74719dc51e20602c5b3a30ca5682dd6db4a5828697cf1485b19dd3aef4dff7cb1f434da48df26a35d9c362e834d4ea1adc1218d77dfd84cf6ce65f4662
11467+
checksum: 10c0/51ef239645a1be31cee66206590c7dddbf95a47885a497b4511474fcc4a139a5bc636776ca12391b8d14ddf2fe0a2e0ea4b27172670ab337df13f17e8c3b9ad6
1147611468
languageName: node
1147711469
linkType: hard
1147811470

@@ -21512,7 +21504,7 @@ __metadata:
2151221504
languageName: node
2151321505
linkType: hard
2151421506

21515-
"rspack-resolver@npm:^1.1.0":
21507+
"rspack-resolver@npm:^1.1.2":
2151621508
version: 1.1.2
2151721509
resolution: "rspack-resolver@npm:1.1.2"
2151821510
dependencies:
@@ -23770,7 +23762,7 @@ __metadata:
2377023762
documentation: "npm:14.0.3"
2377123763
eslint: "npm:^9.11.1"
2377223764
eslint-config-prettier: "npm:^10.0.0"
23773-
eslint-import-resolver-typescript: "npm:^3.6.3"
23765+
eslint-import-resolver-typescript: "npm:^4.0.0"
2377423766
eslint-plugin-import: "npm:^2.31.0"
2377523767
eslint-plugin-no-only-tests: "npm:^3.3.0"
2377623768
eslint-plugin-prettier: "npm:^5.2.1"

0 commit comments

Comments
 (0)