-
-
Notifications
You must be signed in to change notification settings - Fork 958
Bump stylelint-scss from 5.3.2 to 7.0.0 #14492
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ | |
| "stylelint-config-sass-guidelines": "11.1.0", | ||
| "stylelint-config-standard": "34.0.0", | ||
| "stylelint-csstree-validator": "3.0.0", | ||
| "stylelint-scss": "5.3.2" | ||
| "stylelint-scss": "7.0.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. blocking: (re-raised from prior review — unaddressed)
Guidance: Either upgrade |
||
| }, | ||
| "engines": { | ||
| "node": ">= 20.19.0", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocking:
stylelint-scss@7.0.0declarespeerDependencies: { stylelint: "^16.8.2 || ^17.0.0" }, but this package hasstylelint: "^15.11.0". The lockfile resolves it against stylelint 15.11.0 — an unsupported combination.CI lint passes today, but upstream bug fixes and new rules may only be tested against stylelint 16/17. This could lead to silent breakage that's difficult to diagnose.
Guidance: Upgrade
stylelintto^16.8.2(or^17.0.0) in this same PR, along with any config packages that may need corresponding updates (stylelint-config-standard,stylelint-config-recommended-scss, etc.). Alternatively, if a stylelint upgrade is too large to bundle here, consider staying onstylelint-scss@6.xwhich supportsstylelint ^16.8.2— though that would also require upgrading stylelint from 15.