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
importedBindings
to 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
else
branch from anif
statement might catch theelse
branch 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
--failAfterWarnings
CLI flag that will complete builds with warnings but return an error at the end (#3712)Pull Requests
- #3712: Implement
--failAfterWarnings
flag (@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
importedBindings
to 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
else
branch from anif
statement might catch theelse
branch 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
--failAfterWarnings
CLI flag that will complete builds with warnings but return an error at the end (#3712)Pull Requests
- #3712: Implement
--failAfterWarnings
flag (@tjenkinson)
Commits
-
1347fd6
2.26.3 -
b3ea694
Update changelog -
9950a4d
Prevent ASI when simplifying a nested logical expression (#3734) -
5c7b808
Update changelog -
f844ba9
2.26.2 -
dbb0102
Update changelog -
57ed7e3
Prevent unintended ASI for nested conditionals (#3732) -
4b432dc
2.26.1 -
1a8745e
Update changelog -
18df9a6
WIP: 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 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 ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)