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

Commit 50746b8

Browse files
build(deps-dev): bump the test group with 2 updates
Bumps the test group with 2 updates: [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint` from 9.20.0 to 9.20.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.0...v9.20.1) Updates `typescript-eslint` from 8.23.0 to 8.24.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.24.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4bb60a0 commit 50746b8

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

package-lock.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.13.1",
2020
"@vscode/vsce": "^3.2.2",
21-
"eslint": "^9.20.0",
21+
"eslint": "^9.20.1",
2222
"eslint-plugin-jest": "^28.11.0",
2323
"globals": "^15.14.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.7.3",
29-
"typescript-eslint": "^8.23.0",
29+
"typescript-eslint": "^8.24.0",
3030
"webpack": "^5.97.1",
3131
"webpack-cli": "^6.0.1"
3232
},
@@ -2335,17 +2335,17 @@
23352335
"license": "MIT"
23362336
},
23372337
"node_modules/@typescript-eslint/eslint-plugin": {
2338-
"version": "8.23.0",
2339-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz",
2340-
"integrity": "sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==",
2338+
"version": "8.24.0",
2339+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz",
2340+
"integrity": "sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==",
23412341
"dev": true,
23422342
"license": "MIT",
23432343
"dependencies": {
23442344
"@eslint-community/regexpp": "^4.10.0",
2345-
"@typescript-eslint/scope-manager": "8.23.0",
2346-
"@typescript-eslint/type-utils": "8.23.0",
2347-
"@typescript-eslint/utils": "8.23.0",
2348-
"@typescript-eslint/visitor-keys": "8.23.0",
2345+
"@typescript-eslint/scope-manager": "8.24.0",
2346+
"@typescript-eslint/type-utils": "8.24.0",
2347+
"@typescript-eslint/utils": "8.24.0",
2348+
"@typescript-eslint/visitor-keys": "8.24.0",
23492349
"graphemer": "^1.4.0",
23502350
"ignore": "^5.3.1",
23512351
"natural-compare": "^1.4.0",
@@ -2365,16 +2365,16 @@
23652365
}
23662366
},
23672367
"node_modules/@typescript-eslint/parser": {
2368-
"version": "8.23.0",
2369-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.23.0.tgz",
2370-
"integrity": "sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==",
2368+
"version": "8.24.0",
2369+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.24.0.tgz",
2370+
"integrity": "sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==",
23712371
"dev": true,
23722372
"license": "MIT",
23732373
"dependencies": {
2374-
"@typescript-eslint/scope-manager": "8.23.0",
2375-
"@typescript-eslint/types": "8.23.0",
2376-
"@typescript-eslint/typescript-estree": "8.23.0",
2377-
"@typescript-eslint/visitor-keys": "8.23.0",
2374+
"@typescript-eslint/scope-manager": "8.24.0",
2375+
"@typescript-eslint/types": "8.24.0",
2376+
"@typescript-eslint/typescript-estree": "8.24.0",
2377+
"@typescript-eslint/visitor-keys": "8.24.0",
23782378
"debug": "^4.3.4"
23792379
},
23802380
"engines": {
@@ -2390,14 +2390,14 @@
23902390
}
23912391
},
23922392
"node_modules/@typescript-eslint/scope-manager": {
2393-
"version": "8.23.0",
2394-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz",
2395-
"integrity": "sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==",
2393+
"version": "8.24.0",
2394+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz",
2395+
"integrity": "sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==",
23962396
"dev": true,
23972397
"license": "MIT",
23982398
"dependencies": {
2399-
"@typescript-eslint/types": "8.23.0",
2400-
"@typescript-eslint/visitor-keys": "8.23.0"
2399+
"@typescript-eslint/types": "8.24.0",
2400+
"@typescript-eslint/visitor-keys": "8.24.0"
24012401
},
24022402
"engines": {
24032403
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2408,14 +2408,14 @@
24082408
}
24092409
},
24102410
"node_modules/@typescript-eslint/type-utils": {
2411-
"version": "8.23.0",
2412-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz",
2413-
"integrity": "sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==",
2411+
"version": "8.24.0",
2412+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz",
2413+
"integrity": "sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==",
24142414
"dev": true,
24152415
"license": "MIT",
24162416
"dependencies": {
2417-
"@typescript-eslint/typescript-estree": "8.23.0",
2418-
"@typescript-eslint/utils": "8.23.0",
2417+
"@typescript-eslint/typescript-estree": "8.24.0",
2418+
"@typescript-eslint/utils": "8.24.0",
24192419
"debug": "^4.3.4",
24202420
"ts-api-utils": "^2.0.1"
24212421
},
@@ -2432,9 +2432,9 @@
24322432
}
24332433
},
24342434
"node_modules/@typescript-eslint/types": {
2435-
"version": "8.23.0",
2436-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.23.0.tgz",
2437-
"integrity": "sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==",
2435+
"version": "8.24.0",
2436+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.24.0.tgz",
2437+
"integrity": "sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==",
24382438
"dev": true,
24392439
"license": "MIT",
24402440
"engines": {
@@ -2446,14 +2446,14 @@
24462446
}
24472447
},
24482448
"node_modules/@typescript-eslint/typescript-estree": {
2449-
"version": "8.23.0",
2450-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz",
2451-
"integrity": "sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==",
2449+
"version": "8.24.0",
2450+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz",
2451+
"integrity": "sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==",
24522452
"dev": true,
24532453
"license": "MIT",
24542454
"dependencies": {
2455-
"@typescript-eslint/types": "8.23.0",
2456-
"@typescript-eslint/visitor-keys": "8.23.0",
2455+
"@typescript-eslint/types": "8.24.0",
2456+
"@typescript-eslint/visitor-keys": "8.24.0",
24572457
"debug": "^4.3.4",
24582458
"fast-glob": "^3.3.2",
24592459
"is-glob": "^4.0.3",
@@ -2499,16 +2499,16 @@
24992499
}
25002500
},
25012501
"node_modules/@typescript-eslint/utils": {
2502-
"version": "8.23.0",
2503-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.23.0.tgz",
2504-
"integrity": "sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==",
2502+
"version": "8.24.0",
2503+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.24.0.tgz",
2504+
"integrity": "sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==",
25052505
"dev": true,
25062506
"license": "MIT",
25072507
"dependencies": {
25082508
"@eslint-community/eslint-utils": "^4.4.0",
2509-
"@typescript-eslint/scope-manager": "8.23.0",
2510-
"@typescript-eslint/types": "8.23.0",
2511-
"@typescript-eslint/typescript-estree": "8.23.0"
2509+
"@typescript-eslint/scope-manager": "8.24.0",
2510+
"@typescript-eslint/types": "8.24.0",
2511+
"@typescript-eslint/typescript-estree": "8.24.0"
25122512
},
25132513
"engines": {
25142514
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2523,13 +2523,13 @@
25232523
}
25242524
},
25252525
"node_modules/@typescript-eslint/visitor-keys": {
2526-
"version": "8.23.0",
2527-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz",
2528-
"integrity": "sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==",
2526+
"version": "8.24.0",
2527+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz",
2528+
"integrity": "sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==",
25292529
"dev": true,
25302530
"license": "MIT",
25312531
"dependencies": {
2532-
"@typescript-eslint/types": "8.23.0",
2532+
"@typescript-eslint/types": "8.24.0",
25332533
"eslint-visitor-keys": "^4.2.0"
25342534
},
25352535
"engines": {
@@ -4623,9 +4623,9 @@
46234623
}
46244624
},
46254625
"node_modules/eslint": {
4626-
"version": "9.20.0",
4627-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz",
4628-
"integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==",
4626+
"version": "9.20.1",
4627+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.1.tgz",
4628+
"integrity": "sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==",
46294629
"dev": true,
46304630
"license": "MIT",
46314631
"dependencies": {
@@ -10380,15 +10380,15 @@
1038010380
}
1038110381
},
1038210382
"node_modules/typescript-eslint": {
10383-
"version": "8.23.0",
10384-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.23.0.tgz",
10385-
"integrity": "sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ==",
10383+
"version": "8.24.0",
10384+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.24.0.tgz",
10385+
"integrity": "sha512-/lmv4366en/qbB32Vz5+kCNZEMf6xYHwh1z48suBwZvAtnXKbP+YhGe8OLE2BqC67LMqKkCNLtjejdwsdW6uOQ==",
1038610386
"dev": true,
1038710387
"license": "MIT",
1038810388
"dependencies": {
10389-
"@typescript-eslint/eslint-plugin": "8.23.0",
10390-
"@typescript-eslint/parser": "8.23.0",
10391-
"@typescript-eslint/utils": "8.23.0"
10389+
"@typescript-eslint/eslint-plugin": "8.24.0",
10390+
"@typescript-eslint/parser": "8.24.0",
10391+
"@typescript-eslint/utils": "8.24.0"
1039210392
},
1039310393
"engines": {
1039410394
"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,15 +57,15 @@
5757
"@types/eslint__js": "^8.42.3",
5858
"@types/node": "^22.13.1",
5959
"@vscode/vsce": "^3.2.2",
60-
"eslint": "^9.20.0",
60+
"eslint": "^9.20.1",
6161
"eslint-plugin-jest": "^28.11.0",
6262
"globals": "^15.14.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.7.3",
68-
"typescript-eslint": "^8.23.0",
68+
"typescript-eslint": "^8.24.0",
6969
"webpack": "^5.97.1",
7070
"webpack-cli": "^6.0.1"
7171
},

0 commit comments

Comments
 (0)