Skip to content
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

Update to Stylelint 15+ #272

Closed
davidsneighbour opened this issue Feb 14, 2023 · 2 comments · Fixed by #276
Closed

Update to Stylelint 15+ #272

davidsneighbour opened this issue Feb 14, 2023 · 2 comments · Fixed by #276

Comments

@davidsneighbour
Copy link

In the latest stylelint version a handfull of rules are deprecated and now throw warnings in current versions when running stylelint extending stylelint-config-sass-guidelines:

Deprecation warnings:
 - The "block-opening-brace-space-before" rule is deprecated.
 - The "color-hex-case" rule is deprecated.
 - The "declaration-bang-space-after" rule is deprecated.
 - The "declaration-bang-space-before" rule is deprecated.
...

Migration notes can be found here.

@FloEdelmann
Copy link

FloEdelmann commented Feb 20, 2023

Allowing installing stylelint-config-sass-guidelines together with Stylelint v15 would be a good first step that could be released as a minor or patch version. See #273.

re757575 added a commit to re757575/stylelint-config-sass-guidelines that referenced this issue Mar 6, 2023
@bjankord
Copy link
Owner

v10.0.0 is available now and supports stylelint v15: https://www.npmjs.com/package/stylelint-config-sass-guidelines/v/10.0.0
You can view the changelog here: https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md#1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants