Bump xmldom and docxtemplater
Removes xmldom. It's no longer used after updating ancestor dependency docxtemplater. These dependencies need to be updated together.
Removes xmldom
Updates docxtemplater from 3.16.3 to 3.31.4
Changelog
Sourced from docxtemplater's changelog.
3.31.4
Bugfix to correctly handle empty loops.
Fixes open-xml-templating/docxtemplater#680
Previously the following stack trace would be shown :
TypeError: Cannot read properties of undefined (reading 'lIndex') at .../docxtemplater/js/modules/loop.js:331:42 at Array.some (<anonymous>) at LoopModule.postparse (.../docxtemplater/js/modules/loop.js:322:15) at .../docxtemplater/js/parser.js:226:24 at Array.reduce (<anonymous>) at _postparse (.../docxtemplater/js/parser.js:225:22) at postparse (.../docxtemplater/js/parser.js:228:20) at .../docxtemplater/js/modules/expand-pair-trait.js:268:30 at Array.reduce (<anonymous>) at Object.postparse (.../docxtemplater/js/modules/expand-pair-trait.js:248:32)Now the template is rendered correctly.
3.31.3
Bugfix for table module : merge-cells-col did not work correctly when placed inside a loop.
Fixes : open-xml-templating/docxtemplater#671
3.31.2
Bugfix to avoid throwing following error :
New Delimiters cannot be parsedWhen the template contains an equal sign right after a closing tag.
For example, the following template would throw that error in previous versions :
Hello {name}===Now, no error is thrown.
3.31.1
... (truncated)
Commits
fc8b6b23.31.41603023Bugfix to correctly handle empty loop41fea07Update dependencies3cf664cUpdate dependencies07caf91Remove postinstall scriptcf722dfUpdate dependenciesd957b0bUpdate dependencies666c589Update dependenciese2d3c833.31.39bddc2dUpdate dependencies- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.