Skip to content
Merged
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 @@ -22,7 +22,7 @@
"prettier": "3.8.1",
"semantic-release": "25.0.3",
"typescript": "6.0.2",
"typescript-eslint": "8.57.1",
"typescript-eslint": "8.57.2",
"vite": "8.0.3",
"vitest": "4.1.2"
},
Expand Down
71 changes: 69 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2806,6 +2806,26 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/parser@npm:8.57.1":
version: 8.57.1
resolution: "@typescript-eslint/parser@npm:8.57.1"
Expand All @@ -2822,6 +2842,22 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/project-service@npm:8.57.1":
version: 8.57.1
resolution: "@typescript-eslint/project-service@npm:8.57.1"
Expand Down Expand Up @@ -2902,6 +2938,22 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/types@npm:8.57.1":
version: 8.57.1
resolution: "@typescript-eslint/types@npm:8.57.1"
Expand Down Expand Up @@ -2969,7 +3021,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^8.57.1":
"@typescript-eslint/utils@npm:8.57.2, @typescript-eslint/utils@npm:^8.57.1":
version: 8.57.2
resolution: "@typescript-eslint/utils@npm:8.57.2"
dependencies:
Expand Down Expand Up @@ -9053,7 +9105,7 @@ __metadata:
prettier: "npm:3.8.1"
semantic-release: "npm:25.0.3"
typescript: "npm:6.0.2"
typescript-eslint: "npm:8.57.1"
typescript-eslint: "npm:8.57.2"
vite: "npm:8.0.3"
vitest: "npm:4.1.2"
languageName: unknown
Expand Down Expand Up @@ -12480,6 +12532,21 @@ __metadata:
languageName: node
linkType: hard

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

"typescript@npm:6.0.2":
version: 6.0.2
resolution: "typescript@npm:6.0.2"
Expand Down
Loading