Created by: dependabot-preview[bot]
Bumps rollup from 1.26.0 to 1.26.2.
Release notes
Sourced from rollup's releases.
v1.26.2
2019-10-31
Bug Fixes
- Do not create invalid code when using
treeshake: false
and star re-exports (#3209)Pull Requests
- #3209: Also remove export-all declarations when not tree-shaking (@lukastaegert)
v1.26.1
2019-10-31
Bug Fixes
- Prevent an issue where outputs would overwrite files emitted by other outputs (#3201)
- Do not throw an error if the config file does not have a .js extension (#3204)
Pull Requests
Changelog
Sourced from rollup's changelog.
1.26.2
2019-10-31
Bug Fixes
- Do not create invalid code when using
treeshake: false
and star re-exports (#3209)Pull Requests
- #3209: Also remove export-all declarations when not tree-shaking (@lukastaegert)
1.26.1
2019-10-31
Bug Fixes
- Prevent an issue where outputs would overwrite files emitted by other outputs (#3201)
- Do not throw an error if the config file does not have a .js extension (#3204)
Pull Requests
Commits
-
5cbfdee
1.26.2 -
2ed5bfe
Update changelog -
066620e
Also remove export-all declarations when not tree-shaking (#3209) -
38c3171
1.26.1 -
4071fa8
Update changelog -
d8becda
Make the CLI run generate/output in serial (#3201) -
9c85d2a
support all config file extensions (.js,.mjs,...) (#3204) - 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)