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-view-callbacks is breaking the build 🚨 #325

Open
greenkeeper bot opened this issue Jan 3, 2019 · 7 comments
Open

An in-range update of can-view-callbacks is breaking the build 🚨 #325

greenkeeper bot opened this issue Jan 3, 2019 · 7 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 3, 2019

The dependency can-view-callbacks was updated from 4.3.3 to 4.3.4.

🚨 View failing branch.

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

can-view-callbacks 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 could not complete due to an error (Details).

Release Notes for Automount performance fix for browsers without customElements

This uses domMutate.onInsertion instead of standalone MutationObserver in order to ensure that each element's tagHandler is called only once in environments that do not support customElements. This was causing large performance issues in these browsers.

#109

Commits

The new version differs by 4 commits.

  • 75bd39d 4.3.4
  • 51ee1f7 Merge pull request #109 from canjs/no-mutation-observer
  • db8c123 adding test to ensure each element is only mounted once by MutationObserver
  • 070d30e using domMutate.onInsertion instead of standalone MutationObserver

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 Jan 3, 2019

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 4, 2019

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

Commits

The new version differs by 3 commits.

  • 151ffb9 4.3.5
  • acdf2ec Merge pull request #110 from canjs/cleanup-tags
  • 3453521 cleaning up tags before each test

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 4, 2019

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

Release Notes for using unique tag names to prevent conflicts with other tests

#111

Commits

The new version differs by 6 commits.

  • 3780724 4.3.6
  • 0450c6b Merge pull request #111 from canjs/fix-tag-duplication
  • b877ab9 using unique tag names to prevent conflicts with other tests
  • 151ffb9 4.3.5
  • acdf2ec Merge pull request #110 from canjs/cleanup-tags
  • 3453521 cleaning up tags before each test

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 27, 2019

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

Commits

The new version differs by 15 commits.

  • 96fa56a 4.3.7
  • 8d4e4b1 Merge pull request #115 from canjs/landscaper/qunit2
  • 34b3922 Fix tests for QUnit 2
  • 3af995d Landscaper: QUnit2 upgrade
  • 8d2b8af Merge pull request #112 from canjs/greenkeeper/testee-0.9.0
  • b49d8a5 Merge pull request #113 from canjs/landscaper/update-default-repos
  • 7c594d9 Update readme.md
  • 69024e2 Update README generated by DoneJS
  • f93cdee chore(package): update testee to version 0.9.0
  • 3780724 4.3.6
  • 0450c6b Merge pull request #111 from canjs/fix-tag-duplication
  • b877ab9 using unique tag names to prevent conflicts with other tests
  • 151ffb9 4.3.5
  • acdf2ec Merge pull request #110 from canjs/cleanup-tags
  • 3453521 cleaning up tags before each test

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 29, 2019

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

Release Notes for Adding support for initializing a custom element using a Symbol

#117

Commits

The new version differs by 19 commits.

  • 3379aab 4.4.0
  • 8eb20c9 Merge pull request #117 from canjs/initialize-custom-elements
  • df2c70f changing Symbol to can.initialize
  • a9b92d8 adding support for initializing a custom element using a Symbol
  • 96fa56a 4.3.7
  • 8d4e4b1 Merge pull request #115 from canjs/landscaper/qunit2
  • 34b3922 Fix tests for QUnit 2
  • 3af995d Landscaper: QUnit2 upgrade
  • 8d2b8af Merge pull request #112 from canjs/greenkeeper/testee-0.9.0
  • b49d8a5 Merge pull request #113 from canjs/landscaper/update-default-repos
  • 7c594d9 Update readme.md
  • 69024e2 Update README generated by DoneJS
  • f93cdee chore(package): update testee to version 0.9.0
  • 3780724 4.3.6
  • 0450c6b Merge pull request #111 from canjs/fix-tag-duplication

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2019

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

Commits

The new version differs by 25 commits.

  • 7ac906b 4.4.1
  • 388322f Linting
  • 263cc19 Remove legacy html5shiv code
  • cc223b2 Rewrite test for verifying how many times a tag is mounted
  • 45cd3a8 Merge pull request #119 from canjs/landscaper/travis-xenial
  • 69fca4f Migrate to xenial in travis
  • 3379aab 4.4.0
  • 8eb20c9 Merge pull request #117 from canjs/initialize-custom-elements
  • df2c70f changing Symbol to can.initialize
  • a9b92d8 adding support for initializing a custom element using a Symbol
  • 96fa56a 4.3.7
  • 8d4e4b1 Merge pull request #115 from canjs/landscaper/qunit2
  • 34b3922 Fix tests for QUnit 2
  • 3af995d Landscaper: QUnit2 upgrade
  • 8d2b8af Merge pull request #112 from canjs/greenkeeper/testee-0.9.0

There are 25 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 3, 2019

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

Commits

The new version differs by 37 commits.

  • d9a51a5 5.0.0
  • adc4c3b Merge pull request #121 from canjs/major
  • 3a18f79 5.0.0-pre.2
  • 204d67e setting CustomElement.prototype.constructor to make it work with polyfill
  • dfd9121 5.0.0-pre.1
  • d1e2268 Merge branch 'master' into major
  • a2974df Linting
  • ed500cc Remove legacy html5shiv code
  • ab3c8c5 Rewrite test for verifying how many times a tag is mounted
  • 7ac906b 4.4.1
  • 388322f Linting
  • 263cc19 Remove legacy html5shiv code
  • cc223b2 Rewrite test for verifying how many times a tag is mounted
  • 7baab85 fixing tests by cleaning up onNodeConnected handler
  • 7fcda3a removes nodelists

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