chore(deps): update dependency stylelint-prettier to v3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
stylelint-prettier | devDependencies | major | 2.0.0 -> 3.0.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
prettier/stylelint-prettier
v3.0.0
Remove stylelint-config-prettier
from the recommended config. Stylelint v15 deprecated the rules that stylelint-config-prettier
disabled, thus if you do not use those deprecated rules then you do not need stylelint-config-prettier
. If you are still using these deprecated rules then you should install and configure stylelint-config-prettier
separatly.
Increase the mimimum required node version. No code changes have been required and v2.0.0 works with stylelint v15, however continuing to test with the unsupported node 12 is a burden that is not worth carrying.
- Minimum node requirement is now "^14.17.0 || >=16.0.0" (drop support for v12.x)
- If you extended from the
stylelint-prettier/recommended
in v2 then you must add an explict extend fromstylelint-config-prettier
to retain the same behaviour.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.