Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent c12d740 commit 801e2eb
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@types/node": "18.19.37",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@typescript-eslint/eslint-plugin": "8.12.1",
"@typescript-eslint/parser": "8.12.1",
"@vitejs/plugin-vue": "5.0.5",
"@vitest/coverage-v8": "1.6.0",
"@vue/test-utils": "2.4.6",
Expand Down
124 changes: 120 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3218,8 +3218,8 @@ __metadata:
"@tailwindcss/forms": "npm:0.5.7"
"@types/lodash-es": "npm:^4.17.9"
"@types/node": "npm:18.19.37"
"@typescript-eslint/eslint-plugin": "npm:7.13.1"
"@typescript-eslint/parser": "npm:7.13.1"
"@typescript-eslint/eslint-plugin": "npm:8.12.1"
"@typescript-eslint/parser": "npm:8.12.1"
"@vitejs/plugin-vue": "npm:5.0.5"
"@vitest/coverage-v8": "npm:1.6.0"
"@vue/apollo-composable": "npm:^4.0.0-beta.11"
Expand Down Expand Up @@ -4576,7 +4576,30 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:7.13.1, @typescript-eslint/eslint-plugin@npm:^7.13.0":
"@typescript-eslint/eslint-plugin@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/eslint-plugin@npm:8.12.1"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.12.1"
"@typescript-eslint/type-utils": "npm:8.12.1"
"@typescript-eslint/utils": "npm:8.12.1"
"@typescript-eslint/visitor-keys": "npm:8.12.1"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/78d3e21ddb1be86b2c17520be58af59593e35b190e4a03dacc61074c5adb48f1d2e2b2b771e230754b7e1cefce3b983e72a954dfbd979b9e11469add3013d246
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^7.13.0":
version: 7.13.1
resolution: "@typescript-eslint/eslint-plugin@npm:7.13.1"
dependencies:
Expand All @@ -4599,7 +4622,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:7.13.1, @typescript-eslint/parser@npm:^7.13.0":
"@typescript-eslint/parser@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/parser@npm:8.12.1"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.12.1"
"@typescript-eslint/types": "npm:8.12.1"
"@typescript-eslint/typescript-estree": "npm:8.12.1"
"@typescript-eslint/visitor-keys": "npm:8.12.1"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/3fab164caed034b0138ea6cb564071a63a656809735cb3094f76f727b17d53b7aeb4635dc9daae108ddde8f09aa22c7eb0b5c398179dab1adb678e3c81ea1a50
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.13.0":
version: 7.13.1
resolution: "@typescript-eslint/parser@npm:7.13.1"
dependencies:
Expand Down Expand Up @@ -4637,6 +4678,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/scope-manager@npm:8.12.1"
dependencies:
"@typescript-eslint/types": "npm:8.12.1"
"@typescript-eslint/visitor-keys": "npm:8.12.1"
checksum: 10/8541b8197d39c4f31e2f1a08cdea4d71f384be1d1bce89f80e6772b165734c3f380d9579925c0df9dc1e2addca2a8d41ac5c31203f555a200195dae0c0c24353
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/type-utils@npm:7.13.1"
Expand All @@ -4654,6 +4705,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/type-utils@npm:8.12.1"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.12.1"
"@typescript-eslint/utils": "npm:8.12.1"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/06463625558c077f185b17ba3b46c93f8d9e08a22d2d57cf245065617050507d0a2dc46c575924560f1b7b25f974ea5af4637981a6c6c13019689387bdaa18a7
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/types@npm:5.62.0"
Expand All @@ -4668,6 +4734,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/types@npm:8.12.1"
checksum: 10/c7c8e711bf81a2598438229b84d9f18094070a8ed75da304aa58192140c6b718e9c2a4c9f3a78f453540ddd09c437e2663856b98fee083d801974bb5a4751d2e
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
Expand Down Expand Up @@ -4705,6 +4778,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/typescript-estree@npm:8.12.1"
dependencies:
"@typescript-eslint/types": "npm:8.12.1"
"@typescript-eslint/visitor-keys": "npm:8.12.1"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/6cc809b4467b879d28a1d21f43b8b42ab4ba1447bc1e7222b6fc20d8791ec537dee48bb306dc08fe392137087ed3ca0083015ff5a3a17c8d00cf5071d6022da2
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.13.1, @typescript-eslint/utils@npm:^6.13.0 || ^7.0.0, @typescript-eslint/utils@npm:^7.4.0, @typescript-eslint/utils@npm:^7.7.1, @typescript-eslint/utils@npm:^7.8.0":
version: 7.13.1
resolution: "@typescript-eslint/utils@npm:7.13.1"
Expand All @@ -4719,6 +4811,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/utils@npm:8.12.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.12.1"
"@typescript-eslint/types": "npm:8.12.1"
"@typescript-eslint/typescript-estree": "npm:8.12.1"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
checksum: 10/8450df39977fd1e0ecab83d5405f483487de4470d5b772dd659d05559cf15be2e4cbb21b5a6db3567f44fcf1e19842aa06f7438bdd9516ba703d9ce018058839
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/utils@npm:5.62.0"
Expand Down Expand Up @@ -4757,6 +4863,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.12.1":
version: 8.12.1
resolution: "@typescript-eslint/visitor-keys@npm:8.12.1"
dependencies:
"@typescript-eslint/types": "npm:8.12.1"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 10/29b50a54c033638b4a93410b20133c84690774ecbfcb6804450165cbafa5bc1149ced55e927a72a05b40f2f4914c8bc89fc559589ac2329a2d2cf0fc2ff89fe6
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.0.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down

0 comments on commit 801e2eb

Please sign in to comment.