-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of can-define is breaking the build 🚨 #64
Comments
After pinning to 2.5.12 your tests are passing again. Downgrade this dependency 📌. |
Version 2.6.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Prevent defining computed properties on the prototypeThis prevents setting a DefineMap's computed properties on the prototype, which causes binding issues. This fixes a regression that was introduced in 2.6.0. CommitsThe new version differs by 6 commits.
See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 19 commits.
There are 19 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for DefineMap will call overwritten prototype setup methodsPR #396 CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for value and default work togetherThis makes For example: prop: { default: 21, value( {lastSet, resolve} ){ resolve( lastSet.value ); } } PR: #398 CommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Fix getSchemaIssue: #410 - Makes sure custom types are returned by CommitsThe new version differs by 34 commits.
There are 34 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for hasKey and hasOwnKey support expando propertiesIssue #412 - Makes the following work: var a = new DefineMap({foo: undefined}) canReflect.hasKey(a,"foo") //-> true CommitsThe new version differs by 36 commits.
There are 36 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for adds onPatches symbol for IE11commit: ab0a677 CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 44 commits.
There are 44 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 52 commits.
There are 52 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 67 commits.
There are 67 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Update code in the documentation
CommitsThe new version differs by 82 commits.
There are 82 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Documentation updatesAdded some clarification to the CommitsThe new version differs by 95 commits.
There are 95 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 98 commits.
There are 98 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 104 commits.
There are 104 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 116 commits.
There are 116 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Trying to set a getter that doesn't take `lastSet` throws an unhelpful errorCommitsThe new version differs by 119 commits.
There are 119 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 123 commits.
There are 123 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for (Updated) Tests using canReflect.getName in assertions fail in IE11Test failed due to Updated More test with RegEx CommitsThe new version differs by 126 commits.
There are 126 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Zero-argument getter warning updatesThis release fixes two issues - It warns when you have type or Type with a zero argument getter and also fixes Default to warn even when the the default value is falsey (previously it only warned when default had non-falsey values) CommitsThe new version differs by 130 commits.
There are 130 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Fix warning codeThis updates and fixes the conditions for warning when type, default, and a zeroArg getter with no setter is present. Also removes false positive warnings for situations when type is still use, for example with a setter present. CommitsThe new version differs by 132 commits.
There are 132 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 135 commits.
There are 135 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Add support for value and oldValue in eventsDispatched events now have a defineMap.listenTo("prop", (ev) => { console.log("New value", ev.value, "Old value", ev.oldValue); }); CommitsThe new version differs by 140 commits.
There are 140 commits in total. See the full diff |
Version 2.6.0 of can-define was just published.
This version is covered by your current version range and after updating it in your project the build failed.
can-define is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Commits
The new version differs by 3 commits.
0be24e9
2.6.0
bb8f29f
Merge pull request #388 from canjs/late-defined
cc8d8ad
Make serialized DefineMaps observable with late-defined properties
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: