advisr-io / excel4node

Node module to allow for easy Excel file creation
MIT License
124 stars 19 forks source link

Bump xmlbuilder from 11.0.1 to 15.1.1 #13

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps xmlbuilder from 11.0.1 to 15.1.1.

Changelog

Sourced from xmlbuilder's changelog.

[15.1.1] - 2020-04-09

[15.1.0] - 2020-03-20

  • Added the invalidCharReplacement option to replace invalid characters with a user supplied replacement character. See #147.

[15.0.1] - 2020-03-10

  • Pretty printing now keeps single CDATA nodes in-line with their parent elements also with the stream writer.

[15.0.0] - 2020-03-10

  • Pretty printing now keeps single CDATA nodes in-line with their parent elements. See #224.

[14.0.0] - 2020-02-14

  • Removed support for node.js 6.0. Minimum required version is now 8.0.

[13.0.2] - 2019-05-22

  • Fixed a bug where importing a document into an empty parent document did not set the root node. See #213.

[13.0.1] - 2019-05-10

  • Corrected typings for doctype and character data nodes. See #211.

[13.0.0] - 2019-05-07

  • Rewrote all TypeSript typings to be strictly compatible with the API. This is a breaking change for TypeScript users only.

[12.0.1] - 2019-04-30

  • Added option for pretty printing attributes.

[12.0.0] - 2019-04-03

  • Removed support for node.js 4.0 and 5.0. Minimum required version is now 6.0.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like xmlbuilder is up-to-date now, so this is no longer needed.