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

An in-range update of handlebars is breaking the build 🚨 #86

Open
greenkeeper bot opened this issue Apr 29, 2017 · 7 comments
Open

An in-range update of handlebars is breaking the build 🚨 #86

greenkeeper bot opened this issue Apr 29, 2017 · 7 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Apr 29, 2017

Version 4.0.7 of handlebars just got published.

Branch Build failing 🚨
Dependency handlebars
Current Version 4.0.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As handlebars is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/alsatian-test/alsatian-website/builds/227224628?utm_source=github_status&utm_medium=notification),- ❌ **continuous-integration/appveyor/branch** AppVeyor build failed [Details](https://ci.appveyor.com/project/jamesrichford/alsatian-website/build/1.0.0-199)

Commits

The new version differs by 10 commits0.

  • 606fa55 v4.0.7
  • 8e09f0e Update release-notes for 4.0.7
  • c8f4b57 Fix context-stack when calling block-helpers on null values
  • b617375 Parser: Change suffix to use ES6 default module export
  • 63a8e0c Add more tests for partial-blocks and inline partials
  • 5a164d0 Fix for #1252: Using @partial-block twice in a template not possible
  • 01b0f65 Avoid duplicate "sourceMappingURL=" lines.
  • 406f2ee require('sys') is deprecated, using 'util' instead
  • a023cb4 Make "column"-property of Errors enumerable
  • c7dc353 Testcase to verify that compile-errors have a column-property

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented May 2, 2017

Version 4.0.8 just got published.

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

Commits

The new version differs by 3 commits0.

  • fed5818 v4.0.8
  • 0e81f0a Update release notes
  • a00c598 Allow partial-blocks to be executed without "options"

false

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 21, 2017

Version 4.0.9 just got published.

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

Commits

The new version differs by 10 commits.

  • 5ec78a8 v4.0.9
  • 5333f31 Update release notes
  • 8a836e2 Handlebars.compile() does not modify "options" anymore
  • cc554a5 Fix build in windows
  • ed879a6 Ensure LF line-edings in handlebars-template fixtures (*.hbs)
  • 2e21e2b Run integration test with node handlebars -a ... on Windows
  • bdfdbea Ensure LF line-edings in lexer-files (*.l)
  • b50ef03 Force LF line-endings for spec/artifacts
  • 6e6269f Use istanbul/lib/cli.js instead of node_modules/.bin/istanbul
  • 7378f85 Publish valid semver task independently of the branch

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 21, 2017

Version 4.0.10 just got published.

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

Commits

The new version differs by 3 commits.

  • 670ec6f v4.0.10
  • 2e935df Update release notes
  • 0e953d1 Replace "Object.assign" (not support in IE) by "util/extend"

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2017

Version 4.0.11 just got published.

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

Commits

The new version differs by 7 commits.

  • 1e954dd v4.0.11
  • 1ac131e Update release notes
  • 59548b4 Extend compiler-api example by replacing child-compiler
  • 21386b6 Update (C) year in the LICENSE file
  • 7930965 Gracefully handle missing uglify-js dependency
  • 5b76f04 Fix build on Windows
  • 1ed163f Update jsfiddle-link to 4.0.10

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 7, 2019

  • The devDependency handlebars was updated from 4.0.12 to 4.1.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 33 commits.

  • 7caca94 v4.1.0
  • 7bd34fb Update release notes
  • 56fc676 test: run appveyor tests in Node 10
  • ee30222 chore: disable sauce-labs
  • 05e6293 chore: bump version of grunt-saucelabs
  • 2db0d12 chore: add .idea and yarn-error.log to .gitignore
  • edc6220 fix: disallow access to the constructor in templates to prevent RCE
  • bacd473 chore: fix components/handlebars package.json and auto-update on release
  • 27ac1ee Feat: Import TypeScript typings
  • 78dd89c chore: Use node 10 to build handlebars
  • 6b87c21 chore/doc: Add more release docs
  • 8d22e6f v4.0.12
  • 3c970cc Update release notes
  • abba3c7 Update release notes
  • 4bf1c4f Update release notes

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

  • The devDependency handlebars was updated from 4.1.0 to 4.1.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 20 commits.

  • f691db5 v4.1.1
  • 25b2e11 Update release notes
  • e5c3937 Update release notes
  • aef7287 Merge pull request #1511 from wycats/saucelabs
  • 684f103 chore: reactivate saucelabs-tests
  • 7840ab6 test: make security testcase internet explorer compatible
  • 4108b83 Merge pull request #1504 from liqiang372/deprecate-substr-method
  • 445ae12 deprecate substr method and use existing strip function in grammar
  • 5cedd62 fix: add "runtime.d.ts" to allow "require('handlebars/runtime')"
  • 40fb115 Revert "chore: re-activate saucelabs"
  • b2e2cfe chore: re-activate saucelabs
  • 037bfbf Merge pull request #1500 from wycats/neo-async
  • 048f2ce refactor: replace "async" with "neo-async"
  • b92589a test: add test for NodeJS compatibility
  • 1c62d4c Merge branch 'issue-1495' into 4.x

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2019

  • The devDependency handlebars was updated from 4.1.1 to 4.1.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 10 commits.

  • 10b5fcf v4.1.2
  • dd0144c Update release notes
  • 594f1e3 chore: add missing typescript dependency, add package-lock.json
  • 871accc test: remove safari from saucelabs
  • cd38583 fix: prevent RCE through the "lookup"-helper
  • c454d94 Merge pull request #1515 from zimmi88/4.x-typings-lint
  • 9cfb5dd Merge pull request #1516 from phil-davis/revert-double-release-notes
  • be44246 Remove triplicate of v4.0.12 release notes
  • 002561b Revert "Update release notes"
  • 3fb6687 Port over linting and test for typings

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants