chore(dependabot): keep katex inside app-core's ^0.16 range - #38
Merged
Conversation
katex is a 0.x package, so Dependabot's first regenerated group (#37) bumped it 0.16.15 -> 0.18.4 as a 'minor' — outside the ^0.16.15 range the pinned app-core declares. Ignore minors as well as majors; patches still flow.
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 #35: katex is 0.x, so its 0.16 → 0.18 bump in #37 counted as a minor and slipped past the major-only ignore, landing outside the
^0.16.15range the pinned app-core declares. Ignore katex minors too; patches still flow. Everything else in #37 stays within app-core's declared ranges.