Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nunjucks from 2.1.0 to 3.2.0 #13

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2019

Bumps nunjucks from 2.1.0 to 3.2.0.

Release notes

Sourced from nunjucks's releases.

v3.2.0

v3.1.7

  • Fix bug where exceptions were silently swallowed with synchronous render. Fixes #678, #1116, #1127, and #1164

  • Removes deprecated postinstall-build package in favor of npm prepare. Merge of #1172. Fixes #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.

v3.1.4

  • Fix engine version for Node v11.1.0
  • Fix "Unexpected token" error for U+2028 unicode newline. Fixes #126 and #736

v3.1.3

  • Add forceescape filter. Fixes #782

  • Fix regression that prevented template errors from reporting line and column number. Fixes #1087 and #1095.

  • Fix "Invalid type: Is" error for {% if value is defined %}. Fixes #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

  • Fix calling render callback twice when a conditional import throws an error. Solves #1029

  • Support objects created with Object.create(null). fixes #468

  • Support ESNext iterators, using Array.from. Merge of #1058

v3.0.1

  • Fix handling methods and attributes of static arrays, objects and primitives. Solves the issue #937
  • Add support for python-style array slices with Jinja compat enabled. Fixes #188; merge of #976.
  • Fix call blocks having access to their parent scope. Fixes #906; merge of #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 and #972; merge of #990. Thanks Noah Lange.

v3.0.0

  • Allow including many templates without reaching recursion limits. Merge of
    #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. Thanks Jonny Gerig
... (truncated)
Changelog

Sourced from nunjucks's changelog.

3.2.0 (Mar 5 2019)

3.1.7 (Jan 12 2019)

  • Fix bug where exceptions were silently swallowed with synchronous render.
    Fixes #678,
    #1116,
    #1127, and
    #1164

  • Removes deprecated postinstall-build package in favor of
    npm prepare.
    Merge of #1172.
    Fixes #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.

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 and #736

3.1.3 (May 19 2018)

  • Add forceescape filter. Fixes #782

  • Fix regression that prevented template errors from reporting line and column number.
    Fixes #1087 and

... (truncated)
Commits
  • ff5571c Release v3.2.0
  • f997a52 Add NodeResolveLoader
  • 34b0a26 Fix syntax typos in CONTRIBUTING.md
  • 55e0b7a Set dash as joiner element
  • c99154e Update faq.md
  • 1338712 Emit 'load' events on Loader and Environment instances
  • 057e7b3 Add test for line/column info in user-function exception
  • bcf38f3 Emit line and column info for functions
  • fbddcd5 lexer more accurately tracks token line and column information
  • 889ef80 Add nodejs versions 10 and 11 to CI, remove 6 and 9
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by fdintino, a new releaser for nunjucks since your current version.


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 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.

Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 2.1.0 to 3.2.0.
- [Release notes](https://github.com/mozilla/nunjucks/releases)
- [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md)
- [Commits](mozilla/nunjucks@v2.1.0...v3.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2019
@adam-lynch adam-lynch closed this May 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 2, 2022

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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nunjucks-3.2.0 branch May 2, 2022 15:02
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