Skip to content

Commit f32b646

Browse files
committed
chore(deps): bump @types/node to 26
Dev-only type surface. Typecheck, 306 unit tests and the build are clean on it.
1 parent 5cd0c43 commit f32b646

3 files changed

Lines changed: 30 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ updates:
2727
update-types:
2828
- minor
2929
- patch
30+
ignore:
31+
# A TypeScript major is gated on hey-api (the type generator), whose peer
32+
# range is currently >=5.5.3 || >=6.0.0. On TS 7 the generator dies inside
33+
# the compiler API, so `bun run generate` cannot run. Adopt a TS major by
34+
# hand once hey-api declares support; a bot cannot land it.
35+
- dependency-name: "typescript"
36+
update-types: ["version-update:semver-major"]
3037
commit-message:
3138
prefix: deps
3239
include: scope

bun.lock

Lines changed: 22 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@playwright/test": "^1.61.1",
4343
"@roxyapi/sdk": "^1.2.45",
4444
"@types/bun": "^1.3.14",
45-
"@types/node": "^24.0.0",
45+
"@types/node": "^26.1.1",
4646
"@types/react": "^19.2.17",
4747
"esbuild": "^0.28.1",
4848
"happy-dom": "^20.10.6",

0 commit comments

Comments
 (0)