Skip to content

Commit f5ba699

Browse files
chore(deps): update dependency @types/node to v24.10.0 (#267)
2 parents 6501ccb + e74a5b0 commit f5ba699

File tree

19 files changed

+73
-52
lines changed

19 files changed

+73
-52
lines changed

.changeset/dependencies-GH-267.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@tcd-devkit/commitlint-config": patch
3+
"@tcd-devkit/eslint-preset-next": patch
4+
"@tcd-devkit/eslint-preset-node": patch
5+
"@tcd-devkit/eslint-preset-react": patch
6+
"@tcd-devkit/eslint-config-a11y": patch
7+
"@tcd-devkit/eslint-config-import-ts": patch
8+
"@tcd-devkit/eslint-config-import": patch
9+
"@tcd-devkit/eslint-config-next": patch
10+
"@tcd-devkit/eslint-config-react-hooks": patch
11+
"@tcd-devkit/eslint-config-react": patch
12+
"@tcd-devkit/eslint-config-ts": patch
13+
"@tcd-devkit/eslint-config": patch
14+
"@tcd-devkit/internal-utils": patch
15+
"@tcd-devkit/prettier-config-react": patch
16+
"@tcd-devkit/prettier-config": patch
17+
"@tcd-devkit/scripts": patch
18+
"@tcd-devkit/tsup-config": patch
19+
---
20+
21+
chore(deps): update dependency @types/node to v24.10.0

bun.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"packages/commitlint-config": {
2424
"name": "@tcd-devkit/commitlint-config",
25-
"version": "0.2.5",
25+
"version": "0.2.6",
2626
"dependencies": {
2727
"@commitlint/config-conventional": "20.0.0",
2828
},
@@ -31,14 +31,14 @@
3131
"@tcd-devkit/scripts": "workspace:*",
3232
"@tcd-devkit/tsconfig": "workspace:*",
3333
"@tcd-devkit/tsup-config": "workspace:*",
34-
"@types/node": "24.9.2",
34+
"@types/node": "24.10.0",
3535
"tsup": "8.5.0",
3636
"typescript": "5.9.3",
3737
},
3838
},
3939
"packages/eslint-presets/eslint-preset-next": {
4040
"name": "@tcd-devkit/eslint-preset-next",
41-
"version": "0.1.9",
41+
"version": "0.1.10",
4242
"dependencies": {
4343
"@tcd-devkit/eslint-config": "workspace:*",
4444
"@tcd-devkit/eslint-config-a11y": "workspace:*",
@@ -53,7 +53,7 @@
5353
"@tcd-devkit/scripts": "workspace:*",
5454
"@tcd-devkit/tsconfig": "workspace:*",
5555
"@tcd-devkit/tsup-config": "workspace:*",
56-
"@types/node": "24.9.2",
56+
"@types/node": "24.10.0",
5757
"tsup": "8.5.0",
5858
},
5959
"peerDependencies": {
@@ -62,7 +62,7 @@
6262
},
6363
"packages/eslint-presets/eslint-preset-node": {
6464
"name": "@tcd-devkit/eslint-preset-node",
65-
"version": "0.1.9",
65+
"version": "0.1.10",
6666
"dependencies": {
6767
"@tcd-devkit/eslint-config": "workspace:*",
6868
"@tcd-devkit/eslint-config-import-ts": "workspace:*",
@@ -74,7 +74,7 @@
7474
"@tcd-devkit/scripts": "workspace:*",
7575
"@tcd-devkit/tsconfig": "workspace:*",
7676
"@tcd-devkit/tsup-config": "workspace:*",
77-
"@types/node": "24.9.2",
77+
"@types/node": "24.10.0",
7878
"tsup": "8.5.0",
7979
},
8080
"peerDependencies": {
@@ -83,7 +83,7 @@
8383
},
8484
"packages/eslint-presets/eslint-preset-react": {
8585
"name": "@tcd-devkit/eslint-preset-react",
86-
"version": "0.1.2",
86+
"version": "0.1.3",
8787
"dependencies": {
8888
"@tcd-devkit/eslint-config": "workspace:*",
8989
"@tcd-devkit/eslint-config-a11y": "workspace:*",
@@ -98,7 +98,7 @@
9898
"@tcd-devkit/scripts": "workspace:*",
9999
"@tcd-devkit/tsconfig": "workspace:*",
100100
"@tcd-devkit/tsup-config": "workspace:*",
101-
"@types/node": "24.9.2",
101+
"@types/node": "24.10.0",
102102
"tsup": "8.5.0",
103103
},
104104
"peerDependencies": {
@@ -107,7 +107,7 @@
107107
},
108108
"packages/eslint/eslint-config": {
109109
"name": "@tcd-devkit/eslint-config",
110-
"version": "0.2.2",
110+
"version": "0.2.3",
111111
"dependencies": {
112112
"@eslint/compat": "1.4.1",
113113
"@eslint/js": "9.39.0",
@@ -118,7 +118,7 @@
118118
"@tcd-devkit/tsconfig": "workspace:*",
119119
"@tcd-devkit/tsup-config": "workspace:*",
120120
"@types/bun": "1.3.1",
121-
"@types/node": "24.9.2",
121+
"@types/node": "24.10.0",
122122
"eslint": "9.39.0",
123123
"tsup": "8.5.0",
124124
"typescript": "5.9.3",
@@ -129,7 +129,7 @@
129129
},
130130
"packages/eslint/eslint-config-a11y": {
131131
"name": "@tcd-devkit/eslint-config-a11y",
132-
"version": "0.1.5",
132+
"version": "0.1.6",
133133
"dependencies": {
134134
"eslint-plugin-jsx-a11y": "6.10.2",
135135
"globals": "16.5.0",
@@ -139,7 +139,7 @@
139139
"@tcd-devkit/scripts": "workspace:*",
140140
"@tcd-devkit/tsconfig": "workspace:*",
141141
"@tcd-devkit/tsup-config": "workspace:*",
142-
"@types/node": "24.9.2",
142+
"@types/node": "24.10.0",
143143
"eslint": "9.39.0",
144144
"tsup": "8.5.0",
145145
"typescript": "5.9.3",
@@ -150,7 +150,7 @@
150150
},
151151
"packages/eslint/eslint-config-import": {
152152
"name": "@tcd-devkit/eslint-config-import",
153-
"version": "0.1.7",
153+
"version": "0.1.8",
154154
"dependencies": {
155155
"eslint-plugin-import-x": "4.16.1",
156156
},
@@ -160,7 +160,7 @@
160160
"@tcd-devkit/tsconfig": "workspace:*",
161161
"@tcd-devkit/tsup-config": "workspace:*",
162162
"@types/bun": "1.3.1",
163-
"@types/node": "24.9.2",
163+
"@types/node": "24.10.0",
164164
"eslint": "9.39.0",
165165
"tsup": "8.5.0",
166166
"typescript": "5.9.3",
@@ -171,7 +171,7 @@
171171
},
172172
"packages/eslint/eslint-config-import-ts": {
173173
"name": "@tcd-devkit/eslint-config-import-ts",
174-
"version": "0.1.7",
174+
"version": "0.1.8",
175175
"dependencies": {
176176
"@tcd-devkit/eslint-config-import": "workspace:*",
177177
"@typescript-eslint/parser": "8.46.2",
@@ -185,7 +185,7 @@
185185
"@tcd-devkit/tsconfig": "workspace:*",
186186
"@tcd-devkit/tsup-config": "workspace:*",
187187
"@types/bun": "1.3.1",
188-
"@types/node": "24.9.2",
188+
"@types/node": "24.10.0",
189189
"eslint": "9.39.0",
190190
"tsup": "8.5.0",
191191
"typescript": "5.9.3",
@@ -196,7 +196,7 @@
196196
},
197197
"packages/eslint/eslint-config-next": {
198198
"name": "@tcd-devkit/eslint-config-next",
199-
"version": "0.1.6",
199+
"version": "0.1.7",
200200
"dependencies": {
201201
"@next/eslint-plugin-next": "16.0.1",
202202
},
@@ -205,7 +205,7 @@
205205
"@tcd-devkit/scripts": "workspace:*",
206206
"@tcd-devkit/tsconfig": "workspace:*",
207207
"@tcd-devkit/tsup-config": "workspace:*",
208-
"@types/node": "24.9.2",
208+
"@types/node": "24.10.0",
209209
"eslint": "9.39.0",
210210
"tsup": "8.5.0",
211211
"typescript": "5.9.3",
@@ -216,7 +216,7 @@
216216
},
217217
"packages/eslint/eslint-config-react": {
218218
"name": "@tcd-devkit/eslint-config-react",
219-
"version": "0.1.5",
219+
"version": "0.1.6",
220220
"dependencies": {
221221
"eslint-plugin-react": "7.37.5",
222222
"globals": "16.5.0",
@@ -227,7 +227,7 @@
227227
"@tcd-devkit/tsconfig": "workspace:*",
228228
"@tcd-devkit/tsup-config": "workspace:*",
229229
"@types/bun": "1.3.1",
230-
"@types/node": "24.9.2",
230+
"@types/node": "24.10.0",
231231
"eslint": "9.39.0",
232232
"tsup": "8.5.0",
233233
"typescript": "5.9.3",
@@ -238,7 +238,7 @@
238238
},
239239
"packages/eslint/eslint-config-react-hooks": {
240240
"name": "@tcd-devkit/eslint-config-react-hooks",
241-
"version": "0.0.6",
241+
"version": "0.0.7",
242242
"dependencies": {
243243
"eslint-plugin-react-hooks": "7.0.1",
244244
},
@@ -248,7 +248,7 @@
248248
"@tcd-devkit/tsconfig": "workspace:*",
249249
"@tcd-devkit/tsup-config": "workspace:*",
250250
"@types/bun": "1.3.1",
251-
"@types/node": "24.9.2",
251+
"@types/node": "24.10.0",
252252
"eslint": "9.39.0",
253253
"tsup": "8.5.0",
254254
"typescript": "5.9.3",
@@ -259,7 +259,7 @@
259259
},
260260
"packages/eslint/eslint-config-ts": {
261261
"name": "@tcd-devkit/eslint-config-ts",
262-
"version": "0.2.2",
262+
"version": "0.2.3",
263263
"dependencies": {
264264
"typescript-eslint": "8.46.2",
265265
},
@@ -269,7 +269,7 @@
269269
"@tcd-devkit/tsconfig": "workspace:*",
270270
"@tcd-devkit/tsup-config": "workspace:*",
271271
"@types/bun": "1.3.1",
272-
"@types/node": "24.9.2",
272+
"@types/node": "24.10.0",
273273
"eslint": "9.39.0",
274274
"tsup": "8.5.0",
275275
"typescript": "5.9.3",
@@ -280,12 +280,12 @@
280280
},
281281
"packages/internal-utils": {
282282
"name": "@tcd-devkit/internal-utils",
283-
"version": "0.0.6",
283+
"version": "0.0.7",
284284
"devDependencies": {
285285
"@tcd-devkit/scripts": "workspace:*",
286286
"@tcd-devkit/tsconfig": "workspace:*",
287287
"@tcd-devkit/tsup-config": "workspace:*",
288-
"@types/node": "24.9.2",
288+
"@types/node": "24.10.0",
289289
"tsup": "8.5.0",
290290
"typescript": "5.9.3",
291291
},
@@ -295,7 +295,7 @@
295295
},
296296
"packages/prettier/prettier-config": {
297297
"name": "@tcd-devkit/prettier-config",
298-
"version": "0.2.4",
298+
"version": "0.2.5",
299299
"dependencies": {
300300
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
301301
"prettier-plugin-packagejson": "2.5.19",
@@ -306,7 +306,7 @@
306306
"@tcd-devkit/tsconfig": "workspace:*",
307307
"@tcd-devkit/tsup-config": "workspace:*",
308308
"@total-typescript/ts-reset": "0.6.1",
309-
"@types/node": "24.9.2",
309+
"@types/node": "24.10.0",
310310
"tsup": "8.5.0",
311311
"typescript": "5.9.3",
312312
},
@@ -316,7 +316,7 @@
316316
},
317317
"packages/prettier/prettier-config-react": {
318318
"name": "@tcd-devkit/prettier-config-react",
319-
"version": "0.1.4",
319+
"version": "0.1.5",
320320
"dependencies": {
321321
"@tcd-devkit/prettier-config": "workspace:*",
322322
"prettier-plugin-tailwindcss": "0.7.1",
@@ -326,7 +326,7 @@
326326
"@tcd-devkit/tsconfig": "workspace:*",
327327
"@tcd-devkit/tsup-config": "workspace:*",
328328
"@total-typescript/ts-reset": "0.6.1",
329-
"@types/node": "24.9.2",
329+
"@types/node": "24.10.0",
330330
"tsup": "8.5.0",
331331
"typescript": "5.9.3",
332332
},
@@ -336,7 +336,7 @@
336336
},
337337
"packages/scripts": {
338338
"name": "@tcd-devkit/scripts",
339-
"version": "0.1.7",
339+
"version": "0.2.0",
340340
"bin": {
341341
"tcd-scripts": "./dist/cli.cjs",
342342
},
@@ -349,7 +349,7 @@
349349
},
350350
"devDependencies": {
351351
"@tcd-devkit/tsconfig": "workspace:*",
352-
"@types/node": "24.9.2",
352+
"@types/node": "24.10.0",
353353
"tsup": "8.5.0",
354354
"typescript": "5.9.3",
355355
},
@@ -368,11 +368,11 @@
368368
},
369369
"packages/tsup-config": {
370370
"name": "@tcd-devkit/tsup-config",
371-
"version": "0.0.6",
371+
"version": "0.0.7",
372372
"devDependencies": {
373373
"@tcd-devkit/scripts": "workspace:*",
374374
"@tcd-devkit/tsconfig": "workspace:*",
375-
"@types/node": "24.9.2",
375+
"@types/node": "24.10.0",
376376
"tsup": "8.5.0",
377377
"typescript": "5.9.3",
378378
},
@@ -715,7 +715,7 @@
715715

716716
"@types/json-schema": ["@types/[email protected]", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="],
717717

718-
"@types/node": ["@types/node@24.9.2", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA=="],
718+
"@types/node": ["@types/node@24.10.0", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A=="],
719719

720720
"@types/react": ["@types/[email protected]", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA=="],
721721

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@tcd-devkit/scripts": "workspace:*",
5252
"@tcd-devkit/tsconfig": "workspace:*",
5353
"@tcd-devkit/tsup-config": "workspace:*",
54-
"@types/node": "24.9.2",
54+
"@types/node": "24.10.0",
5555
"tsup": "8.5.0",
5656
"typescript": "5.9.3"
5757
},

packages/eslint-presets/eslint-preset-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@tcd-devkit/scripts": "workspace:*",
7272
"@tcd-devkit/tsconfig": "workspace:*",
7373
"@tcd-devkit/tsup-config": "workspace:*",
74-
"@types/node": "24.9.2",
74+
"@types/node": "24.10.0",
7575
"tsup": "8.5.0"
7676
},
7777
"peerDependencies": {

packages/eslint-presets/eslint-preset-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@tcd-devkit/scripts": "workspace:*",
6767
"@tcd-devkit/tsconfig": "workspace:*",
6868
"@tcd-devkit/tsup-config": "workspace:*",
69-
"@types/node": "24.9.2",
69+
"@types/node": "24.10.0",
7070
"tsup": "8.5.0"
7171
},
7272
"peerDependencies": {

packages/eslint-presets/eslint-preset-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@tcd-devkit/scripts": "workspace:*",
7070
"@tcd-devkit/tsconfig": "workspace:*",
7171
"@tcd-devkit/tsup-config": "workspace:*",
72-
"@types/node": "24.9.2",
72+
"@types/node": "24.10.0",
7373
"tsup": "8.5.0"
7474
},
7575
"peerDependencies": {

packages/eslint/eslint-config-a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "24.9.2",
76+
"@types/node": "24.10.0",
7777
"eslint": "9.39.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.9.3"

packages/eslint/eslint-config-import-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@tcd-devkit/tsconfig": "workspace:*",
7979
"@tcd-devkit/tsup-config": "workspace:*",
8080
"@types/bun": "1.3.1",
81-
"@types/node": "24.9.2",
81+
"@types/node": "24.10.0",
8282
"eslint": "9.39.0",
8383
"tsup": "8.5.0",
8484
"typescript": "5.9.3"

packages/eslint/eslint-config-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
7676
"@types/bun": "1.3.1",
77-
"@types/node": "24.9.2",
77+
"@types/node": "24.10.0",
7878
"eslint": "9.39.0",
7979
"tsup": "8.5.0",
8080
"typescript": "5.9.3"

0 commit comments

Comments
 (0)