canjs / can-observe

Observable objects
https://canjs.com/doc/can-observe.html
MIT License
20 stars 2 forks source link

An in-range update of can-observation is breaking the build 🚨 #66

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 4.1.0 of can-observation was just published.

Branch Build failing 🚨
Dependency can-observation
Current Version 4.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

can-observation 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](https://travis-ci.org/canjs/can-observe/builds/399841569?utm_source=github_status&utm_medium=notification)

Release Notes v4.1.0
  • Add a value property getter #135
  • Add compatibility with how webpack builds for production #133
  • Add "use strict" #134
Commits

The new version differs by 20 commits.

  • 928b78e 4.1.0
  • 2d79a51 Merge pull request #135 from canjs/130-value-api
  • 2587f35 Merge pull request #134 from canjs/landscaper/4217-use-strict
  • 0bda030 Assign _value to instances so it can be checked
  • 90d34e6 Update the docs to use the value getter
  • 4f4eea3 Add a value property getter
  • fbe12f5 Rename two tests that were named the same thing
  • 1e82adb Merge pull request #127 from canjs/greenkeeper/done-serve-2.0.0
  • 2f05fee Merge branch 'master' into greenkeeper/done-serve-2.0.0
  • 44e4b7f Merge pull request #129 from canjs/greenkeeper/donejs-cli-2.0.0
  • 903e3f5 Remove donejs-cli and generator-donejs as dependencies
  • cfdc04d Merge pull request #132 from canjs/greenkeeper/testee-0.8.0
  • 85b9cf3 Update .jshintrc
  • 20de7a4 Adds use strict. Fixes canjs/canjs#4217
  • d8b6f24 Merge pull request #133 from canjs/fix-webpack-debug-style

There are 20 commits in total.

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 4.0.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

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

Release Notes for IE 11 Compatibility

Fix the tests for IE11

Commits

The new version differs by 7 commits.

  • 1cb1c73 4.1.1
  • 02dc2a4 Merge pull request #139 from canjs/ie11-compat
  • 006561b fix expected tests count
  • 7e9bd67 fix tests
  • bfabf30 skip function name testing under IE11
  • 1e735fc Merge pull request #138 from canjs/ie11-compat
  • c1ec337 Do not call new Set() directly with an iterable

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

  • 23e3b5a 4.1.2
  • 0a96da2 name the observation record
  • d2ab63d Merge pull request #141 from canjs/minor-perf
  • 7508b7b Merge branch 'master' into minor-perf
  • 4b49fca merging
  • 8814485 minor performance improvements
  • 1cb1c73 4.1.1
  • 02dc2a4 Merge pull request #139 from canjs/ie11-compat
  • 006561b fix expected tests count
  • 7e9bd67 fix tests
  • bfabf30 skip function name testing under IE11
  • 1e735fc Merge pull request #138 from canjs/ie11-compat
  • c1ec337 Do not call new Set() directly with an iterable
  • 2f0b13f Merge branch 'master' of github.com:canjs/can-observation
  • 30c3b20 docs

There are 19 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 31 commits.

  • c6ceafa 4.1.3
  • ec1c113 Merge pull request #146 from canjs/landscaper/qunit2
  • 2456e14 Fix travis config
  • 47052e3 Fix tests for QUnit 2
  • 3cfac77 Landscaper: QUnit2 upgrade
  • 6e5cf08 Merge pull request #143 from canjs/greenkeeper/testee-0.9.0
  • 0258e17 Merge pull request #144 from canjs/landscaper/update-default-repos
  • 245707a Update readme.md
  • 49facfe Update README generated by DoneJS
  • 0a7fb35 chore(package): update testee to version 0.9.0
  • acb5048 Merge pull request #140 from canjs/greenkeeper/done-serve-3.0.0
  • 23e3b5a 4.1.2
  • 0a96da2 name the observation record
  • d2ab63d Merge pull request #141 from canjs/minor-perf
  • 7508b7b Merge branch 'master' into minor-perf

There are 31 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 Making it possible to order observation updates by their depth automatically

#155

Commits

The new version differs by 35 commits.

  • 3362b50 4.2.0
  • 46c62ec Making it possible to order observation updates by their depth automatically (#155)
  • ca92394 Merge pull request #154 from canjs/landscaper/travis-xenial
  • 5117720 Migrate to xenial in travis
  • c6ceafa 4.1.3
  • ec1c113 Merge pull request #146 from canjs/landscaper/qunit2
  • 2456e14 Fix travis config
  • 47052e3 Fix tests for QUnit 2
  • 3cfac77 Landscaper: QUnit2 upgrade
  • 6e5cf08 Merge pull request #143 from canjs/greenkeeper/testee-0.9.0
  • 0258e17 Merge pull request #144 from canjs/landscaper/update-default-repos
  • 245707a Update readme.md
  • 49facfe Update README generated by DoneJS
  • 0a7fb35 chore(package): update testee to version 0.9.0
  • acb5048 Merge pull request #140 from canjs/greenkeeper/done-serve-3.0.0

There are 35 commits in total.

See the full diff