Skip to content

Commit 8d8cc00

Browse files
⬆️ Update typescript-eslint monorepo to ^8.12.0 (#5377)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/utils](https://typescript-eslint.io/packages/utils) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils)) | [`^8.11.0` -> `^8.12.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2futils/8.11.0/8.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2futils/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2futils/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2futils/8.11.0/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2futils/8.11.0/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`^8.11.0` -> `^8.12.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.11.0/8.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript-eslint/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript-eslint/8.11.0/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.11.0/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/utils)</summary> ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) ##### 🚀 Features - **typescript-eslint:** improve undefined extension handling ([#&#8203;10177](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10177)) ##### ❤️ Thank You - Maxim Stykow [@&#8203;mstykow](https://redirect.github.com/mstykow) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c1e782 commit 8d8cc00

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"@changesets/cli": "^2.27.9",
3030
"@eslint/js": "^9.13.0",
3131
"@fast-check/packaged": "*",
32-
"@typescript-eslint/utils": "^8.11.0",
32+
"@typescript-eslint/utils": "^8.12.0",
3333
"all-contributors-cli": "^6.26.1",
3434
"eslint": "^9.13.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"globals": "^15.11.0",
3737
"prettier": "3.3.3",
3838
"publint": "^0.2.12",
3939
"typescript": "~5.6.3",
40-
"typescript-eslint": "^8.11.0"
40+
"typescript-eslint": "^8.12.0"
4141
}
4242
}

yarn.lock

+59-59
Original file line numberDiff line numberDiff line change
@@ -3051,15 +3051,15 @@ __metadata:
30513051
"@changesets/cli": "npm:^2.27.9"
30523052
"@eslint/js": "npm:^9.13.0"
30533053
"@fast-check/packaged": "npm:*"
3054-
"@typescript-eslint/utils": "npm:^8.11.0"
3054+
"@typescript-eslint/utils": "npm:^8.12.0"
30553055
all-contributors-cli: "npm:^6.26.1"
30563056
eslint: "npm:^9.13.0"
30573057
eslint-config-prettier: "npm:^9.1.0"
30583058
globals: "npm:^15.11.0"
30593059
prettier: "npm:3.3.3"
30603060
publint: "npm:^0.2.12"
30613061
typescript: "npm:~5.6.3"
3062-
typescript-eslint: "npm:^8.11.0"
3062+
typescript-eslint: "npm:^8.12.0"
30633063
languageName: unknown
30643064
linkType: soft
30653065

@@ -5860,15 +5860,15 @@ __metadata:
58605860
languageName: node
58615861
linkType: hard
58625862

5863-
"@typescript-eslint/eslint-plugin@npm:8.11.0":
5864-
version: 8.11.0
5865-
resolution: "@typescript-eslint/eslint-plugin@npm:8.11.0"
5863+
"@typescript-eslint/eslint-plugin@npm:8.12.0":
5864+
version: 8.12.0
5865+
resolution: "@typescript-eslint/eslint-plugin@npm:8.12.0"
58665866
dependencies:
58675867
"@eslint-community/regexpp": "npm:^4.10.0"
5868-
"@typescript-eslint/scope-manager": "npm:8.11.0"
5869-
"@typescript-eslint/type-utils": "npm:8.11.0"
5870-
"@typescript-eslint/utils": "npm:8.11.0"
5871-
"@typescript-eslint/visitor-keys": "npm:8.11.0"
5868+
"@typescript-eslint/scope-manager": "npm:8.12.0"
5869+
"@typescript-eslint/type-utils": "npm:8.12.0"
5870+
"@typescript-eslint/utils": "npm:8.12.0"
5871+
"@typescript-eslint/visitor-keys": "npm:8.12.0"
58725872
graphemer: "npm:^1.4.0"
58735873
ignore: "npm:^5.3.1"
58745874
natural-compare: "npm:^1.4.0"
@@ -5879,66 +5879,66 @@ __metadata:
58795879
peerDependenciesMeta:
58805880
typescript:
58815881
optional: true
5882-
checksum: 10c0/be509f7bb0c0c596801059b06995a81a1c326cc6ac31d96a32f7b6b7d7b495f9bad4dc442aa6e923d22515e62c668d3c14695c68bd6e0be1d4bf72158b7fd2d6
5882+
checksum: 10c0/b2e8b9a5e4c8f27684ce34136d85ed9c199e412f1e66e22ad80a80190366dae7f087377931b04836bd87fe155ffd0b23e4a92e3da9aed8bfa74d50b3f198737c
58835883
languageName: node
58845884
linkType: hard
58855885

5886-
"@typescript-eslint/parser@npm:8.11.0":
5887-
version: 8.11.0
5888-
resolution: "@typescript-eslint/parser@npm:8.11.0"
5886+
"@typescript-eslint/parser@npm:8.12.0":
5887+
version: 8.12.0
5888+
resolution: "@typescript-eslint/parser@npm:8.12.0"
58895889
dependencies:
5890-
"@typescript-eslint/scope-manager": "npm:8.11.0"
5891-
"@typescript-eslint/types": "npm:8.11.0"
5892-
"@typescript-eslint/typescript-estree": "npm:8.11.0"
5893-
"@typescript-eslint/visitor-keys": "npm:8.11.0"
5890+
"@typescript-eslint/scope-manager": "npm:8.12.0"
5891+
"@typescript-eslint/types": "npm:8.12.0"
5892+
"@typescript-eslint/typescript-estree": "npm:8.12.0"
5893+
"@typescript-eslint/visitor-keys": "npm:8.12.0"
58945894
debug: "npm:^4.3.4"
58955895
peerDependencies:
58965896
eslint: ^8.57.0 || ^9.0.0
58975897
peerDependenciesMeta:
58985898
typescript:
58995899
optional: true
5900-
checksum: 10c0/e83f239fec60697083e5dcb1c8948340e783ea6e043fe9a65d557faef8882963b09d69aacd736eb8ab18a768769a7bbfc3de0f1251d4bba080613541acb0741c
5900+
checksum: 10c0/269f5259b1bdbdfa141cc4d41224484433817f9bed3509fc5bf791a165b68058339c330faf7f06cdbf4cf5c629c73636e6dbb3355ce08b773b874f7d4a4dc405
59015901
languageName: node
59025902
linkType: hard
59035903

5904-
"@typescript-eslint/scope-manager@npm:8.11.0":
5905-
version: 8.11.0
5906-
resolution: "@typescript-eslint/scope-manager@npm:8.11.0"
5904+
"@typescript-eslint/scope-manager@npm:8.12.0":
5905+
version: 8.12.0
5906+
resolution: "@typescript-eslint/scope-manager@npm:8.12.0"
59075907
dependencies:
5908-
"@typescript-eslint/types": "npm:8.11.0"
5909-
"@typescript-eslint/visitor-keys": "npm:8.11.0"
5910-
checksum: 10c0/0910da62d8ae261711dd9f89d5c7d8e96ff13c50054436256e5a661309229cb49e3b8189c9468d36b6c4d3f7cddd121519ea78f9b18c9b869a808834b079b2ea
5908+
"@typescript-eslint/types": "npm:8.12.0"
5909+
"@typescript-eslint/visitor-keys": "npm:8.12.0"
5910+
checksum: 10c0/32aa16748f3a3855b0d263eb2b90ab59741525d3c482a722c5c42494b833bf33dc93f6b9116f83ebd27ace4855ef7aa997ee433ed145796e6ef8dc7ab2afaaa9
59115911
languageName: node
59125912
linkType: hard
59135913

5914-
"@typescript-eslint/type-utils@npm:8.11.0":
5915-
version: 8.11.0
5916-
resolution: "@typescript-eslint/type-utils@npm:8.11.0"
5914+
"@typescript-eslint/type-utils@npm:8.12.0":
5915+
version: 8.12.0
5916+
resolution: "@typescript-eslint/type-utils@npm:8.12.0"
59175917
dependencies:
5918-
"@typescript-eslint/typescript-estree": "npm:8.11.0"
5919-
"@typescript-eslint/utils": "npm:8.11.0"
5918+
"@typescript-eslint/typescript-estree": "npm:8.12.0"
5919+
"@typescript-eslint/utils": "npm:8.12.0"
59205920
debug: "npm:^4.3.4"
59215921
ts-api-utils: "npm:^1.3.0"
59225922
peerDependenciesMeta:
59235923
typescript:
59245924
optional: true
5925-
checksum: 10c0/b69e31c1599ceeb20c29052a4ddb33a554174a3a4c55ee37d90c9b8250af6ef978a0b9ddbeefef4e83d62c4caea1bfa2d8088527f397bde69fb4ab9b360d794a
5925+
checksum: 10c0/2c4077a2430a647668757a57e5b9f2b2a4b4a3f235dd95aa15103bdac67f0b5ec7e85e289526cd5e79f6696819278c392246f38b24aa4d86da0374f4fb928b13
59265926
languageName: node
59275927
linkType: hard
59285928

5929-
"@typescript-eslint/types@npm:8.11.0":
5930-
version: 8.11.0
5931-
resolution: "@typescript-eslint/types@npm:8.11.0"
5932-
checksum: 10c0/5ccdd3eeee077a6fc8e7f4bc0e0cbc9327b1205a845253ec5c0c6c49ff915e853161df00c24a0ffb4b8ec745d3f153dd0e066400a021c844c026e31121f46699
5929+
"@typescript-eslint/types@npm:8.12.0":
5930+
version: 8.12.0
5931+
resolution: "@typescript-eslint/types@npm:8.12.0"
5932+
checksum: 10c0/d1565e32fbb6441de1f881aa1dba27126d25d4e69f9edc8380f54191c5e3d78991e8a7d3fcf01a94ffbdffb75649ef1657ceca00c973e7cbc72687c441b204ff
59335933
languageName: node
59345934
linkType: hard
59355935

5936-
"@typescript-eslint/typescript-estree@npm:8.11.0":
5937-
version: 8.11.0
5938-
resolution: "@typescript-eslint/typescript-estree@npm:8.11.0"
5936+
"@typescript-eslint/typescript-estree@npm:8.12.0":
5937+
version: 8.12.0
5938+
resolution: "@typescript-eslint/typescript-estree@npm:8.12.0"
59395939
dependencies:
5940-
"@typescript-eslint/types": "npm:8.11.0"
5941-
"@typescript-eslint/visitor-keys": "npm:8.11.0"
5940+
"@typescript-eslint/types": "npm:8.12.0"
5941+
"@typescript-eslint/visitor-keys": "npm:8.12.0"
59425942
debug: "npm:^4.3.4"
59435943
fast-glob: "npm:^3.3.2"
59445944
is-glob: "npm:^4.0.3"
@@ -5948,31 +5948,31 @@ __metadata:
59485948
peerDependenciesMeta:
59495949
typescript:
59505950
optional: true
5951-
checksum: 10c0/b629ad3cd32b005d5c1d67c36958a418f8672efebea869399834f4f201ebf90b942165eebb5c9d9799dcabdc2cc26e5fabb00629f76b158847f42e1a491a75a6
5951+
checksum: 10c0/17e9951fc91c87cafa4ed708e8922fd4e6f55e23796714e1d8848fb1d830cb2085ca6931f4e1e1c71efc9b57f544ca33478cbae086fea09db56520a1c3a69d75
59525952
languageName: node
59535953
linkType: hard
59545954

5955-
"@typescript-eslint/utils@npm:8.11.0, @typescript-eslint/utils@npm:^8.11.0":
5956-
version: 8.11.0
5957-
resolution: "@typescript-eslint/utils@npm:8.11.0"
5955+
"@typescript-eslint/utils@npm:8.12.0, @typescript-eslint/utils@npm:^8.12.0":
5956+
version: 8.12.0
5957+
resolution: "@typescript-eslint/utils@npm:8.12.0"
59585958
dependencies:
59595959
"@eslint-community/eslint-utils": "npm:^4.4.0"
5960-
"@typescript-eslint/scope-manager": "npm:8.11.0"
5961-
"@typescript-eslint/types": "npm:8.11.0"
5962-
"@typescript-eslint/typescript-estree": "npm:8.11.0"
5960+
"@typescript-eslint/scope-manager": "npm:8.12.0"
5961+
"@typescript-eslint/types": "npm:8.12.0"
5962+
"@typescript-eslint/typescript-estree": "npm:8.12.0"
59635963
peerDependencies:
59645964
eslint: ^8.57.0 || ^9.0.0
5965-
checksum: 10c0/bb5bcc8d928a55b22298e76f834ea6a9fe125a9ffeb6ac23bee0258b3ed32f41e281888a3d0be226a05e1011bb3b70e42a71a40366acdefea6779131c46bc522
5965+
checksum: 10c0/b34234b890c4cc2a6e0870b4c992e98563a1311b55e4fcfa6331268c430c3c7b56adeeede9a095decb837edf5f6b5f37da697fab97f8ef66f70e6bbf1aea5e16
59665966
languageName: node
59675967
linkType: hard
59685968

5969-
"@typescript-eslint/visitor-keys@npm:8.11.0":
5970-
version: 8.11.0
5971-
resolution: "@typescript-eslint/visitor-keys@npm:8.11.0"
5969+
"@typescript-eslint/visitor-keys@npm:8.12.0":
5970+
version: 8.12.0
5971+
resolution: "@typescript-eslint/visitor-keys@npm:8.12.0"
59725972
dependencies:
5973-
"@typescript-eslint/types": "npm:8.11.0"
5973+
"@typescript-eslint/types": "npm:8.12.0"
59745974
eslint-visitor-keys: "npm:^3.4.3"
5975-
checksum: 10c0/7a5a49609fdc47e114fe59eee56393c90b122ec8e9520f90b0c5e189635ae1ccfa8e00108f641342c2c8f4637fe9d40c77927cf7c8248a3a660812cb4b7d0c08
5975+
checksum: 10c0/d05a6c3eada99af26840695b71434bf7aa5b50dc99fad64e5862e08ec698c0e53d600eff1049435bf977f243381dda93df884b0243834bfbf4508ed29be246df
59765976
languageName: node
59775977
linkType: hard
59785978

@@ -18982,17 +18982,17 @@ __metadata:
1898218982
languageName: node
1898318983
linkType: hard
1898418984

18985-
"typescript-eslint@npm:^8.11.0":
18986-
version: 8.11.0
18987-
resolution: "typescript-eslint@npm:8.11.0"
18985+
"typescript-eslint@npm:^8.12.0":
18986+
version: 8.12.0
18987+
resolution: "typescript-eslint@npm:8.12.0"
1898818988
dependencies:
18989-
"@typescript-eslint/eslint-plugin": "npm:8.11.0"
18990-
"@typescript-eslint/parser": "npm:8.11.0"
18991-
"@typescript-eslint/utils": "npm:8.11.0"
18989+
"@typescript-eslint/eslint-plugin": "npm:8.12.0"
18990+
"@typescript-eslint/parser": "npm:8.12.0"
18991+
"@typescript-eslint/utils": "npm:8.12.0"
1899218992
peerDependenciesMeta:
1899318993
typescript:
1899418994
optional: true
18995-
checksum: 10c0/8f9b5916c9f47b0cbb26f142d1a266a6aaf33998ec87621252dffb56d8fe0ad01a944f8d8d837e4e6058153a1deee3557527d14fa7bf7ef80a927334529db6bd
18995+
checksum: 10c0/eac7fb02749cf80deab1736fe276a1d122e27781c52829b60ee8fe9d527714134ad7c7e8d491e5b914e11599e4366b46cf3cccedba891333d1cbd90e36f753cb
1899618996
languageName: node
1899718997
linkType: hard
1899818998

0 commit comments

Comments
 (0)