Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.31.1 to 8.36.0 in /modules/web #10250

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 @@ -107,7 +107,7 @@
"@types/lodash-es": "4.17.12",
"@types/node": "22.15.3",
"@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.1",
"@typescript-eslint/parser": "8.36.0",
"codelyzer": "6.0.2",
"concurrently": "9.1.2",
"cypress": "14.2.0",
Expand Down
105 changes: 95 additions & 10 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7370,19 +7370,32 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.31.1":
version: 8.31.1
resolution: "@typescript-eslint/parser@npm:8.31.1"
dependencies:
"@typescript-eslint/scope-manager": 8.31.1
"@typescript-eslint/types": 8.31.1
"@typescript-eslint/typescript-estree": 8.31.1
"@typescript-eslint/visitor-keys": 8.31.1
"@typescript-eslint/parser@npm:8.36.0":
version: 8.36.0
resolution: "@typescript-eslint/parser@npm:8.36.0"
dependencies:
"@typescript-eslint/scope-manager": 8.36.0
"@typescript-eslint/types": 8.36.0
"@typescript-eslint/typescript-estree": 8.36.0
"@typescript-eslint/visitor-keys": 8.36.0
debug: ^4.3.4
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: b056a509806f6762ea8b0e127d5f80b586fa5a6126968f54c3b797015b7762aa83de55e4498c17524e2a3399903d4b5c4776bf414ed2f78b5877590a7958465f
checksum: 12560c00377e66cfbd9c2e6073e10a80c75490f7af20dbfc6fa0685b7a44bd60a84c0ae1fdcba34cca23b7209f3157c046e20815f7c4af0f59a7fefa5c73e67c
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.36.0":
version: 8.36.0
resolution: "@typescript-eslint/project-service@npm:8.36.0"
dependencies:
"@typescript-eslint/tsconfig-utils": ^8.36.0
"@typescript-eslint/types": ^8.36.0
debug: ^4.3.4
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: 60a23703689d2882f1d4026c1ca7a7601adb6ed04ccc7596cbfef07bb2f03dd473f414b1ed8251dceba709002e68a18c5c113ad6b6067f7455f7efcacc1cfdc4
languageName: node
linkType: hard

Expand All @@ -7406,6 +7419,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.36.0":
version: 8.36.0
resolution: "@typescript-eslint/scope-manager@npm:8.36.0"
dependencies:
"@typescript-eslint/types": 8.36.0
"@typescript-eslint/visitor-keys": 8.36.0
checksum: 6f7287f22594f73a33c79851a458b9d365dd8791da0589b029d864c7e1615806b006fac01592437de902a155023834323bd66002cbe27d8cbcaa3d5f75c63184
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.36.0, @typescript-eslint/tsconfig-utils@npm:^8.36.0":
version: 8.36.0
resolution: "@typescript-eslint/tsconfig-utils@npm:8.36.0"
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: c0561811b395e1ab4fb6a50746fbb369b46d31a8324d6d1742a41f6e1a3d4d543b2c0cacb56a435206ef725bd017d2d1ee35730219efd28b1e311a1620e08027
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"
Expand Down Expand Up @@ -7435,6 +7467,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.36.0, @typescript-eslint/types@npm:^8.36.0":
version: 8.36.0
resolution: "@typescript-eslint/types@npm:8.36.0"
checksum: cf1ef4ff0d9df9f37328d6a4c15a006d574ad162448a68e16fba6864a65150edd16ad3e0278771a5311570712a23642242ecc49f13b231287a9becf739dd32fc
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 +7510,26 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.36.0":
version: 8.36.0
resolution: "@typescript-eslint/typescript-estree@npm:8.36.0"
dependencies:
"@typescript-eslint/project-service": 8.36.0
"@typescript-eslint/tsconfig-utils": 8.36.0
"@typescript-eslint/types": 8.36.0
"@typescript-eslint/visitor-keys": 8.36.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: e7f4442063a942b0293f95eb04ed7b5b39487b9cf463bd8b52fba90c64c1823c46453aaeba871bcfeda29198b7294ee0860f399b803f67a01972754b5e255b64
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 @@ -7524,6 +7583,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.36.0":
version: 8.36.0
resolution: "@typescript-eslint/visitor-keys@npm:8.36.0"
dependencies:
"@typescript-eslint/types": 8.36.0
eslint-visitor-keys: ^4.2.1
checksum: 6f5a2e61950d8f85c254b35e2ca26ef27629fdf3d9280fc6df06592bd73de08b31dfefa018f28418e311c2e64db5b599658bad54fbb4450cf2655d960569349b
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 @@ -11510,6 +11579,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^4.2.1":
version: 4.2.1
resolution: "eslint-visitor-keys@npm:4.2.1"
checksum: 3a77e3f99a49109f6fb2c5b7784bc78f9743b834d238cdba4d66c602c6b52f19ed7bcd0a5c5dbbeae3a8689fd785e76c001799f53d2228b278282cf9f699fff5
languageName: node
linkType: hard

"eslint@npm:8.57.0":
version: 8.57.0
resolution: "eslint@npm:8.57.0"
Expand Down Expand Up @@ -14999,7 +15075,7 @@ __metadata:
"@types/lodash-es": 4.17.12
"@types/node": 22.15.3
"@typescript-eslint/eslint-plugin": 8.31.1
"@typescript-eslint/parser": 8.31.1
"@typescript-eslint/parser": 8.36.0
ace-builds: 1.41.0
codelyzer: 6.0.2
concurrently: 9.1.2
Expand Down Expand Up @@ -20025,6 +20101,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