Skip to content

chore(deps): update dependency html-validate-angular to v7

Renovate Bot requested to merge renovate/html-validate-angular-7.x into master

This MR contains the following updates:

Package Type Update Change
html-validate-angular (source) devDependencies major 6.0.0 -> 7.0.0

Release Notes

html-validate/html-validate-angular (html-validate-angular)

v7.0.0

Compare Source

BREAKING CHANGES
  • html-validate-angular has been converted to a plugin and requires configuration changes.
+  "plugins": ["html-validate-angular"],
   "transform": {
-    "^.*\\.html$": "html-validate-angular/html",
-    "^.*\\.js$": "html-validate-angular/js",
+    "^.*\\.html$": "html-validate-angular:html"
+    "^.*\\.js$": "html-validate-angular:js",
   }
Features
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.

Edited by Renovate Bot

Merge request reports