Closed greenkeeper[bot] closed 7 years ago
@Macrofig it looks like this is probably failing just because of the Node versions the tests are running in. You might just want to run in the latest stable node
.
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 6 commits .
97ceb28
Update dist for release
9fe3fe4
Merge pull request #160 from canjs/console-logs
8af1867
firefox 51.0
c4b107c
using can-util/js/log/log
86d7a3e
Merge pull request #151 from canjs/add-issue-and-pr-templates
4307ce1
Add issue & pull request templates
See the full diff.
Your tests are still failing with this version. Compare the changes π¨
Fix DefineList length setter (#178)
The new version differs by 28 commits0.
ea24e76
Update dist for release
b9c112a
Merge pull request #178 from canjs/147-length
27044c5
Merge pull request #177 from eben-roux/patch-1
e5bae58
use scope variable to track length setter blocking
d7bb423
refactor length setter to use native methods
69a1283
handle length setter (#147)
104cd5e
- small documentation fix on filter
5862d83
Merge pull request #101 from canjs/improve-assignment
f383be9
Remove unnecessary commented line
7ab376f
Remove "_bindings" as a special key to remove in define-helpers
70e2e77
Remove special handling cases for _bindings, since it is no longer put on the object directly
c141e26
Merge pull request #169 from canjs/153-return-types
b0b2429
Make most special props not writable; make _bindings use new can-event inc/dec configuration and a private CIDMap
08725f9
Merge branch 'master' into improve-assignment
0fb8558
fix map return type (#153)
There are 28 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
This change fixes #182 in a different way to avoid calling the getter
code (which also might setup default functionality) when a property is set during initialization. This should maintain the performance of releases prior to 1.0.20.
Pull request: #186
The new version differs by 6 commits0.
106dc91
Update dist for release
8995dd3
Merge pull request #186 from canjs/fast-init-set
e08011e
fixes #182
b64ced8
Update dist for release
50c0610
Merge pull request #184 from canjs/fix-definemap-value-init
b9e18da
Get values before setting them in setup, to avoid setting a property with a replaceWith getter; fixes #182
false
See the full diff
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 π¨
Version 1.0.16 of can-define just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As can-define 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-define-validate-validatejs/builds/197489214)Release Notes
setter with default value bug fixCommits
The new version differs by 8 commits .
61f1c05
Update dist for release
dbba9bb
Merge pull request #144 from canjs/default-value-setter-infinite-loop
b528502
Changed from using setter shorthand, added firefox latest to travis config
0b44f4b
Got rid of console.log
5b00847
Set value to undefined before replacing it
822270d
adding test for ininite loop issue
77e22d6
Merge pull request #143 from canjs/140-wildcard-docs
48235ea
Fix a link in the wildcard docs
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: