You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is covered by your current version range and after updating it in your project the build failed.
rollup 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 could not complete due to an error (Details).
Release Notes for v1.32.1
2020-03-06
Bug Fixes
Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
Mention the importing module when reporting errors for missing named exports (#3401)
Add code to warning for missing output.name of IIFE bundles (#3372)
Pull Requests
#3372: Add warning code for missing output.name of IIFE bundle that has export (@rail44)
#3401: Missing exports errors now print the importing module (@timiyay)
#3418: Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
#3420: Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
#3421: Avoid invalid code when "else" branch is simplified (@lukastaegert)
After pinning to 1.32.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency rollup was updated from
1.32.0
to1.32.1
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
rollup 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 v1.32.1
2020-03-06
Bug Fixes
Pull Requests
Commits
The new version differs by 8 commits.
f458cbf
1.32.1
8cbf216
Update changelog
97b8c40
warn.code for missing output.name of IIFE bundle that has export (#3372)
eeda078
Update generated code of getInteropBlock() to work with null prototype objects (#3420)
85c54ee
Avoid invalid code when "else" branch is simplified (#3421)
1e6284f
Missing exports errors now print the importing module (#3401)
baf382a
Fix internal documentation links
6f0f62b
Structure lifecycle hooks, add links to build time hooks (#3418)
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 text was updated successfully, but these errors were encountered: