canjs / can-fixture-socket

Simulate socket.io services.
https://canjs.com/doc/can-fixture-socket.html
MIT License
7 stars 2 forks source link

An in-range update of can-util is breaking the build 🚨 #34

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.6.2 of can-util just got published.

Branch Build failing 🚨
Dependency can-util
Current Version 3.6.1
Type dependency

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

can-util is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very 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-fixture-socket/builds/229270745?utm_source=github_status&utm_medium=notification)

Release Notes can-util/dom/attr/attr("focused") for detached elements

When the focused() attribute hander is called on a detached element, an inserted listener is added to the element, so that it can be properly focused when attached to the DOM. This means that, e.g., with can-stache-bindings <input {($focused)}="foo"> will work as expected even if foo is true at the time of initial rendering.

Also, usage examples have been added to the documentation in places where they were missing.

Commits

The new version differs by 10 commits0.

  • c738ca1 Update dist for release
  • ead0c36 Merge pull request #266 from canjs/265-usage-require-documentation
  • 095fcdf Merge branch 'master' into 265-usage-require-documentation
  • a75565e Merge pull request #267 from canjs/update-saucelabs-test
  • 73fff20 Use the test page url, not the one for Sauce Labs
  • 49d0e03 Update tests for saucelabs; iOS needs Safari 1.6.3, use test-saucelabs package
  • 06eb57d Fixes #265. Adds usage docs and require statements to some functions
  • 086e2f9 Merge pull request #264 from canjs/focused-on-insert
  • fea3f05 Use dom-mutate in inserted event test for IE9/10
  • cf48c5d Make focused attribute wait for inserted if element is detached

false

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

Version 3.8.1 just got published.

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

Commits

The new version differs by 15 commits.

  • 0f0e88c Update dist for release
  • ce19231 Prefer making events with ownerDocument (#275)
  • 9a2f985 Update dist for release
  • 5dc5c19 Merge pull request #117 from canjs/101-assign-non-enumerable
  • 28e7daa Use better event name for event behavior test (#274)
  • a8065f6 assign-non-enumerable leverages set-not-enumerable
  • 7f614a2 remove cid-test
  • c0e8a5c Merge branch 'master' into 101-assign-non-enumerable
  • d5364b4 remove first module exports from assign-non-enumerable
  • 146f8bb Update dist for release
  • 5c3769d Merge pull request #269 from canjs/268-dev-stringify
  • 17c5fac Fix self-reference deprecation warnings (#270)
  • 1e723d4 Adds an implementation of stringify that outputs properties with a value of undefined. Resolves #268
  • 55328f9 making non enumerable assign
  • 703845e adds assignNonEnumerable for #101

See the full diff