Update dependency @xmldom/xmldom to ^0.8.0 - autoclosed #54
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.0
->^0.8.0
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
xmldom/xmldom
v0.8.3
Compare Source
Fixed
#437
/#436
Thank you, @Supraja9726 for your contributions
v0.8.2
Compare Source
Fixed
>
as specified (#395)#58
Other
nodeType
values to public interface description#396
#317
>
as specified#395
Object.assign
ponyfill#379
#378
Thank you @niklasl, @cburatto, @SheetJSDev, @pyrsmk for your contributions
v0.8.1
Compare Source
Fixes
#374
Docs
#365
#366
#358
,#376
#360
v0.8.0
Compare Source
Fixed
BREAKING CHANGE: Certain combination of line break characters are normalized to a single
\n
before parsing takes place and will no longer be preserved.#303
/#307
#49
,#97
,#324
/#314
#284
/#310
BREAKING CHANGE: If you relied on the not spec compliant preservation of literal
\t
,\n
or\r
in attribute values.To preserve those you will have to create XML that instead contains the correct numerical (or hexadecimal) equivalent (e.g.
	
,

,
).DOMImplementation
andXMLSerializer
fromlib/dom-parser.js
#53 /#309
BREAKING CHANGE: Use the one provided by the main package export.
removeChild
#343
/#355
Chore
#325
#111
/#304
Thank you @marrus-sh, @victorandree, @mdierolf, @tsabbay, @fatihpense for your contributions
v0.7.6
Compare Source
Fixed
#441
/#437
/#436
Thank you, @jftanner, @Supraja9726 for your contributions
v0.7.5
Compare Source
Commits
Fixes:
#319
/#321
Thank you, @lupestro
v0.7.4
Compare Source
Commits
Fixes:
__prototype__
attributes#315
Thank you, @dsimpsonOMF
v0.7.3
Compare Source
Commits
Fixes:
#277
/#301
#294
Thank you, @rrthomas
Refactor:
#233
Docs:
#298
#299
Chore:
#302
#300
#297
#292
v0.7.2
Compare Source
Commits
Fixes:
#288
Thank you, @forty
v0.7.1
Compare Source
Commits
Fixes:
#283
Thank you, @kachkaev
Chore:
#279