donejs / vdom-streaming-serializer

A streaming serializing for virtual DOMs that look like a real DOM
MIT License
1 stars 0 forks source link

An in-range update of can-vdom is breaking the build 🚨 #24

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.1.1 of can-vdom just got published.

Branch Build failing 🚨
Dependency can-vdom
Current Version 3.1.0
Type devDependency

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

As can-vdom 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/donejs/vdom-streaming-serializer/builds/252015394?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 3 commits.

  • ed471da Update dist for release
  • 1dbd9d0 Merge pull request #17 from canjs/sd
  • 2861a6e Upgrade to can-simple-dom 1.1.0

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 3.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 3.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 3.2.0

This is a minor release adding the Node type to the exported globals in can-vdom/make-window/make-window.

var makeWindow = require("can-vdom/make-window/make-window");

var window = makeWindow();

assert.equal(window.Node.TEXT_NODE, 3, "The nodeTypes are all exported");

Issues

#22 Expose the Node global

Commits

The new version differs by 4 commits.

  • a1c3fbc Update dist for release
  • 879b119 Merge pull request #23 from canjs/node
  • 4150fb1 Expose Node in make-window
  • 944fc71 Adding missing license.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 16 commits.

  • 738cea5 Update dist for release
  • cd01e56 Merge pull request #30 from canjs/add-can-assign
  • 045a85d Add can-assign as dependency
  • a430410 Merge pull request #29 from canjs/upgrade-can-globals
  • 22186a9 Upgrade can-util to 0.2.0
  • 4fa8b78 Merge pull request #27 from canjs/migrate-to-can-globals
  • 774eefa Merge pull request #19 from canjs/18-get-computed-style
  • 3f8fcff Add window.getComputedStyle method
  • e7022b2 Landscaper: Remove deprecated can-util methods and replace with can-globals
  • f98708b Merge pull request #26 from canjs/remove-prerelease-packages
  • 3b7d96f Remove all prerelease package refs (canjs/canjs#3500)
  • 038d2b0 Merge pull request #21 from canjs/dev-rel-12-update-generated-readmes
  • 2cf708d Remove generated API docs from the README
  • 7983368 Merge pull request #15 from canjs/greenkeeper/initial
  • 074d3b3 docs(readme): add Greenkeeper badge

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits.

  • e3d32b1 Update dist for release
  • 1dcde87 Merge pull request #34 from canjs/remove-cyclic-dep
  • 09cf4c6 Update can-view-parser to prevent can-util cyclic dep
  • 914e6d6 Update dist for release
  • 0ded58e Merge pull request #33 from canjs/landscaper/define-cycles-github
  • e02cab0 Move can-util to a devDependency to avoid cyclic deps
  • dab8100 landscaper: Add a cycle detection script to test process

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits.

  • fbbca52 Update dist for release
  • e6144fa Merge pull request #36 from canjs/3660-docs
  • 6117b7b Hide docs that can’t show up in the navigation
  • 1a5ed3d Merge pull request #25 from canjs/greenkeeper/chai-4.1.2
  • 721e32d Merge branch 'master' into greenkeeper/chai-4.1.2
  • 2cf4b3a Merge pull request #32 from canjs/greenkeeper/mocha-4.0.0
  • 3adf627 Merge pull request #35 from canjs/landscaper/update-parent
  • 4dfdfaf Update docs with new @parent & @collection
  • fafd445 chore(package): update mocha to version 4.0.0
  • 4375a04 chore(package): update chai to version 4.1.2

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.5

Change the can-globals semver range to <2.0.0 #39

Commits

The new version differs by 4 commits.

  • f266e9e Update dist for release
  • e4a5c02 Merge pull request #39 from canjs/greenkeeper/can-globals-0.3.0
  • e941397 Update package.json
  • f8a44f1 fix(package): update can-globals to version 0.3.0

See the full diff