Prevent Dependabot from proposing TypeScript major bumps#232
Merged
Conversation
typescript-eslint's peer dependency range (<6.1.0) doesn't support TypeScript 7 yet, so a bump to 7.x breaks npm ci for the whole grouped update (see #231). Ignore major version bumps for typescript until the ecosystem catches up. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Deploying squiffy-app with
|
| Latest commit: |
36f10fd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3345534b.squiffy.pages.dev |
| Branch Preview URL: | https://dependabot-typescript-ignore.squiffy.pages.dev |
Deploying squiffy-site with
|
| Latest commit: |
36f10fd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b85e9e23.squiffy-site.pages.dev |
| Branch Preview URL: | https://dependabot-typescript-ignore.squiffy-site.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
typescript-eslint's peer dependency range (<6.1.0) doesn't support TypeScript 7 yet, so a bump to 7.x breaksnpm cifor the whole grouped Dependabot update (see Bump the dependencies group with 10 updates #231, closed).ignorerule for major version bumps oftypescriptin.github/dependabot.ymluntil the ecosystem (typescript-eslint, Astro/@volar) catches up.Test plan
.github/dependabot.ymldiff — only adds anignoreblock, no other changestypescript7.x bumps on next scheduled run