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

Commit 4bb60a0

Browse files
build(deps-dev): bump the test group with 3 updates (#739)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19a703a commit 4bb60a0

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": {
@@ -2335,21 +2335,21 @@
23352335
"license": "MIT"
23362336
},
23372337
"node_modules/@typescript-eslint/eslint-plugin": {
2338-
"version": "8.22.0",
2339-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz",
2340-
"integrity": "sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==",
2338+
"version": "8.23.0",
2339+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz",
2340+
"integrity": "sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==",
23412341
"dev": true,
23422342
"license": "MIT",
23432343
"dependencies": {
23442344
"@eslint-community/regexpp": "^4.10.0",
2345-
"@typescript-eslint/scope-manager": "8.22.0",
2346-
"@typescript-eslint/type-utils": "8.22.0",
2347-
"@typescript-eslint/utils": "8.22.0",
2348-
"@typescript-eslint/visitor-keys": "8.22.0",
2345+
"@typescript-eslint/scope-manager": "8.23.0",
2346+
"@typescript-eslint/type-utils": "8.23.0",
2347+
"@typescript-eslint/utils": "8.23.0",
2348+
"@typescript-eslint/visitor-keys": "8.23.0",
23492349
"graphemer": "^1.4.0",
23502350
"ignore": "^5.3.1",
23512351
"natural-compare": "^1.4.0",
2352-
"ts-api-utils": "^2.0.0"
2352+
"ts-api-utils": "^2.0.1"
23532353
},
23542354
"engines": {
23552355
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2365,16 +2365,16 @@
23652365
}
23662366
},
23672367
"node_modules/@typescript-eslint/parser": {
2368-
"version": "8.22.0",
2369-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.22.0.tgz",
2370-
"integrity": "sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==",
2368+
"version": "8.23.0",
2369+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.23.0.tgz",
2370+
"integrity": "sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==",
23712371
"dev": true,
23722372
"license": "MIT",
23732373
"dependencies": {
2374-
"@typescript-eslint/scope-manager": "8.22.0",
2375-
"@typescript-eslint/types": "8.22.0",
2376-
"@typescript-eslint/typescript-estree": "8.22.0",
2377-
"@typescript-eslint/visitor-keys": "8.22.0",
2374+
"@typescript-eslint/scope-manager": "8.23.0",
2375+
"@typescript-eslint/types": "8.23.0",
2376+
"@typescript-eslint/typescript-estree": "8.23.0",
2377+
"@typescript-eslint/visitor-keys": "8.23.0",
23782378
"debug": "^4.3.4"
23792379
},
23802380
"engines": {
@@ -2390,14 +2390,14 @@
23902390
}
23912391
},
23922392
"node_modules/@typescript-eslint/scope-manager": {
2393-
"version": "8.22.0",
2394-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz",
2395-
"integrity": "sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==",
2393+
"version": "8.23.0",
2394+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz",
2395+
"integrity": "sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==",
23962396
"dev": true,
23972397
"license": "MIT",
23982398
"dependencies": {
2399-
"@typescript-eslint/types": "8.22.0",
2400-
"@typescript-eslint/visitor-keys": "8.22.0"
2399+
"@typescript-eslint/types": "8.23.0",
2400+
"@typescript-eslint/visitor-keys": "8.23.0"
24012401
},
24022402
"engines": {
24032403
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2408,16 +2408,16 @@
24082408
}
24092409
},
24102410
"node_modules/@typescript-eslint/type-utils": {
2411-
"version": "8.22.0",
2412-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz",
2413-
"integrity": "sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==",
2411+
"version": "8.23.0",
2412+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz",
2413+
"integrity": "sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==",
24142414
"dev": true,
24152415
"license": "MIT",
24162416
"dependencies": {
2417-
"@typescript-eslint/typescript-estree": "8.22.0",
2418-
"@typescript-eslint/utils": "8.22.0",
2417+
"@typescript-eslint/typescript-estree": "8.23.0",
2418+
"@typescript-eslint/utils": "8.23.0",
24192419
"debug": "^4.3.4",
2420-
"ts-api-utils": "^2.0.0"
2420+
"ts-api-utils": "^2.0.1"
24212421
},
24222422
"engines": {
24232423
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2432,9 +2432,9 @@
24322432
}
24332433
},
24342434
"node_modules/@typescript-eslint/types": {
2435-
"version": "8.22.0",
2436-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.22.0.tgz",
2437-
"integrity": "sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==",
2435+
"version": "8.23.0",
2436+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.23.0.tgz",
2437+
"integrity": "sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==",
24382438
"dev": true,
24392439
"license": "MIT",
24402440
"engines": {
@@ -2446,20 +2446,20 @@
24462446
}
24472447
},
24482448
"node_modules/@typescript-eslint/typescript-estree": {
2449-
"version": "8.22.0",
2450-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz",
2451-
"integrity": "sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==",
2449+
"version": "8.23.0",
2450+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz",
2451+
"integrity": "sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==",
24522452
"dev": true,
24532453
"license": "MIT",
24542454
"dependencies": {
2455-
"@typescript-eslint/types": "8.22.0",
2456-
"@typescript-eslint/visitor-keys": "8.22.0",
2455+
"@typescript-eslint/types": "8.23.0",
2456+
"@typescript-eslint/visitor-keys": "8.23.0",
24572457
"debug": "^4.3.4",
24582458
"fast-glob": "^3.3.2",
24592459
"is-glob": "^4.0.3",
24602460
"minimatch": "^9.0.4",
24612461
"semver": "^7.6.0",
2462-
"ts-api-utils": "^2.0.0"
2462+
"ts-api-utils": "^2.0.1"
24632463
},
24642464
"engines": {
24652465
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2499,16 +2499,16 @@
24992499
}
25002500
},
25012501
"node_modules/@typescript-eslint/utils": {
2502-
"version": "8.22.0",
2503-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.22.0.tgz",
2504-
"integrity": "sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==",
2502+
"version": "8.23.0",
2503+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.23.0.tgz",
2504+
"integrity": "sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==",
25052505
"dev": true,
25062506
"license": "MIT",
25072507
"dependencies": {
25082508
"@eslint-community/eslint-utils": "^4.4.0",
2509-
"@typescript-eslint/scope-manager": "8.22.0",
2510-
"@typescript-eslint/types": "8.22.0",
2511-
"@typescript-eslint/typescript-estree": "8.22.0"
2509+
"@typescript-eslint/scope-manager": "8.23.0",
2510+
"@typescript-eslint/types": "8.23.0",
2511+
"@typescript-eslint/typescript-estree": "8.23.0"
25122512
},
25132513
"engines": {
25142514
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2523,13 +2523,13 @@
25232523
}
25242524
},
25252525
"node_modules/@typescript-eslint/visitor-keys": {
2526-
"version": "8.22.0",
2527-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz",
2528-
"integrity": "sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==",
2526+
"version": "8.23.0",
2527+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz",
2528+
"integrity": "sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==",
25292529
"dev": true,
25302530
"license": "MIT",
25312531
"dependencies": {
2532-
"@typescript-eslint/types": "8.22.0",
2532+
"@typescript-eslint/types": "8.23.0",
25332533
"eslint-visitor-keys": "^4.2.0"
25342534
},
25352535
"engines": {
@@ -4623,18 +4623,18 @@
46234623
}
46244624
},
46254625
"node_modules/eslint": {
4626-
"version": "9.19.0",
4627-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz",
4628-
"integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==",
4626+
"version": "9.20.0",
4627+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz",
4628+
"integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==",
46294629
"dev": true,
46304630
"license": "MIT",
46314631
"dependencies": {
46324632
"@eslint-community/eslint-utils": "^4.2.0",
46334633
"@eslint-community/regexpp": "^4.12.1",
46344634
"@eslint/config-array": "^0.19.0",
4635-
"@eslint/core": "^0.10.0",
4635+
"@eslint/core": "^0.11.0",
46364636
"@eslint/eslintrc": "^3.2.0",
4637-
"@eslint/js": "9.19.0",
4637+
"@eslint/js": "9.20.0",
46384638
"@eslint/plugin-kit": "^0.2.5",
46394639
"@humanfs/node": "^0.16.6",
46404640
"@humanwhocodes/module-importer": "^1.0.1",
@@ -4737,6 +4737,19 @@
47374737
"url": "https://opencollective.com/eslint"
47384738
}
47394739
},
4740+
"node_modules/eslint/node_modules/@eslint/core": {
4741+
"version": "0.11.0",
4742+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.11.0.tgz",
4743+
"integrity": "sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==",
4744+
"dev": true,
4745+
"license": "Apache-2.0",
4746+
"dependencies": {
4747+
"@types/json-schema": "^7.0.15"
4748+
},
4749+
"engines": {
4750+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4751+
}
4752+
},
47404753
"node_modules/eslint/node_modules/ansi-styles": {
47414754
"version": "4.3.0",
47424755
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -10061,9 +10074,9 @@
1006110074
}
1006210075
},
1006310076
"node_modules/ts-api-utils": {
10064-
"version": "2.0.0",
10065-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz",
10066-
"integrity": "sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==",
10077+
"version": "2.0.1",
10078+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
10079+
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
1006710080
"dev": true,
1006810081
"license": "MIT",
1006910082
"engines": {
@@ -10367,15 +10380,15 @@
1036710380
}
1036810381
},
1036910382
"node_modules/typescript-eslint": {
10370-
"version": "8.22.0",
10371-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.22.0.tgz",
10372-
"integrity": "sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==",
10383+
"version": "8.23.0",
10384+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.23.0.tgz",
10385+
"integrity": "sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ==",
1037310386
"dev": true,
1037410387
"license": "MIT",
1037510388
"dependencies": {
10376-
"@typescript-eslint/eslint-plugin": "8.22.0",
10377-
"@typescript-eslint/parser": "8.22.0",
10378-
"@typescript-eslint/utils": "8.22.0"
10389+
"@typescript-eslint/eslint-plugin": "8.23.0",
10390+
"@typescript-eslint/parser": "8.23.0",
10391+
"@typescript-eslint/utils": "8.23.0"
1037910392
},
1038010393
"engines": {
1038110394
"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)