-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat(lint): check + fix overlapping version ranges #26544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
013ff29 to
266e9c1
Compare
7d4025c to
3a99c03
Compare
f531da2 to
6bbf939
Compare
queengooborg
approved these changes
Apr 21, 2025
caugner
commented
Apr 22, 2025
1972cc5 to
5e89bb7
Compare
78ecd59 to
1870ea1
Compare
Contributor
Author
Contributor
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
Ignores support statements with flags, which have their own linter.
628baed to
1db0bf4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
data:api
Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
data:css
Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
data:html
Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
data:http
Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
data:js
Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
data:mathml
Compat data for MathML features. https://developer.mozilla.org/docs/Web/MathML
data:svg
Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG
data:webext
Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
infra
Infrastructure issues (npm, GitHub Actions, releases) of this project
linter
Issues or pull requests regarding the tests / linter of the JSON files.
scripts
Issues or pull requests regarding the scripts in scripts/.
size:l
[PR only] 101-1000 LoC changed
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
Adds a new
overlaplinter that[{ added: 1, removed: 3 }, { added: 2 }],version_addedasversion_removedfor the previous.Notes:
flagsfor now, as these have a separate linter, which forbidsversion_removed.Test results and supporting details
Related issues
Fixes #26543.
Extracted manual fixes to: