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.
04bfff5 Merge pull request #6 from synacor/getWrappedComponent
31be981 getWrappedComponent fix test script
754b974 add getWrappedComponent method to provide and mergingProvide decorators
937928c update 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 🌴
The devDependency preact-context-provider was updated from
1.1.1to1.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
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 likewiretie,preact-i18n, andpreconfso 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 dependenciesSee 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 🌴