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

Commit 28d7d5d

Browse files
build(deps-dev): bump the test group across 1 directory with 2 updates (#713)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daan Verstraten <[email protected]>
1 parent 0796cb7 commit 28d7d5d

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": "^6.0.1"
3232
},
@@ -2326,16 +2326,16 @@
23262326
"license": "MIT"
23272327
},
23282328
"node_modules/@typescript-eslint/eslint-plugin": {
2329-
"version": "8.18.0",
2330-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz",
2331-
"integrity": "sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==",
2329+
"version": "8.18.2",
2330+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.2.tgz",
2331+
"integrity": "sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==",
23322332
"dev": true,
23332333
"dependencies": {
23342334
"@eslint-community/regexpp": "^4.10.0",
2335-
"@typescript-eslint/scope-manager": "8.18.0",
2336-
"@typescript-eslint/type-utils": "8.18.0",
2337-
"@typescript-eslint/utils": "8.18.0",
2338-
"@typescript-eslint/visitor-keys": "8.18.0",
2335+
"@typescript-eslint/scope-manager": "8.18.2",
2336+
"@typescript-eslint/type-utils": "8.18.2",
2337+
"@typescript-eslint/utils": "8.18.2",
2338+
"@typescript-eslint/visitor-keys": "8.18.2",
23392339
"graphemer": "^1.4.0",
23402340
"ignore": "^5.3.1",
23412341
"natural-compare": "^1.4.0",
@@ -2355,15 +2355,15 @@
23552355
}
23562356
},
23572357
"node_modules/@typescript-eslint/parser": {
2358-
"version": "8.18.0",
2359-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.0.tgz",
2360-
"integrity": "sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==",
2358+
"version": "8.18.2",
2359+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.2.tgz",
2360+
"integrity": "sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==",
23612361
"dev": true,
23622362
"dependencies": {
2363-
"@typescript-eslint/scope-manager": "8.18.0",
2364-
"@typescript-eslint/types": "8.18.0",
2365-
"@typescript-eslint/typescript-estree": "8.18.0",
2366-
"@typescript-eslint/visitor-keys": "8.18.0",
2363+
"@typescript-eslint/scope-manager": "8.18.2",
2364+
"@typescript-eslint/types": "8.18.2",
2365+
"@typescript-eslint/typescript-estree": "8.18.2",
2366+
"@typescript-eslint/visitor-keys": "8.18.2",
23672367
"debug": "^4.3.4"
23682368
},
23692369
"engines": {
@@ -2379,13 +2379,13 @@
23792379
}
23802380
},
23812381
"node_modules/@typescript-eslint/scope-manager": {
2382-
"version": "8.18.0",
2383-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz",
2384-
"integrity": "sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==",
2382+
"version": "8.18.2",
2383+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.2.tgz",
2384+
"integrity": "sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==",
23852385
"dev": true,
23862386
"dependencies": {
2387-
"@typescript-eslint/types": "8.18.0",
2388-
"@typescript-eslint/visitor-keys": "8.18.0"
2387+
"@typescript-eslint/types": "8.18.2",
2388+
"@typescript-eslint/visitor-keys": "8.18.2"
23892389
},
23902390
"engines": {
23912391
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2396,13 +2396,13 @@
23962396
}
23972397
},
23982398
"node_modules/@typescript-eslint/type-utils": {
2399-
"version": "8.18.0",
2400-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz",
2401-
"integrity": "sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==",
2399+
"version": "8.18.2",
2400+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.18.2.tgz",
2401+
"integrity": "sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==",
24022402
"dev": true,
24032403
"dependencies": {
2404-
"@typescript-eslint/typescript-estree": "8.18.0",
2405-
"@typescript-eslint/utils": "8.18.0",
2404+
"@typescript-eslint/typescript-estree": "8.18.2",
2405+
"@typescript-eslint/utils": "8.18.2",
24062406
"debug": "^4.3.4",
24072407
"ts-api-utils": "^1.3.0"
24082408
},
@@ -2419,9 +2419,9 @@
24192419
}
24202420
},
24212421
"node_modules/@typescript-eslint/types": {
2422-
"version": "8.18.0",
2423-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.0.tgz",
2424-
"integrity": "sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==",
2422+
"version": "8.18.2",
2423+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.2.tgz",
2424+
"integrity": "sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==",
24252425
"dev": true,
24262426
"engines": {
24272427
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2432,13 +2432,13 @@
24322432
}
24332433
},
24342434
"node_modules/@typescript-eslint/typescript-estree": {
2435-
"version": "8.18.0",
2436-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz",
2437-
"integrity": "sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==",
2435+
"version": "8.18.2",
2436+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.2.tgz",
2437+
"integrity": "sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==",
24382438
"dev": true,
24392439
"dependencies": {
2440-
"@typescript-eslint/types": "8.18.0",
2441-
"@typescript-eslint/visitor-keys": "8.18.0",
2440+
"@typescript-eslint/types": "8.18.2",
2441+
"@typescript-eslint/visitor-keys": "8.18.2",
24422442
"debug": "^4.3.4",
24432443
"fast-glob": "^3.3.2",
24442444
"is-glob": "^4.0.3",
@@ -2482,15 +2482,15 @@
24822482
}
24832483
},
24842484
"node_modules/@typescript-eslint/utils": {
2485-
"version": "8.18.0",
2486-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.0.tgz",
2487-
"integrity": "sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==",
2485+
"version": "8.18.2",
2486+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.2.tgz",
2487+
"integrity": "sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==",
24882488
"dev": true,
24892489
"dependencies": {
24902490
"@eslint-community/eslint-utils": "^4.4.0",
2491-
"@typescript-eslint/scope-manager": "8.18.0",
2492-
"@typescript-eslint/types": "8.18.0",
2493-
"@typescript-eslint/typescript-estree": "8.18.0"
2491+
"@typescript-eslint/scope-manager": "8.18.2",
2492+
"@typescript-eslint/types": "8.18.2",
2493+
"@typescript-eslint/typescript-estree": "8.18.2"
24942494
},
24952495
"engines": {
24962496
"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.18.0",
2509-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz",
2510-
"integrity": "sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==",
2508+
"version": "8.18.2",
2509+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.2.tgz",
2510+
"integrity": "sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==",
25112511
"dev": true,
25122512
"dependencies": {
2513-
"@typescript-eslint/types": "8.18.0",
2513+
"@typescript-eslint/types": "8.18.2",
25142514
"eslint-visitor-keys": "^4.2.0"
25152515
},
25162516
"engines": {
@@ -4662,11 +4662,10 @@
46624662
}
46634663
},
46644664
"node_modules/eslint-plugin-jest": {
4665-
"version": "28.9.0",
4666-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz",
4667-
"integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==",
4665+
"version": "28.10.0",
4666+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz",
4667+
"integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==",
46684668
"dev": true,
4669-
"license": "MIT",
46704669
"dependencies": {
46714670
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
46724671
},
@@ -10347,14 +10346,14 @@
1034710346
}
1034810347
},
1034910348
"node_modules/typescript-eslint": {
10350-
"version": "8.18.0",
10351-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.18.0.tgz",
10352-
"integrity": "sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==",
10349+
"version": "8.18.2",
10350+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.18.2.tgz",
10351+
"integrity": "sha512-KuXezG6jHkvC3MvizeXgupZzaG5wjhU3yE8E7e6viOvAvD9xAWYp8/vy0WULTGe9DYDWcQu7aW03YIV3mSitrQ==",
1035310352
"dev": true,
1035410353
"dependencies": {
10355-
"@typescript-eslint/eslint-plugin": "8.18.0",
10356-
"@typescript-eslint/parser": "8.18.0",
10357-
"@typescript-eslint/utils": "8.18.0"
10354+
"@typescript-eslint/eslint-plugin": "8.18.2",
10355+
"@typescript-eslint/parser": "8.18.2",
10356+
"@typescript-eslint/utils": "8.18.2"
1035810357
},
1035910358
"engines": {
1036010359
"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": "^6.0.1"
7070
},

0 commit comments

Comments
 (0)