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 can-stache is breaking the build 🚨 #54

Closed
greenkeeper bot opened this issue Nov 2, 2017 · 3 comments
Closed

An in-range update of can-stache is breaking the build 🚨 #54

greenkeeper bot opened this issue Nov 2, 2017 · 3 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Nov 2, 2017

Version 3.13.2 of can-stache was just published.

Branch Build failing 🚨
Dependency can-stache
Current Version 3.13.1
Type devDependency

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

can-stache is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes Making scope.index work with plain arrays

#357

Commits

The new version differs by 3 commits.

  • ed1c616 Update dist for release
  • 61ffc70 Merge pull request #357 from canjs/index-with-arrays
  • 5c30cca correctly setting scope.index and deprecating %index/@index with arays

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
Copy link
Contributor Author

greenkeeper bot commented Nov 2, 2017

After pinning to 3.13.1 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2017

Version 3.13.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Making scope.index work with can-view-live.list

#361

Commits

The new version differs by 2 commits.

  • ecb46ab Update dist for release
  • a918bca fix scope.index with can-view-live (#361)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2017

Version 3.13.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Updating `as` deprecation warning to give filename and lineNumber

Instead of

can-stache: Do not use `{{#each people as person}}`, instead use `{{#each people person=value}}`

this warning will now show

filename.stache:1: the `as` keyword is deprecated. Use {{#each people person=value}} instead of {{#each people as person}}.
Commits

The new version differs by 5 commits.

  • a37d152 Update dist for release
  • 4adf951 Merge pull request #364 from canjs/as-line-numbers
  • c614eca Updating as deprecation warning to give filename and lineNumber
  • ecb46ab Update dist for release
  • a918bca fix scope.index with can-view-live (#361)

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

1 participant