-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
☝️ 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 to 1.32.1.
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)
Commits
The new version differs by 8 commits.
f458cbf1.32.18cbf216Update changelog97b8c40warn.code for missing output.name of IIFE bundle that has export (#3372)eeda078Update generated code of getInteropBlock() to work with null prototype objects (#3420)85c54eeAvoid invalid code when "else" branch is simplified (#3421)1e6284fMissing exports errors now print the importing module (#3401)baf382aFix internal documentation links6f0f62bStructure 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 🌴