Skip to content

chore(deps): hold TypeScript major bumps in Dependabot - #106

Merged
elkaix merged 1 commit into
mainfrom
chore/dependabot-ignore-typescript-major
Jun 10, 2026
Merged

chore(deps): hold TypeScript major bumps in Dependabot#106
elkaix merged 1 commit into
mainfrom
chore/dependabot-ignore-typescript-major

Conversation

@elkaix

@elkaix elkaix commented Jun 10, 2026

Copy link
Copy Markdown
Member

Closes the recurring TypeScript 5.9→6.0 dependabot clutter (#96, #97, #98, #99).

TS 6.0 deprecates the tsconfig baseUrl option (TS5101) and breaks the vis/ and web/ builds. Adopting it is a coordinated monorepo migration, not four split bot PRs. This adds a Dependabot ignore for the TypeScript major so those PRs stop reopening weekly; minor/patch within the current line still flow.

When we're ready to migrate to TS 6.x, drop this ignore.

Summary by CodeRabbit

  • Chores
    • Updated dependency management configuration to exclude TypeScript major version updates.

TS 6.0 deprecates tsconfig `baseUrl` (TS5101) and breaks the vis/ and
web/ builds. Defer the 5.x→6.x major to a coordinated monorepo migration
instead of recurring split bot PRs (#96-#99); minor/patch still flow.
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e67a2b57-92b1-4af9-bc82-f304ccc99c4b

📥 Commits

Reviewing files that changed from the base of the PR and between 312dc8c and ba3d3ff.

📒 Files selected for processing (1)
  • .github/dependabot.yml

📝 Walkthrough

Walkthrough

Dependabot configuration is updated to ignore TypeScript semver-major version updates by adding an ignore rule. Major releases of TypeScript will no longer trigger automated Dependabot pull requests.

Changes

Dependabot TypeScript Semver-Major Ignore

Layer / File(s) Summary
Dependabot TypeScript ignore configuration
.github/dependabot.yml
Added an ignore rule for typescript marked as version-update:semver-major so Dependabot will not open PRs for TypeScript major releases.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

dependencies

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive Description is substantive and explains the rationale for the change, but omits required checklist items and lacks explicit issue linking format from the template. Add the template checklist items and use the 'Resolve #(issue_number)' format to explicitly link the related issues (#96, #97, #98, #99).
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed Title follows conventional commits format with valid type 'chore', appropriate scope 'deps', and clearly describes the change to Dependabot configuration for TypeScript major version holds.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/dependabot-ignore-typescript-major

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@elkaix
elkaix merged commit 8ed005f into main Jun 10, 2026
32 checks passed
@elkaix
elkaix deleted the chore/dependabot-ignore-typescript-major branch June 10, 2026 19:23
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