Skip to content
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@eslint/js": "9.39.2",
"@types/node": "25.0.2",
"@typescript-eslint/eslint-plugin": "8.50.0",
"@typescript-eslint/parser": "8.50.0",
"@typescript-eslint/parser": "8.55.0",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-simple-import-sort": "12.1.1",
Expand Down
99 changes: 96 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,22 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/parser@npm:8.55.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.55.0"
"@typescript-eslint/types": "npm:8.55.0"
"@typescript-eslint/typescript-estree": "npm:8.55.0"
"@typescript-eslint/visitor-keys": "npm:8.55.0"
debug: "npm:^4.4.3"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/8b8f8caf64a43b98bff8e7bb99cd62d7c72daeee44e80e0a5f693dd376d9c898997e0b9fd5521604d1445bcb24552f54aed5cae022072f8c354a2baf2a452284
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.50.0":
version: 8.50.0
resolution: "@typescript-eslint/project-service@npm:8.50.0"
Expand All @@ -781,6 +797,19 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/project-service@npm:8.55.0"
dependencies:
"@typescript-eslint/tsconfig-utils": "npm:^8.55.0"
"@typescript-eslint/types": "npm:^8.55.0"
debug: "npm:^4.4.3"
peerDependencies:
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/f35273a63635d2de84409f68dfcea901ed2cd3f08206abb825d742b929c8fce66e0a6a32524d87ce895a7c4c2549e4388baa08644c0a5244c9708151b0f62f52
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.50.0":
version: 8.50.0
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
Expand All @@ -791,6 +820,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/scope-manager@npm:8.55.0"
dependencies:
"@typescript-eslint/types": "npm:8.55.0"
"@typescript-eslint/visitor-keys": "npm:8.55.0"
checksum: 10c0/c42bd6b8e4936cac8bee3adbc2f707e3aee5f16af3dd18c1d095f4a1b881471b58de73abc0ad176db98654683a808946902e51d86efff39dc7610d29152c3078
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.50.0":
version: 8.50.0
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
Expand All @@ -800,6 +839,15 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.55.0, @typescript-eslint/tsconfig-utils@npm:^8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/tsconfig-utils@npm:8.55.0"
peerDependencies:
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/77b9a0d0b1d6ab0ce26c81394bb1aa969649016d2857e5f915a15b88012ac3dccec9fc5ff65535e1cc373434e1462513f7964e416a8d7a695f7277dcd39ec2af
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.50.0":
version: 8.50.0
resolution: "@typescript-eslint/type-utils@npm:8.50.0"
Expand All @@ -823,6 +871,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.55.0, @typescript-eslint/types@npm:^8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/types@npm:8.55.0"
checksum: 10c0/dc572f55966e2f0fee149e5d5e42a91cedcdeac451bff29704eb701f9336f123bbc7d7abcfbda717f9e1ef6b402fa24679908bc6032e67513287403037ef345f
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.50.0":
version: 8.50.0
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
Expand All @@ -842,6 +897,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/typescript-estree@npm:8.55.0"
dependencies:
"@typescript-eslint/project-service": "npm:8.55.0"
"@typescript-eslint/tsconfig-utils": "npm:8.55.0"
"@typescript-eslint/types": "npm:8.55.0"
"@typescript-eslint/visitor-keys": "npm:8.55.0"
debug: "npm:^4.4.3"
minimatch: "npm:^9.0.5"
semver: "npm:^7.7.3"
tinyglobby: "npm:^0.2.15"
ts-api-utils: "npm:^2.4.0"
peerDependencies:
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/2db3ff9489945ad04508b14009eb0f6b2b7c6c2469805327fa09ffa460af354cd181ff2e8153f9008bd60254efb54a004a59ccacbdbc9c963956e2c2c1189dbc
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.50.0":
version: 8.50.0
resolution: "@typescript-eslint/utils@npm:8.50.0"
Expand All @@ -867,6 +941,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/visitor-keys@npm:8.55.0"
dependencies:
"@typescript-eslint/types": "npm:8.55.0"
eslint-visitor-keys: "npm:^4.2.1"
checksum: 10c0/995c5ca91f7c7c1f3c4fdb4f98654abdff55efa570076b9b012da4cc203ebe7e2aee57ba83208ae51c2aef496c45cb8f6909560349131b779f31ce6f8758da23
languageName: node
linkType: hard

"@vitest/expect@npm:4.0.15":
version: 4.0.15
resolution: "@vitest/expect@npm:4.0.15"
Expand Down Expand Up @@ -1306,7 +1390,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.3":
version: 4.4.3
resolution: "debug@npm:4.4.3"
dependencies:
Expand Down Expand Up @@ -2418,7 +2502,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.4":
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
Expand Down Expand Up @@ -2863,7 +2947,7 @@ __metadata:
"@eslint/js": "npm:9.39.2"
"@types/node": "npm:25.0.2"
"@typescript-eslint/eslint-plugin": "npm:8.50.0"
"@typescript-eslint/parser": "npm:8.50.0"
"@typescript-eslint/parser": "npm:8.55.0"
eslint: "npm:9.39.2"
eslint-config-prettier: "npm:10.1.8"
eslint-plugin-simple-import-sort: "npm:12.1.1"
Expand Down Expand Up @@ -3415,6 +3499,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.4.0":
version: 2.4.0
resolution: "ts-api-utils@npm:2.4.0"
peerDependencies:
typescript: ">=4.8.4"
checksum: 10c0/ed185861aef4e7124366a3f6561113557a57504267d4d452a51e0ba516a9b6e713b56b4aeaab9fa13de9db9ab755c65c8c13a777dba9133c214632cb7b65c083
languageName: node
linkType: hard

"tunnel@npm:^0.0.6":
version: 0.0.6
resolution: "tunnel@npm:0.0.6"
Expand Down
Loading