An in-range update of preact-context-provider is breaking the build π¨
The devDependency preact-context-provider was updated from 1.1.1 to 1.2.0.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
preact-context-provider 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 Add getWrappedComponent() function to provide and mergingProvide decorated components
In order to help with unit testing (and likely other scenarios) the getWrappedComponent() method has been added to all decorator functions. This combines with the same function provided by other related libraries like wiretie, preact-i18n, and preconf so that it is easier to get the underlying decorated component for the purpose of spying/stubbing on methods in unit tests without having to arbitrarily export an unwrapped version of the component from the module.
Commits
The new version differs by 4 commits.
04bfff5Merge pull request #6 from synacor/getWrappedComponent31be981getWrappedComponent fix test script754b974add getWrappedComponent method to provide and mergingProvide decorators937928cupdate dependencies
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 :palm_tree:
After pinning to 1.1.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencypreact-context-provider was updated from1.2.0to1.2.1.
Your tests are still failing with this version. Compare changes
Release Notes for 1.2.1 Explicitly support preact
Update README with information on which versions support preact X, and update peerDependencies in package.json to call out < 10 for preact support in the 1.x versions of preact-context-provider.
peerDependencies in package.json to call out < 10 for preact support in the 1.x versions of preact-context-provider.