-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The devDependency preact was updated from 8.3.1 to 8.4.0.
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).
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 👍
- Perf: Improve adding and removing large trees 🎉 (#1211, thanks @lowaa)
- Drain render queue in a single micro task 🎉 (#1135, thanks @rpetrich)
- Fix missing build when installing from git (#1251, thanks @garybernhardt)
- Fix invalid
refinvocation (#1235, thanks @developit) - Fix
cloneElementtest (#982, thanks @decadef20) - Reorganize and improve render unit tests (#1199, thanks @andrewiggins)
- Improve
componentDidUpdatetests (#1198, thanks @andrewiggins)
TypeScript Improvements!
- Add
onInvalidform event (#1221, thanks @namankheterpal) - Fix
h()overloads (#1246, #1214, thanks @gpoit, @garybernhardt) - Fix
AnyCompoenttype (#1249, thanks @scurker) - Use proper type for
key(#1248, thanks @wojtczal) - Add
booleanas a component child (#1219, thanks @KasparEtter) - Add
onErrorimage event (#1209, thanks @jackmoore) - Add support for
defaultProps(#1181, thanks @Alexendoo) - Fix
cloneElementdefinition (#1197, thanks @hiddedejong)
Flow improvements!
- Fix typings for
flow@0.82(#1230, thanks @ngyikp) - Refine
optionsflow type (#1204, thanks @reyronald)
README Improvements!
- Add Ultimate-Guitar (#1244, thanks @JiLiZART)
- Add logo to README (#1243, thanks @reviewher)
- Add section for
babel@7(#1212, thanks @38elements) - Remove duplicate project (#1192, thanks @stephenmathieson)
Commits
The new version differs by 79 commits ahead by 79, behind by 3.
3a35a898.4.086c7e5audpate deps19f77d3Merge pull request #1251 from garybernhardt/npm_installable_from_gitca2cb6cMerge branch 'master' into npm_installable_from_git95075f4Added "onInvalid" form event in TS (#1221)58e1927Build properly when installing from git377e31b[types] Add more type tests for h function (#1246)3bbcdccMerge pull request #1214 from garybernhardt/reverse_h_type_definition_order0aece17Merge branch 'master' into reverse_h_type_definition_orderb243a5eMerge pull request #1249 from scurker/typescript/any-component42c92b6fix AnyComponent with ComponentConstructorcd807ceMerge pull request #1244 from JiLiZART/patch-147cd310Merge branch 'master' into patch-17dda9a2Merge pull request #1248 from wojtczal/fix-inconsistent-key-property-typef3d7a71use 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. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴