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

Upgrade Stylelint to v16 #550

Merged
merged 3 commits into from
Jul 31, 2024
Merged

Upgrade Stylelint to v16 #550

merged 3 commits into from
Jul 31, 2024

Conversation

adamkudrna
Copy link
Member

@adamkudrna adamkudrna commented Jul 29, 2024

  • Upgrade Stylelint to v16 and @visionappscz/stylelint-config to v4.0.0-beta1

    For now, the order plugin is being repeatedly disabled in places where the new config requires line rules to precede block rules. This may be addressed in the new version of the config.

  • Introduce @stylistic/stylelint-plugin to watch over stylistic rules removed in Stylelint 16

  • Restrict React version to 18.2.x to prevent tests from failing due to deprecation warnings

    Also, remove npm from "engines" as it is not an engine.

Closes #484

package.json Show resolved Hide resolved
….0-beta1 #484

For now, the order plugin is being repeatedly disabled in places
where the new config requires line rules to precede block rules.
This may be addressed in the new version of the config.
… deprecation warnings

Also, remove npm from "engines" as npm is not an engine.
@adamkudrna adamkudrna merged commit a8f4312 into master Jul 31, 2024
11 checks passed
@adamkudrna adamkudrna deleted the refactor/stylelint-16 branch July 31, 2024 17:40
@adamkudrna
Copy link
Member Author

Chaning label as this is a dependency upgrade in the first place.

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

Successfully merging this pull request may close these issues.

Update Stylelint to version 16
2 participants