chore(deps): ignore majors that need coordinated upgrades - #410
Open
vamgan wants to merge 1 commit into
Open
Conversation
Seven dependency PRs were closed because they could not land as isolated bumps. Without ignore rules dependabot re-raises all of them next run, which buries real signal in a queue of known-blocked upgrades. Scoped to semver-major only, so minor and patch updates for these packages keep flowing. Each entry records the blocking reason and its PR number, and comes out when that upgrade is scheduled. - @angular/* and @analogjs/vite-plugin-angular (#396, #397, #400, #403): Angular 22 requires Node ^22.22.3 || ^24.15.0 || >=26.0.0 - jsdom (#402): transitive @asamuzakjp/css-color needs Node ^22.13.0 || >=24 - @testing-library/jest-dom (#399): failing component and SSR tests - typescript (#401): native port changes declaration emit
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@askable-ui/angular
@askable-ui/bridge
@askable-ui/context
@askable-ui/core
@askable-ui/create-app
@askable-ui/mcp
@askable-ui/qwik
@askable-ui/react
@askable-ui/react-native
@askable-ui/solid
@askable-ui/svelte
@askable-ui/vue
@askable-ui/web-component
commit: |
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.
Follow-up to the dependency-PR triage. Seven PRs were closed because they can't land as isolated bumps — without ignore rules, dependabot re-raises every one of them on the next run and the queue fills back up with known-blocked upgrades.
Scoped to
version-update:semver-majoronly, so minor and patch updates for these packages keep flowing normally. Each entry carries its blocking reason and PR number inline, and comes out when that upgrade gets scheduled.@angular/*,@analogjs/vite-plugin-angular^22.22.3 || ^24.15.0 || >=26.0.0; blocked on dropping Node 20 from the support matrixjsdom@asamuzakjp/css-colorrequires Node^22.13.0 || >=24.0.0— same Node 20 blocker@testing-library/jest-domcomponent.test.tsandstore.ssr.test.ts; needs a matcher migrationtypescriptThe existing
dev-dependenciesgroup is unchanged — it already excludes majors, which is why these arrived as individual PRs in the first place. This stops them arriving at all until someone is ready.Config parses clean via
js-yaml.