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

Commit a553a00

Browse files
build(deps-dev): bump the test group with 2 updates (#813)
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.13.0 to 28.13.3 - [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.13.0...v28.13.3) Updates `typescript-eslint` from 8.33.1 to 8.34.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.34.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.13.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: typescript-eslint dependency-version: 8.34.0 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 00a400c commit a553a00

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

package-lock.json

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"@types/node": "^22.15.30",
2020
"@vscode/vsce": "^3.5.0",
2121
"eslint": "^9.28.0",
22-
"eslint-plugin-jest": "^28.13.0",
22+
"eslint-plugin-jest": "^28.13.3",
2323
"globals": "^16.2.0",
2424
"json-loader": "^0.5.7",
2525
"jsonc": "^2.0.0",
2626
"ts-loader": "^9.5.2",
2727
"ts-node": "^10.9.2",
2828
"typescript": "^5.8.3",
29-
"typescript-eslint": "^8.33.1",
29+
"typescript-eslint": "^8.34.0",
3030
"webpack": "^5.99.9",
3131
"webpack-cli": "^6.0.1"
3232
},
@@ -2330,17 +2330,17 @@
23302330
"license": "MIT"
23312331
},
23322332
"node_modules/@typescript-eslint/eslint-plugin": {
2333-
"version": "8.33.1",
2334-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.1.tgz",
2335-
"integrity": "sha512-TDCXj+YxLgtvxvFlAvpoRv9MAncDLBV2oT9Bd7YBGC/b/sEURoOYuIwLI99rjWOfY3QtDzO+mk0n4AmdFExW8A==",
2333+
"version": "8.34.0",
2334+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz",
2335+
"integrity": "sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==",
23362336
"dev": true,
23372337
"license": "MIT",
23382338
"dependencies": {
23392339
"@eslint-community/regexpp": "^4.10.0",
2340-
"@typescript-eslint/scope-manager": "8.33.1",
2341-
"@typescript-eslint/type-utils": "8.33.1",
2342-
"@typescript-eslint/utils": "8.33.1",
2343-
"@typescript-eslint/visitor-keys": "8.33.1",
2340+
"@typescript-eslint/scope-manager": "8.34.0",
2341+
"@typescript-eslint/type-utils": "8.34.0",
2342+
"@typescript-eslint/utils": "8.34.0",
2343+
"@typescript-eslint/visitor-keys": "8.34.0",
23442344
"graphemer": "^1.4.0",
23452345
"ignore": "^7.0.0",
23462346
"natural-compare": "^1.4.0",
@@ -2354,7 +2354,7 @@
23542354
"url": "https://opencollective.com/typescript-eslint"
23552355
},
23562356
"peerDependencies": {
2357-
"@typescript-eslint/parser": "^8.33.1",
2357+
"@typescript-eslint/parser": "^8.34.0",
23582358
"eslint": "^8.57.0 || ^9.0.0",
23592359
"typescript": ">=4.8.4 <5.9.0"
23602360
}
@@ -2370,16 +2370,16 @@
23702370
}
23712371
},
23722372
"node_modules/@typescript-eslint/parser": {
2373-
"version": "8.33.1",
2374-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.1.tgz",
2375-
"integrity": "sha512-qwxv6dq682yVvgKKp2qWwLgRbscDAYktPptK4JPojCwwi3R9cwrvIxS4lvBpzmcqzR4bdn54Z0IG1uHFskW4dA==",
2373+
"version": "8.34.0",
2374+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.34.0.tgz",
2375+
"integrity": "sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==",
23762376
"dev": true,
23772377
"license": "MIT",
23782378
"dependencies": {
2379-
"@typescript-eslint/scope-manager": "8.33.1",
2380-
"@typescript-eslint/types": "8.33.1",
2381-
"@typescript-eslint/typescript-estree": "8.33.1",
2382-
"@typescript-eslint/visitor-keys": "8.33.1",
2379+
"@typescript-eslint/scope-manager": "8.34.0",
2380+
"@typescript-eslint/types": "8.34.0",
2381+
"@typescript-eslint/typescript-estree": "8.34.0",
2382+
"@typescript-eslint/visitor-keys": "8.34.0",
23832383
"debug": "^4.3.4"
23842384
},
23852385
"engines": {
@@ -2395,14 +2395,14 @@
23952395
}
23962396
},
23972397
"node_modules/@typescript-eslint/project-service": {
2398-
"version": "8.33.1",
2399-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.33.1.tgz",
2400-
"integrity": "sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw==",
2398+
"version": "8.34.0",
2399+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
2400+
"integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
24012401
"dev": true,
24022402
"license": "MIT",
24032403
"dependencies": {
2404-
"@typescript-eslint/tsconfig-utils": "^8.33.1",
2405-
"@typescript-eslint/types": "^8.33.1",
2404+
"@typescript-eslint/tsconfig-utils": "^8.34.0",
2405+
"@typescript-eslint/types": "^8.34.0",
24062406
"debug": "^4.3.4"
24072407
},
24082408
"engines": {
@@ -2417,14 +2417,14 @@
24172417
}
24182418
},
24192419
"node_modules/@typescript-eslint/scope-manager": {
2420-
"version": "8.33.1",
2421-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.33.1.tgz",
2422-
"integrity": "sha512-dM4UBtgmzHR9bS0Rv09JST0RcHYearoEoo3pG5B6GoTR9XcyeqX87FEhPo+5kTvVfKCvfHaHrcgeJQc6mrDKrA==",
2420+
"version": "8.34.0",
2421+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
2422+
"integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
24232423
"dev": true,
24242424
"license": "MIT",
24252425
"dependencies": {
2426-
"@typescript-eslint/types": "8.33.1",
2427-
"@typescript-eslint/visitor-keys": "8.33.1"
2426+
"@typescript-eslint/types": "8.34.0",
2427+
"@typescript-eslint/visitor-keys": "8.34.0"
24282428
},
24292429
"engines": {
24302430
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2435,9 +2435,9 @@
24352435
}
24362436
},
24372437
"node_modules/@typescript-eslint/tsconfig-utils": {
2438-
"version": "8.33.1",
2439-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz",
2440-
"integrity": "sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==",
2438+
"version": "8.34.0",
2439+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz",
2440+
"integrity": "sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==",
24412441
"dev": true,
24422442
"license": "MIT",
24432443
"engines": {
@@ -2452,14 +2452,14 @@
24522452
}
24532453
},
24542454
"node_modules/@typescript-eslint/type-utils": {
2455-
"version": "8.33.1",
2456-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.33.1.tgz",
2457-
"integrity": "sha512-1cG37d9xOkhlykom55WVwG2QRNC7YXlxMaMzqw2uPeJixBFfKWZgaP/hjAObqMN/u3fr5BrTwTnc31/L9jQ2ww==",
2455+
"version": "8.34.0",
2456+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz",
2457+
"integrity": "sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==",
24582458
"dev": true,
24592459
"license": "MIT",
24602460
"dependencies": {
2461-
"@typescript-eslint/typescript-estree": "8.33.1",
2462-
"@typescript-eslint/utils": "8.33.1",
2461+
"@typescript-eslint/typescript-estree": "8.34.0",
2462+
"@typescript-eslint/utils": "8.34.0",
24632463
"debug": "^4.3.4",
24642464
"ts-api-utils": "^2.1.0"
24652465
},
@@ -2476,9 +2476,9 @@
24762476
}
24772477
},
24782478
"node_modules/@typescript-eslint/types": {
2479-
"version": "8.33.1",
2480-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.1.tgz",
2481-
"integrity": "sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==",
2479+
"version": "8.34.0",
2480+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
2481+
"integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
24822482
"dev": true,
24832483
"license": "MIT",
24842484
"engines": {
@@ -2490,16 +2490,16 @@
24902490
}
24912491
},
24922492
"node_modules/@typescript-eslint/typescript-estree": {
2493-
"version": "8.33.1",
2494-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz",
2495-
"integrity": "sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA==",
2493+
"version": "8.34.0",
2494+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
2495+
"integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
24962496
"dev": true,
24972497
"license": "MIT",
24982498
"dependencies": {
2499-
"@typescript-eslint/project-service": "8.33.1",
2500-
"@typescript-eslint/tsconfig-utils": "8.33.1",
2501-
"@typescript-eslint/types": "8.33.1",
2502-
"@typescript-eslint/visitor-keys": "8.33.1",
2499+
"@typescript-eslint/project-service": "8.34.0",
2500+
"@typescript-eslint/tsconfig-utils": "8.34.0",
2501+
"@typescript-eslint/types": "8.34.0",
2502+
"@typescript-eslint/visitor-keys": "8.34.0",
25032503
"debug": "^4.3.4",
25042504
"fast-glob": "^3.3.2",
25052505
"is-glob": "^4.0.3",
@@ -2519,9 +2519,9 @@
25192519
}
25202520
},
25212521
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
2522-
"version": "2.0.1",
2523-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
2524-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
2522+
"version": "2.0.2",
2523+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
2524+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
25252525
"dev": true,
25262526
"license": "MIT",
25272527
"dependencies": {
@@ -2545,16 +2545,16 @@
25452545
}
25462546
},
25472547
"node_modules/@typescript-eslint/utils": {
2548-
"version": "8.33.1",
2549-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.1.tgz",
2550-
"integrity": "sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==",
2548+
"version": "8.34.0",
2549+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
2550+
"integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
25512551
"dev": true,
25522552
"license": "MIT",
25532553
"dependencies": {
25542554
"@eslint-community/eslint-utils": "^4.7.0",
2555-
"@typescript-eslint/scope-manager": "8.33.1",
2556-
"@typescript-eslint/types": "8.33.1",
2557-
"@typescript-eslint/typescript-estree": "8.33.1"
2555+
"@typescript-eslint/scope-manager": "8.34.0",
2556+
"@typescript-eslint/types": "8.34.0",
2557+
"@typescript-eslint/typescript-estree": "8.34.0"
25582558
},
25592559
"engines": {
25602560
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2569,13 +2569,13 @@
25692569
}
25702570
},
25712571
"node_modules/@typescript-eslint/visitor-keys": {
2572-
"version": "8.33.1",
2573-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz",
2574-
"integrity": "sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ==",
2572+
"version": "8.34.0",
2573+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
2574+
"integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
25752575
"dev": true,
25762576
"license": "MIT",
25772577
"dependencies": {
2578-
"@typescript-eslint/types": "8.33.1",
2578+
"@typescript-eslint/types": "8.34.0",
25792579
"eslint-visitor-keys": "^4.2.0"
25802580
},
25812581
"engines": {
@@ -4736,9 +4736,9 @@
47364736
}
47374737
},
47384738
"node_modules/eslint-plugin-jest": {
4739-
"version": "28.13.0",
4740-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.0.tgz",
4741-
"integrity": "sha512-4AuBcFWOriOeEqy6s4Zup/dQ7E1EPTyyfDaMYmM2YP9xEWPWwK3yYifH1dzY6aHRvyx7y53qMSIyT5s+jrorsQ==",
4739+
"version": "28.13.3",
4740+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.3.tgz",
4741+
"integrity": "sha512-BwC7TkFKn59tyfi6Zd9p/bcVVYOjWqp80jeaQvMy1fNFo8iDF8D5XvoSMM7CPaL6lQXPXCgD+RD4onlSsFelIw==",
47424742
"dev": true,
47434743
"license": "MIT",
47444744
"dependencies": {
@@ -9717,15 +9717,15 @@
97179717
}
97189718
},
97199719
"node_modules/typescript-eslint": {
9720-
"version": "8.33.1",
9721-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.33.1.tgz",
9722-
"integrity": "sha512-AgRnV4sKkWOiZ0Kjbnf5ytTJXMUZQ0qhSVdQtDNYLPLnjsATEYhaO94GlRQwi4t4gO8FfjM6NnikHeKjUm8D7A==",
9720+
"version": "8.34.0",
9721+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.34.0.tgz",
9722+
"integrity": "sha512-MRpfN7uYjTrTGigFCt8sRyNqJFhjN0WwZecldaqhWm+wy0gaRt8Edb/3cuUy0zdq2opJWT6iXINKAtewnDOltQ==",
97239723
"dev": true,
97249724
"license": "MIT",
97259725
"dependencies": {
9726-
"@typescript-eslint/eslint-plugin": "8.33.1",
9727-
"@typescript-eslint/parser": "8.33.1",
9728-
"@typescript-eslint/utils": "8.33.1"
9726+
"@typescript-eslint/eslint-plugin": "8.34.0",
9727+
"@typescript-eslint/parser": "8.34.0",
9728+
"@typescript-eslint/utils": "8.34.0"
97299729
},
97309730
"engines": {
97319731
"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
@@ -58,14 +58,14 @@
5858
"@types/node": "^22.15.30",
5959
"@vscode/vsce": "^3.5.0",
6060
"eslint": "^9.28.0",
61-
"eslint-plugin-jest": "^28.13.0",
61+
"eslint-plugin-jest": "^28.13.3",
6262
"globals": "^16.2.0",
6363
"json-loader": "^0.5.7",
6464
"jsonc": "^2.0.0",
6565
"ts-loader": "^9.5.2",
6666
"ts-node": "^10.9.2",
6767
"typescript": "^5.8.3",
68-
"typescript-eslint": "^8.33.1",
68+
"typescript-eslint": "^8.34.0",
6969
"webpack": "^5.99.9",
7070
"webpack-cli": "^6.0.1"
7171
},

0 commit comments

Comments
 (0)