Skip to content
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

Open
greenkeeper bot opened this issue Sep 10, 2018 · 24 comments
Open

An in-range update of can-define is breaking the build 🚨 #64

greenkeeper bot opened this issue Sep 10, 2018 · 24 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Sep 10, 2018

Version 2.6.0 of can-define was just published.

Branch Build failing 🚨
Dependency can-define
Current Version 2.5.12
Type devDependency

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
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 10, 2018

After pinning to 2.5.12 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2018

Version 2.6.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 14, 2018

  • The devDependency can-define was updated from 2.6.1 to 2.6.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Prevent defining computed properties on the prototype

This 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.

Commits

The new version differs by 6 commits.

  • 3fe59b0 2.6.2
  • d381159 Merge pull request #391 from canjs/_computed
  • 23fc307 Prevents _computed from being defined on DefineMap prototypes
  • 9a69b7a 2.6.1
  • ea2ea2c Merge pull request #390 from canjs/enum2
  • 222135b Fixes enumerability in Safari

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2018

  • The devDependency can-define was updated from 2.6.2 to 2.6.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 19 commits.

  • 150aa1f 2.6.3
  • ba24d71 Merge pull request #394 from canjs/393-retain-getter
  • f76a0f3 #393 able to delete a key
  • e845796 Merge pull request #386 from canjs/ie11-configurable
  • 3fe59b0 2.6.2
  • d381159 Merge pull request #391 from canjs/_computed
  • 23fc307 Prevents _computed from being defined on DefineMap prototypes
  • 9a69b7a 2.6.1
  • ea2ea2c Merge pull request #390 from canjs/enum2
  • 222135b Fixes enumerability in Safari
  • a942593 Fix linting errors
  • 9f63570 remove debugger statement
  • 292f368 Work around a hilariously bad enumeration bug
  • ed22618 Update test for IE
  • 6fabf47 Make more properties configurable

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 28, 2018

  • The devDependency can-define was updated from 2.6.3 to 2.6.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for DefineMap will call overwritten prototype setup methods

PR #396

Commits

The new version differs by 23 commits.

  • 7bb572d 2.6.4
  • 932eff5 Merge pull request #396 from canjs/395-setup
  • 5aec8f5 linted
  • d6b6038 fixes partially #395
  • 150aa1f 2.6.3
  • ba24d71 Merge pull request #394 from canjs/393-retain-getter
  • f76a0f3 #393 able to delete a key
  • e845796 Merge pull request #386 from canjs/ie11-configurable
  • 3fe59b0 2.6.2
  • d381159 Merge pull request #391 from canjs/_computed
  • 23fc307 Prevents _computed from being defined on DefineMap prototypes
  • 9a69b7a 2.6.1
  • ea2ea2c Merge pull request #390 from canjs/enum2
  • 222135b Fixes enumerability in Safari
  • a942593 Fix linting errors

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2018

  • The devDependency can-define was updated from 2.6.4 to 2.7.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for value and default work together

This makes default work with the value property behavior.

For example:

prop: {
  default: 21,
  value( {lastSet, resolve} ){
    resolve( lastSet.value );
  }
}

PR: #398

Commits

The new version differs by 27 commits.

  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver
  • 7bb572d 2.6.4
  • 932eff5 Merge pull request #396 from canjs/395-setup
  • 5aec8f5 linted
  • d6b6038 fixes partially #395
  • 150aa1f 2.6.3
  • ba24d71 Merge pull request #394 from canjs/393-retain-getter
  • f76a0f3 #393 able to delete a key
  • e845796 Merge pull request #386 from canjs/ie11-configurable
  • 3fe59b0 2.6.2
  • d381159 Merge pull request #391 from canjs/_computed
  • 23fc307 Prevents _computed from being defined on DefineMap prototypes

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2018

  • The devDependency can-define was updated from 2.7.1 to 2.7.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Fix getSchema

Issue: #410 - Makes sure custom types are returned by canReflect.getSchema()

Commits

The new version differs by 34 commits.

  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props
  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406
  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver
  • 7bb572d 2.6.4
  • 932eff5 Merge pull request #396 from canjs/395-setup
  • 5aec8f5 linted
  • d6b6038 fixes partially #395

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2018

  • The devDependency can-define was updated from 2.7.2 to 2.7.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for hasKey and hasOwnKey support expando properties

Issue #412 - Makes the following work:

var a = new DefineMap({foo: undefined})
canReflect.hasKey(a,"foo") //-> true
Commits

The new version differs by 36 commits.

  • 93b0a5c 2.7.3
  • 1d5efeb fixes #412
  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props
  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406
  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver
  • 7bb572d 2.6.4
  • 932eff5 Merge pull request #396 from canjs/395-setup

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 6, 2018

  • The devDependency can-define was updated from 2.7.3 to 2.7.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for adds onPatches symbol for IE11

commit: ab0a677

Commits

The new version differs by 38 commits.

  • fbe6b04 2.7.4
  • ab0a677 make sure to copy all symbols over for IE11
  • 93b0a5c 2.7.3
  • 1d5efeb fixes #412
  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props
  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406
  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver

There are 38 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

  • The devDependency can-define was updated from 2.7.4 to 2.7.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 44 commits.

  • 405067f 2.7.5
  • 2c94096 Merge pull request #409 from canjs/408-set-prop-undefined
  • f73ebdf Object.prototype.hasOwnProperty to handle data object without prototype
  • 659b821 use map._data.hasOwnProperty instead of map._data[prop] !== undefined to dispatch events in expando
  • fea8f9a fix onPatches on undefined without dispatching prop event
  • fbe6b04 2.7.4
  • ab0a677 make sure to copy all symbols over for IE11
  • 93b0a5c 2.7.3
  • 1d5efeb fixes #412
  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • dab0993 set new prop to undefined dispatch onPatches
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props

There are 44 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 26, 2018

  • The devDependency can-define was updated from 2.7.5 to 2.7.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 52 commits.

  • f82cca1 2.7.6
  • 60fba22 Merge pull request #399 from canjs/277-includes
  • bbb730c fix typo in the docs
  • a2b30b8 fix typo in the docs
  • ca4a053 add docs
  • cd6b147 change the IIFE includes definition position in the code
  • df08810 Use Array.prototype.includes and warn IE11 users to add a polyfill
  • 405067f 2.7.5
  • 2c94096 Merge pull request #409 from canjs/408-set-prop-undefined
  • f73ebdf Object.prototype.hasOwnProperty to handle data object without prototype
  • 659b821 use map._data.hasOwnProperty instead of map._data[prop] !== undefined to dispatch events in expando
  • fea8f9a fix onPatches on undefined without dispatching prop event
  • fbe6b04 2.7.4
  • ab0a677 make sure to copy all symbols over for IE11
  • 93b0a5c 2.7.3

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 1, 2019

  • The devDependency can-define was updated from 2.7.9 to 2.7.10.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 67 commits.

  • a443451 2.7.10
  • 3faa46d Merge pull request #426 from canjs/fix-wildcard-type-def-constructors
  • 3d84f25 Wildcard constructor types should work
  • 9e8d860 2.7.9
  • 8d23747 Merge pull request #423 from canjs/really-no-in-setup
  • aa58bcc removing missed use of the __inSetup property
  • a0583b3 2.7.8
  • 180b442 Merge pull request #422 from canjs/set-in-setup
  • d4f911e using the Symbol instead of the __inSetup property
  • cc60494 2.7.7
  • ce2717c Merge pull request #420 from canjs/419-skip-includes-tests-for-ie11
  • abc8bcc wrap all the tests at once
  • b13312b ignore DefineList.includes tests for IE11
  • fc905f7 Merge pull request #376 from canjs/greenkeeper/serve-10.0.0
  • f82cca1 2.7.6

There are 67 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

  • The devDependency can-define was updated from 2.7.10 to 2.7.11.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Update code in the documentation
  • Fix first example error #428:
    Just newVal instead of newValue.target.message in the first example

  • Fix SETTER code example #429:
    Fix docs SETTER first example at the line 6 should use newVal as argument

  • Update defaultConstructor.md #430:
    Use default instead of value

  • Update TypeConstructor.md #431:
    Import "Person" type from can-demo-models

  • Update define-map.md #432:
    replace ":" by ";" in Declarative properties section

Commits

The new version differs by 82 commits.

  • dd5eda2 2.7.11
  • 6697e81 Merge pull request #429 from canjs/fix-setter-example
  • 20055db Merge pull request #428 from canjs/fix-1st-example-code
  • f5b2275 use newValue instead of newVal
  • d97d34d Merge pull request #430 from canjs/fix-to-default-not-value
  • 450c494 Merge pull request #431 from canjs/fix-import-person-type
  • 507c24e Merge pull request #432 from canjs/fix-hyphen-error
  • 4600751 Update define-map.md
  • 25c4015 Update TypeConstructor.md
  • 9f93060 Update defaultConstructor.md
  • 3b0eea2 fix SETTER code example
  • 03b5a51 Fix first example error
  • 0377737 Merge pull request #427 from canjs/landscaper/update-default-repos
  • 7dc6a9a Update README.md
  • ca90e5a Update README generated by DoneJS

There are 82 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency can-define was updated from 2.7.11 to 2.7.12.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Documentation updates

Added some clarification to the .assign() and .update() docs: #435 #436

Commits

The new version differs by 95 commits.

  • 10d9068 2.7.12
  • 1405eba Merge pull request #433 from canjs/greenkeeper/serve-11.0.0
  • d18c82d Merge branch 'master' into greenkeeper/serve-11.0.0
  • 5cb85c6 Merge pull request #424 from canjs/greenkeeper/testee-0.9.0
  • b471137 Merge pull request #436 from canjs/chasenlehara-patch-1
  • feac8b7 Merge pull request #435 from canjs/chasenlehara-patch-2
  • ceeac1c Merge pull request #358 from canjs/greenkeeper/steal-2.0.0
  • 6f9e72e Merge branch 'master' into greenkeeper/steal-2.0.0
  • 927d861 Clarify the assign() docs
  • e5a87cc Clarify the update() docs
  • b0a2b21 chore(package): update serve to version 11.0.0
  • dd5eda2 2.7.11
  • 6697e81 Merge pull request #429 from canjs/fix-setter-example
  • 20055db Merge pull request #428 from canjs/fix-1st-example-code
  • f5b2275 use newValue instead of newVal

There are 95 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 26, 2019

  • The devDependency can-define was updated from 2.7.12 to 2.7.13.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Documentation updates

Improve documentation for propDefinitions.

Ref - #439

Commits

The new version differs by 98 commits.

  • c3ea493 2.7.13
  • 316b405 Merge pull request #439 from canjs/279-improve-prop-definition-prominance
  • bf7c82e Improve documentation for propDefinitions
  • 10d9068 2.7.12
  • 1405eba Merge pull request #433 from canjs/greenkeeper/serve-11.0.0
  • d18c82d Merge branch 'master' into greenkeeper/serve-11.0.0
  • 5cb85c6 Merge pull request #424 from canjs/greenkeeper/testee-0.9.0
  • b471137 Merge pull request #436 from canjs/chasenlehara-patch-1
  • feac8b7 Merge pull request #435 from canjs/chasenlehara-patch-2
  • ceeac1c Merge pull request #358 from canjs/greenkeeper/steal-2.0.0
  • 6f9e72e Merge branch 'master' into greenkeeper/steal-2.0.0
  • 927d861 Clarify the assign() docs
  • e5a87cc Clarify the update() docs
  • b0a2b21 chore(package): update serve to version 11.0.0
  • dd5eda2 2.7.11

There are 98 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2019

  • The devDependency can-define was updated from 2.7.13 to 2.7.14.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 104 commits.

  • d2b81e0 2.7.14
  • f90fc80 Merge pull request #452 from canjs/landscaper/qunit2
  • f2e38dc Fix tests for QUnit 2
  • c5184d3 Pending tests
  • 9b4fdc8 Pending tests
  • bdc3889 Landscaper: QUnit2 upgrade
  • c3ea493 2.7.13
  • 316b405 Merge pull request #439 from canjs/279-improve-prop-definition-prominance
  • bf7c82e Improve documentation for propDefinitions
  • 10d9068 2.7.12
  • 1405eba Merge pull request #433 from canjs/greenkeeper/serve-11.0.0
  • d18c82d Merge branch 'master' into greenkeeper/serve-11.0.0
  • 5cb85c6 Merge pull request #424 from canjs/greenkeeper/testee-0.9.0
  • b471137 Merge pull request #436 from canjs/chasenlehara-patch-1
  • feac8b7 Merge pull request #435 from canjs/chasenlehara-patch-2

There are 104 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2019

  • The devDependency can-define was updated from 2.7.14 to 2.7.15.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 116 commits.

  • 47137aa 2.7.15
  • b84dfc3 Merge pull request #454 from canjs/safe-mutation-check
  • ea13ae4 Upgrade tests to use QUnit 2
  • 230dc1b Merge branch 'master' into safe-mutation-check
  • 1914ebb Remove can-observation reference as the test that was using it was removed
  • 7f0d53d Clarify unsafe mutation warning in can-define regarding the value() behavior
  • d2b81e0 2.7.14
  • f90fc80 Merge pull request #452 from canjs/landscaper/qunit2
  • f2e38dc Fix tests for QUnit 2
  • c5184d3 Pending tests
  • 9b4fdc8 Pending tests
  • 9cc835b Use full function naming for Travis job to work correctly
  • 2d89ba8 Clean up changed package refs.
  • ce0ebb7 Make the warning message for unsafe mutations more informative
  • 8530844 Dev-only tests for warnings

There are 116 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2019

  • The devDependency can-define was updated from 2.7.15 to 2.7.16.

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 error

#367

Commits

The new version differs by 119 commits.

  • db0b41c 2.7.16
  • da6574c Merge pull request #460 from canjs/357-getter-unhelpful-error
  • 9cf71af error message fixes
  • 47137aa 2.7.15
  • b84dfc3 Merge pull request #454 from canjs/safe-mutation-check
  • ea13ae4 Upgrade tests to use QUnit 2
  • 230dc1b Merge branch 'master' into safe-mutation-check
  • 1914ebb Remove can-observation reference as the test that was using it was removed
  • 7f0d53d Clarify unsafe mutation warning in can-define regarding the value() behavior
  • d2b81e0 2.7.14
  • f90fc80 Merge pull request #452 from canjs/landscaper/qunit2
  • f2e38dc Fix tests for QUnit 2
  • c5184d3 Pending tests
  • 9b4fdc8 Pending tests
  • 9cc835b Use full function naming for Travis job to work correctly

There are 119 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency can-define was updated from 2.7.16 to 2.7.17.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 123 commits.

  • 7fb1a36 2.7.17
  • 6163615 Merge pull request #462 from canjs/461-failing-test-ie11
  • ee76ef2 readded steal.js file
  • 106de3e regex testing fix
  • db0b41c 2.7.16
  • da6574c Merge pull request #460 from canjs/357-getter-unhelpful-error
  • 9cf71af error message fixes
  • 47137aa 2.7.15
  • b84dfc3 Merge pull request #454 from canjs/safe-mutation-check
  • ea13ae4 Upgrade tests to use QUnit 2
  • 230dc1b Merge branch 'master' into safe-mutation-check
  • 1914ebb Remove can-observation reference as the test that was using it was removed
  • 7f0d53d Clarify unsafe mutation warning in can-define regarding the value() behavior
  • d2b81e0 2.7.14
  • f90fc80 Merge pull request #452 from canjs/landscaper/qunit2

There are 123 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2019

  • The devDependency can-define was updated from 2.7.17 to 2.7.18.

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 IE11

Test failed due to canReflect.getName returning a certain value fail in IE11 because of how we name functions differently in IE11. With this fix, the tests use regular expressions to make the assertions less strict.

Updated More test with RegEx

Issue #461

Commits

The new version differs by 126 commits.

  • 8800be6 2.7.18
  • 1d3d2a3 Merge pull request #463 from canjs/461-failing-test-ie11-2
  • 8fcc406 ie11 more regex fixes
  • 7fb1a36 2.7.17
  • 6163615 Merge pull request #462 from canjs/461-failing-test-ie11
  • ee76ef2 readded steal.js file
  • 106de3e regex testing fix
  • db0b41c 2.7.16
  • da6574c Merge pull request #460 from canjs/357-getter-unhelpful-error
  • 9cf71af error message fixes
  • 47137aa 2.7.15
  • b84dfc3 Merge pull request #454 from canjs/safe-mutation-check
  • ea13ae4 Upgrade tests to use QUnit 2
  • 230dc1b Merge branch 'master' into safe-mutation-check
  • 1914ebb Remove can-observation reference as the test that was using it was removed

There are 126 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2019

  • The devDependency can-define was updated from 2.7.18 to 2.7.19.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Zero-argument getter warning updates

This 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)

Commits

The new version differs by 130 commits.

  • f9e3d05 2.7.19
  • 63a2630 465 warn for getter with type and 466 default with falsey value (#467)
  • a68859a Merge pull request #464 from canjs/landscaper/travis
  • 482e5c8 Migrate to xenial in travis
  • 8800be6 2.7.18
  • 1d3d2a3 Merge pull request #463 from canjs/461-failing-test-ie11-2
  • 8fcc406 ie11 more regex fixes
  • 7fb1a36 2.7.17
  • 6163615 Merge pull request #462 from canjs/461-failing-test-ie11
  • ee76ef2 readded steal.js file
  • 106de3e regex testing fix
  • db0b41c 2.7.16
  • da6574c Merge pull request #460 from canjs/357-getter-unhelpful-error
  • 9cf71af error message fixes
  • 47137aa 2.7.15

There are 130 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2019

  • The devDependency can-define was updated from 2.7.19 to 2.7.20.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Fix warning code

This 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.

related to:
#468
#469

Commits

The new version differs by 132 commits.

  • 43a3ab3 2.7.20
  • 9a35ef9 468 remove false warning if only default type (#469)
  • f9e3d05 2.7.19
  • 63a2630 465 warn for getter with type and 466 default with falsey value (#467)
  • a68859a Merge pull request #464 from canjs/landscaper/travis
  • 482e5c8 Migrate to xenial in travis
  • 8800be6 2.7.18
  • 1d3d2a3 Merge pull request #463 from canjs/461-failing-test-ie11-2
  • 8fcc406 ie11 more regex fixes
  • 7fb1a36 2.7.17
  • 6163615 Merge pull request #462 from canjs/461-failing-test-ie11
  • ee76ef2 readded steal.js file
  • 106de3e regex testing fix
  • db0b41c 2.7.16
  • da6574c Merge pull request #460 from canjs/357-getter-unhelpful-error

There are 132 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 1, 2019

  • The devDependency can-define was updated from 2.7.20 to 2.7.21.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 135 commits.

  • d083eb9 2.7.21
  • 00ff114 Merge pull request #470 from canjs/doc-change--core-legacy
  • 4780879 change can-core to can-legacy for docs
  • 43a3ab3 2.7.20
  • 9a35ef9 468 remove false warning if only default type (#469)
  • f9e3d05 2.7.19
  • 63a2630 465 warn for getter with type and 466 default with falsey value (#467)
  • a68859a Merge pull request #464 from canjs/landscaper/travis
  • 482e5c8 Migrate to xenial in travis
  • 8800be6 2.7.18
  • 1d3d2a3 Merge pull request #463 from canjs/461-failing-test-ie11-2
  • 8fcc406 ie11 more regex fixes
  • 7fb1a36 2.7.17
  • 6163615 Merge pull request #462 from canjs/461-failing-test-ie11
  • ee76ef2 readded steal.js file

There are 135 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 9, 2019

  • The devDependency can-define was updated from 2.7.21 to 2.8.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Add support for value and oldValue in events

Dispatched events now have a value that represents the new value, and an oldValue for the old value.

defineMap.listenTo("prop", (ev) => {
  console.log("New value", ev.value, "Old value", ev.oldValue);
});
Commits

The new version differs by 140 commits.

There are 140 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants