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

Commit d3a097c

Browse files
build(deps-dev): bump the test group with 3 updates (#706)
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.16.0 to 9.17.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.17.0/packages/js) Updates `eslint` from 9.16.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.16.0...v9.17.0) Updates `typescript-eslint` from 8.17.0 to 8.18.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.18.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 feb16b9 commit d3a097c

File tree

2 files changed

+77
-100
lines changed

2 files changed

+77
-100
lines changed

package-lock.json

Lines changed: 74 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"shared"
1515
],
1616
"devDependencies": {
17-
"@eslint/js": "^9.16.0",
17+
"@eslint/js": "^9.17.0",
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.10.1",
2020
"@vscode/vsce": "^3.2.1",
21-
"eslint": "^9.16.0",
21+
"eslint": "^9.17.0",
2222
"eslint-plugin-jest": "^28.8.3",
2323
"globals": "^15.13.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.7.2",
29-
"typescript-eslint": "^8.17.0",
29+
"typescript-eslint": "^8.18.0",
3030
"webpack": "^5.97.1",
3131
"webpack-cli": "^5.0.1"
3232
},
@@ -962,9 +962,9 @@
962962
}
963963
},
964964
"node_modules/@eslint/js": {
965-
"version": "9.16.0",
966-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz",
967-
"integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==",
965+
"version": "9.17.0",
966+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz",
967+
"integrity": "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==",
968968
"dev": true,
969969
"engines": {
970970
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2327,16 +2327,16 @@
23272327
"license": "MIT"
23282328
},
23292329
"node_modules/@typescript-eslint/eslint-plugin": {
2330-
"version": "8.17.0",
2331-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz",
2332-
"integrity": "sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==",
2330+
"version": "8.18.0",
2331+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz",
2332+
"integrity": "sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==",
23332333
"dev": true,
23342334
"dependencies": {
23352335
"@eslint-community/regexpp": "^4.10.0",
2336-
"@typescript-eslint/scope-manager": "8.17.0",
2337-
"@typescript-eslint/type-utils": "8.17.0",
2338-
"@typescript-eslint/utils": "8.17.0",
2339-
"@typescript-eslint/visitor-keys": "8.17.0",
2336+
"@typescript-eslint/scope-manager": "8.18.0",
2337+
"@typescript-eslint/type-utils": "8.18.0",
2338+
"@typescript-eslint/utils": "8.18.0",
2339+
"@typescript-eslint/visitor-keys": "8.18.0",
23402340
"graphemer": "^1.4.0",
23412341
"ignore": "^5.3.1",
23422342
"natural-compare": "^1.4.0",
@@ -2351,24 +2351,20 @@
23512351
},
23522352
"peerDependencies": {
23532353
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
2354-
"eslint": "^8.57.0 || ^9.0.0"
2355-
},
2356-
"peerDependenciesMeta": {
2357-
"typescript": {
2358-
"optional": true
2359-
}
2354+
"eslint": "^8.57.0 || ^9.0.0",
2355+
"typescript": ">=4.8.4 <5.8.0"
23602356
}
23612357
},
23622358
"node_modules/@typescript-eslint/parser": {
2363-
"version": "8.17.0",
2364-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.17.0.tgz",
2365-
"integrity": "sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==",
2359+
"version": "8.18.0",
2360+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.0.tgz",
2361+
"integrity": "sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==",
23662362
"dev": true,
23672363
"dependencies": {
2368-
"@typescript-eslint/scope-manager": "8.17.0",
2369-
"@typescript-eslint/types": "8.17.0",
2370-
"@typescript-eslint/typescript-estree": "8.17.0",
2371-
"@typescript-eslint/visitor-keys": "8.17.0",
2364+
"@typescript-eslint/scope-manager": "8.18.0",
2365+
"@typescript-eslint/types": "8.18.0",
2366+
"@typescript-eslint/typescript-estree": "8.18.0",
2367+
"@typescript-eslint/visitor-keys": "8.18.0",
23722368
"debug": "^4.3.4"
23732369
},
23742370
"engines": {
@@ -2379,22 +2375,18 @@
23792375
"url": "https://opencollective.com/typescript-eslint"
23802376
},
23812377
"peerDependencies": {
2382-
"eslint": "^8.57.0 || ^9.0.0"
2383-
},
2384-
"peerDependenciesMeta": {
2385-
"typescript": {
2386-
"optional": true
2387-
}
2378+
"eslint": "^8.57.0 || ^9.0.0",
2379+
"typescript": ">=4.8.4 <5.8.0"
23882380
}
23892381
},
23902382
"node_modules/@typescript-eslint/scope-manager": {
2391-
"version": "8.17.0",
2392-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz",
2393-
"integrity": "sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==",
2383+
"version": "8.18.0",
2384+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz",
2385+
"integrity": "sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==",
23942386
"dev": true,
23952387
"dependencies": {
2396-
"@typescript-eslint/types": "8.17.0",
2397-
"@typescript-eslint/visitor-keys": "8.17.0"
2388+
"@typescript-eslint/types": "8.18.0",
2389+
"@typescript-eslint/visitor-keys": "8.18.0"
23982390
},
23992391
"engines": {
24002392
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2405,13 +2397,13 @@
24052397
}
24062398
},
24072399
"node_modules/@typescript-eslint/type-utils": {
2408-
"version": "8.17.0",
2409-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz",
2410-
"integrity": "sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==",
2400+
"version": "8.18.0",
2401+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz",
2402+
"integrity": "sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==",
24112403
"dev": true,
24122404
"dependencies": {
2413-
"@typescript-eslint/typescript-estree": "8.17.0",
2414-
"@typescript-eslint/utils": "8.17.0",
2405+
"@typescript-eslint/typescript-estree": "8.18.0",
2406+
"@typescript-eslint/utils": "8.18.0",
24152407
"debug": "^4.3.4",
24162408
"ts-api-utils": "^1.3.0"
24172409
},
@@ -2423,18 +2415,14 @@
24232415
"url": "https://opencollective.com/typescript-eslint"
24242416
},
24252417
"peerDependencies": {
2426-
"eslint": "^8.57.0 || ^9.0.0"
2427-
},
2428-
"peerDependenciesMeta": {
2429-
"typescript": {
2430-
"optional": true
2431-
}
2418+
"eslint": "^8.57.0 || ^9.0.0",
2419+
"typescript": ">=4.8.4 <5.8.0"
24322420
}
24332421
},
24342422
"node_modules/@typescript-eslint/types": {
2435-
"version": "8.17.0",
2436-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.17.0.tgz",
2437-
"integrity": "sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==",
2423+
"version": "8.18.0",
2424+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.0.tgz",
2425+
"integrity": "sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==",
24382426
"dev": true,
24392427
"engines": {
24402428
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2445,13 +2433,13 @@
24452433
}
24462434
},
24472435
"node_modules/@typescript-eslint/typescript-estree": {
2448-
"version": "8.17.0",
2449-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz",
2450-
"integrity": "sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==",
2436+
"version": "8.18.0",
2437+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz",
2438+
"integrity": "sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==",
24512439
"dev": true,
24522440
"dependencies": {
2453-
"@typescript-eslint/types": "8.17.0",
2454-
"@typescript-eslint/visitor-keys": "8.17.0",
2441+
"@typescript-eslint/types": "8.18.0",
2442+
"@typescript-eslint/visitor-keys": "8.18.0",
24552443
"debug": "^4.3.4",
24562444
"fast-glob": "^3.3.2",
24572445
"is-glob": "^4.0.3",
@@ -2466,10 +2454,8 @@
24662454
"type": "opencollective",
24672455
"url": "https://opencollective.com/typescript-eslint"
24682456
},
2469-
"peerDependenciesMeta": {
2470-
"typescript": {
2471-
"optional": true
2472-
}
2457+
"peerDependencies": {
2458+
"typescript": ">=4.8.4 <5.8.0"
24732459
}
24742460
},
24752461
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
@@ -2497,15 +2483,15 @@
24972483
}
24982484
},
24992485
"node_modules/@typescript-eslint/utils": {
2500-
"version": "8.17.0",
2501-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.17.0.tgz",
2502-
"integrity": "sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==",
2486+
"version": "8.18.0",
2487+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.0.tgz",
2488+
"integrity": "sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==",
25032489
"dev": true,
25042490
"dependencies": {
25052491
"@eslint-community/eslint-utils": "^4.4.0",
2506-
"@typescript-eslint/scope-manager": "8.17.0",
2507-
"@typescript-eslint/types": "8.17.0",
2508-
"@typescript-eslint/typescript-estree": "8.17.0"
2492+
"@typescript-eslint/scope-manager": "8.18.0",
2493+
"@typescript-eslint/types": "8.18.0",
2494+
"@typescript-eslint/typescript-estree": "8.18.0"
25092495
},
25102496
"engines": {
25112497
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2515,21 +2501,17 @@
25152501
"url": "https://opencollective.com/typescript-eslint"
25162502
},
25172503
"peerDependencies": {
2518-
"eslint": "^8.57.0 || ^9.0.0"
2519-
},
2520-
"peerDependenciesMeta": {
2521-
"typescript": {
2522-
"optional": true
2523-
}
2504+
"eslint": "^8.57.0 || ^9.0.0",
2505+
"typescript": ">=4.8.4 <5.8.0"
25242506
}
25252507
},
25262508
"node_modules/@typescript-eslint/visitor-keys": {
2527-
"version": "8.17.0",
2528-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz",
2529-
"integrity": "sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==",
2509+
"version": "8.18.0",
2510+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz",
2511+
"integrity": "sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==",
25302512
"dev": true,
25312513
"dependencies": {
2532-
"@typescript-eslint/types": "8.17.0",
2514+
"@typescript-eslint/types": "8.18.0",
25332515
"eslint-visitor-keys": "^4.2.0"
25342516
},
25352517
"engines": {
@@ -4179,11 +4161,10 @@
41794161
"license": "MIT"
41804162
},
41814163
"node_modules/cross-spawn": {
4182-
"version": "7.0.5",
4183-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
4184-
"integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
4164+
"version": "7.0.6",
4165+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
4166+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
41854167
"dev": true,
4186-
"license": "MIT",
41874168
"dependencies": {
41884169
"path-key": "^3.1.0",
41894170
"shebang-command": "^2.0.0",
@@ -4628,17 +4609,17 @@
46284609
}
46294610
},
46304611
"node_modules/eslint": {
4631-
"version": "9.16.0",
4632-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz",
4633-
"integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==",
4612+
"version": "9.17.0",
4613+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.17.0.tgz",
4614+
"integrity": "sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==",
46344615
"dev": true,
46354616
"dependencies": {
46364617
"@eslint-community/eslint-utils": "^4.2.0",
46374618
"@eslint-community/regexpp": "^4.12.1",
46384619
"@eslint/config-array": "^0.19.0",
46394620
"@eslint/core": "^0.9.0",
46404621
"@eslint/eslintrc": "^3.2.0",
4641-
"@eslint/js": "9.16.0",
4622+
"@eslint/js": "9.17.0",
46424623
"@eslint/plugin-kit": "^0.2.3",
46434624
"@humanfs/node": "^0.16.6",
46444625
"@humanwhocodes/module-importer": "^1.0.1",
@@ -4647,7 +4628,7 @@
46474628
"@types/json-schema": "^7.0.15",
46484629
"ajv": "^6.12.4",
46494630
"chalk": "^4.0.0",
4650-
"cross-spawn": "^7.0.5",
4631+
"cross-spawn": "^7.0.6",
46514632
"debug": "^4.3.2",
46524633
"escape-string-regexp": "^4.0.0",
46534634
"eslint-scope": "^8.2.0",
@@ -10377,14 +10358,14 @@
1037710358
}
1037810359
},
1037910360
"node_modules/typescript-eslint": {
10380-
"version": "8.17.0",
10381-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.17.0.tgz",
10382-
"integrity": "sha512-409VXvFd/f1br1DCbuKNFqQpXICoTB+V51afcwG1pn1a3Cp92MqAUges3YjwEdQ0cMUoCIodjVDAYzyD8h3SYA==",
10361+
"version": "8.18.0",
10362+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.18.0.tgz",
10363+
"integrity": "sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==",
1038310364
"dev": true,
1038410365
"dependencies": {
10385-
"@typescript-eslint/eslint-plugin": "8.17.0",
10386-
"@typescript-eslint/parser": "8.17.0",
10387-
"@typescript-eslint/utils": "8.17.0"
10366+
"@typescript-eslint/eslint-plugin": "8.18.0",
10367+
"@typescript-eslint/parser": "8.18.0",
10368+
"@typescript-eslint/utils": "8.18.0"
1038810369
},
1038910370
"engines": {
1039010371
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -10394,12 +10375,8 @@
1039410375
"url": "https://opencollective.com/typescript-eslint"
1039510376
},
1039610377
"peerDependencies": {
10397-
"eslint": "^8.57.0 || ^9.0.0"
10398-
},
10399-
"peerDependenciesMeta": {
10400-
"typescript": {
10401-
"optional": true
10402-
}
10378+
"eslint": "^8.57.0 || ^9.0.0",
10379+
"typescript": ">=4.8.4 <5.8.0"
1040310380
}
1040410381
},
1040510382
"node_modules/uc.micro": {

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.16.0",
55+
"@eslint/js": "^9.17.0",
5656
"@types/eslint__js": "^8.42.3",
5757
"@types/node": "^22.10.1",
5858
"@vscode/vsce": "^3.2.1",
59-
"eslint": "^9.16.0",
59+
"eslint": "^9.17.0",
6060
"eslint-plugin-jest": "^28.8.3",
6161
"globals": "^15.13.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.7.2",
67-
"typescript-eslint": "^8.17.0",
67+
"typescript-eslint": "^8.18.0",
6868
"webpack": "^5.97.1",
6969
"webpack-cli": "^5.0.1"
7070
},

0 commit comments

Comments
 (0)