Closed greenkeeper[bot] closed 7 years ago
After pinning to 3.0.10 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 16 commits.
6f98069
Update dist for release
8d255ab
Merge pull request #95 from canjs/landscaper/bump-can-stache-key
3a87145
Update to latest can-stache-key
db6da37
Adding missing license.
4e4c641
Merge pull request #93 from canjs/greenkeeper/can-event-3.6.0
1e85065
Merge pull request #80 from canjs/greenkeeper/initial
d6f4c70
Merge branch 'master' into greenkeeper/initial
f4bbdca
chore(package): update can-event to version 3.6.0
6244bc4
Merge pull request #92 from canjs/greenkeeper/testee-0.7.0
abb2617
chore(package): update testee to version 0.7.0
441dd9d
Merge pull request #91 from canjs/greenkeeper/can-observation-3.3.1
a67acfa
chore(package): update can-observation to version 3.3.1
637ba88
Merge pull request #90 from canjs/greenkeeper/can-reflect-1.2.1
81d1d51
chore(package): update can-reflect to version 1.2.1
8d190aa
docs(readme): add Greenkeeper badge
There are 16 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Using if(console) {...}
will silently fail in IE 9. Replaced it with if(typeof console !== 'undefined') {...}
.
The new version differs by 5 commits.
22a7f5c
Update dist for release
c796643
Merge pull request #102 from canjs/no-console
7305319
Used typeof to check for console for IE9
a545623
Merge pull request #101 from canjs/greenkeeper/can-stache-key-0.1.0
2b87962
fix(package): update can-stache-key to version 0.1.0
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The post-can-reflect releases from CanJS 3.9 are all stable, so packages shouldn't be depending on pre-releases now.
Updated with PR #30
Version 3.0.11 of can-compute just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As can-compute 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 :muscle:
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/canjs/can-define-validate-validatejs/builds/245091650?utm_source=github_status&utm_medium=notification)Release Notes
3.0.11This fixes a bug with compute setters tied to html elements:
Pull Requests
Commits
The new version differs by 3 commits.
432b4db
Update dist for release
20337f3
Merge pull request #85 from canjs/inp
fae3cea
Properly handle setting element computes
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: