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

Commit 36e68a2

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.19.0 to 9.20.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.20.0/packages/js) Updates `eslint` from 9.19.0 to 9.20.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.20.0) Updates `typescript-eslint` from 8.22.0 to 8.23.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.23.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 e980477 commit 36e68a2

File tree

2 files changed

+81
-68
lines changed

2 files changed

+81
-68
lines changed

package-lock.json

Lines changed: 78 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"shared"
1515
],
1616
"devDependencies": {
17-
"@eslint/js": "^9.19.0",
17+
"@eslint/js": "^9.20.0",
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.13.1",
2020
"@vscode/vsce": "^3.2.2",
21-
"eslint": "^9.19.0",
21+
"eslint": "^9.20.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.22.0",
29+
"typescript-eslint": "^8.23.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.19.0",
969-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz",
970-
"integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==",
968+
"version": "9.20.0",
969+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.20.0.tgz",
970+
"integrity": "sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==",
971971
"dev": true,
972972
"license": "MIT",
973973
"engines": {
@@ -2334,21 +2334,21 @@
23342334
"license": "MIT"
23352335
},
23362336
"node_modules/@typescript-eslint/eslint-plugin": {
2337-
"version": "8.22.0",
2338-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz",
2339-
"integrity": "sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==",
2337+
"version": "8.23.0",
2338+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz",
2339+
"integrity": "sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==",
23402340
"dev": true,
23412341
"license": "MIT",
23422342
"dependencies": {
23432343
"@eslint-community/regexpp": "^4.10.0",
2344-
"@typescript-eslint/scope-manager": "8.22.0",
2345-
"@typescript-eslint/type-utils": "8.22.0",
2346-
"@typescript-eslint/utils": "8.22.0",
2347-
"@typescript-eslint/visitor-keys": "8.22.0",
2344+
"@typescript-eslint/scope-manager": "8.23.0",
2345+
"@typescript-eslint/type-utils": "8.23.0",
2346+
"@typescript-eslint/utils": "8.23.0",
2347+
"@typescript-eslint/visitor-keys": "8.23.0",
23482348
"graphemer": "^1.4.0",
23492349
"ignore": "^5.3.1",
23502350
"natural-compare": "^1.4.0",
2351-
"ts-api-utils": "^2.0.0"
2351+
"ts-api-utils": "^2.0.1"
23522352
},
23532353
"engines": {
23542354
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2364,16 +2364,16 @@
23642364
}
23652365
},
23662366
"node_modules/@typescript-eslint/parser": {
2367-
"version": "8.22.0",
2368-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.22.0.tgz",
2369-
"integrity": "sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==",
2367+
"version": "8.23.0",
2368+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.23.0.tgz",
2369+
"integrity": "sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==",
23702370
"dev": true,
23712371
"license": "MIT",
23722372
"dependencies": {
2373-
"@typescript-eslint/scope-manager": "8.22.0",
2374-
"@typescript-eslint/types": "8.22.0",
2375-
"@typescript-eslint/typescript-estree": "8.22.0",
2376-
"@typescript-eslint/visitor-keys": "8.22.0",
2373+
"@typescript-eslint/scope-manager": "8.23.0",
2374+
"@typescript-eslint/types": "8.23.0",
2375+
"@typescript-eslint/typescript-estree": "8.23.0",
2376+
"@typescript-eslint/visitor-keys": "8.23.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.22.0",
2393-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz",
2394-
"integrity": "sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==",
2392+
"version": "8.23.0",
2393+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz",
2394+
"integrity": "sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==",
23952395
"dev": true,
23962396
"license": "MIT",
23972397
"dependencies": {
2398-
"@typescript-eslint/types": "8.22.0",
2399-
"@typescript-eslint/visitor-keys": "8.22.0"
2398+
"@typescript-eslint/types": "8.23.0",
2399+
"@typescript-eslint/visitor-keys": "8.23.0"
24002400
},
24012401
"engines": {
24022402
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2407,16 +2407,16 @@
24072407
}
24082408
},
24092409
"node_modules/@typescript-eslint/type-utils": {
2410-
"version": "8.22.0",
2411-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz",
2412-
"integrity": "sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==",
2410+
"version": "8.23.0",
2411+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz",
2412+
"integrity": "sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==",
24132413
"dev": true,
24142414
"license": "MIT",
24152415
"dependencies": {
2416-
"@typescript-eslint/typescript-estree": "8.22.0",
2417-
"@typescript-eslint/utils": "8.22.0",
2416+
"@typescript-eslint/typescript-estree": "8.23.0",
2417+
"@typescript-eslint/utils": "8.23.0",
24182418
"debug": "^4.3.4",
2419-
"ts-api-utils": "^2.0.0"
2419+
"ts-api-utils": "^2.0.1"
24202420
},
24212421
"engines": {
24222422
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2431,9 +2431,9 @@
24312431
}
24322432
},
24332433
"node_modules/@typescript-eslint/types": {
2434-
"version": "8.22.0",
2435-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.22.0.tgz",
2436-
"integrity": "sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==",
2434+
"version": "8.23.0",
2435+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.23.0.tgz",
2436+
"integrity": "sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==",
24372437
"dev": true,
24382438
"license": "MIT",
24392439
"engines": {
@@ -2445,20 +2445,20 @@
24452445
}
24462446
},
24472447
"node_modules/@typescript-eslint/typescript-estree": {
2448-
"version": "8.22.0",
2449-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz",
2450-
"integrity": "sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==",
2448+
"version": "8.23.0",
2449+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz",
2450+
"integrity": "sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==",
24512451
"dev": true,
24522452
"license": "MIT",
24532453
"dependencies": {
2454-
"@typescript-eslint/types": "8.22.0",
2455-
"@typescript-eslint/visitor-keys": "8.22.0",
2454+
"@typescript-eslint/types": "8.23.0",
2455+
"@typescript-eslint/visitor-keys": "8.23.0",
24562456
"debug": "^4.3.4",
24572457
"fast-glob": "^3.3.2",
24582458
"is-glob": "^4.0.3",
24592459
"minimatch": "^9.0.4",
24602460
"semver": "^7.6.0",
2461-
"ts-api-utils": "^2.0.0"
2461+
"ts-api-utils": "^2.0.1"
24622462
},
24632463
"engines": {
24642464
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2498,16 +2498,16 @@
24982498
}
24992499
},
25002500
"node_modules/@typescript-eslint/utils": {
2501-
"version": "8.22.0",
2502-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.22.0.tgz",
2503-
"integrity": "sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==",
2501+
"version": "8.23.0",
2502+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.23.0.tgz",
2503+
"integrity": "sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==",
25042504
"dev": true,
25052505
"license": "MIT",
25062506
"dependencies": {
25072507
"@eslint-community/eslint-utils": "^4.4.0",
2508-
"@typescript-eslint/scope-manager": "8.22.0",
2509-
"@typescript-eslint/types": "8.22.0",
2510-
"@typescript-eslint/typescript-estree": "8.22.0"
2508+
"@typescript-eslint/scope-manager": "8.23.0",
2509+
"@typescript-eslint/types": "8.23.0",
2510+
"@typescript-eslint/typescript-estree": "8.23.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.22.0",
2526-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz",
2527-
"integrity": "sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==",
2525+
"version": "8.23.0",
2526+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz",
2527+
"integrity": "sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==",
25282528
"dev": true,
25292529
"license": "MIT",
25302530
"dependencies": {
2531-
"@typescript-eslint/types": "8.22.0",
2531+
"@typescript-eslint/types": "8.23.0",
25322532
"eslint-visitor-keys": "^4.2.0"
25332533
},
25342534
"engines": {
@@ -4622,18 +4622,18 @@
46224622
}
46234623
},
46244624
"node_modules/eslint": {
4625-
"version": "9.19.0",
4626-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz",
4627-
"integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==",
4625+
"version": "9.20.0",
4626+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz",
4627+
"integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==",
46284628
"dev": true,
46294629
"license": "MIT",
46304630
"dependencies": {
46314631
"@eslint-community/eslint-utils": "^4.2.0",
46324632
"@eslint-community/regexpp": "^4.12.1",
46334633
"@eslint/config-array": "^0.19.0",
4634-
"@eslint/core": "^0.10.0",
4634+
"@eslint/core": "^0.11.0",
46354635
"@eslint/eslintrc": "^3.2.0",
4636-
"@eslint/js": "9.19.0",
4636+
"@eslint/js": "9.20.0",
46374637
"@eslint/plugin-kit": "^0.2.5",
46384638
"@humanfs/node": "^0.16.6",
46394639
"@humanwhocodes/module-importer": "^1.0.1",
@@ -4736,6 +4736,19 @@
47364736
"url": "https://opencollective.com/eslint"
47374737
}
47384738
},
4739+
"node_modules/eslint/node_modules/@eslint/core": {
4740+
"version": "0.11.0",
4741+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.11.0.tgz",
4742+
"integrity": "sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==",
4743+
"dev": true,
4744+
"license": "Apache-2.0",
4745+
"dependencies": {
4746+
"@types/json-schema": "^7.0.15"
4747+
},
4748+
"engines": {
4749+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4750+
}
4751+
},
47394752
"node_modules/eslint/node_modules/ansi-styles": {
47404753
"version": "4.3.0",
47414754
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -10060,9 +10073,9 @@
1006010073
}
1006110074
},
1006210075
"node_modules/ts-api-utils": {
10063-
"version": "2.0.0",
10064-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz",
10065-
"integrity": "sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==",
10076+
"version": "2.0.1",
10077+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
10078+
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
1006610079
"dev": true,
1006710080
"license": "MIT",
1006810081
"engines": {
@@ -10366,15 +10379,15 @@
1036610379
}
1036710380
},
1036810381
"node_modules/typescript-eslint": {
10369-
"version": "8.22.0",
10370-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.22.0.tgz",
10371-
"integrity": "sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==",
10382+
"version": "8.23.0",
10383+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.23.0.tgz",
10384+
"integrity": "sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ==",
1037210385
"dev": true,
1037310386
"license": "MIT",
1037410387
"dependencies": {
10375-
"@typescript-eslint/eslint-plugin": "8.22.0",
10376-
"@typescript-eslint/parser": "8.22.0",
10377-
"@typescript-eslint/utils": "8.22.0"
10388+
"@typescript-eslint/eslint-plugin": "8.23.0",
10389+
"@typescript-eslint/parser": "8.23.0",
10390+
"@typescript-eslint/utils": "8.23.0"
1037810391
},
1037910392
"engines": {
1038010393
"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.19.0",
56+
"@eslint/js": "^9.20.0",
5757
"@types/eslint__js": "^8.42.3",
5858
"@types/node": "^22.13.1",
5959
"@vscode/vsce": "^3.2.2",
60-
"eslint": "^9.19.0",
60+
"eslint": "^9.20.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.22.0",
68+
"typescript-eslint": "^8.23.0",
6969
"webpack": "^5.97.1",
7070
"webpack-cli": "^6.0.1"
7171
},

0 commit comments

Comments
 (0)