-
Notifications
You must be signed in to change notification settings - Fork 8
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 🚨 #289
Comments
After pinning to 2.5.3 your tests are passing again. Downgrade this dependency 📌. |
Version 2.5.5 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release NotesFixed deprecation notice for .setPR #365 |
Version 2.5.6 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release NotesDocumentation improvementsThis release improves documentation and changes everything to use the CommitsThe new version differs by 32 commits.
There are 32 commits in total. See the full diff |
Version 2.5.8 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notescan-define Documentation UpdatesThis is an improvement to the documentation specifically under the can-define subheading. It's focused on adding examples with updated syntax and running said examples in browser. CommitsThe new version differs by 37 commits.
There are 37 commits in total. See the full diff |
Version 2.5.9 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notescan-define/map/map Documentation Updates.This is a continuation of document improvements for can-define. It focuses primarily on can-define/map/map examples. CommitsThe new version differs by 43 commits.
There are 43 commits in total. See the full diff |
Version 2.5.10 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release NotesExpando property types and fewer enumerable internals#384 - Use default type when creating expand properties #385 - Make some helper methods non-enumerable CommitsThe new version differs by 49 commits.
There are 49 commits in total. See the full diff |
Version 2.5.11 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notescan-define Documentation Updates#387 - Documentation updates focusing on can-define CommitsThe new version differs by 51 commits.
There are 51 commits in total. See the full diff |
Version 2.5.12 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release NotesRedeploying updated documentationThe last release didn't have the most up-to-date documentation, redeployed. CommitsThe new version differs by 53 commits.
There are 53 commits in total. See the full diff |
Version 2.6.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 56 commits.
There are 56 commits in total. See the full diff |
Version 2.6.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 59 commits.
There are 59 commits in total. See the full diff |
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 62 commits.
There are 62 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 75 commits.
There are 75 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 79 commits.
There are 79 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 83 commits.
There are 83 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 85 commits.
There are 85 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for Fix getSchemaIssue: #410 - Makes sure custom types are returned by CommitsThe new version differs by 90 commits.
There are 90 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for DefineMap set new prop to undefinedThe issue #408 makes this: const obj = new DefineMap({}); obj.set("foo", undefined); Dispatches CommitsThe new version differs by 8 commits.
See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Add DefineList.prototype.includes methodFixes #277 by adding import {DefineList} from "can"; CommitsThe new version differs by 16 commits.
There are 16 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for DefineMap: "*" wildcard type definitions that use constructorsThis allow to define const CustomType = DefineMap.extend({}); CommitsThe new version differs by 31 commits.
There are 31 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 46 commits.
There are 46 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 59 commits.
There are 59 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 62 commits.
There are 62 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 68 commits.
There are 68 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 80 commits.
There are 80 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for Tests using canReflect.getName in assertions fail in IE11Test failed due to CommitsThe new version differs by 87 commits.
There are 87 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 90 commits.
There are 90 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 94 commits.
There are 94 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 96 commits.
There are 96 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 99 commits.
There are 99 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 104 commits.
There are 104 commits in total. See the full diff |
Version 2.5.4 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Commits
The new version differs by 2 commits.
8aa7711
2.5.4
912057b
rolling back some fixes to #353
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: