Closed greenkeeper[bot] closed 7 years ago
After pinning to 3.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are passing again with this version. Explicitly upgrade to this version π
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 7 commits.
d00eb3c
Update dist for release
5c76f0f
Merge pull request #295 from canjs/294-disabled-events
56a085e
make requires relative
101e293
add/test warning when dispatching on disabled elements (fixes #294)
271070d
Update dist for release
246a17b
Merge pull request #293 from canjs/no-define
69f5492
removing can-define as a dep
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 10 commits.
1d9a914
Update dist for release
31a45d1
Merge pull request #299 from canjs/294-disabled-events-fix
52fce14
ignore disabled element warning at feature detection
d00eb3c
Update dist for release
5c76f0f
Merge pull request #295 from canjs/294-disabled-events
56a085e
make requires relative
101e293
add/test warning when dispatching on disabled elements (fixes #294)
271070d
Update dist for release
246a17b
Merge pull request #293 from canjs/no-define
69f5492
removing can-define as a dep
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 17 commits.
066f65d
Update dist for release
a0ab396
Merge pull request #304 from canjs/test-timing
f3b0d3e
timing issue with waiting for mutation observers
4bc024e
Merge pull request #301 from canjs/greenkeeper/steal-1.5.5
f591af4
Merge pull request #302 from canjs/greenkeeper/can-reflect-1.2.0
211bcde
chore(package): update steal to version 1.5.5
f2915ae
chore(package): update can-reflect to version 1.2.0
1d9a914
Update dist for release
31a45d1
Merge pull request #299 from canjs/294-disabled-events-fix
52fce14
ignore disabled element warning at feature detection
d00eb3c
Update dist for release
5c76f0f
Merge pull request #295 from canjs/294-disabled-events
56a085e
make requires relative
101e293
add/test warning when dispatching on disabled elements (fixes #294)
271070d
Update dist for release
There are 17 commits in total.
See the full diff
Version 3.9.1 of can-util just got published.
This version is covered by your current version range and after updating it in your project the build failed.
can-util 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 failed [Details](https://travis-ci.org/canjs/can-stache/builds/247189671?utm_source=github_status&utm_medium=notification)Release Notes
Enter the RadioThis patch points
can-util/dom/events/radiochange
andcan-util/dom/events/enter
at their package-ified versionscan-event-dom-radiochange
andcan-event-dom-enter
. Thecan-util
references are deprecated as you should be requiring those new packages directly (and usingcan-dom-events
). They will be removed in the next major, v4.0.0.Commits
The new version differs by 4 commits.
3a7d214
Update dist for release
75cd90f
Merge pull request #291 from canjs/unused-deps
4c35866
Replace events with can-event-dom-* packages (#281)
0df8151
Remove unused 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: