developit / preact-slots

πŸ•³ Render Preact trees into other Preact trees, like portals.
https://npm.im/preact-slots
156 stars 3 forks source link

An in-range update of preact is breaking the build 🚨 #9

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency preact was updated from 8.3.1 to 8.4.0.

🚨 View failing branch.

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

preact is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/developit/preact-slots/builds/464587321?utm_source=github_status&utm_medium=notification)).

Release Notes for 8.4.0

The cat is out of the bag πŸ™Œ We finally revealed on what we have in store
for the next major version of preact which will be called Preact X πŸŽ‰ To give
you a sneak peak of what will be included check out this talk over at this.javascript
video, slides.
It's hard to make an estimate right now on when it will be released, but rest
assured we are nearly done and are working on upgrading the ecosystem
(cli, router,...) to ensure a smooth release.

That said we very excited about recent community contributions. This release
contains some awesome performance enhancements brought to you by @lowaa and
@rpetrich. On top of that there are some minor bug fixes and a lots of
improvements to our typings.

Thank you so much for everyone involved πŸ‘

TypeScript Improvements!

Flow improvements!

README Improvements!

Commits

The new version differs by 79 commits ahead by 79, behind by 3.

  • 3a35a89 8.4.0
  • 86c7e5a udpate deps
  • 19f77d3 Merge pull request #1251 from garybernhardt/npm_installable_from_git
  • ca2cb6c Merge branch 'master' into npm_installable_from_git
  • 95075f4 Added "onInvalid" form event in TS (#1221)
  • 58e1927 Build properly when installing from git
  • 377e31b [types] Add more type tests for h function (#1246)
  • 3bbcdcc Merge pull request #1214 from garybernhardt/reverse_h_type_definition_order
  • 0aece17 Merge branch 'master' into reverse_h_type_definition_order
  • b243a5e Merge pull request #1249 from scurker/typescript/any-component
  • 42c92b6 fix AnyComponent with ComponentConstructor
  • cd807ce Merge pull request #1244 from JiLiZART/patch-1
  • 47cd310 Merge branch 'master' into patch-1
  • 7dda9a2 Merge pull request #1248 from wojtczal/fix-inconsistent-key-property-type
  • f3d7a71 use Key type for Attributes interface key property

There are 79 commits in total.

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 8.3.1 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

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 8.4.2
  • Fix a bug in 8.4 where nested preact.render() calls would cause an infinite loop when flushing the mount queue. (#1269, thanks @pl12133!)
Commits

The new version differs by 2 commits.

  • 4e400a5 8.4.2
  • 949f477 Fix infinite mount queue flush for nested renderers. Fixes #1269.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 8.5.1

This is a maintenance release and fixes a minor issue with the packaging of the devtools import. All users on the 8.x release line are encouraged to upgrade.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 8.5.2

This release is a maintenance release and all users of the 8.x release line are encouraged to upgrade to it πŸ’―

  • Fix devtools bridge not working with react devtools v4 (#1876)
Commits

The new version differs by 7 commits.

  • b54401f Release 8.5.2
  • 05366cb Merge pull request #1876 from preactjs/v8-devtools-attempt-6
  • 5d042f6 Disable test size script
  • 656d845 Add more components to demo page
  • b01a5f9 Fix state update exception
  • c2f9773 Force port in demo app
  • 28b9d90 Add demo app

See the full diff