Created by: dependabot-preview[bot]
Bumps rollup from 1.23.1 to 1.25.1.
Release notes
Sourced from rollup's releases.
v1.25.1
2019-10-20
Bug Fixes
- Handle a situation where code was not included after a switch statement (#3178)
- Handle a situation where code was not included after a do-while loop (#3180)
- Do not fail if different outputs emit the same file (#3175)
- Give access to the original acorn error for parse errors (#3176)
Pull Requests
- #3175: Disable errors for duplicate emitted file names (@marijnh)
- #3176: Add original parser error to rollup error; Update tests (@gribnoysup)
- #3178: Fix switch case not being included correctly (@lukastaegert)
- #3179: Update dependencies (@lukastaegert)
- #3180: Handle conditional breaks in do-while loops with unconditional return (@lukastaegert)
v1.25.0
2019-10-18
Features
- Remove try-catch if there is no side-effect in the try-block (#3166)
- Omit side-effect-free trailing cases in switch-statements (#3166)
- Remove unused labels (#3170)
Bug Fixes
- Do not remove code after labeled statements that contain a throw or return if the label is used (#3170)
- Prevent invalid code when expressions are simplified that do not follow a white-space character (#3173)
- Do not remove continue statements inside switch statements (#3166)
- Prevent trailing empty lines when tree-shaking inside switch statements (#3166)
Pull Requests
- #3166: Better try statement tree shaking (@lukastaegert)
- #3170: Handle optional control flow in labeled statements, remove unused labels (@lukastaegert)
- #3173: Add missing spaces in certain statements and expressions to avoid invalid code (@lukastaegert)
v1.24.0
2019-10-15
Features
- Respect
break
,continue
,return
andthrow
when tree-shaking to detect dead code (#3153)- Do treat treat hoisted function declarations as "unknown" when checking for call side-effects (#3153)
Bug Fixes
- Make sure that unknown
import.meta
properties produce valid code in SystemJS (#3152)- Make sure
treeshake.annotations: false
is respected for class instantiation (#3153)- Check property access side-effects for class instantiation (#3153)
- Do not suppress break statements inside labeled statements (#3153)
Pull Requests ... (truncated)
Changelog
Sourced from rollup's changelog.
1.25.1
2019-10-20
Bug Fixes
- Handle a situation where code was not included after a switch statement (#3178)
- Handle a situation where code was not included after a do-while loop (#3180)
- Do not fail if different outputs emit the same file (#3175)
- Give access to the original acorn error for parse errors (#3176)
Pull Requests
- #3175: Disable errors for duplicate emitted file names (@marijnh)
- #3176: Add original parser error to rollup error; Update tests (@gribnoysup)
- #3178: Fix switch case not being included correctly (@lukastaegert)
- #3179: Update dependencies (@lukastaegert)
- #3180: Handle conditional breaks in do-while loops with unconditional return (@lukastaegert)
1.25.0
2019-10-18
Features
- Remove try-catch if there is no side-effect in the try-block (#3166)
- Omit side-effect-free trailing cases in switch-statements (#3166)
- Remove unused labels (#3170)
Bug Fixes
- Do not remove code after labeled statements that contain a throw or return if the label is used (#3170)
- Prevent invalid code when expressions are simplified that do not follow a white-space character (#3173)
- Do not remove continue statements inside switch statements (#3166)
- Prevent trailing empty lines when tree-shaking inside switch statements (#3166)
Pull Requests
- #3166: Better try statement tree shaking (@lukastaegert)
- #3170: Handle optional control flow in labeled statements, remove unused labels (@lukastaegert)
- #3173: Add missing spaces in certain statements and expressions to avoid invalid code (@lukastaegert)
1.24.0
2019-10-15
Features
- Respect
break
,continue
,return
andthrow
when tree-shaking to detect dead code (#3153)- Do treat treat hoisted function declarations as "unknown" when checking for call side-effects (#3153)
Bug Fixes
- Make sure that unknown
import.meta
properties produce valid code in SystemJS (#3152)- Make sure
treeshake.annotations: false
is respected for class instantiation (#3153)- Check property access side-effects for class instantiation (#3153)
- Do not suppress break statements inside labeled statements (#3153)
Pull Requests ... (truncated)
Commits
-
b0d35e1
1.25.1 -
dc8e933
Update changelog -
24063a6
Handle conditional breaks in do-while loops with unconditional return (#3180) -
06fb16a
Disable errors for duplicate emitted file names (#3175) -
f99c7e4
Add original parser error to rollup error; Update tests (#3176) -
06047fc
Fix switch case not being included correctly (#3178) -
73faf06
Update dependencies (#3179) -
d677eb7
1.25.0 -
f307c89
Update changelog -
91cb8f0
Add missing spaces in certain statements and expressions to avoid invalid cod... - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now
in your Dependabot dashboard.
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)