Skip to content

Update dependency stylelint-prettier to v3 - autoclosed

Pierre Gentile requested to merge renovate/stylelint-prettier-3.x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint-prettier 1.2.0 -> 3.0.0 age adoption passing confidence

Release Notes

prettier/stylelint-prettier

v3.0.0

Compare Source

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 from stylelint-config-prettier to retain the same behaviour.

v2.0.0

Compare Source

Increase the minimum required versions of stylelint, prettier and node. 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)

  • Minimum stylelint version is now v14 (drop support for v9.5 through v13.x)
  • Minimum prettier version is now v2 (drop support for v1.x)
  • Minimum node requirements is now ^12.22.0 || ^14.17.0 || >=16.0.0 (drop support for v8.x and v10.x)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports