Closed greenkeeper[bot] closed 6 years ago
After pinning to 3.3.3 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 π¨
Helpers did not respect the leakScope
flag which caused components to leak their helpers to child components.
This release fixes this so that helpers are only available to the current component, just as expected with leakScope
set to false
.
The new version differs by 6 commits.
af828e5
Update dist for release
96cefcb
Merge pull request #155 from canjs/77-helpers-respect-leakscope
e880583
Add test for helpers with leakScope true
fec4578
Helpers respect leakscope
e17d34d
Merge pull request #153 from canjs/landscaper/define-cycles-github
e92e786
landscaper: Add a cycle detection script to test process
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 9 commits.
5933d6c
Update dist for release
a832152
Merge pull request #148 from canjs/migrate-to-can-globals
9bb0146
Landscaper: Remove deprecated can-util methods and replace with can-globals
fd13dc0
Merge pull request #149 from canjs/bg-doc-fix
477dd1e
Use camelCase on instead of hyphens
9856655
Merge pull request #161 from canjs/landscaper/update-parent
7cae2a4
Remove old/broken docs
748e4da
Update docs with new @parent & @collection
f2c9269
Update can-component docs with new binding syntax
See the full diff
Version 3.3.4 of can-component just got published.
This version is covered by your current version range and after updating it in your project the build failed.
can-component 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/donejs/done-component/builds/270464088?utm_source=github_status&utm_medium=notification)Commits
The new version differs by 10 commits.
1a03abb
Update dist for release
9643387
Merge pull request #145 from canjs/bg-VM-warning-14
b88e683
Update warning message
c82bc35
Add warning if viewModel is assigned a constructor/DefineMap type
6093c90
Merge pull request #139 from canjs/dev-rel-12-update-generated-readmes
0241be2
Remove generated API docs from the README
7d2fd16
Merge pull request #100 from canjs/greenkeeper/initial
0c3e20a
Merge branch 'master' into greenkeeper/initial
c140abe
docs(readme): add Greenkeeper badge
43a70f8
chore(package): update dependencies
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: