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 @@ -38,7 +38,7 @@
"npm-run-all": "4.1.5",
"prettier": "3.7.4",
"typescript": "5.9.3",
"typescript-eslint": "8.50.0",
"typescript-eslint": "8.53.0",
"vitest": "4.0.15"
},
"packageManager": "[email protected]"
Expand Down
181 changes: 168 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,18 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1":
"@eslint-community/eslint-utils@npm:^4.9.1":
version: 4.9.1
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
dependencies:
eslint-visitor-keys: "npm:^3.4.3"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 10c0/dc4ab5e3e364ef27e33666b11f4b86e1a6c1d7cbf16f0c6ff87b1619b3562335e9201a3d6ce806221887ff780ec9d828962a290bb910759fd40a674686503f02
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1, @eslint-community/regexpp@npm:^4.12.2":
version: 4.12.2
resolution: "@eslint-community/regexpp@npm:4.12.2"
checksum: 10c0/fddcbc66851b308478d04e302a4d771d6917a0b3740dc351513c0da9ca2eab8a1adf99f5e0aa7ab8b13fa0df005c81adeee7e63a92f3effd7d367a163b721c2d
Expand Down Expand Up @@ -752,6 +763,26 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.53.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.12.2"
"@typescript-eslint/scope-manager": "npm:8.53.0"
"@typescript-eslint/type-utils": "npm:8.53.0"
"@typescript-eslint/utils": "npm:8.53.0"
"@typescript-eslint/visitor-keys": "npm:8.53.0"
ignore: "npm:^7.0.5"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^2.4.0"
peerDependencies:
"@typescript-eslint/parser": ^8.53.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/c28925423023853591696f20844c9365ad4353c8beb004fc5ccc1995903c42202070165a2c750f53abf43420ff8daa19d874010efc4ba925311ca2f320ce55fe
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.50.0":
version: 8.50.0
resolution: "@typescript-eslint/parser@npm:8.50.0"
Expand All @@ -768,6 +799,22 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/parser@npm:8.53.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.53.0"
"@typescript-eslint/types": "npm:8.53.0"
"@typescript-eslint/typescript-estree": "npm:8.53.0"
"@typescript-eslint/visitor-keys": "npm:8.53.0"
debug: "npm:^4.4.3"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/5c6aae71f4015fc3ebbfe6fa6e040dcc99fc15b6bd36631b67ae61523b2da57651cbb1cd2de430380df5fd13cd03c43f233073af6a8a85714e651a3db74a5cf6
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 +828,19 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/project-service@npm:8.53.0"
dependencies:
"@typescript-eslint/tsconfig-utils": "npm:^8.53.0"
"@typescript-eslint/types": "npm:^8.53.0"
debug: "npm:^4.4.3"
peerDependencies:
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/b01302890cf853e9bb1d2b19e402ec0ede1388fec833528847d32d65d0e3e03867a14632f816f4f3058e40707b001fab208bf2950ff1e8d7cbbc6c1d57b969d4
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 +851,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/scope-manager@npm:8.53.0"
dependencies:
"@typescript-eslint/types": "npm:8.53.0"
"@typescript-eslint/visitor-keys": "npm:8.53.0"
checksum: 10c0/338a7471aaa793858a23498b6ad37da8f419a8ee05cc4105d569b2c676e0f2d7a45806b88a8c8d3454f438f329b61df8e73ae582863a20eb0996529f9275e3c2
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 +870,15 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.53.0, @typescript-eslint/tsconfig-utils@npm:^8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/tsconfig-utils@npm:8.53.0"
peerDependencies:
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/1a136519d4e0c4ae9471f55468ad0a52175b8b41da28188bd7e4efcf72c2c8528aeb3a1b1c9d27f2d94ab0c8d9a91e08ebc1fed5fc8628c9808112427f306428
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 @@ -816,13 +895,36 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/type-utils@npm:8.53.0"
dependencies:
"@typescript-eslint/types": "npm:8.53.0"
"@typescript-eslint/typescript-estree": "npm:8.53.0"
"@typescript-eslint/utils": "npm:8.53.0"
debug: "npm:^4.4.3"
ts-api-utils: "npm:^2.4.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/6d7d6eb80a6b214d9c8e185527e21fa44e1f4d2fe48d4f29f964f8c3921da47757a8cc537edc5c233fc47af02a487935c176b1c918ce4d22ba8341dbd1b455e0
languageName: node
linkType: hard

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

"@typescript-eslint/types@npm:8.53.0, @typescript-eslint/types@npm:^8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/types@npm:8.53.0"
checksum: 10c0/a88681795becbe857f9868427c0d75c2ab2fb1acde14907b8791709b6d7835400bf9a0b41f22e97a13f1274e0082f5675692b815e30268e6eada492913100306
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 +944,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/typescript-estree@npm:8.53.0"
dependencies:
"@typescript-eslint/project-service": "npm:8.53.0"
"@typescript-eslint/tsconfig-utils": "npm:8.53.0"
"@typescript-eslint/types": "npm:8.53.0"
"@typescript-eslint/visitor-keys": "npm:8.53.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/31819fba9fbef3e3ab494409b18ff40042cc3e7a4ba72fe06475062b7e196aaf9752e526a1c51abf3002627833b387279f00fdfa66886b05c028e129a57b550a
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 @@ -857,6 +978,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/utils@npm:8.53.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.9.1"
"@typescript-eslint/scope-manager": "npm:8.53.0"
"@typescript-eslint/types": "npm:8.53.0"
"@typescript-eslint/typescript-estree": "npm:8.53.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/6af761fc5ed89606bd8dd1abf7c526afe0060c115035a4fcddfa173ba8a01b7422edf84bc4d74aab2a086911db57a893a2753b3c025ace3e86adc1c2259a6253
languageName: node
linkType: hard

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

"@typescript-eslint/visitor-keys@npm:8.53.0":
version: 8.53.0
resolution: "@typescript-eslint/visitor-keys@npm:8.53.0"
dependencies:
"@typescript-eslint/types": "npm:8.53.0"
eslint-visitor-keys: "npm:^4.2.1"
checksum: 10c0/be2062073c9fd28762f73d442e8536f16e1eab0935df463ed45bd95575b4b79b4a4ca1f45c04b1964dc424b8d25c6489253e3ea2236bb74cff9b7e02e1e7f5be
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 +1452,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 @@ -2082,7 +2228,7 @@ __metadata:
languageName: node
linkType: hard

"ignore@npm:^7.0.0":
"ignore@npm:^7.0.0, ignore@npm:^7.0.5":
version: 7.0.5
resolution: "ignore@npm:7.0.5"
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
Expand Down Expand Up @@ -2418,7 +2564,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 @@ -2876,7 +3022,7 @@ __metadata:
prettier: "npm:3.7.4"
pretty-ms: "npm:9.3.0"
typescript: "npm:5.9.3"
typescript-eslint: "npm:8.50.0"
typescript-eslint: "npm:8.53.0"
vitest: "npm:4.0.15"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3415,6 +3561,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 All @@ -3431,18 +3586,18 @@ __metadata:
languageName: node
linkType: hard

"typescript-eslint@npm:8.50.0":
version: 8.50.0
resolution: "typescript-eslint@npm:8.50.0"
"typescript-eslint@npm:8.53.0":
version: 8.53.0
resolution: "typescript-eslint@npm:8.53.0"
dependencies:
"@typescript-eslint/eslint-plugin": "npm:8.50.0"
"@typescript-eslint/parser": "npm:8.50.0"
"@typescript-eslint/typescript-estree": "npm:8.50.0"
"@typescript-eslint/utils": "npm:8.50.0"
"@typescript-eslint/eslint-plugin": "npm:8.53.0"
"@typescript-eslint/parser": "npm:8.53.0"
"@typescript-eslint/typescript-estree": "npm:8.53.0"
"@typescript-eslint/utils": "npm:8.53.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/63f96505fdfc7d0ff0b5d0338c5877a76ef0933ea3a0c90b2a5d73a7f0ee18d778dc673d9345de3bcb6f37ae02fd930301ef13b2e162c4850f08ad89f1c19613
checksum: 10c0/eb12a31f6bfb1edd9a381ca85c1095b917f57d56ab58720e893f48637613761d384300debe43f19999724201627596cc5b5dcde97f92de32b7146b038072fd7c
languageName: node
linkType: hard

Expand Down
Loading