Bump stylelint to 15.10.2 and remove deprecated module#1189
Conversation
|
@nucleogenic I bumped the prettier version to 3.0.0 after reading the changelog. They've done a ton of future proofing in this major version which seemed good to get ahead on. BUT, I realized afterwards that it introduces a dependency on nodejs 14, while Debian Bullseye only comes with v12. (Bookworm has v18!) The Ubuntu runners we're using seems to be using a recent enough version of nodejs so perhaps this is not a big deal? Thoughts? |
nucleogenic
left a comment
There was a problem hiding this comment.
Nice update 👍
See comment about CSS range syntax in Safari < 16.4. I am approving anyway, because I don't think it's a good idea that we block progress on the modern theme for older browsers, but on the other hand, there doesn't appear to be a benefit to us using the range syntax at the moment.
- Bump stylelint and stylelint-config-standard libs to the latest versions (security fixes) - Remove deprecated stylelint-config-prettier module - Scan the classic style sheet with stylelint and prettier in the github workflow - Address stylelint and prettier issues in the classic stylesheet - Bump prettier to 3.0.0
Uh oh!
There was an error while loading. Please reload this page.