-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The devDependency preact-context-provider was updated from 1.1.1 to 1.2.0.
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 🌴