chore: update dependency xmlbuilder to v15#391
Draft
renovate[bot] wants to merge 1 commit intomasterfrom
Draft
Conversation
447efb9 to
4f89716
Compare
4f89716 to
17a6c38
Compare
f08464a to
da13fae
Compare
da13fae to
c3a7661
Compare
c3a7661 to
7fac825
Compare
7fac825 to
4932ffb
Compare
4932ffb to
b806efb
Compare
b806efb to
5f6eb8e
Compare
6f2f620 to
eef793d
Compare
eef793d to
a5706b3
Compare
a5706b3 to
fa08e11
Compare
fa08e11 to
7b5fd84
Compare
7b5fd84 to
eb7694e
Compare
eb7694e to
97e56fb
Compare
97e56fb to
15b420b
Compare
15b420b to
a4cedf3
Compare
a4cedf3 to
fc6243e
Compare
fc6243e to
23f2d6f
Compare
7d40df6 to
0413858
Compare
0413858 to
19d8a8b
Compare
a23d985 to
1413cc1
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1413cc1 to
54956bf
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.1.1→^15.1.1Release Notes
oozcitak/xmlbuilder-js (xmlbuilder)
v15.1.1Compare Source
noDoubleEncodingflag kept named entities other than those specified in the spec (see #16 inxmlbuilder2).v15.1.0Compare Source
invalidCharReplacementoption to replace invalid characters with a user supplied replacement character. See #147.v15.0.0Compare Source
v14.0.0Compare Source
v13.0.2Compare Source
v13.0.1Compare Source
v13.0.0Compare Source
v12.0.1Compare Source
v12.0.0Compare Source
v11.0.1Compare Source
v11.0.0Compare Source
Calling
end()with arguments no longer overwrites writer options. See #120.Added writer state and customizable space and endline functions to help customize writer behavior. Also added
openNodeandcloseNodefunctions to writer. See #193.Fixed a bug where writer functions would not be called for nodes with a single child node in pretty print mode. See #195.
Renamed
elEscapetotextEscapeinXMLStringifier.Fixed a bug where empty arrays would produce child nodes. See #190.
Removed the
skipNullAttributesoption.nullattributes are now skipped by default. Added thekeepNullAttributesoption in case someone needs the old behavior.Removed the
skipNullNodesoption.nullnodes are now skipped by default. Added thekeepNullNodesoption in case someone needs the old behavior.undefinedvalues are now skipped when converting JS objects.Renamed stringify functions. See #194:
eleName->nameattName->nameeleText->textFixed argument order for
attributefunction in the writer. See #196.Added
openAttributeandcloseAttributefunctions to writer. See #196.Added node types to node objects. Node types and writer states are exported by the module with the
nodeTypeandwriterStateproperties.Fixed a bug where array items would not be correctly converted. See #159.
Fixed a bug where mixed-content inside JS objects with
#textdecorator would not be correctly converted. See #171.Fixed a bug where JS objects would not be expanded in callback mode. See #173.
Fixed a bug where character validation would not obey document's XML version. Added separate validation for XML 1.0 and XML 1.1 documents. See #169.
Fixed a bug where names would not be validated according to the spec. See #49.
Renamed
textproperty tovaluein comment and cdata nodes to unify the API.Removed
doctypefunction to prevent name clash with DOM implementation. Use thedtdfunction instead.Removed dummy nodes from the XML tree (Those were created while chain-building the tree).
Renamed
attributesproperty toattribsto prevent name clash with DOM property with the same name.Implemented the DOM standard (read-only) to support XPath lookups. XML namespaces are not currently supported. See #122.
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.