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

Commit 3eee9ed

Browse files
build(deps-dev): bump the test group with 3 updates (#678)
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.12.0 to 9.13.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.13.0/packages/js) Updates `eslint` from 9.12.0 to 9.13.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.12.0...v9.13.0) Updates `typescript-eslint` from 8.8.1 to 8.10.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.10.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 d17f819 commit 3eee9ed

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

package-lock.json

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"shared"
1515
],
1616
"devDependencies": {
17-
"@eslint/js": "^9.12.0",
17+
"@eslint/js": "^9.13.0",
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.7.5",
2020
"@vscode/vsce": "^3.1.1",
21-
"eslint": "^9.12.0",
21+
"eslint": "^9.13.0",
2222
"eslint-plugin-jest": "^28.8.3",
2323
"globals": "^15.11.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.4.4",
2727
"ts-node": "^10.9.2",
2828
"typescript": "^5.6.3",
29-
"typescript-eslint": "^8.8.1",
29+
"typescript-eslint": "^8.10.0",
3030
"webpack": "^5.95.0",
3131
"webpack-cli": "^5.0.1"
3232
},
@@ -1005,9 +1005,9 @@
10051005
}
10061006
},
10071007
"node_modules/@eslint/core": {
1008-
"version": "0.6.0",
1009-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.6.0.tgz",
1010-
"integrity": "sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==",
1008+
"version": "0.7.0",
1009+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.7.0.tgz",
1010+
"integrity": "sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==",
10111011
"dev": true,
10121012
"engines": {
10131013
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1064,9 +1064,9 @@
10641064
}
10651065
},
10661066
"node_modules/@eslint/js": {
1067-
"version": "9.12.0",
1068-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.12.0.tgz",
1069-
"integrity": "sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==",
1067+
"version": "9.13.0",
1068+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.13.0.tgz",
1069+
"integrity": "sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==",
10701070
"dev": true,
10711071
"engines": {
10721072
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2316,16 +2316,16 @@
23162316
"license": "MIT"
23172317
},
23182318
"node_modules/@typescript-eslint/eslint-plugin": {
2319-
"version": "8.8.1",
2320-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.1.tgz",
2321-
"integrity": "sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ==",
2319+
"version": "8.10.0",
2320+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.10.0.tgz",
2321+
"integrity": "sha512-phuB3hoP7FFKbRXxjl+DRlQDuJqhpOnm5MmtROXyWi3uS/Xg2ZXqiQfcG2BJHiN4QKyzdOJi3NEn/qTnjUlkmQ==",
23222322
"dev": true,
23232323
"dependencies": {
23242324
"@eslint-community/regexpp": "^4.10.0",
2325-
"@typescript-eslint/scope-manager": "8.8.1",
2326-
"@typescript-eslint/type-utils": "8.8.1",
2327-
"@typescript-eslint/utils": "8.8.1",
2328-
"@typescript-eslint/visitor-keys": "8.8.1",
2325+
"@typescript-eslint/scope-manager": "8.10.0",
2326+
"@typescript-eslint/type-utils": "8.10.0",
2327+
"@typescript-eslint/utils": "8.10.0",
2328+
"@typescript-eslint/visitor-keys": "8.10.0",
23292329
"graphemer": "^1.4.0",
23302330
"ignore": "^5.3.1",
23312331
"natural-compare": "^1.4.0",
@@ -2349,15 +2349,15 @@
23492349
}
23502350
},
23512351
"node_modules/@typescript-eslint/parser": {
2352-
"version": "8.8.1",
2353-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.8.1.tgz",
2354-
"integrity": "sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow==",
2352+
"version": "8.10.0",
2353+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.10.0.tgz",
2354+
"integrity": "sha512-E24l90SxuJhytWJ0pTQydFT46Nk0Z+bsLKo/L8rtQSL93rQ6byd1V/QbDpHUTdLPOMsBCcYXZweADNCfOCmOAg==",
23552355
"dev": true,
23562356
"dependencies": {
2357-
"@typescript-eslint/scope-manager": "8.8.1",
2358-
"@typescript-eslint/types": "8.8.1",
2359-
"@typescript-eslint/typescript-estree": "8.8.1",
2360-
"@typescript-eslint/visitor-keys": "8.8.1",
2357+
"@typescript-eslint/scope-manager": "8.10.0",
2358+
"@typescript-eslint/types": "8.10.0",
2359+
"@typescript-eslint/typescript-estree": "8.10.0",
2360+
"@typescript-eslint/visitor-keys": "8.10.0",
23612361
"debug": "^4.3.4"
23622362
},
23632363
"engines": {
@@ -2377,13 +2377,13 @@
23772377
}
23782378
},
23792379
"node_modules/@typescript-eslint/scope-manager": {
2380-
"version": "8.8.1",
2381-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz",
2382-
"integrity": "sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==",
2380+
"version": "8.10.0",
2381+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.10.0.tgz",
2382+
"integrity": "sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==",
23832383
"dev": true,
23842384
"dependencies": {
2385-
"@typescript-eslint/types": "8.8.1",
2386-
"@typescript-eslint/visitor-keys": "8.8.1"
2385+
"@typescript-eslint/types": "8.10.0",
2386+
"@typescript-eslint/visitor-keys": "8.10.0"
23872387
},
23882388
"engines": {
23892389
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2394,13 +2394,13 @@
23942394
}
23952395
},
23962396
"node_modules/@typescript-eslint/type-utils": {
2397-
"version": "8.8.1",
2398-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.8.1.tgz",
2399-
"integrity": "sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==",
2397+
"version": "8.10.0",
2398+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.10.0.tgz",
2399+
"integrity": "sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==",
24002400
"dev": true,
24012401
"dependencies": {
2402-
"@typescript-eslint/typescript-estree": "8.8.1",
2403-
"@typescript-eslint/utils": "8.8.1",
2402+
"@typescript-eslint/typescript-estree": "8.10.0",
2403+
"@typescript-eslint/utils": "8.10.0",
24042404
"debug": "^4.3.4",
24052405
"ts-api-utils": "^1.3.0"
24062406
},
@@ -2418,9 +2418,9 @@
24182418
}
24192419
},
24202420
"node_modules/@typescript-eslint/types": {
2421-
"version": "8.8.1",
2422-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.8.1.tgz",
2423-
"integrity": "sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==",
2421+
"version": "8.10.0",
2422+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.10.0.tgz",
2423+
"integrity": "sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==",
24242424
"dev": true,
24252425
"engines": {
24262426
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2431,13 +2431,13 @@
24312431
}
24322432
},
24332433
"node_modules/@typescript-eslint/typescript-estree": {
2434-
"version": "8.8.1",
2435-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz",
2436-
"integrity": "sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==",
2434+
"version": "8.10.0",
2435+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.10.0.tgz",
2436+
"integrity": "sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==",
24372437
"dev": true,
24382438
"dependencies": {
2439-
"@typescript-eslint/types": "8.8.1",
2440-
"@typescript-eslint/visitor-keys": "8.8.1",
2439+
"@typescript-eslint/types": "8.10.0",
2440+
"@typescript-eslint/visitor-keys": "8.10.0",
24412441
"debug": "^4.3.4",
24422442
"fast-glob": "^3.3.2",
24432443
"is-glob": "^4.0.3",
@@ -2483,15 +2483,15 @@
24832483
}
24842484
},
24852485
"node_modules/@typescript-eslint/utils": {
2486-
"version": "8.8.1",
2487-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.8.1.tgz",
2488-
"integrity": "sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==",
2486+
"version": "8.10.0",
2487+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.10.0.tgz",
2488+
"integrity": "sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==",
24892489
"dev": true,
24902490
"dependencies": {
24912491
"@eslint-community/eslint-utils": "^4.4.0",
2492-
"@typescript-eslint/scope-manager": "8.8.1",
2493-
"@typescript-eslint/types": "8.8.1",
2494-
"@typescript-eslint/typescript-estree": "8.8.1"
2492+
"@typescript-eslint/scope-manager": "8.10.0",
2493+
"@typescript-eslint/types": "8.10.0",
2494+
"@typescript-eslint/typescript-estree": "8.10.0"
24952495
},
24962496
"engines": {
24972497
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2505,12 +2505,12 @@
25052505
}
25062506
},
25072507
"node_modules/@typescript-eslint/visitor-keys": {
2508-
"version": "8.8.1",
2509-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz",
2510-
"integrity": "sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==",
2508+
"version": "8.10.0",
2509+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.10.0.tgz",
2510+
"integrity": "sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==",
25112511
"dev": true,
25122512
"dependencies": {
2513-
"@typescript-eslint/types": "8.8.1",
2513+
"@typescript-eslint/types": "8.10.0",
25142514
"eslint-visitor-keys": "^3.4.3"
25152515
},
25162516
"engines": {
@@ -4543,17 +4543,17 @@
45434543
}
45444544
},
45454545
"node_modules/eslint": {
4546-
"version": "9.12.0",
4547-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.12.0.tgz",
4548-
"integrity": "sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==",
4546+
"version": "9.13.0",
4547+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.13.0.tgz",
4548+
"integrity": "sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==",
45494549
"dev": true,
45504550
"dependencies": {
45514551
"@eslint-community/eslint-utils": "^4.2.0",
45524552
"@eslint-community/regexpp": "^4.11.0",
45534553
"@eslint/config-array": "^0.18.0",
4554-
"@eslint/core": "^0.6.0",
4554+
"@eslint/core": "^0.7.0",
45554555
"@eslint/eslintrc": "^3.1.0",
4556-
"@eslint/js": "9.12.0",
4556+
"@eslint/js": "9.13.0",
45574557
"@eslint/plugin-kit": "^0.2.0",
45584558
"@humanfs/node": "^0.16.5",
45594559
"@humanwhocodes/module-importer": "^1.0.1",
@@ -10179,14 +10179,14 @@
1017910179
}
1018010180
},
1018110181
"node_modules/typescript-eslint": {
10182-
"version": "8.8.1",
10183-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.8.1.tgz",
10184-
"integrity": "sha512-R0dsXFt6t4SAFjUSKFjMh4pXDtq04SsFKCVGDP3ZOzNP7itF0jBcZYU4fMsZr4y7O7V7Nc751dDeESbe4PbQMQ==",
10182+
"version": "8.10.0",
10183+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.10.0.tgz",
10184+
"integrity": "sha512-YIu230PeN7z9zpu/EtqCIuRVHPs4iSlqW6TEvjbyDAE3MZsSl2RXBo+5ag+lbABCG8sFM1WVKEXhlQ8Ml8A3Fw==",
1018510185
"dev": true,
1018610186
"dependencies": {
10187-
"@typescript-eslint/eslint-plugin": "8.8.1",
10188-
"@typescript-eslint/parser": "8.8.1",
10189-
"@typescript-eslint/utils": "8.8.1"
10187+
"@typescript-eslint/eslint-plugin": "8.10.0",
10188+
"@typescript-eslint/parser": "8.10.0",
10189+
"@typescript-eslint/utils": "8.10.0"
1019010190
},
1019110191
"engines": {
1019210192
"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
@@ -52,19 +52,19 @@
5252
"workspace"
5353
],
5454
"devDependencies": {
55-
"@eslint/js": "^9.12.0",
55+
"@eslint/js": "^9.13.0",
5656
"@types/eslint__js": "^8.42.3",
5757
"@types/node": "^22.7.5",
5858
"@vscode/vsce": "^3.1.1",
59-
"eslint": "^9.12.0",
59+
"eslint": "^9.13.0",
6060
"eslint-plugin-jest": "^28.8.3",
6161
"globals": "^15.11.0",
6262
"json-loader": "^0.5.7",
6363
"jsonc": "^2.0.0",
6464
"ts-loader": "^9.4.4",
6565
"ts-node": "^10.9.2",
6666
"typescript": "^5.6.3",
67-
"typescript-eslint": "^8.8.1",
67+
"typescript-eslint": "^8.10.0",
6868
"webpack": "^5.95.0",
6969
"webpack-cli": "^5.0.1"
7070
},

0 commit comments

Comments
 (0)