Skip to content

fix(deps): bump docxtemplater from 3.28.6 to 3.34.3 - #119

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docxtemplater-3.34.3
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 6, 2023

Copy link
Copy Markdown
Contributor

Bumps docxtemplater from 3.28.6 to 3.34.3.

Changelog

Sourced from docxtemplater's changelog.

3.34.3

Fix typescript definition for constructor / zip instance.

Allows to correctly autocomplete after doing doc.getZip().generate()

Thanks to @​oleksandr-danylchenko open-xml-templating/docxtemplater#704

3.34.2

Fix typescript definition for getAllStructuredTags : remove file argument.

Fixed in #702 thanks to @​oleksandr-danylchenko

3.34.1

Bugfix in require("docxtemplater/expressions.js") :

Avoid error const expressionParser = require("docxtemplater/expressions.js");

TypeError: 'set' on proxy: trap returned falsish for property 'x'

This will no more happen now, in the case where for example you wanted to set a property to any falsy value, like this :

{x=0}

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)

... (truncated)

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)

Bumps [docxtemplater](https://github.com/open-xml-templating/docxtemplater) from 3.28.6 to 3.34.3.
- [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.3)

---
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 Mar 6, 2023
@dependabot
dependabot Bot requested a review from Amice13 March 6, 2023 01:39
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