chore(deps-dev): bump @types/node from 22.19.21 to 26.1.0#109
Conversation
hasparus
left a comment
There was a problem hiding this comment.
CI is green on all functional checks (lint, typecheck, build, Playwright e2e all pass) despite the @types/node 22→26 major bump — typecheck passing confirms no breaking type changes affect this codebase. The only failing job step is Deploy Preview to Vercel (deploy.mjs: missing --token), which fails identically on every open Dependabot PR because secrets aren't available in dependabot-triggered pull_request runs — a pre-existing CI gap unrelated to this bump. Approving and merging.
Generated by Claude Code
|
·@·d·ependabot r·ebase Generated by Claude Code |
0679acd to
f3463eb
Compare
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.21 to 26.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f3463eb to
8979b5a
Compare
Dependabot PRs run from the same repo (not a fork), so the deploy step's fork-only guard let it through even though GitHub withholds repository secrets from dependabot-actor runs. That caused deploy.mjs to fail with 'missing --token'. Treat dependabot[bot] runs the same as fork PRs: build/lint/typecheck/test still run, but preview deploy and lighthouse are skipped until a maintainer adds the 'trusted' label. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
CI was failing on Pushed a fix that also excludes Generated by Claude Code |
Bumps @types/node from 22.19.21 to 26.1.0.
Commits