Snugug / gulp-armadillo

The rebirth of the Armadillo static site generator, as a series of Gulp tasks!
MIT License
16 stars 6 forks source link

An in-range update of nunjucks is breaking the build 🚨 #245

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.1 of nunjucks just got published.

Branch Build failing 🚨
Dependency nunjucks
Current Version 3.0.0
Type dependency

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 this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/Snugug/gulp-armadillo/builds/235636621?utm_source=github_status&utm_medium=notification)

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

The new version differs by 28 commits ahead by 28, behind by 1.

  • 8262f45 Release 3.0.1
  • efd2ee9 Merge pull request #994 from mozilla/fix-call-scope
  • 3fb9e9f Allow {% call %} blocks to access parent scope. Fixes #906
  • 5c2bf56 Merge pull request #908 from forresst/update-docs-in-french-5
  • a2c3908 Merge pull request #953 from AndyWendt/patch-1
  • 5312e66 Merge pull request #990 from noahlange/914-macro-set-block
  • 04b0fb5 Addresses 914; capture blocks in macros now write to proper tmp buffer.
  • be0cfec Merge pull request #976 from theatlantic/pr/slice-support-jinja-compat
  • f44646b Nunjucks now has a maintainer; remove msg in README saying otherwise
  • 9af75a5 Update CONTRIBUTING.md
  • 18ba686 Update README.md
  • 5ef361d Update README.md
  • 1372175 Add python slice support to jinja-compat. fixes #188
  • 1595bc5 Indent jinja-compat.js to four spaces for consistency
  • 5362038 Fix missing }} in templating.md

There are 28 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.1.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 54 commits.

  • a00c0d1 Merge pull request #1052 from mozilla/eslint
  • 5ca49e8 Merge pull request #1053 from mozilla/develop
  • 79b8ef3 Bump version to 3.1.0
  • 84dfa2d Update CHANGELOG and CONTRIBUTING
  • 31d0ca4 Merge pull request #1061 from ricordisamoa/changelog
  • 5138efd Fix pull request id in CHANGELOG.md
  • e16acda tests: make compiler-operator and int/float filter tests more atomic
  • 89c8b03 Code tweaks to decrease bundle size
  • 881e82d Merge pull request #1058 from maxnordlund/add-support-for-iterator
  • 7086e2d Add support for ES iterators
  • e6cc590 Split loop test into separate tests
  • bdb5246 Fix bug when looping over arrays of more than 3 dimensions
  • 344f79f Fix bug that turned AsyncAll loops into AsyncEach loops
  • 013ea49 move express sample folder
  • c8d8f46 Fix express tests

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits.

  • 6f3e4a3 v3.1.1
  • eed7b2d Fix bug that broke template caching. fixes #1074
  • db8e3c3 Fix error when running npm install nunjucks --no-bin-links
  • 2c97201 try/catch require of chokidar to make it truly optional
  • a65d3b8 bower forbids minified js in the main property
  • 2c98065 Add nunjucks folder to bower.json ignore
  • 470181d Prepare for next release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 323dabe Fix postinstall-build packaging issue, v3.1.2
  • 9f1b7da Prepare for next release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 692afec 3.1.6
  • 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] commented 5 years ago

Your tests are still failing with this version. Compare changes

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] commented 5 years ago

Your tests are still failing with this version. Compare changes

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