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-event-queue is breaking the build 🚨 #76

Open
greenkeeper bot opened this issue Jul 4, 2018 · 9 comments
Open

An in-range update of can-event-queue is breaking the build 🚨 #76

greenkeeper bot opened this issue Jul 4, 2018 · 9 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 4, 2018

Version 1.1.0 of can-event-queue was just published.

Branch Build failing 🚨
Dependency can-event-queue
Current Version 1.0.2
Type dependency

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

can-event-queue 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
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.1.0
  • Add compatibility with how webpack builds for production #18
  • Add "use strict" #19
Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • f052488 1.1.0
  • 3e8732a Update version number
  • 2f45001 Merge pull request #19 from canjs/landscaper/4217-use-strict
  • fd336cd Update .jshintrc
  • 05e8919 Adds use strict. Fixes canjs/canjs#4217
  • ba208eb Merge pull request #18 from canjs/fix-webpack-debug-style
  • f072639 fix dev code for webpack compatibility

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

greenkeeper bot commented Jul 4, 2018

After pinning to 1.0.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2018

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

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

  • 4e096ae 1.1.1
  • 220e38d Update version number
  • 4701fb5 only dispatch onInstanceBoundChange on instances of the type

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 16, 2018

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

Release Notes for When removing handlers on a prototype, do not dispatch onInstanceBoundChange

Fixes: https://codepen.io/anon/pen/xyPZJO?editors=1012

Commit: e37851f

Commits

The new version differs by 5 commits ahead by 5, behind by 1.

  • 2e2344e 1.1.2
  • f7f7385 Update version number
  • e37851f finishes fixing #20 by making offs skip dispatching
  • 220e38d Update version number
  • 4701fb5 only dispatch onInstanceBoundChange on instances of the type

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 24, 2018

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

Release Notes for IE 11 Compatibility

Fix a test by appending an element in the document so the event can be dispatched.

Commits

The new version differs by 8 commits ahead by 8, behind by 1.

  • 45a7ced 1.1.3
  • 26dd60a Update version number
  • ab06c04 Merge pull request #21 from canjs/ie-compat
  • 068a072 fix tests for iE11
  • f7f7385 Update version number
  • e37851f finishes fixing #20 by making offs skip dispatching
  • 220e38d Update version number
  • 4701fb5 only dispatch onInstanceBoundChange on instances of the type

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 6, 2018

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

Release Notes for Fix binding method order of `.on` and `.off`

Commit: aa06912 This fixes the order of .on to use @@can.onEvent, addEventListener, @@can.onKeyValue. It does something similar for .off.

Commits

The new version differs by 10 commits ahead by 10, behind by 1.

  • bad1f00 1.1.4
  • 79658ab Update version number
  • aa06912 Fixes the order of .on to onEvent, addEventListener, onKeyValue
  • 26dd60a Update version number
  • ab06c04 Merge pull request #21 from canjs/ie-compat
  • 068a072 fix tests for iE11
  • f7f7385 Update version number
  • e37851f finishes fixing #20 by making offs skip dispatching
  • 220e38d Update version number
  • 4701fb5 only dispatch onInstanceBoundChange on instances of the type

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2019

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

Release Notes for Read from Symbol as well as the __inSetup property

Part of the cleanup to add check for Symbol as well as the __inSetup property.

Ref - canjs/canjs#4705

Commits

The new version differs by 22 commits ahead by 22, behind by 1.

  • 6c50595 1.1.5
  • cde95d4 Update version number
  • eef599d Merge pull request #30 from canjs/remove-usage-of-insetup-property
  • cb241ac Update to account for either prop or symbol being undefined
  • 7e51090 Read from both prop and Symbol for backwards compat
  • dbe38fb Read from Symbol instead of __inSetup property
  • 79e4394 Merge pull request #26 from canjs/greenkeeper/initial
  • 264418b chore(package): update dependencies
  • 6582249 Merge pull request #25 from canjs/landscaper/update-default-repos
  • 6473f23 Update README.md
  • 16a8da0 Update README generated by DoneJS
  • a4281fa Merge pull request #22 from canjs/update-readme
  • 2f64f24 update README.md to match current template
  • 79658ab Update version number
  • aa06912 Fixes the order of .on to onEvent, addEventListener, onKeyValue

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 25, 2019

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

Commits

The new version differs by 27 commits ahead by 27, behind by 1.

  • faf15fe 1.1.6
  • 30eb5c3 Update version number
  • d2a3325 Merge pull request #31 from canjs/landscaper/qunit2
  • 71c1628 Fix tests for QUnit 2
  • 91bd90b Add @package so the GitHub & npm badges show up in the docs (#24)
  • 0d79210 Landscaper: QUnit2 upgrade
  • cde95d4 Update version number
  • eef599d Merge pull request #30 from canjs/remove-usage-of-insetup-property
  • cb241ac Update to account for either prop or symbol being undefined
  • 7e51090 Read from both prop and Symbol for backwards compat
  • dbe38fb Read from Symbol instead of __inSetup property
  • 79e4394 Merge pull request #26 from canjs/greenkeeper/initial
  • 264418b chore(package): update dependencies
  • 6582249 Merge pull request #25 from canjs/landscaper/update-default-repos
  • 6473f23 Update README.md

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

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

Commits

The new version differs by 33 commits ahead by 33, behind by 1.

  • 4ad393f 1.1.7
  • a2a4eaf Update version number
  • 9dcc045 Merge pull request #33 from canjs/dom-queue
  • 6c61def roll back dep change
  • 1c97e92 upgrades to use dom queue
  • 24ec763 Merge pull request #32 from canjs/landscaper/travis-xenial
  • fcea8fe Migrate to xenial in travis
  • 30eb5c3 Update version number
  • d2a3325 Merge pull request #31 from canjs/landscaper/qunit2
  • 71c1628 Fix tests for QUnit 2
  • 91bd90b Add @package so the GitHub & npm badges show up in the docs (#24)
  • 0d79210 Landscaper: QUnit2 upgrade
  • cde95d4 Update version number
  • eef599d Merge pull request #30 from canjs/remove-usage-of-insetup-property
  • cb241ac Update to account for either prop or symbol being undefined

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2020

Your tests are still failing with this version. Compare changes

Release Notes for Fix a typo in the documentation

For documentation needs, fix the isntance wording to instance.

Commits

The new version differs by 36 commits ahead by 36, behind by 1.

  • 86c7082 1.1.8
  • ad72c04 Update version number
  • c804191 Merge pull request #34 from canjs/fix-instance-type
  • d67d7f0 Fix instance typo
  • a2a4eaf Update version number
  • 9dcc045 Merge pull request #33 from canjs/dom-queue
  • 6c61def roll back dep change
  • 1c97e92 upgrades to use dom queue
  • 24ec763 Merge pull request #32 from canjs/landscaper/travis-xenial
  • fcea8fe Migrate to xenial in travis
  • 30eb5c3 Update version number
  • d2a3325 Merge pull request #31 from canjs/landscaper/qunit2
  • 71c1628 Fix tests for QUnit 2
  • 91bd90b Add @package so the GitHub & npm badges show up in the docs (#24)
  • 0d79210 Landscaper: QUnit2 upgrade

There are 36 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