donejs / done-serve

DoneJS development server
https://www.npmjs.com/package/done-serve
MIT License
7 stars 5 forks source link

An in-range update of done-ssr is breaking the build 🚨 #147

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency done-ssr was updated from 3.0.0 to 3.0.1.

🚨 View failing branch.

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

done-ssr 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](https://travis-ci.org/donejs/done-serve/builds/466005502?utm_source=github_status&utm_medium=notification)).

Release Notes for 3.0.1

This fixes two bugs:

  • Firefox should be downgraded to waiting SSR.
  • Clients with PUSH disabled should get <preload> links instead.
Commits

The new version differs by 4 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 3.0.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 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.0.2

Fixes a bug with libraries that expect there to always be a documentElement.

Commits

The new version differs by 4 commits.

  • 8e35c05 3.0.2
  • b6acd34 Merge pull request #620 from donejs/docel
  • 963e433 Add a TextDecoder polyfill for the tests
  • 8561d3a Leave on a documentElement on the document.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.0.3

This is a patch release, fixing a bug with the <link rel="preload"> for incremental rendering did not contain a valid as attribute.

Commits

The new version differs by 7 commits.

  • 9c47606 3.0.3
  • fde8a85 Merge pull request #622 from donejs/preload-as
  • 6bf97da Use preload link when push is not allowed in H2 connections
  • 4e97aab Set the preload link as cross origin anonymous
  • 7683f74 Merge pull request #613 from donejs/greenkeeper/nock-10.0.3
  • f489914 Sets the preload link "as"
  • a725cdc chore(package): update nock to version 10.0.3

See the full diff