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

Commit 7bc1f53

Browse files
build(deps-dev): bump the test group across 1 directory with 2 updates
Bumps the test group with 2 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-plugin-jest` from 28.9.0 to 28.10.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0) Updates `typescript-eslint` from 8.18.0 to 8.18.2 - [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.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-plugin-jest 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-patch dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4927715 commit 7bc1f53

File tree

2 files changed

+55
-56
lines changed

2 files changed

+55
-56
lines changed

package-lock.json

Lines changed: 53 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"@types/node": "^22.10.1",
2020
"@vscode/vsce": "^3.2.1",
2121
"eslint": "^9.17.0",
22-
"eslint-plugin-jest": "^28.8.3",
22+
"eslint-plugin-jest": "^28.10.0",
2323
"globals": "^15.14.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.18.0",
29+
"typescript-eslint": "^8.18.2",
3030
"webpack": "^5.97.1",
3131
"webpack-cli": "^5.0.1"
3232
},
@@ -2327,16 +2327,16 @@
23272327
"license": "MIT"
23282328
},
23292329
"node_modules/@typescript-eslint/eslint-plugin": {
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==",
2330+
"version": "8.18.2",
2331+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.2.tgz",
2332+
"integrity": "sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==",
23332333
"dev": true,
23342334
"dependencies": {
23352335
"@eslint-community/regexpp": "^4.10.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",
2336+
"@typescript-eslint/scope-manager": "8.18.2",
2337+
"@typescript-eslint/type-utils": "8.18.2",
2338+
"@typescript-eslint/utils": "8.18.2",
2339+
"@typescript-eslint/visitor-keys": "8.18.2",
23402340
"graphemer": "^1.4.0",
23412341
"ignore": "^5.3.1",
23422342
"natural-compare": "^1.4.0",
@@ -2356,15 +2356,15 @@
23562356
}
23572357
},
23582358
"node_modules/@typescript-eslint/parser": {
2359-
"version": "8.18.0",
2360-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.0.tgz",
2361-
"integrity": "sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==",
2359+
"version": "8.18.2",
2360+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.2.tgz",
2361+
"integrity": "sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==",
23622362
"dev": true,
23632363
"dependencies": {
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",
2364+
"@typescript-eslint/scope-manager": "8.18.2",
2365+
"@typescript-eslint/types": "8.18.2",
2366+
"@typescript-eslint/typescript-estree": "8.18.2",
2367+
"@typescript-eslint/visitor-keys": "8.18.2",
23682368
"debug": "^4.3.4"
23692369
},
23702370
"engines": {
@@ -2380,13 +2380,13 @@
23802380
}
23812381
},
23822382
"node_modules/@typescript-eslint/scope-manager": {
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==",
2383+
"version": "8.18.2",
2384+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.2.tgz",
2385+
"integrity": "sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==",
23862386
"dev": true,
23872387
"dependencies": {
2388-
"@typescript-eslint/types": "8.18.0",
2389-
"@typescript-eslint/visitor-keys": "8.18.0"
2388+
"@typescript-eslint/types": "8.18.2",
2389+
"@typescript-eslint/visitor-keys": "8.18.2"
23902390
},
23912391
"engines": {
23922392
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2397,13 +2397,13 @@
23972397
}
23982398
},
23992399
"node_modules/@typescript-eslint/type-utils": {
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==",
2400+
"version": "8.18.2",
2401+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.18.2.tgz",
2402+
"integrity": "sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==",
24032403
"dev": true,
24042404
"dependencies": {
2405-
"@typescript-eslint/typescript-estree": "8.18.0",
2406-
"@typescript-eslint/utils": "8.18.0",
2405+
"@typescript-eslint/typescript-estree": "8.18.2",
2406+
"@typescript-eslint/utils": "8.18.2",
24072407
"debug": "^4.3.4",
24082408
"ts-api-utils": "^1.3.0"
24092409
},
@@ -2420,9 +2420,9 @@
24202420
}
24212421
},
24222422
"node_modules/@typescript-eslint/types": {
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==",
2423+
"version": "8.18.2",
2424+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.2.tgz",
2425+
"integrity": "sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==",
24262426
"dev": true,
24272427
"engines": {
24282428
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2433,13 +2433,13 @@
24332433
}
24342434
},
24352435
"node_modules/@typescript-eslint/typescript-estree": {
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==",
2436+
"version": "8.18.2",
2437+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.2.tgz",
2438+
"integrity": "sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==",
24392439
"dev": true,
24402440
"dependencies": {
2441-
"@typescript-eslint/types": "8.18.0",
2442-
"@typescript-eslint/visitor-keys": "8.18.0",
2441+
"@typescript-eslint/types": "8.18.2",
2442+
"@typescript-eslint/visitor-keys": "8.18.2",
24432443
"debug": "^4.3.4",
24442444
"fast-glob": "^3.3.2",
24452445
"is-glob": "^4.0.3",
@@ -2483,15 +2483,15 @@
24832483
}
24842484
},
24852485
"node_modules/@typescript-eslint/utils": {
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==",
2486+
"version": "8.18.2",
2487+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.2.tgz",
2488+
"integrity": "sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==",
24892489
"dev": true,
24902490
"dependencies": {
24912491
"@eslint-community/eslint-utils": "^4.4.0",
2492-
"@typescript-eslint/scope-manager": "8.18.0",
2493-
"@typescript-eslint/types": "8.18.0",
2494-
"@typescript-eslint/typescript-estree": "8.18.0"
2492+
"@typescript-eslint/scope-manager": "8.18.2",
2493+
"@typescript-eslint/types": "8.18.2",
2494+
"@typescript-eslint/typescript-estree": "8.18.2"
24952495
},
24962496
"engines": {
24972497
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2506,12 +2506,12 @@
25062506
}
25072507
},
25082508
"node_modules/@typescript-eslint/visitor-keys": {
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==",
2509+
"version": "8.18.2",
2510+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.2.tgz",
2511+
"integrity": "sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==",
25122512
"dev": true,
25132513
"dependencies": {
2514-
"@typescript-eslint/types": "8.18.0",
2514+
"@typescript-eslint/types": "8.18.2",
25152515
"eslint-visitor-keys": "^4.2.0"
25162516
},
25172517
"engines": {
@@ -4667,11 +4667,10 @@
46674667
}
46684668
},
46694669
"node_modules/eslint-plugin-jest": {
4670-
"version": "28.9.0",
4671-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz",
4672-
"integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==",
4670+
"version": "28.10.0",
4671+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz",
4672+
"integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==",
46734673
"dev": true,
4674-
"license": "MIT",
46754674
"dependencies": {
46764675
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
46774676
},
@@ -10357,14 +10356,14 @@
1035710356
}
1035810357
},
1035910358
"node_modules/typescript-eslint": {
10360-
"version": "8.18.0",
10361-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.18.0.tgz",
10362-
"integrity": "sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==",
10359+
"version": "8.18.2",
10360+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.18.2.tgz",
10361+
"integrity": "sha512-KuXezG6jHkvC3MvizeXgupZzaG5wjhU3yE8E7e6viOvAvD9xAWYp8/vy0WULTGe9DYDWcQu7aW03YIV3mSitrQ==",
1036310362
"dev": true,
1036410363
"dependencies": {
10365-
"@typescript-eslint/eslint-plugin": "8.18.0",
10366-
"@typescript-eslint/parser": "8.18.0",
10367-
"@typescript-eslint/utils": "8.18.0"
10364+
"@typescript-eslint/eslint-plugin": "8.18.2",
10365+
"@typescript-eslint/parser": "8.18.2",
10366+
"@typescript-eslint/utils": "8.18.2"
1036810367
},
1036910368
"engines": {
1037010369
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"@types/node": "^22.10.1",
5858
"@vscode/vsce": "^3.2.1",
5959
"eslint": "^9.17.0",
60-
"eslint-plugin-jest": "^28.8.3",
60+
"eslint-plugin-jest": "^28.10.0",
6161
"globals": "^15.14.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.18.0",
67+
"typescript-eslint": "^8.18.2",
6868
"webpack": "^5.97.1",
6969
"webpack-cli": "^5.0.1"
7070
},

0 commit comments

Comments
 (0)