donejs / done-component

A plugin for creating <can-component>s
https://www.npmjs.com/package/done-component
MIT License
8 stars 2 forks source link

Update done-ssr to the latest version ๐Ÿš€ #101

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency done-ssr was updated from 2.1.5 to 3.0.0.

This version is not covered by your current version range.

If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

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

Update to this version instead ๐Ÿš€

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

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

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

Update to this version instead ๐Ÿš€

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