Skip to content

build(deps): bump docxtemplater from 3.66.2 to 3.68.7#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docxtemplater-3.68.7
Open

build(deps): bump docxtemplater from 3.66.2 to 3.68.7#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docxtemplater-3.68.7

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps docxtemplater from 3.66.2 to 3.68.7.

Changelog

Sourced from docxtemplater's changelog.

3.68.6

Update error explanation when parser fails to execute.

Previous explanation for the template : {user} :

The scope parser for the tag user failed to execute

New error explanation :

The scope parser for the tag "user" failed to execute

3.68.5

Some performance improvements by using for loops instead of map, reduce, forEach where it is possible.

We also fixed the following error when using expressions-ie11 :

Error: Could not resolve "./doc-utils.js" node_modules/docxtemplater/expressions-ie11.js:5:12:

3.68.4

Internal change : when having a loop with the paragraphLoop option set to true, if the loop is expanded, then the subparsed array will start with a <w:p> and end with a </w:p> (or selfclosing tag)

3.68.3

If you use the following template :

{fn}

And your code is :

const doc = new Docxtemplater(zip, {
    paragraphLoop: true,
    linebreaks: true,
});
doc.render({
    fn: (x) => {
        throw new Error("foobar");
    },
});

In previous versions, this error would not be wrapped at all, and you would not be able to access error.properties.xtag.

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 8, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 8, 2026

Labels

The following labels could not be found: security. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fun-printing Ready Ready Preview, Comment May 11, 2026 1:06am

Bumps [docxtemplater](https://github.com/open-xml-templating/docxtemplater) from 3.66.2 to 3.68.7.
- [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.66.2...v3.68.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants