Closed dependabot[bot] closed 2 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps nunjucks from 2.1.0 to 3.2.0.
Release notes
*Sourced from [nunjucks's releases](https://github.com/mozilla/nunjucks/releases).* > ## v3.2.0 > * Adds [`NodeResolveLoader`](http://mozilla.github.io/nunjucks/api.html#noderesolveloader), a Loader that loads templates using node's [`require.resolve`](https://nodejs.org/api/modules.html#modules_all_together). Fixes [#1175](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1175). > * Emit 'load' events on `Environment` instances, to allow runtime dependency tracking. Fixes [#1153](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1153). > > ## v3.1.7 > * Fix bug where exceptions were silently swallowed with synchronous render. Fixes [#678](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/678), [#1116](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1116), [#1127](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1127), and [#1164](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1164) > * Removes deprecated postinstall-build package in favor of [npm prepare](https://docs.npmjs.com/misc/scripts#prepublish-and-prepare). Merge of [#1172](https://github-redirect.dependabot.com/mozilla/nunjucks/pull/1172). Fixes [#1167](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1167). > > - **Note**: this means that npm@5 or later is required to install nunjucks directly from github. > > ## v3.1.6 > No changes from 3.1.5; fixed packaging issue in npm > > ## v3.1.5 > * Fix engine dependency version for Node versions > 11.1.0; Fixes [#1168](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1168). > > ## v3.1.4 > * Fix engine version for Node v11.1.0 > * Fix "Unexpected token" error for U+2028 unicode newline. Fixes [#126](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/126) and [#736](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/736) > > ## v3.1.3 > * Add `forceescape` filter. Fixes [#782](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/782) > > * Fix regression that prevented template errors from reporting line and column number. Fixes [#1087](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1087) and [#1095](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1095). > > * Fix "Invalid type: Is" error for `{% if value is defined %}`. Fixes [#1110](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1110) > > * Formally drop support for node v4 (the upgrade to babel 7 in v3.1.0 made the build process incompatible with node < 6.9.0). > > ## v3.1.0 > * Support `nunjucks.installJinjaCompat()` with slim build. Fixes [#1019](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1019) > > * Fix calling render callback twice when a conditional import throws an error. Solves [#1029](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1029) > > * Support objects created with `Object.create(null)`. fixes [#468](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/468) > > * Support ESNext iterators, using `Array.from`. Merge of [#1058](https://github-redirect.dependabot.com/mozilla/nunjucks/pull/1058) > > ## v3.0.1 > * Fix handling methods and attributes of static arrays, objects and primitives. Solves the issue [#937](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/937) > * Add support for python-style array slices with Jinja compat enabled. Fixes [#188](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/188); merge of [#976](https://github-redirect.dependabot.com/mozilla/nunjucks/pull/976). > * Fix call blocks having access to their parent scope. Fixes [#906](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/906); merge of [#994](https://github-redirect.dependabot.com/mozilla/nunjucks/pull/994). > * Fix a bug that caused capturing block tags (e.g. set/endset, filter/endfilter) to write to the global buffer rather than capturing their contents. Fixes [#914](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/914) and [#972](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/972); merge of [#990](https://github-redirect.dependabot.com/mozilla/nunjucks/pull/990). Thanks [Noah Lange](https://github.com/mozilla/nunjucks/blob/HEAD/[@noahlange](https://github.com/noahlange)). > > ## v3.0.0 > - Allow including many templates without reaching recursion limits. Merge of > [#787](https://github-redirect.dependabot.com/mozilla/nunjucks/pull/787). Thanks Gleb Khudyakov. > - Allow explicitly setting `null` (aka `none`) as the value of a variable; > don't ignore that value and look on up the frame stack or context. Fixes > [#478](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/478). Thanks Jonny Gerig > ... (truncated)Changelog
*Sourced from [nunjucks's changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md).* > 3.2.0 (Mar 5 2019) > ------------------ > > * Adds [`NodeResolveLoader`](http://mozilla.github.io/nunjucks/api.html#noderesolveloader), > a Loader that loads templates using node's > [`require.resolve`](https://nodejs.org/api/modules.html#modules_all_together). > Fixes [#1175](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1175). > * Emit 'load' events on `Environment` instances, to allow runtime dependency > tracking. Fixes [#1153](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1153). > > 3.1.7 (Jan 12 2019) > ------------------ > > * Fix bug where exceptions were silently swallowed with synchronous render. > Fixes [#678](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/678), > [#1116](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1116), > [#1127](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1127), and > [#1164](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1164) > * Removes deprecated postinstall-build package in favor of > [npm prepare](https://docs.npmjs.com/misc/scripts#prepublish-and-prepare). > Merge of [#1172](https://github-redirect.dependabot.com/mozilla/nunjucks/pull/1172). > Fixes [#1167](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1167). > > - Note: this means that npm@5 or later is required to install nunjucks > directly from github. > > 3.1.6 (Dec 13 2018) > ------------------- > > No code changes; fixed npm packaging issue. > > 3.1.5 (Dec 13 2018) > ------------------- > > * Fix engine dependency version for Node versions > 11.1.0; > Fixes [#1168](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1168). > > 3.1.4 (Nov 9 2018) > ------------------ > > * Fix engine version for Node v11.1.0 > * Fix "Unexpected token" error for U+2028 unicode newline. Fixes [#126](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/126) and [#736](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/736) > > 3.1.3 (May 19 2018) > ------------------- > > * Add `forceescape` filter. Fixes [#782](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/782) > > * Fix regression that prevented template errors from reporting line and column number. > Fixes [#1087](https://github-redirect.dependabot.com/mozilla/nunjucks/issues/1087) and > ... (truncated)Commits
- [`ff5571c`](https://github.com/mozilla/nunjucks/commit/ff5571c7412982c6e998f966e1aee3985e0cbcbd) Release v3.2.0 - [`f997a52`](https://github.com/mozilla/nunjucks/commit/f997a52a1fcc6a5fe96ec25ac0927e6f54976afb) Add NodeResolveLoader - [`34b0a26`](https://github.com/mozilla/nunjucks/commit/34b0a264416eb24ae1a526b1978b0e9436d2f934) Fix syntax typos in CONTRIBUTING.md - [`55e0b7a`](https://github.com/mozilla/nunjucks/commit/55e0b7af2959730d10a419ecc842a721c46e09c7) Set dash as joiner element - [`c99154e`](https://github.com/mozilla/nunjucks/commit/c99154ef3cf18de305944d71da90536f730b326b) Update faq.md - [`1338712`](https://github.com/mozilla/nunjucks/commit/13387122b9e78a327130d424005323c64e688e90) Emit 'load' events on Loader and Environment instances - [`057e7b3`](https://github.com/mozilla/nunjucks/commit/057e7b3c9ce1edb0675deae40b7d78d841608539) Add test for line/column info in user-function exception - [`bcf38f3`](https://github.com/mozilla/nunjucks/commit/bcf38f34338dceea0bf25558287ece1cd7c81992) Emit line and column info for functions - [`fbddcd5`](https://github.com/mozilla/nunjucks/commit/fbddcd5ff07b0f72b48af29dc931b69f10f4d0dd) lexer more accurately tracks token line and column information - [`889ef80`](https://github.com/mozilla/nunjucks/commit/889ef80f859c1d5da381ca7e5423650bc8103e91) Add nodejs versions 10 and 11 to CI, remove 6 and 9 - Additional commits viewable in [compare view](https://github.com/mozilla/nunjucks/compare/v2.1.0...v3.2.0)Maintainer changes
This version was pushed to npm by [fdintino](https://www.npmjs.com/~fdintino), a new releaser for nunjucks since your current version.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/adam-lynch/gulp-image-data-uri/network/alerts).