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

Commit 2d0f9bb

Browse files
build(deps-dev): bump the test group with 2 updates
Bumps the test group with 2 updates: [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.1 - [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.1/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 d3a097c commit 2d0f9bb

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.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.18.0",
29+
"typescript-eslint": "^8.18.1",
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.1",
2331+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz",
2332+
"integrity": "sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==",
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.1",
2337+
"@typescript-eslint/type-utils": "8.18.1",
2338+
"@typescript-eslint/utils": "8.18.1",
2339+
"@typescript-eslint/visitor-keys": "8.18.1",
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.1",
2360+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.1.tgz",
2361+
"integrity": "sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==",
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.1",
2365+
"@typescript-eslint/types": "8.18.1",
2366+
"@typescript-eslint/typescript-estree": "8.18.1",
2367+
"@typescript-eslint/visitor-keys": "8.18.1",
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.1",
2384+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz",
2385+
"integrity": "sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==",
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.1",
2389+
"@typescript-eslint/visitor-keys": "8.18.1"
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.1",
2401+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz",
2402+
"integrity": "sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==",
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.1",
2406+
"@typescript-eslint/utils": "8.18.1",
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.1",
2424+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz",
2425+
"integrity": "sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==",
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.1",
2437+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz",
2438+
"integrity": "sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==",
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.1",
2442+
"@typescript-eslint/visitor-keys": "8.18.1",
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.1",
2487+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.1.tgz",
2488+
"integrity": "sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==",
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.1",
2493+
"@typescript-eslint/types": "8.18.1",
2494+
"@typescript-eslint/typescript-estree": "8.18.1"
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.1",
2510+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz",
2511+
"integrity": "sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==",
25122512
"dev": true,
25132513
"dependencies": {
2514-
"@typescript-eslint/types": "8.18.0",
2514+
"@typescript-eslint/types": "8.18.1",
25152515
"eslint-visitor-keys": "^4.2.0"
25162516
},
25172517
"engines": {
@@ -4668,11 +4668,10 @@
46684668
}
46694669
},
46704670
"node_modules/eslint-plugin-jest": {
4671-
"version": "28.9.0",
4672-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz",
4673-
"integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==",
4671+
"version": "28.10.0",
4672+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz",
4673+
"integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==",
46744674
"dev": true,
4675-
"license": "MIT",
46764675
"dependencies": {
46774676
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
46784677
},
@@ -10358,14 +10357,14 @@
1035810357
}
1035910358
},
1036010359
"node_modules/typescript-eslint": {
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==",
10360+
"version": "8.18.1",
10361+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.18.1.tgz",
10362+
"integrity": "sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==",
1036410363
"dev": true,
1036510364
"dependencies": {
10366-
"@typescript-eslint/eslint-plugin": "8.18.0",
10367-
"@typescript-eslint/parser": "8.18.0",
10368-
"@typescript-eslint/utils": "8.18.0"
10365+
"@typescript-eslint/eslint-plugin": "8.18.1",
10366+
"@typescript-eslint/parser": "8.18.1",
10367+
"@typescript-eslint/utils": "8.18.1"
1036910368
},
1037010369
"engines": {
1037110370
"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.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.18.0",
67+
"typescript-eslint": "^8.18.1",
6868
"webpack": "^5.97.1",
6969
"webpack-cli": "^5.0.1"
7070
},

0 commit comments

Comments
 (0)