fix(deps): update dependency html-validate to v11#313
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
e73ee85 to
86a3e26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^10.17.0→^11.0.0Release Notes
html-validate/html-validate (html-validate)
v11.0.0Compare Source
⚠ BREAKING CHANGES
NodeClosedenum it has been replaced withconstants in a new
Nodeobject.NodeTypeenum it has been replaced withconstants in a new
Nodeobject. This better mimics the DOM API.rules. If you have configured one of the affected rules with a regular
expressing not wrapped with forward slashes
/you need to wrap them. If youpassed in a named pattern or a
RegExpobject you do not have to change anything.The affected rules are:
class-patternid-patternname-pattern{ "id-pattern": ["error", { - "pattern": ["foo-.+"] + "pattern": ["/foo-.+/"] }] }implicitRolemeta property has been removedand is replaced by
aria.implicitRole. If you are using this property in yourcustom element metadata update it with the new property:
HtmlValidate.getRuleDocumentation()andHtmlValidate.getRuleDocumentationSync()methods has been removed and isreplaced with
HtmlValidate.getContextualDocumentation()andHtmlValidate.getContextualDocumentationSync().DOMTree.find()method has been removed and isreplaced by
DOMTree.querySelector().DOMTree.visitDepthFirst()method has beenremoved and is replaced by the
walk.depthFirst()helper.nodejsResolverhas been removed. UsecjsResolverinstead.been removed from the public API surface. If you need this API file an issue
describing your use-case. There is no replacement API.
Features
DOMTree.find()(4451453)DOMTree.visitDepthFirst()(b06710b)HtmlValidate.getRuleDocumentation()method (f5343c3)nodejsResolveralias (ecacb8a)NodeClosedenum with constants (de55ed9)NodeTypeenum with named constants (d33419c)Validatorclass is no longer exported (f14de27)implicitRoleproperty (63689b5)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.