Skip to content

fix(deps): bump docxtemplater from 3.28.6 to 3.34.0 - #106

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docxtemplater-3.34.0
Closed

fix(deps): bump docxtemplater from 3.28.6 to 3.34.0#106
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docxtemplater-3.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 3, 2023

Copy link
Copy Markdown
Contributor

Bumps docxtemplater from 3.28.6 to 3.34.0.

Changelog

Sourced from docxtemplater's changelog.

3.34.0

Add support to reorder modules automatically using module.priority.

Fetch data from _rels/.rels and pass it to each module function using the relType attribute.

Fixes issue in HTML module for some particular input that contains some tp/document-orig.xml file.

3.33.0

Add support for templating text files (or simple strings).

Usage is like this :

const TxtTemplater = require("docxtemplater/js/text.js");
const doc = new TxtTemplater("Hello {user}, how are you ?");
const result = doc.render({ user: "John" });
console.log(result); // Shows : "Hello John, how are you ?"

This also works with loops and options can be set (parser for angular expressions)

3.32.6

Automatically template footnotes

3.32.5

When having a comment inside a placeholder, the document could get corrupt.

This is now fixed.

3.32.4

Update resolveOffset algorithm to improve slides module compatibility. Internal update of moduleApiVersion to 3.34.0

3.32.3

Bugfix of version 3.32.2, 3.32.1, 3.32.0

When using this document :

Hello {name}!

if the data is { name: "" } with the "docxtemplater/expresssions.js" option, the tag will render the following :

... (truncated)

Commits
  • 651cb25 3.34.0
  • 613b0e3 Update webdriver.mjs
  • 3151e28 Fetch relsTypes from _rels/.rels
  • deee515 Update dependencies
  • a029dcd Update check-casing.bash to avoid /dev/stderr
  • 85f8a35 Exit with 1 on webdriver.bash after 2 retries
  • b879e4e Update moduleApiVersion
  • 980f412 Add module.priority feature to be able to reorder the modules
  • d49a679 3.33.0
  • ae82c72 Update to add support for Text templating
  • Additional commits viewable in compare view

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)

Bumps [docxtemplater](https://github.com/open-xml-templating/docxtemplater) from 3.28.6 to 3.34.0.
- [Release notes](https://github.com/open-xml-templating/docxtemplater/releases)
- [Changelog](https://github.com/open-xml-templating/docxtemplater/blob/master/CHANGELOG.md)
- [Commits](open-xml-templating/docxtemplater@v3.28.6...v3.34.0)

---
updated-dependencies:
- dependency-name: docxtemplater
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 3, 2023
@dependabot
dependabot Bot requested a review from Amice13 February 3, 2023 00:04
@dependabot @github

dependabot Bot commented on behalf of github Feb 17, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #112.

@dependabot dependabot Bot closed this Feb 17, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/docxtemplater-3.34.0 branch February 17, 2023 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant