chore(deps): ignore Mantine + reportlab major bumps in dependabot#274
Merged
Conversation
Both are deliberate version caps that a green CI doesn't clear: - @mantine/* majors — the SPA targets v7; a v8/v9 jump is a scoped UI-lib migration (D4 fixed stack), not an auto-bump (closed #266). - reportlab <5 — stamp_controlled_copy's byte-determinism depends on reportlab invariant mode; a v5 bump needs dedicated verification (closed #271). Minor/patch within the capped majors still flow via the existing groups. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds dependabot
ignoreentries so two deliberate version caps stop getting auto-proposed (a green CI does not clear either):@mantine/*majors (npm) — the SPA targets Mantine v7; a v8/v9 jump breaks the build and is a scoped UI-lib migration (D4 — fixed stack), not an auto-bump. Closed chore(deps): bump @mantine/core from 7.17.8 to 9.4.0 in /apps/web #266. Minor/patch within v7 still flow viaweb-minor-patch.reportlabmajors (uv) — deliberately capped<5;stamp_controlled_copy's byte-determinism depends on reportlab invariant mode, so a v5 bump needs a dedicated byte-output verification. Closed chore(deps): bump reportlab from 4.5.1 to 5.0.0 in /apps/api #271. Stays on 4.x minor/patch.eslint-10 (#267) and vite-8 (#269) are intentionally NOT ignored — they're held for a dedicated migration slice.
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com