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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.2.0 of can-stache just got published.

Branch Build failing 🚨
Dependency can-stache
Current Version 3.1.0
Type dependency

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

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

Commits

The new version differs by 3 commits.

  • 62d548b Update dist for release
  • 4df8850 Merge pull request #228 from canjs/updateDeep
  • c2a0760 updates deps

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 7 years ago

After pinning to 3.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 3.3.0 just got published.

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

Release Notes Whitespace Control

This release primarily includes whitespace control, from #179

Examples

  • <foo> {{-message-}} </foo> will be rendered as <foo>{{message}}</foo>
  • <foo> {{{-message-}}} </foo> will be rendered as <foo>{{{message}}}</foo>
  • <foo> {{- name -}} </foo><foo> {{{- name -}}} </foo> will be rendered as <foo>{{ name }}</foo><foo>{{{ name }}}</foo>
  • <foo> {{-#data-}} {{->list-}} {{-/data-}} </foo> will be rendered as <foo>{{#data}}{{>list}}{{/data}}</foo>
  • <foo>\n\t{{-! comment -}}\n</foo> will be rendered as <foo>{{! comment }}</foo>

Dependency Updates

Commits

The new version differs by 19 commits.

  • eaa58ec Update dist for release
  • 32c6f21 Merge pull request #179 from canjs/60-whitespace
  • ae747ec Merge pull request #238 from canjs/greenkeeper/testee-0.7.0
  • 4cf97c4 chore(package): update testee to version 0.7.0
  • 80ffc3e Merge pull request #237 from canjs/greenkeeper/can-observation-3.3.1
  • c01a18f chore(package): update can-observation to version 3.3.1
  • eda3b8b Merge pull request #235 from canjs/greenkeeper/can-reflect-1.2.1
  • fa4fc15 chore(package): update can-reflect to version 1.2.1
  • 56805ac Merge pull request #234 from canjs/greenkeeper/can-util-3.9.5
  • 566b306 chore(package): update can-util to version 3.9.5
  • 63fd510 Merge pull request #233 from canjs/greenkeeper/can-compute-3.3.1
  • 0d95240 chore(package): update can-compute to version 3.3.1
  • 0271286 support whitespace for intermediate_and_imports
  • 4667fe5 Merge remote-tracking branch 'origin/master' into 60-whitespace
  • 0e3fa68 Merge branch '60-whitespace' of github.com:canjs/can-stache into 60-whitespace

There are 19 commits in total.

See the full diff