feat: update to Stylelint v15#243
Conversation
🦋 Changeset detectedLatest commit: 06af1d3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📦 Canary Packages PublishedLatest commit: 06af1d3 Published 1 packages@hashicorp/platform-cli@3.0.0-canary-202361820465 |
| "stylelint-config-css-modules": "^4.2.0", | ||
| "stylelint-config-standard": "^34.0.0", | ||
| "stylelint-order": "^6.0.3", | ||
| "stylelint-use-nesting": "^4.1.0", |
There was a problem hiding this comment.
Just so I'm following, what is the explanation for removal of
stylelint-config-prettierstylelint-media-use-custom-mediastylelint-value-no-unknown-custom-properties
There was a problem hiding this comment.
The first one isn't necessary anymore, and the latter two are not compatible with v15. I figured we can probably live without those two for now and add them back when/if they update for v15.
thiskevinwang
left a comment
There was a problem hiding this comment.
Looks reasonable to me! Left a non-blocking question
|
@thiskevinwang looks like we'd need to disable a good chunk of rules to prevent auto-fixes on www. A few rules are dumb imo (such as |
🎟️ Asana Task
Description
This PR updates Stylelint in
platform-clito the latest version to ensure compatibility with the latest versions of CSS.PR Checklist 🚀