Skip to content

Commit d173fee

Browse files
Bump the deps group with 4 updates
Bumps the deps group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint). Updates `@types/node` from 24.9.2 to 24.10.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/parser) Updates `eslint` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.0...v9.39.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b819f4 commit d173fee

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"@octokit/types": "^16.0.0",
2121
"@octokit/webhooks": "^14.1.3",
2222
"@octokit/webhooks-types": "^7.6.1",
23-
"@types/node": "^24.6.1",
23+
"@types/node": "^24.10.0",
2424
"@vercel/ncc": "^0.38.4",
2525
"glob": "^11.0.3",
2626
"ts-node": "^10.9.2"
2727
},
2828
"devDependencies": {
2929
"@types/jest": "30.0.0",
30-
"@typescript-eslint/eslint-plugin": "^8.45.0",
31-
"@typescript-eslint/parser": "^8.45.0",
32-
"eslint": "^9.36.0",
30+
"@typescript-eslint/eslint-plugin": "^8.46.3",
31+
"@typescript-eslint/parser": "^8.46.3",
32+
"eslint": "^9.39.1",
3333
"eslint-config-prettier": "^10.1.8",
3434
"eslint-plugin-import": "^2.32.0",
3535
"eslint-plugin-jest": "^29.0.1",

yarn.lock

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -390,10 +390,10 @@
390390
minimatch "^3.1.2"
391391
strip-json-comments "^3.1.1"
392392

393-
"@eslint/[email protected].0":
394-
version "9.39.0"
395-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.0.tgz#e1955cefd1d79e80a9557274e9aa9bd3f641be01"
396-
integrity sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==
393+
"@eslint/[email protected].1":
394+
version "9.39.1"
395+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.1.tgz#0dd59c3a9f40e3f1882975c321470969243e0164"
396+
integrity sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==
397397

398398
"@eslint/object-schema@^2.1.7":
399399
version "2.1.7"
@@ -1064,10 +1064,10 @@
10641064
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
10651065
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
10661066

1067-
"@types/node@*", "@types/node@^24.6.1":
1068-
version "24.9.2"
1069-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1070-
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
1067+
"@types/node@*", "@types/node@^24.10.0":
1068+
version "24.10.0"
1069+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
1070+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
10711071
dependencies:
10721072
undici-types "~7.16.0"
10731073

@@ -1088,102 +1088,102 @@
10881088
dependencies:
10891089
"@types/yargs-parser" "*"
10901090

1091-
"@typescript-eslint/eslint-plugin@^8.45.0":
1092-
version "8.46.2"
1093-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz#dc4ab93ee3d7e6c8e38820a0d6c7c93c7183e2dc"
1094-
integrity sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==
1091+
"@typescript-eslint/eslint-plugin@^8.46.3":
1092+
version "8.46.3"
1093+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.3.tgz#6f7aeaf9f5c611425db9b8f983e8d3fe5deece3c"
1094+
integrity sha512-sbaQ27XBUopBkRiuY/P9sWGOWUW4rl8fDoHIUmLpZd8uldsTyB4/Zg6bWTegPoTLnKj9Hqgn3QD6cjPNB32Odw==
10951095
dependencies:
10961096
"@eslint-community/regexpp" "^4.10.0"
1097-
"@typescript-eslint/scope-manager" "8.46.2"
1098-
"@typescript-eslint/type-utils" "8.46.2"
1099-
"@typescript-eslint/utils" "8.46.2"
1100-
"@typescript-eslint/visitor-keys" "8.46.2"
1097+
"@typescript-eslint/scope-manager" "8.46.3"
1098+
"@typescript-eslint/type-utils" "8.46.3"
1099+
"@typescript-eslint/utils" "8.46.3"
1100+
"@typescript-eslint/visitor-keys" "8.46.3"
11011101
graphemer "^1.4.0"
11021102
ignore "^7.0.0"
11031103
natural-compare "^1.4.0"
11041104
ts-api-utils "^2.1.0"
11051105

1106-
"@typescript-eslint/parser@^8.45.0":
1107-
version "8.46.2"
1108-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.2.tgz#dd938d45d581ac8ffa9d8a418a50282b306f7ebf"
1109-
integrity sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==
1106+
"@typescript-eslint/parser@^8.46.3":
1107+
version "8.46.3"
1108+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.3.tgz#3badfb62d2e2dc733d02a038073e3f65f2cb833d"
1109+
integrity sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==
11101110
dependencies:
1111-
"@typescript-eslint/scope-manager" "8.46.2"
1112-
"@typescript-eslint/types" "8.46.2"
1113-
"@typescript-eslint/typescript-estree" "8.46.2"
1114-
"@typescript-eslint/visitor-keys" "8.46.2"
1111+
"@typescript-eslint/scope-manager" "8.46.3"
1112+
"@typescript-eslint/types" "8.46.3"
1113+
"@typescript-eslint/typescript-estree" "8.46.3"
1114+
"@typescript-eslint/visitor-keys" "8.46.3"
11151115
debug "^4.3.4"
11161116

1117-
"@typescript-eslint/[email protected].2":
1118-
version "8.46.2"
1119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
1120-
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
1117+
"@typescript-eslint/[email protected].3":
1118+
version "8.46.3"
1119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.3.tgz#4555c685407ea829081218fa033d7b032607aaef"
1120+
integrity sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==
11211121
dependencies:
1122-
"@typescript-eslint/tsconfig-utils" "^8.46.2"
1123-
"@typescript-eslint/types" "^8.46.2"
1122+
"@typescript-eslint/tsconfig-utils" "^8.46.3"
1123+
"@typescript-eslint/types" "^8.46.3"
11241124
debug "^4.3.4"
11251125

1126-
"@typescript-eslint/[email protected].2":
1127-
version "8.46.2"
1128-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
1129-
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
1126+
"@typescript-eslint/[email protected].3":
1127+
version "8.46.3"
1128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz#2e330f566e135ccac13477b98dd88d8f176e4dff"
1129+
integrity sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==
11301130
dependencies:
1131-
"@typescript-eslint/types" "8.46.2"
1132-
"@typescript-eslint/visitor-keys" "8.46.2"
1131+
"@typescript-eslint/types" "8.46.3"
1132+
"@typescript-eslint/visitor-keys" "8.46.3"
11331133

1134-
"@typescript-eslint/[email protected].2", "@typescript-eslint/tsconfig-utils@^8.46.2":
1135-
version "8.46.2"
1136-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
1137-
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
1134+
"@typescript-eslint/[email protected].3", "@typescript-eslint/tsconfig-utils@^8.46.3":
1135+
version "8.46.3"
1136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz#cad33398c762c97fe56a8defda00c16505abefa3"
1137+
integrity sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==
11381138

1139-
"@typescript-eslint/[email protected].2":
1140-
version "8.46.2"
1141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz#802d027864e6fb752e65425ed09f3e089fb4d384"
1142-
integrity sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==
1139+
"@typescript-eslint/[email protected].3":
1140+
version "8.46.3"
1141+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz#71188df833d7697ecff256cd1d3889a20552d78c"
1142+
integrity sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==
11431143
dependencies:
1144-
"@typescript-eslint/types" "8.46.2"
1145-
"@typescript-eslint/typescript-estree" "8.46.2"
1146-
"@typescript-eslint/utils" "8.46.2"
1144+
"@typescript-eslint/types" "8.46.3"
1145+
"@typescript-eslint/typescript-estree" "8.46.3"
1146+
"@typescript-eslint/utils" "8.46.3"
11471147
debug "^4.3.4"
11481148
ts-api-utils "^2.1.0"
11491149

1150-
"@typescript-eslint/[email protected].2", "@typescript-eslint/types@^8.46.2":
1151-
version "8.46.2"
1152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
1153-
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
1150+
"@typescript-eslint/[email protected].3", "@typescript-eslint/types@^8.46.3":
1151+
version "8.46.3"
1152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.3.tgz#da05ea40e91359b4275dbb3a489f2f7907a02245"
1153+
integrity sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==
11541154

1155-
"@typescript-eslint/[email protected].2":
1156-
version "8.46.2"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
1158-
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
1155+
"@typescript-eslint/[email protected].3":
1156+
version "8.46.3"
1157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz#c12406afba707f9779ce0c0151a08c33b3a96d41"
1158+
integrity sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==
11591159
dependencies:
1160-
"@typescript-eslint/project-service" "8.46.2"
1161-
"@typescript-eslint/tsconfig-utils" "8.46.2"
1162-
"@typescript-eslint/types" "8.46.2"
1163-
"@typescript-eslint/visitor-keys" "8.46.2"
1160+
"@typescript-eslint/project-service" "8.46.3"
1161+
"@typescript-eslint/tsconfig-utils" "8.46.3"
1162+
"@typescript-eslint/types" "8.46.3"
1163+
"@typescript-eslint/visitor-keys" "8.46.3"
11641164
debug "^4.3.4"
11651165
fast-glob "^3.3.2"
11661166
is-glob "^4.0.3"
11671167
minimatch "^9.0.4"
11681168
semver "^7.6.0"
11691169
ts-api-utils "^2.1.0"
11701170

1171-
"@typescript-eslint/[email protected].2", "@typescript-eslint/utils@^8.0.0":
1172-
version "8.46.2"
1173-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
1174-
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
1171+
"@typescript-eslint/[email protected].3", "@typescript-eslint/utils@^8.0.0":
1172+
version "8.46.3"
1173+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.3.tgz#b6c7994b7c1ee2fe338ab32f7b3d4424856a73ce"
1174+
integrity sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==
11751175
dependencies:
11761176
"@eslint-community/eslint-utils" "^4.7.0"
1177-
"@typescript-eslint/scope-manager" "8.46.2"
1178-
"@typescript-eslint/types" "8.46.2"
1179-
"@typescript-eslint/typescript-estree" "8.46.2"
1177+
"@typescript-eslint/scope-manager" "8.46.3"
1178+
"@typescript-eslint/types" "8.46.3"
1179+
"@typescript-eslint/typescript-estree" "8.46.3"
11801180

1181-
"@typescript-eslint/[email protected].2":
1182-
version "8.46.2"
1183-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
1184-
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
1181+
"@typescript-eslint/[email protected].3":
1182+
version "8.46.3"
1183+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz#6811b15053501981059c58e1c01b39242bd5c0f6"
1184+
integrity sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==
11851185
dependencies:
1186-
"@typescript-eslint/types" "8.46.2"
1186+
"@typescript-eslint/types" "8.46.3"
11871187
eslint-visitor-keys "^4.2.1"
11881188

11891189
"@ungap/structured-clone@^1.3.0":
@@ -2044,18 +2044,18 @@ eslint-visitor-keys@^4.2.1:
20442044
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
20452045
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
20462046

2047-
eslint@^9.36.0:
2048-
version "9.39.0"
2049-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.0.tgz#33c90ddf62b64e1e3f83b689934b336f21b5f0e5"
2050-
integrity sha512-iy2GE3MHrYTL5lrCtMZ0X1KLEKKUjmK0kzwcnefhR66txcEmXZD2YWgR5GNdcEwkNx3a0siYkSvl0vIC+Svjmg==
2047+
eslint@^9.39.1:
2048+
version "9.39.1"
2049+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.1.tgz#be8bf7c6de77dcc4252b5a8dcb31c2efff74a6e5"
2050+
integrity sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==
20512051
dependencies:
20522052
"@eslint-community/eslint-utils" "^4.8.0"
20532053
"@eslint-community/regexpp" "^4.12.1"
20542054
"@eslint/config-array" "^0.21.1"
20552055
"@eslint/config-helpers" "^0.4.2"
20562056
"@eslint/core" "^0.17.0"
20572057
"@eslint/eslintrc" "^3.3.1"
2058-
"@eslint/js" "9.39.0"
2058+
"@eslint/js" "9.39.1"
20592059
"@eslint/plugin-kit" "^0.4.1"
20602060
"@humanfs/node" "^0.16.6"
20612061
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)