From cc9450d8c138ca39a30608665130615d82d6b853 Mon Sep 17 00:00:00 2001 From: fro-bot <80104189+fro-bot@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:40:30 +0000 Subject: [PATCH] =?UTF-8?q?chore(dev):=20update=20@types/node=2024=20?= =?UTF-8?q?=E2=86=92=2026=20(major)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps `@types/node` from 24.13.2 to 26.0.0 (even/LTS major per the renovate.json5 `allowedVersions` constraint for `@types/node`). Supersedes stale PR #127 (which targeted the odd/non-LTS `25` line with a bare major pin and has since fallen into conflict with main). Verified: `bun run typecheck`, `bun run lint`, `bun run build`, and `bun run test:unit` all clean. `@types/node` is a devDependency — no user-visible changes; no changeset needed. --- bun.lock | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 97f5e40..bcc68aa 100644 --- a/bun.lock +++ b/bun.lock @@ -17,7 +17,7 @@ "@opencode-ai/plugin": "1.17.8", "@types/babel__core": "7.20.5", "@types/bun": "1.3.14", - "@types/node": "24.13.2", + "@types/node": "26.0.0", "rimraf": "6.1.3", "typescript": "6.0.3", }, @@ -210,7 +210,7 @@ "@types/bun": ["@types/bun@1.3.14", "", { "dependencies": { "bun-types": "1.3.14" } }, "sha512-h1hFqFVcvAvD9j9K7ZW7vd82aSA+rTdznZa+5bwvCwqSB1jmmfLcbIWhOLx1/+boy/xmjgCs/OMUL8hRJSmnPw=="], - "@types/node": ["@types/node@24.13.2", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA=="], + "@types/node": ["@types/node@26.0.0", "", { "dependencies": { "undici-types": "~8.3.0" } }, "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA=="], "ansi-colors": ["ansi-colors@4.1.3", "", {}, "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw=="], @@ -516,7 +516,7 @@ "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], - "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="], + "undici-types": ["undici-types@8.3.0", "", {}, "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ=="], "unicorn-magic": ["unicorn-magic@0.3.0", "", {}, "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA=="], diff --git a/package.json b/package.json index de88529..17aaac9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@opencode-ai/plugin": "1.17.8", "@types/babel__core": "7.20.5", "@types/bun": "1.3.14", - "@types/node": "24.13.2", + "@types/node": "26.0.0", "rimraf": "6.1.3", "typescript": "6.0.3" },