Created by: dependabot[bot]
Bumps rollup from 2.23.1 to 2.26.3.
Release notes
Sourced from rollup's releases.
v2.26.3
2020-08-16
Bug Fixes
- Fix a situation where line-breaks in a nested simplified conditional expression could result in broken code (#3734)
Pull Requests
- #3734: Prevent ASI when simplifying a nested logical expression (@lukastaegert)
v2.26.2
2020-08-16
Bug Fixes
- Fix a situation where line-breaks in a simplified conditional expression could result in broken code (#3732)
Pull Requests
- #3732: Prevent unintended ASI for nested conditionals (@lukastaegert)
v2.26.1
2020-08-16
Bug Fixes
- Correctly render external namespace imports when only generating SystemJS output (#3731)
Pull Requests
- #3731: Render system namespace import (@sastan and @lukastaegert)
v2.26.0
2020-08-15
Features
- Add a new entry
importedBindingsto the bundle information to list bindings per dependency (#3722)Bug Fixes
- Do not render an invalid UMD wrapper when no bindings are imported from a dependency (#3724)
- Avoid situations where removing the
elsebranch from anifstatement might catch theelsebranch from another one (#3725)Pull Requests
- #3722: Add import specifiers to bundle information (@lukastaegert)
- #3724: Fix missing variables for UMD and IIFE builds (@lukastaegert)
- #3725: Do not entirely remove else branch if another else branch might accidentally be referenced (@lukastaegert)
v2.25.0
2020-08-14
Features
- Add
--failAfterWarningsCLI flag that will complete builds with warnings but return an error at the end (#3712)Pull Requests
- #3712: Implement
--failAfterWarningsflag (@tjenkinson)
Changelog
Sourced from rollup's changelog.
2.26.3
2020-08-16
Bug Fixes
- Fix a situation where line-breaks in a nested simplified conditional expression could result in broken code (#3734)
Pull Requests
- #3734: Prevent ASI when simplifying a nested logical expression (@lukastaegert)
2.26.2
2020-08-16
Bug Fixes
- Fix a situation where line-breaks in a simplified conditional expression could result in broken code (#3732)
Pull Requests
- #3732: Prevent unintended ASI for nested conditionals (@lukastaegert)
2.26.1
2020-08-16
Bug Fixes
- Correctly render external namespace imports when only generating SystemJS output (#3731)
Pull Requests
- #3731: Render system namespace import (@sastan and @lukastaegert)
2.26.0
2020-08-15
Features
- Add a new entry
importedBindingsto the bundle information to list bindings per dependency (#3722)Bug Fixes
- Do not render an invalid UMD wrapper when no bindings are imported from a dependency (#3724)
- Avoid situations where removing the
elsebranch from anifstatement might catch theelsebranch from another one (#3725)Pull Requests
- #3722: Add import specifiers to bundle information (@lukastaegert)
- #3724: Fix missing variables for UMD and IIFE builds (@lukastaegert)
- #3725: Do not entirely remove else branch if another else branch might accidentally be referenced (@lukastaegert)
2.25.0
2020-08-14
Features
- Add
--failAfterWarningsCLI flag that will complete builds with warnings but return an error at the end (#3712)Pull Requests
- #3712: Implement
--failAfterWarningsflag (@tjenkinson)
Commits
-
1347fd62.26.3 -
b3ea694Update changelog -
9950a4dPrevent ASI when simplifying a nested logical expression (#3734) -
5c7b808Update changelog -
f844ba92.26.2 -
dbb0102Update changelog -
57ed7e3Prevent unintended ASI for nested conditionals (#3732) -
4b432dc2.26.1 -
1a8745eUpdate changelog -
18df9a6WIP: test case for import namespace when only rendering systemjs (#3731) - Additional commits viewable 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)