Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit ba505c1

Browse files
build(deps-dev): bump the test group with 3 updates
Bumps the test group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.18.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js) Updates `eslint` from 9.18.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.18.0...v9.19.0) Updates `typescript-eslint` from 8.20.0 to 8.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.21.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eaec160 commit ba505c1

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

package-lock.json

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"shared"
1515
],
1616
"devDependencies": {
17-
"@eslint/js": "^9.18.0",
17+
"@eslint/js": "^9.19.0",
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.10.7",
2020
"@vscode/vsce": "^3.2.1",
21-
"eslint": "^9.18.0",
21+
"eslint": "^9.19.0",
2222
"eslint-plugin-jest": "^28.11.0",
2323
"globals": "^15.14.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.5.2",
2727
"ts-node": "^10.9.2",
2828
"typescript": "^5.7.3",
29-
"typescript-eslint": "^8.20.0",
29+
"typescript-eslint": "^8.21.0",
3030
"webpack": "^5.97.1",
3131
"webpack-cli": "^6.0.1"
3232
},
@@ -965,9 +965,9 @@
965965
}
966966
},
967967
"node_modules/@eslint/js": {
968-
"version": "9.18.0",
969-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz",
970-
"integrity": "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==",
968+
"version": "9.19.0",
969+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz",
970+
"integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==",
971971
"dev": true,
972972
"license": "MIT",
973973
"engines": {
@@ -2334,17 +2334,17 @@
23342334
"license": "MIT"
23352335
},
23362336
"node_modules/@typescript-eslint/eslint-plugin": {
2337-
"version": "8.20.0",
2338-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz",
2339-
"integrity": "sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==",
2337+
"version": "8.21.0",
2338+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz",
2339+
"integrity": "sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==",
23402340
"dev": true,
23412341
"license": "MIT",
23422342
"dependencies": {
23432343
"@eslint-community/regexpp": "^4.10.0",
2344-
"@typescript-eslint/scope-manager": "8.20.0",
2345-
"@typescript-eslint/type-utils": "8.20.0",
2346-
"@typescript-eslint/utils": "8.20.0",
2347-
"@typescript-eslint/visitor-keys": "8.20.0",
2344+
"@typescript-eslint/scope-manager": "8.21.0",
2345+
"@typescript-eslint/type-utils": "8.21.0",
2346+
"@typescript-eslint/utils": "8.21.0",
2347+
"@typescript-eslint/visitor-keys": "8.21.0",
23482348
"graphemer": "^1.4.0",
23492349
"ignore": "^5.3.1",
23502350
"natural-compare": "^1.4.0",
@@ -2364,16 +2364,16 @@
23642364
}
23652365
},
23662366
"node_modules/@typescript-eslint/parser": {
2367-
"version": "8.20.0",
2368-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.20.0.tgz",
2369-
"integrity": "sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==",
2367+
"version": "8.21.0",
2368+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.21.0.tgz",
2369+
"integrity": "sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==",
23702370
"dev": true,
23712371
"license": "MIT",
23722372
"dependencies": {
2373-
"@typescript-eslint/scope-manager": "8.20.0",
2374-
"@typescript-eslint/types": "8.20.0",
2375-
"@typescript-eslint/typescript-estree": "8.20.0",
2376-
"@typescript-eslint/visitor-keys": "8.20.0",
2373+
"@typescript-eslint/scope-manager": "8.21.0",
2374+
"@typescript-eslint/types": "8.21.0",
2375+
"@typescript-eslint/typescript-estree": "8.21.0",
2376+
"@typescript-eslint/visitor-keys": "8.21.0",
23772377
"debug": "^4.3.4"
23782378
},
23792379
"engines": {
@@ -2389,14 +2389,14 @@
23892389
}
23902390
},
23912391
"node_modules/@typescript-eslint/scope-manager": {
2392-
"version": "8.20.0",
2393-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz",
2394-
"integrity": "sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==",
2392+
"version": "8.21.0",
2393+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz",
2394+
"integrity": "sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==",
23952395
"dev": true,
23962396
"license": "MIT",
23972397
"dependencies": {
2398-
"@typescript-eslint/types": "8.20.0",
2399-
"@typescript-eslint/visitor-keys": "8.20.0"
2398+
"@typescript-eslint/types": "8.21.0",
2399+
"@typescript-eslint/visitor-keys": "8.21.0"
24002400
},
24012401
"engines": {
24022402
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2407,14 +2407,14 @@
24072407
}
24082408
},
24092409
"node_modules/@typescript-eslint/type-utils": {
2410-
"version": "8.20.0",
2411-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz",
2412-
"integrity": "sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==",
2410+
"version": "8.21.0",
2411+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz",
2412+
"integrity": "sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==",
24132413
"dev": true,
24142414
"license": "MIT",
24152415
"dependencies": {
2416-
"@typescript-eslint/typescript-estree": "8.20.0",
2417-
"@typescript-eslint/utils": "8.20.0",
2416+
"@typescript-eslint/typescript-estree": "8.21.0",
2417+
"@typescript-eslint/utils": "8.21.0",
24182418
"debug": "^4.3.4",
24192419
"ts-api-utils": "^2.0.0"
24202420
},
@@ -2431,9 +2431,9 @@
24312431
}
24322432
},
24332433
"node_modules/@typescript-eslint/types": {
2434-
"version": "8.20.0",
2435-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.20.0.tgz",
2436-
"integrity": "sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==",
2434+
"version": "8.21.0",
2435+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.21.0.tgz",
2436+
"integrity": "sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==",
24372437
"dev": true,
24382438
"license": "MIT",
24392439
"engines": {
@@ -2445,14 +2445,14 @@
24452445
}
24462446
},
24472447
"node_modules/@typescript-eslint/typescript-estree": {
2448-
"version": "8.20.0",
2449-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz",
2450-
"integrity": "sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==",
2448+
"version": "8.21.0",
2449+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz",
2450+
"integrity": "sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==",
24512451
"dev": true,
24522452
"license": "MIT",
24532453
"dependencies": {
2454-
"@typescript-eslint/types": "8.20.0",
2455-
"@typescript-eslint/visitor-keys": "8.20.0",
2454+
"@typescript-eslint/types": "8.21.0",
2455+
"@typescript-eslint/visitor-keys": "8.21.0",
24562456
"debug": "^4.3.4",
24572457
"fast-glob": "^3.3.2",
24582458
"is-glob": "^4.0.3",
@@ -2498,16 +2498,16 @@
24982498
}
24992499
},
25002500
"node_modules/@typescript-eslint/utils": {
2501-
"version": "8.20.0",
2502-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.20.0.tgz",
2503-
"integrity": "sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==",
2501+
"version": "8.21.0",
2502+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.21.0.tgz",
2503+
"integrity": "sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==",
25042504
"dev": true,
25052505
"license": "MIT",
25062506
"dependencies": {
25072507
"@eslint-community/eslint-utils": "^4.4.0",
2508-
"@typescript-eslint/scope-manager": "8.20.0",
2509-
"@typescript-eslint/types": "8.20.0",
2510-
"@typescript-eslint/typescript-estree": "8.20.0"
2508+
"@typescript-eslint/scope-manager": "8.21.0",
2509+
"@typescript-eslint/types": "8.21.0",
2510+
"@typescript-eslint/typescript-estree": "8.21.0"
25112511
},
25122512
"engines": {
25132513
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2522,13 +2522,13 @@
25222522
}
25232523
},
25242524
"node_modules/@typescript-eslint/visitor-keys": {
2525-
"version": "8.20.0",
2526-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz",
2527-
"integrity": "sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==",
2525+
"version": "8.21.0",
2526+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz",
2527+
"integrity": "sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==",
25282528
"dev": true,
25292529
"license": "MIT",
25302530
"dependencies": {
2531-
"@typescript-eslint/types": "8.20.0",
2531+
"@typescript-eslint/types": "8.21.0",
25322532
"eslint-visitor-keys": "^4.2.0"
25332533
},
25342534
"engines": {
@@ -4622,9 +4622,9 @@
46224622
}
46234623
},
46244624
"node_modules/eslint": {
4625-
"version": "9.18.0",
4626-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz",
4627-
"integrity": "sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==",
4625+
"version": "9.19.0",
4626+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz",
4627+
"integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==",
46284628
"dev": true,
46294629
"license": "MIT",
46304630
"dependencies": {
@@ -4633,7 +4633,7 @@
46334633
"@eslint/config-array": "^0.19.0",
46344634
"@eslint/core": "^0.10.0",
46354635
"@eslint/eslintrc": "^3.2.0",
4636-
"@eslint/js": "9.18.0",
4636+
"@eslint/js": "9.19.0",
46374637
"@eslint/plugin-kit": "^0.2.5",
46384638
"@humanfs/node": "^0.16.6",
46394639
"@humanwhocodes/module-importer": "^1.0.1",
@@ -10365,15 +10365,15 @@
1036510365
}
1036610366
},
1036710367
"node_modules/typescript-eslint": {
10368-
"version": "8.20.0",
10369-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.20.0.tgz",
10370-
"integrity": "sha512-Kxz2QRFsgbWj6Xcftlw3Dd154b3cEPFqQC+qMZrMypSijPd4UanKKvoKDrJ4o8AIfZFKAF+7sMaEIR8mTElozA==",
10368+
"version": "8.21.0",
10369+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.21.0.tgz",
10370+
"integrity": "sha512-txEKYY4XMKwPXxNkN8+AxAdX6iIJAPiJbHE/FpQccs/sxw8Lf26kqwC3cn0xkHlW8kEbLhkhCsjWuMveaY9Rxw==",
1037110371
"dev": true,
1037210372
"license": "MIT",
1037310373
"dependencies": {
10374-
"@typescript-eslint/eslint-plugin": "8.20.0",
10375-
"@typescript-eslint/parser": "8.20.0",
10376-
"@typescript-eslint/utils": "8.20.0"
10374+
"@typescript-eslint/eslint-plugin": "8.21.0",
10375+
"@typescript-eslint/parser": "8.21.0",
10376+
"@typescript-eslint/utils": "8.21.0"
1037710377
},
1037810378
"engines": {
1037910379
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
"workspace"
5454
],
5555
"devDependencies": {
56-
"@eslint/js": "^9.18.0",
56+
"@eslint/js": "^9.19.0",
5757
"@types/eslint__js": "^8.42.3",
5858
"@types/node": "^22.10.7",
5959
"@vscode/vsce": "^3.2.1",
60-
"eslint": "^9.18.0",
60+
"eslint": "^9.19.0",
6161
"eslint-plugin-jest": "^28.11.0",
6262
"globals": "^15.14.0",
6363
"json-loader": "^0.5.7",
6464
"jsonc": "^2.0.0",
6565
"ts-loader": "^9.5.2",
6666
"ts-node": "^10.9.2",
6767
"typescript": "^5.7.3",
68-
"typescript-eslint": "^8.20.0",
68+
"typescript-eslint": "^8.21.0",
6969
"webpack": "^5.97.1",
7070
"webpack-cli": "^6.0.1"
7171
},

0 commit comments

Comments
 (0)