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

Commit 890050b

Browse files
build(deps-dev): bump the test group with 4 updates
Bumps the test group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [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/js` from 9.27.0 to 9.28.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.28.0/packages/js) Updates `eslint` from 9.27.0 to 9.28.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.27.0...v9.28.0) Updates `eslint-plugin-jest` from 28.11.0 to 28.12.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.11.0...v28.12.0) Updates `typescript-eslint` from 8.32.1 to 8.33.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.33.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: eslint dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: eslint-plugin-jest dependency-version: 28.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: typescript-eslint dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c83a92 commit 890050b

File tree

2 files changed

+105
-67
lines changed

2 files changed

+105
-67
lines changed

package-lock.json

Lines changed: 101 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"shared"
1515
],
1616
"devDependencies": {
17-
"@eslint/js": "^9.27.0",
17+
"@eslint/js": "^9.28.0",
1818
"@types/eslint__js": "^9.14.0",
1919
"@types/node": "^22.15.29",
2020
"@vscode/vsce": "^3.4.2",
21-
"eslint": "^9.27.0",
22-
"eslint-plugin-jest": "^28.11.0",
21+
"eslint": "^9.28.0",
22+
"eslint-plugin-jest": "^28.12.0",
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.32.1",
29+
"typescript-eslint": "^8.33.0",
3030
"webpack": "^5.99.9",
3131
"webpack-cli": "^6.0.1"
3232
},
@@ -994,9 +994,9 @@
994994
}
995995
},
996996
"node_modules/@eslint/js": {
997-
"version": "9.27.0",
998-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz",
999-
"integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
997+
"version": "9.28.0",
998+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz",
999+
"integrity": "sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==",
10001000
"dev": true,
10011001
"license": "MIT",
10021002
"engines": {
@@ -2886,17 +2886,17 @@
28862886
"license": "MIT"
28872887
},
28882888
"node_modules/@typescript-eslint/eslint-plugin": {
2889-
"version": "8.32.1",
2890-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz",
2891-
"integrity": "sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==",
2889+
"version": "8.33.0",
2890+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz",
2891+
"integrity": "sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==",
28922892
"dev": true,
28932893
"license": "MIT",
28942894
"dependencies": {
28952895
"@eslint-community/regexpp": "^4.10.0",
2896-
"@typescript-eslint/scope-manager": "8.32.1",
2897-
"@typescript-eslint/type-utils": "8.32.1",
2898-
"@typescript-eslint/utils": "8.32.1",
2899-
"@typescript-eslint/visitor-keys": "8.32.1",
2896+
"@typescript-eslint/scope-manager": "8.33.0",
2897+
"@typescript-eslint/type-utils": "8.33.0",
2898+
"@typescript-eslint/utils": "8.33.0",
2899+
"@typescript-eslint/visitor-keys": "8.33.0",
29002900
"graphemer": "^1.4.0",
29012901
"ignore": "^7.0.0",
29022902
"natural-compare": "^1.4.0",
@@ -2910,7 +2910,7 @@
29102910
"url": "https://opencollective.com/typescript-eslint"
29112911
},
29122912
"peerDependencies": {
2913-
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
2913+
"@typescript-eslint/parser": "^8.33.0",
29142914
"eslint": "^8.57.0 || ^9.0.0",
29152915
"typescript": ">=4.8.4 <5.9.0"
29162916
}
@@ -2926,16 +2926,16 @@
29262926
}
29272927
},
29282928
"node_modules/@typescript-eslint/parser": {
2929-
"version": "8.32.1",
2930-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.32.1.tgz",
2931-
"integrity": "sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==",
2929+
"version": "8.33.0",
2930+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.0.tgz",
2931+
"integrity": "sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==",
29322932
"dev": true,
29332933
"license": "MIT",
29342934
"dependencies": {
2935-
"@typescript-eslint/scope-manager": "8.32.1",
2936-
"@typescript-eslint/types": "8.32.1",
2937-
"@typescript-eslint/typescript-estree": "8.32.1",
2938-
"@typescript-eslint/visitor-keys": "8.32.1",
2935+
"@typescript-eslint/scope-manager": "8.33.0",
2936+
"@typescript-eslint/types": "8.33.0",
2937+
"@typescript-eslint/typescript-estree": "8.33.0",
2938+
"@typescript-eslint/visitor-keys": "8.33.0",
29392939
"debug": "^4.3.4"
29402940
},
29412941
"engines": {
@@ -2950,15 +2950,34 @@
29502950
"typescript": ">=4.8.4 <5.9.0"
29512951
}
29522952
},
2953+
"node_modules/@typescript-eslint/project-service": {
2954+
"version": "8.33.0",
2955+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.33.0.tgz",
2956+
"integrity": "sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==",
2957+
"dev": true,
2958+
"license": "MIT",
2959+
"dependencies": {
2960+
"@typescript-eslint/tsconfig-utils": "^8.33.0",
2961+
"@typescript-eslint/types": "^8.33.0",
2962+
"debug": "^4.3.4"
2963+
},
2964+
"engines": {
2965+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2966+
},
2967+
"funding": {
2968+
"type": "opencollective",
2969+
"url": "https://opencollective.com/typescript-eslint"
2970+
}
2971+
},
29532972
"node_modules/@typescript-eslint/scope-manager": {
2954-
"version": "8.32.1",
2955-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
2956-
"integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
2973+
"version": "8.33.0",
2974+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz",
2975+
"integrity": "sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==",
29572976
"dev": true,
29582977
"license": "MIT",
29592978
"dependencies": {
2960-
"@typescript-eslint/types": "8.32.1",
2961-
"@typescript-eslint/visitor-keys": "8.32.1"
2979+
"@typescript-eslint/types": "8.33.0",
2980+
"@typescript-eslint/visitor-keys": "8.33.0"
29622981
},
29632982
"engines": {
29642983
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2968,15 +2987,32 @@
29682987
"url": "https://opencollective.com/typescript-eslint"
29692988
}
29702989
},
2990+
"node_modules/@typescript-eslint/tsconfig-utils": {
2991+
"version": "8.33.0",
2992+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz",
2993+
"integrity": "sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==",
2994+
"dev": true,
2995+
"license": "MIT",
2996+
"engines": {
2997+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2998+
},
2999+
"funding": {
3000+
"type": "opencollective",
3001+
"url": "https://opencollective.com/typescript-eslint"
3002+
},
3003+
"peerDependencies": {
3004+
"typescript": ">=4.8.4 <5.9.0"
3005+
}
3006+
},
29713007
"node_modules/@typescript-eslint/type-utils": {
2972-
"version": "8.32.1",
2973-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz",
2974-
"integrity": "sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==",
3008+
"version": "8.33.0",
3009+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz",
3010+
"integrity": "sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==",
29753011
"dev": true,
29763012
"license": "MIT",
29773013
"dependencies": {
2978-
"@typescript-eslint/typescript-estree": "8.32.1",
2979-
"@typescript-eslint/utils": "8.32.1",
3014+
"@typescript-eslint/typescript-estree": "8.33.0",
3015+
"@typescript-eslint/utils": "8.33.0",
29803016
"debug": "^4.3.4",
29813017
"ts-api-utils": "^2.1.0"
29823018
},
@@ -2993,9 +3029,9 @@
29933029
}
29943030
},
29953031
"node_modules/@typescript-eslint/types": {
2996-
"version": "8.32.1",
2997-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
2998-
"integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
3032+
"version": "8.33.0",
3033+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz",
3034+
"integrity": "sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==",
29993035
"dev": true,
30003036
"license": "MIT",
30013037
"engines": {
@@ -3007,14 +3043,16 @@
30073043
}
30083044
},
30093045
"node_modules/@typescript-eslint/typescript-estree": {
3010-
"version": "8.32.1",
3011-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
3012-
"integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
3046+
"version": "8.33.0",
3047+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz",
3048+
"integrity": "sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==",
30133049
"dev": true,
30143050
"license": "MIT",
30153051
"dependencies": {
3016-
"@typescript-eslint/types": "8.32.1",
3017-
"@typescript-eslint/visitor-keys": "8.32.1",
3052+
"@typescript-eslint/project-service": "8.33.0",
3053+
"@typescript-eslint/tsconfig-utils": "8.33.0",
3054+
"@typescript-eslint/types": "8.33.0",
3055+
"@typescript-eslint/visitor-keys": "8.33.0",
30183056
"debug": "^4.3.4",
30193057
"fast-glob": "^3.3.2",
30203058
"is-glob": "^4.0.3",
@@ -3060,16 +3098,16 @@
30603098
}
30613099
},
30623100
"node_modules/@typescript-eslint/utils": {
3063-
"version": "8.32.1",
3064-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.1.tgz",
3065-
"integrity": "sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==",
3101+
"version": "8.33.0",
3102+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.0.tgz",
3103+
"integrity": "sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==",
30663104
"dev": true,
30673105
"license": "MIT",
30683106
"dependencies": {
30693107
"@eslint-community/eslint-utils": "^4.7.0",
3070-
"@typescript-eslint/scope-manager": "8.32.1",
3071-
"@typescript-eslint/types": "8.32.1",
3072-
"@typescript-eslint/typescript-estree": "8.32.1"
3108+
"@typescript-eslint/scope-manager": "8.33.0",
3109+
"@typescript-eslint/types": "8.33.0",
3110+
"@typescript-eslint/typescript-estree": "8.33.0"
30733111
},
30743112
"engines": {
30753113
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -3084,13 +3122,13 @@
30843122
}
30853123
},
30863124
"node_modules/@typescript-eslint/visitor-keys": {
3087-
"version": "8.32.1",
3088-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
3089-
"integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
3125+
"version": "8.33.0",
3126+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz",
3127+
"integrity": "sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==",
30903128
"dev": true,
30913129
"license": "MIT",
30923130
"dependencies": {
3093-
"@typescript-eslint/types": "8.32.1",
3131+
"@typescript-eslint/types": "8.33.0",
30943132
"eslint-visitor-keys": "^4.2.0"
30953133
},
30963134
"engines": {
@@ -5375,9 +5413,9 @@
53755413
}
53765414
},
53775415
"node_modules/eslint": {
5378-
"version": "9.27.0",
5379-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz",
5380-
"integrity": "sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==",
5416+
"version": "9.28.0",
5417+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.28.0.tgz",
5418+
"integrity": "sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==",
53815419
"dev": true,
53825420
"license": "MIT",
53835421
"dependencies": {
@@ -5387,7 +5425,7 @@
53875425
"@eslint/config-helpers": "^0.2.1",
53885426
"@eslint/core": "^0.14.0",
53895427
"@eslint/eslintrc": "^3.3.1",
5390-
"@eslint/js": "9.27.0",
5428+
"@eslint/js": "9.28.0",
53915429
"@eslint/plugin-kit": "^0.3.1",
53925430
"@humanfs/node": "^0.16.6",
53935431
"@humanwhocodes/module-importer": "^1.0.1",
@@ -5436,9 +5474,9 @@
54365474
}
54375475
},
54385476
"node_modules/eslint-plugin-jest": {
5439-
"version": "28.11.0",
5440-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz",
5441-
"integrity": "sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==",
5477+
"version": "28.12.0",
5478+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.12.0.tgz",
5479+
"integrity": "sha512-J6zmDp8WiQ9tyvYXE+3RFy7/+l4hraWLzmsabYXyehkmmDd36qV4VQFc7XzcsD8C1PTNt646MSx25bO1mdd9Yw==",
54425480
"dev": true,
54435481
"license": "MIT",
54445482
"dependencies": {
@@ -11870,15 +11908,15 @@
1187011908
}
1187111909
},
1187211910
"node_modules/typescript-eslint": {
11873-
"version": "8.32.1",
11874-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.32.1.tgz",
11875-
"integrity": "sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==",
11911+
"version": "8.33.0",
11912+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.33.0.tgz",
11913+
"integrity": "sha512-5YmNhF24ylCsvdNW2oJwMzTbaeO4bg90KeGtMjUw0AGtHksgEPLRTUil+coHwCfiu4QjVJFnjp94DmU6zV7DhQ==",
1187611914
"dev": true,
1187711915
"license": "MIT",
1187811916
"dependencies": {
11879-
"@typescript-eslint/eslint-plugin": "8.32.1",
11880-
"@typescript-eslint/parser": "8.32.1",
11881-
"@typescript-eslint/utils": "8.32.1"
11917+
"@typescript-eslint/eslint-plugin": "8.33.0",
11918+
"@typescript-eslint/parser": "8.33.0",
11919+
"@typescript-eslint/utils": "8.33.0"
1188211920
},
1188311921
"engines": {
1188411922
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
"workspace"
5454
],
5555
"devDependencies": {
56-
"@eslint/js": "^9.27.0",
56+
"@eslint/js": "^9.28.0",
5757
"@types/eslint__js": "^9.14.0",
5858
"@types/node": "^22.15.29",
5959
"@vscode/vsce": "^3.4.2",
60-
"eslint": "^9.27.0",
61-
"eslint-plugin-jest": "^28.11.0",
60+
"eslint": "^9.28.0",
61+
"eslint-plugin-jest": "^28.12.0",
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.32.1",
68+
"typescript-eslint": "^8.33.0",
6969
"webpack": "^5.99.9",
7070
"webpack-cli": "^6.0.1"
7171
},

0 commit comments

Comments
 (0)