You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is covered by your current version range and after updating it in your project the build failed.
nunjucks is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
❌ continuous-integration/travis-ci/push The Travis CI build failed Details
After pinning to 3.1.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 3.1.3 of nunjucks was just published.
nunjucks
This version is covered by your current version range and after updating it in your project the build failed.
nunjucks is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes
v3.1.3Add
forceescape
filter. Fixes #782Fix 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 #1110Formally 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 🌴
The text was updated successfully, but these errors were encountered: