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

Update nunjucks to the latest version 🚀 #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 19, 2018

Version 3.1.3 of nunjucks was just published.

Dependency nunjucks
Current Version 3.1.2
Type dependency

The version 3.1.3 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of nunjucks.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 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).

Commits

The new version differs by 15 commits.

  • 9a0ce36 3.13 release - fix typo in CHANGELOG
  • c2de0e4 Release 3.1.3
  • 4d8a4cc Update chokidar optionalDependency. Fixes #1103
  • d140280 Update CONTRIBUTING.md to reflect supported node releases [ci skip]
  • af6427d Update CHANGELOG
  • 1b76fb8 Update package.json engines to reflect supported node versions
  • 8afacce Add unit tests for {% if x is [not] defined %}. refs #1110
  • 248cf56 Fix "Invalid type: Is" error when using {% if x is defined %}
  • 2eaea16 Drop node v4 support, add node v9
  • 8041120 Include file/lineno in TemplateError message. fixes #1087, #1095
  • 1b4558d Merge pull request #1090 from TheDancingCode/forceescape
  • f478b06 Add "forceescape" filter
  • de49d33 Merge pull request #1089 from gingerrific/master
  • 3ab849c Update remaining src links
  • dedb978 Update API.md links to use correct paths

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2018

  • The dependency nunjucks was updated from 3.1.2 to 3.1.4.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 11262e5 Release v3.1.4
  • bcd45fc Merge pull request #1165 from stigkj/master
  • 40480f0 Fix engine version for Node v11.1.0
  • 3512ca6 Merge pull request #1161 from jonathanchu/master
  • 9dc07dc Fix dependency version for node v11.0.0
  • 39bb716 Merge pull request #1126 from TheDancingCode/issue-126
  • 4d4dc40 Escape unicode newlines when compiling

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 13, 2018

  • The dependency nunjucks was updated from 3.1.2 to 3.1.5.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 6a3872e Release v3.1.5
  • be3646b Merge pull request #1169 from duncand/master
  • fb3f443 Fix engine dependency version for Node versions > 11.1.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2018

  • The dependency nunjucks was updated from 3.1.2 to 3.1.6.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 12, 2019

  • The dependency nunjucks was updated from 3.1.2 to 3.1.7.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 1370361 v3.1.7
  • 0a65e1f Fixes for replace example
  • 2946fb4 Removed postinstall-build in favor of npm prepare script
  • 9fd5bdb Add link to Plugin syntax highlighting for VSCode
  • 68ba15c Fix bug where exceptions were silently swallowed with synchronous render
  • 7c187ac tests: fix issue running tests on node 10.x

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2019

  • The dependency nunjucks was updated from 3.1.2 to 3.2.0.

Update to this version instead 🚀

Release Notes for v3.2.0
Commits

The new version differs by 11 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
  • b828158 Fix documentation typo

See the full diff

@lukechilds lukechilds force-pushed the master branch 12 times, most recently from a74c239 to d1fe40b Compare January 21, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants