fix(deps): update dependency @xmldom/xmldom to ^0.8.0#30
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @xmldom/xmldom to ^0.8.0#30renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
fee24e6 to
0913adc
Compare
0913adc to
d8ab14b
Compare
d8ab14b to
dd23ab3
Compare
dd23ab3 to
ad974b8
Compare
ad974b8 to
abd08bc
Compare
abd08bc to
f3503f7
Compare
f3503f7 to
2368f4b
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:
^0.7.5→^0.8.0Release Notes
xmldom/xmldom (@xmldom/xmldom)
v0.8.11Compare Source
Fixed
ownerDocumentwhen moving nodes between documents#933/#932Thank you, @shunkica, for your contributions
v0.8.10Compare Source
Fixed
#514/#499Thank you, @qtow, for your contributions
v0.8.9Compare Source
Fixed
#509/#505Thank you, @cjbarth, for your contributions
v0.8.8Compare Source
Fixed
#489Thank you, @zorkow, for your contributions
v0.8.7Compare Source
Fixed
#485/#486Thank you, @bulandent, for your contributions
v0.8.6Compare Source
Fixed
#457/#455/#456Thank you, @edemaine, @pedro-l9, for your contributions
v0.8.5Compare Source
Fixed
#452/#453Thank you, @fengxinming, for your contributions
v0.8.4Compare Source
Fixed
CVE-2022-39353In case such a DOM would be created, the part that is not well-formed will be transformed into text nodes, in which xml specific characters like
<and>are encoded accordingly.In the upcoming version 0.9.0 those text nodes will no longer be added and an error will be thrown instead.
This change can break your code, if you relied on this behavior, e.g. multiple root elements in the past. We consider it more important to align with the specs that we want to be aligned with, considering the potential security issues that might derive from people not being aware of the difference in behavior.
Related Spec: https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
Thank you, @frumioj, @cjbarth, @markgollnick for your contributions
v0.8.3Compare Source
Fixed
#437/#436Thank you, @Supraja9726 for your contributions
v0.8.2Compare Source
Fixed
>as specified (#395)#58Other
nodeTypevalues to public interface description#396#317>as specified#395Object.assignponyfill#379#378Thank you @niklasl, @cburatto, @SheetJSDev, @pyrsmk for your contributions
v0.8.1Compare Source
Fixed
#514/#499Thank you, @qtow, for your contributions
v0.8.0Compare Source
Fixed
BREAKING CHANGE: Certain combination of line break characters are normalized to a single
\nbefore parsing takes place and will no longer be preserved.#303/#307#49,#97,#324/#314#284/#310BREAKING CHANGE: If you relied on the not spec compliant preservation of literal
\t,\nor\rin attribute values.To preserve those you will have to create XML that instead contains the correct numerical (or hexadecimal) equivalent (e.g.
	,
,
).DOMImplementationandXMLSerializerfromlib/dom-parser.js#53 /#309BREAKING CHANGE: Use the one provided by the main package export.
removeChild#343/#355Chore
#325#111/#304Thank you @marrus-sh, @victorandree, @mdierolf, @tsabbay, @fatihpense for your contributions
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 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.