Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.31.1 to 8.33.0 in /modules/web #10203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"@types/node": "22.15.3",
"@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/eslint-plugin": "8.33.0",
"@typescript-eslint/parser": "8.31.1",
"codelyzer": "6.0.2",
"concurrently": "9.1.2",
Expand Down
152 changes: 123 additions & 29 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4084,7 +4084,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
"@eslint-community/eslint-utils@npm:^4.2.0":
version: 4.4.0
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
dependencies:
Expand All @@ -4095,6 +4095,17 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.7.0":
version: 4.7.0
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
dependencies:
eslint-visitor-keys: ^3.4.3
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: b177e3b75c0b8d0e5d71f1c532edb7e40b31313db61f0c879f9bf19c3abb2783c6c372b5deb2396dab4432f2946b9972122ac682e77010376c029dfd0149c681
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
version: 4.10.0
resolution: "@eslint-community/regexpp@npm:4.10.0"
Expand Down Expand Up @@ -7338,24 +7349,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:8.31.1":
version: 8.31.1
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.1"
"@typescript-eslint/eslint-plugin@npm:8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.33.0"
dependencies:
"@eslint-community/regexpp": ^4.10.0
"@typescript-eslint/scope-manager": 8.31.1
"@typescript-eslint/type-utils": 8.31.1
"@typescript-eslint/utils": 8.31.1
"@typescript-eslint/visitor-keys": 8.31.1
"@typescript-eslint/scope-manager": 8.33.0
"@typescript-eslint/type-utils": 8.33.0
"@typescript-eslint/utils": 8.33.0
"@typescript-eslint/visitor-keys": 8.33.0
graphemer: ^1.4.0
ignore: ^5.3.1
ignore: ^7.0.0
natural-compare: ^1.4.0
ts-api-utils: ^2.0.1
ts-api-utils: ^2.1.0
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
"@typescript-eslint/parser": ^8.33.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: 0f822ae63e64ad518ade8758b5defd4e0081be7851fb723a5c948138223a5a9d04da5d362e9a7232e2255a885fcca7b16c11d282a86e9477552ad7732b28afbd
checksum: d9d009e6446a6f1a239564dc06d453faef58d5e8f64c2771152f6fd3ac061caad2ba10c59f7d3921f37209a23670ebf8741c6917092c3b366d2404bbd304dd1f
languageName: node
linkType: hard

Expand Down Expand Up @@ -7386,6 +7397,17 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/project-service@npm:8.33.0"
dependencies:
"@typescript-eslint/tsconfig-utils": ^8.33.0
"@typescript-eslint/types": ^8.33.0
debug: ^4.3.4
checksum: efb90f2fea9d6e0af9eeec34161002862e1f8a7a63dcecac4d57d81fa80319da06f0a34ad897ea72d66e975af8076026f16e1a7b111a46c2a0d49f0401794058
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
Expand All @@ -7406,18 +7428,37 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.31.1":
version: 8.31.1
resolution: "@typescript-eslint/type-utils@npm:8.31.1"
"@typescript-eslint/scope-manager@npm:8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/scope-manager@npm:8.33.0"
dependencies:
"@typescript-eslint/typescript-estree": 8.31.1
"@typescript-eslint/utils": 8.31.1
"@typescript-eslint/types": 8.33.0
"@typescript-eslint/visitor-keys": 8.33.0
checksum: e5a82f102a9e9671bcbc64493e1f0788cc251c40516c12cb904ab5b9aa36b62c3c86b9e2ee2b1f267591764bddd1c6744d3b1144b84da9cbb71e9f879f068519
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.33.0, @typescript-eslint/tsconfig-utils@npm:^8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/tsconfig-utils@npm:8.33.0"
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: 5bb139be996a16f65c012c083e4c0dc2ddafd1295940203e6c2a1ac9fa0718b1a91f74354f162d3d9614b013e062863414d4478c57ffbf78dfd7cb4f5701abde
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/type-utils@npm:8.33.0"
dependencies:
"@typescript-eslint/typescript-estree": 8.33.0
"@typescript-eslint/utils": 8.33.0
debug: ^4.3.4
ts-api-utils: ^2.0.1
ts-api-utils: ^2.1.0
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: de8b4480540236048dd9d0d3efcac88f15b4605b6a6513640375a9b0a0f49a3ef13b85e23cd2ee50451eaca57c0a6d7cf5359cfca645b73f99aa1ee6e9940bd7
checksum: edd6bb629f40b9435306e192e9826c216806c4f4335d85c0fa052860220468100bacc0f10b158713bd8b620e3eea656a2b9fa19ed5bd8164e985bf977a2fa401
languageName: node
linkType: hard

Expand All @@ -7435,6 +7476,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.33.0, @typescript-eslint/types@npm:^8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/types@npm:8.33.0"
checksum: 3fa8c4598960c93e4f002d0d62c39072617b58808af88237b87d26a506576fd33cf5822505128575cf3c817257d7ee08a696f015369f6958303c2e73a1c83fc5
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 @@ -7471,6 +7519,26 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/typescript-estree@npm:8.33.0"
dependencies:
"@typescript-eslint/project-service": 8.33.0
"@typescript-eslint/tsconfig-utils": 8.33.0
"@typescript-eslint/types": 8.33.0
"@typescript-eslint/visitor-keys": 8.33.0
debug: ^4.3.4
fast-glob: ^3.3.2
is-glob: ^4.0.3
minimatch: ^9.0.4
semver: ^7.6.0
ts-api-utils: ^2.1.0
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: 365de7456d593c4728f81e01c318b76f7e954246c4703e01a27532e756a2854d859ccbf13562bcadba34f02ed202cd04dd88ea841b9e38a8a70ce4bc9e5fc731
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/utils@npm:5.62.0"
Expand All @@ -7489,18 +7557,18 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.31.1":
version: 8.31.1
resolution: "@typescript-eslint/utils@npm:8.31.1"
"@typescript-eslint/utils@npm:8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/utils@npm:8.33.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@typescript-eslint/scope-manager": 8.31.1
"@typescript-eslint/types": 8.31.1
"@typescript-eslint/typescript-estree": 8.31.1
"@eslint-community/eslint-utils": ^4.7.0
"@typescript-eslint/scope-manager": 8.33.0
"@typescript-eslint/types": 8.33.0
"@typescript-eslint/typescript-estree": 8.33.0
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: 536730f555555fcf27d16771704d0b29236d9fa4e45ead28218d04ea6e6d21fe577e50f7044fc97765b36d553a3c4240f034af065616a5363fdd0ffdad00e46f
checksum: e654ceac6afaada23a6841c23da848db89bb1980f96af900cdd5f14805508ed7c012bdd3747c8ce038d0f2747db4ea71e9a3165d3e2745fad61a09c224a419ce
languageName: node
linkType: hard

Expand All @@ -7524,6 +7592,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.33.0":
version: 8.33.0
resolution: "@typescript-eslint/visitor-keys@npm:8.33.0"
dependencies:
"@typescript-eslint/types": 8.33.0
eslint-visitor-keys: ^4.2.0
checksum: c92eacedd97c9baa742e747d5ff7251616456621fcbb5ebf09a1981718778fbdb30a19dbe36e75af437780345bd0617ebcb5ff57b458a442a60b5d5430f8f836
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down Expand Up @@ -13353,13 +13431,20 @@ __metadata:
languageName: node
linkType: hard

"ignore@npm:^5.1.1, ignore@npm:^5.1.2, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
"ignore@npm:^5.1.1, ignore@npm:^5.1.2, ignore@npm:^5.2.0, ignore@npm:^5.2.4":
version: 5.3.1
resolution: "ignore@npm:5.3.1"
checksum: 71d7bb4c1dbe020f915fd881108cbe85a0db3d636a0ea3ba911393c53946711d13a9b1143c7e70db06d571a5822c0a324a6bcde5c9904e7ca5047f01f1bf8cd3
languageName: node
linkType: hard

"ignore@npm:^7.0.0":
version: 7.0.4
resolution: "ignore@npm:7.0.4"
checksum: 09b4d69192355ac066f7d99c0fdb26f52035d2eaae423bfb5f7389091d75a93bf9c105e1fbf51f557098f6d446726f29a63cef3a7d26722dc696dd345224719b
languageName: node
linkType: hard

"ignore@npm:^7.0.3":
version: 7.0.3
resolution: "ignore@npm:7.0.3"
Expand Down Expand Up @@ -14998,7 +15083,7 @@ __metadata:
"@types/js-yaml": 4.0.9
"@types/lodash-es": 4.17.12
"@types/node": 22.15.3
"@typescript-eslint/eslint-plugin": 8.31.1
"@typescript-eslint/eslint-plugin": 8.33.0
"@typescript-eslint/parser": 8.31.1
ace-builds: 1.41.0
codelyzer: 6.0.2
Expand Down Expand Up @@ -20025,6 +20110,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.1.0":
version: 2.1.0
resolution: "ts-api-utils@npm:2.1.0"
peerDependencies:
typescript: ">=4.8.4"
checksum: 5b1ef89105654d93d67582308bd8dfe4bbf6874fccbcaa729b08fbb00a940fd4c691ca6d0d2b18c3c70878d9a7e503421b7cc473dbc3d0d54258b86401d4b15d
languageName: node
linkType: hard

"ts-interface-checker@npm:^0.1.9":
version: 0.1.13
resolution: "ts-interface-checker@npm:0.1.13"
Expand Down
Loading