Skip to content

chore(deps): hold TypeScript on 5.x, ignore 6.x line in Dependabot#57

Merged
jeff-atriumn merged 1 commit into
mainfrom
chore/dependabot-ignore-ts6
Jun 12, 2026
Merged

chore(deps): hold TypeScript on 5.x, ignore 6.x line in Dependabot#57
jeff-atriumn merged 1 commit into
mainfrom
chore/dependabot-ignore-ts6

Conversation

@jeff-atriumn

@jeff-atriumn jeff-atriumn commented Jun 12, 2026

Copy link
Copy Markdown
Member

What

Adds a Dependabot ignore rule holding TypeScript on the 5.x line and skipping the 6.x range.

Why

TypeScript 6.0 is a transitional major (the release before the native TS 7 / Go port) and changed how ambient Node globals resolve — it broke process, global, node:fs, etc. across our repos (TS2591/TS2304), failing CI on the auto-bump PRs. It's a dev-only dependency, so there's no runtime or security reason to chase it now.

Notification on TS 7

We ignore only versions: ["6.x"], not all majors — so when TypeScript 7 ships, Dependabot will open a normal PR for it automatically. We stay informed; we just stop the 6.x noise.

When we do want TS 6 (or 7), we take it on deliberately as a tracked migration rather than via auto-merge.

🤖 Generated with Claude Code


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tokencost Ready Ready Preview, Comment Jun 12, 2026 4:12pm

Request Review

@jeff-atriumn jeff-atriumn merged commit 35e4aaf into main Jun 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant