preact-slots icon indicating copy to clipboard operation
preact-slots copied to clipboard

An in-range update of preact-context-provider is breaking the build 🚨

Open greenkeeper[bot] opened this issue 6 years ago β€’ 2 comments

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 :palm_tree:

greenkeeper[bot] avatar Mar 27 '19 10:03 greenkeeper[bot]

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.

greenkeeper[bot] avatar Mar 27 '19 10:03 greenkeeper[bot]

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.

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] avatar Jul 08 '19 23:07 greenkeeper[bot]