Update dependency stylelint-prettier to v5 #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.0
->^5.0.0
Release Notes
prettier/stylelint-prettier (stylelint-prettier)
v5.0.3
Compare Source
Avoid deprecation warning when encountering parsing errors in Stylelint >=16.13.0 (#385)
v5.0.2
Compare Source
Fix case where less files were incorrectly mangled when using v5.0.1 (#363)
v5.0.1
Compare Source
Fix case where when autofixing multiple other rules in addition to prettier, the other autofixes would be thrown away (#360)
v5.0.0
Compare Source
Increase the minimum required versions of
stylelint
andnode
. Stylelint v16has converted its codebase to esm and has deprecated its commonjs apis. We've followed their suggested migration guide and
stylelint-prettier
is now an esm-only package. This has required dropping support for v15 at the same time.v4.1.0
Compare Source
v4.0.2
Compare Source
Fix case where an error is thrown when no prettier configuration file is found (#311)
v4.0.1
Compare Source
Fix
prettier-plugin-svelte
support by ensuring.svelte
files are ignored. The regression of them not being ignored only affected v4.0.0. (#309)v4.0.0
Compare Source
Add support for Prettier v3.
In order to make Prettier v3 work, we've had to drop support for Prettier
v2.x
and Stylelint less thatv15.8.0
. Maintaining temporary support for Prettier v2 and v3 at the same time isn't worth the complication that results thanks to prettier's migration to es modules. When you update to prettier v3, ensure that you updatestylelint-prettier
at the same time.prettier
version is nowv3.0.0
.stylelint
version is nowv15.8.0
.v3.0.0
Compare Source
Remove
stylelint-config-prettier
from the recommended config. Stylelint v15 deprecated the rules thatstylelint-config-prettier
disabled, thus if you do not use those deprecated rules then you do not needstylelint-config-prettier
. If you are still using these deprecated rules then you should install and configurestylelint-config-prettier
separately.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.
stylelint-prettier/recommended
in v2 then you must add an explict extend fromstylelint-config-prettier
to retain the same behaviour.v2.0.0
Compare Source
Increase the minimum required versions of
stylelint
,prettier
andnode
. No code changes have been required and v1.2.0 works with stylelint v14, however continuing to test old these old unsupported versions is getting more difficult thanks to internal API changes. (#198)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.