Created by: dependabot-preview[bot]
Bumps rollup from 1.32.0 to 1.32.1.
Release notes
Sourced from rollup's releases.
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)
Changelog
Sourced from rollup's changelog.
1.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
-
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 object... -
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 full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)