The version 8.2.6 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.
It might be worth looking into these changes and trying to get this project onto the latest version of preact.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes8.2.6
[debug]: Warn when passing incorrect arguments to render() (#885, thanks @markselby9)
[ts]: stateful component should be assignable to AnyComponent (#905, thanks @mike-north)
[ts]: add link preload "as" to HTMLAttributes type definition (#907, thanks @niedzielski)
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).
Version 8.2.6 of preact was just published.
The version 8.2.6 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.
It might be worth looking into these changes and trying to get this project onto the latest version of preact.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
8.2.6render()
(#885, thanks @markselby9)AnyComponent
(#905, thanks @mike-north)HTMLAttributes
type definition (#907, thanks @niedzielski)Commits
The new version differs by 11 commits.
aab84f8
8.2.6
53c87e6
Add error message about render method in debug (#885)
a211321
[ts] stateful component should be assignable to AnyComponent (#905)
e8db22e
add TypeScript support (#923)
e583370
Fix flow types (#868)
6f3e77f
fixed preact-material-components website link (#918)
4bc9af4
Update: add link preload "as" to HTMLAttributes type definition (#907)
4d033d7
Add preact-render-spy to other libs suggestions (#908)
f7834ec
Change "it's" to "its" in README.md (#870)
218cb7f
Format function/method names consistently in README.md (#871)
db6ab26
Update devtools section of README with
preact/debug
(#866)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: