canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

An in-range update of steal-stache is breaking the build 🚨 #410

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.1.0 of steal-stache was just published.

Branch Build failing 🚨
Dependency steal-stache
Current Version 4.0.1
Type dependency

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

steal-stache 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 could not complete due to an error [Details](https://travis-ci.org/canjs/can-connect/builds/347822171?utm_source=github_status&utm_medium=notification)

Release Notes Improved 404 error messaging

This improves error messaging for developers using steal 1.7.0.

screen shot 2018-03-01 at 9 22 27 am

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

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

Commits

The new version differs by 4 commits.

  • 83e489e 4.1.1
  • 0b6d32d Merge pull request #63 from canjs/fix-relative-imports
  • fbe77d8 Remove unnecessary test code
  • 769e7d6 Fix relative imports in can components

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.2 just got published.

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

Release Notes 4.1.2

Fixes a regression where helpers passed to the renderer function were not being called.

var template = require("./template.stache");

template(data, {
  someHelper: function(){
    return "this works again";
  }
});
Commits

The new version differs by 7 commits.

  • 10b9f74 4.1.2
  • f2e666a Merge pull request #66 from canjs/help
  • 541778e Allow helpers to be passed directly into the options object.
  • 83e489e 4.1.1
  • 0b6d32d Merge pull request #63 from canjs/fix-relative-imports
  • fbe77d8 Remove unnecessary test code
  • 769e7d6 Fix relative imports in can components

See the full diff