canjs / can-stream-kefir

Stream values into and out of computes
https://canjs.com/doc/can-stream-kefir.html
MIT License
3 stars 2 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.2.0 of can-define just got published.

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

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

As can-define is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/canjs/can-stream-kefir/builds/246040697?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 13 commits.

  • 26d4b30 Update dist for release
  • 3fdaa23 fixing postversion script
  • 1707547 getting tests to pass with reflect apis (#165)
  • 826461d Merge pull request #212 from canjs/fix-qunit-ok
  • 4d07c86 Merge pull request #189 from canjs/dont-redefine-data
  • 34f0854 Replaced QUnit.ok with QUnit.equal
  • 34b8f5c Fixing the incorrect use of QUnit.ok
  • 18531dd Merge remote-tracking branch 'origin/master' into dont-redefine-data
  • e3c3858 Make tests work on all supported platforms, including unrelated IE issue
  • fbf76d1 fix jshint error
  • b2c10a8 fix jshint error
  • 9715a88 Add test to show that sealed objects are still not extensible
  • f023cbc Don't attempt to redefine _data or _computed on DefineMaps if they're already defined

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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

greenkeeper[bot] commented 7 years ago

Version 1.2.1 just got published.

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

Release Notes 1.2.1

This is a bug fix release that fixes an issue with using Node.js Request objects inside of a define-map, which happens for done-ssr users.

Issues

Commits

The new version differs by 4 commits.

  • 34d51dd Update dist for release
  • 44044e6 Merge pull request #217 from canjs/ef
  • 10f4bd6 Replace duck-typing hasMethod with can-reflect
  • 838ad10 Add a breaking test for #216

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.2.2 just got published.

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

Release Notes skipping Object.seal test in production env

#219

Commits

The new version differs by 6 commits.

  • 2c82941 Update dist for release
  • 147a388 skipping Object.seal test in production (#219)
  • 34d51dd Update dist for release
  • 44044e6 Merge pull request #217 from canjs/ef
  • 10f4bd6 Replace duck-typing hasMethod with can-reflect
  • 838ad10 Add a breaking test for #216

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.2.3 just got published.

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

Commits

The new version differs by 9 commits.

  • 6cdfa19 Update dist for release
  • a7b1a5d Merge pull request #222 from canjs/221-type-dm
  • c246e48 adds test for #221, fixes by upgrading can-reflect
  • 2c82941 Update dist for release
  • 147a388 skipping Object.seal test in production (#219)
  • 34d51dd Update dist for release
  • 44044e6 Merge pull request #217 from canjs/ef
  • 10f4bd6 Replace duck-typing hasMethod with can-reflect
  • 838ad10 Add a breaking test for #216

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.0 just got published.

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

Commits

The new version differs by 17 commits.

  • d39227f Update dist for release
  • 08dd1a6 Merge pull request #226 from canjs/updateDeep
  • 062f753 adding tests for isPlainObject
  • 7c25d13 calls splice correctly
  • ccaee51 upgrading versions
  • bd11bde updating package
  • 43776f2 jshint passes
  • 0fa4ef3 all tests passing again
  • 6cdfa19 Update dist for release
  • a7b1a5d Merge pull request #222 from canjs/221-type-dm
  • c246e48 adds test for #221, fixes by upgrading can-reflect
  • 2c82941 Update dist for release
  • 147a388 skipping Object.seal test in production (#219)
  • 34d51dd Update dist for release
  • 44044e6 Merge pull request #217 from canjs/ef

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.1 just got published.

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

Release Notes v1.3.1

fix extensible error message check for new safari: #229

Commits

The new version differs by 20 commits.

  • 260c99c Update dist for release
  • d1c17bc Merge pull request #229 from canjs/extensible-check
  • 78defeb fix extensible error message check for new safari
  • d39227f Update dist for release
  • 08dd1a6 Merge pull request #226 from canjs/updateDeep
  • 062f753 adding tests for isPlainObject
  • 7c25d13 calls splice correctly
  • ccaee51 upgrading versions
  • bd11bde updating package
  • 43776f2 jshint passes
  • 0fa4ef3 all tests passing again
  • 6cdfa19 Update dist for release
  • a7b1a5d Merge pull request #222 from canjs/221-type-dm
  • c246e48 adds test for #221, fixes by upgrading can-reflect
  • 2c82941 Update dist for release

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.2 just got published.

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

Commits

The new version differs by 24 commits.

  • 4d53fdd Update dist for release
  • 8357ee3 Merge pull request #230 from canjs/cachedGetSet
  • 6bc8b53 pointing at new version
  • 66886b0 exposes get/set key value methods
  • 260c99c Update dist for release
  • d1c17bc Merge pull request #229 from canjs/extensible-check
  • 78defeb fix extensible error message check for new safari
  • d39227f Update dist for release
  • 08dd1a6 Merge pull request #226 from canjs/updateDeep
  • 062f753 adding tests for isPlainObject
  • 7c25d13 calls splice correctly
  • ccaee51 upgrading versions
  • bd11bde updating package
  • 43776f2 jshint passes
  • 0fa4ef3 all tests passing again

There are 24 commits in total.

See the full diff