donejs / done-serve

DoneJS development server
https://www.npmjs.com/package/done-serve
MIT License
7 stars 5 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

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 failed ([Details](https://travis-ci.org/donejs/done-serve/builds/426650042?utm_source=github_status&utm_medium=notification)).

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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 2.5.12 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 2.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

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 3 commits.

  • 3fe59b0 2.6.2
  • d381159 Merge pull request #391 from canjs/_computed
  • 23fc307 Prevents _computed from being defined on DefineMap prototypes

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 16 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
  • 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
  • 0014f99 Do not use iterables in Set constructor
  • 79a6c98 Merge branch 'master' into ie11-configurable
  • edb2105 Add configurable to map events as well

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 20 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
  • a942593 Fix linting errors
  • 9f63570 remove debugger statement
  • 292f368 Work around a hilariously bad enumeration bug
  • ed22618 Update test for IE

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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 24 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 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 2 commits.

  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406

See the full diff

greenkeeper[bot] commented 5 years ago

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

See the full diff

greenkeeper[bot] commented 5 years ago

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 9 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

See the full diff

greenkeeper[bot] commented 5 years ago

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 11 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

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 17 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 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 8 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
  • e5e0465 Fixes #277. Adds 'includes' method to DefineList

See the full diff