Skip to content

fix(deps): update dependency @html-validate/stylish to v4

HTML-validate requested to merge renovate/html-validate-stylish-4.x into master

This MR contains the following updates:

Package Type Update Change
@html-validate/stylish dependencies major ^3.0.0 -> ^4.0.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

html-validate/stylish

v4.0.0

Compare Source

BREAKING CHANGES
  • this package now only provides named exports
-import stylish from "@​html-validate/stylish"
+import { stylish } from "@​html-validate/stylish"
Features
3.0.1 (2022-05-25)
Bug Fixes

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 is behind base branch, 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