Bump rollup from 0.66.6 to 1.0.2
Created by: dependabot-preview[bot]
Bumps rollup from 0.66.6 to 1.0.2.
Release notes
Sourced from rollup's releases.
v1.0.2
2019-01-05
Bug Fixes
- Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
- Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
- Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)
Pull Requests
- #2633: Document
this.addWatchFileand make sure it also declares transform dependencies (lukastaegert)- #2635: Make sure
codeis optional in warning type (lukastaegert)- #2638: Do not fail when generating hashes for tree-shaken dynamic imports (lukastaegert)
- #2640: Always treat bigints as unknown (lukastaegert)
- #2641: Make sure all CLI options are listed in the summary (lukastaegert)
v1.0.1
2019-01-03
Bug Fixes
- Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#2620)
- Do not (wrongly) re-declare input options in the merged
RollupOptionstype (#2622)Pull Requests
- #2620: Fixed issue with reexporting default as default with
{exports: named, interop: true}options (Andarist)- #2622: Simplify RollupOptions (Kinrany)
- #2627: Show how to skip imports for optional plugins (chris-morgan)
v1.0.0
2018-12-28
Breaking Changes
... (truncated)
- Several (mostly deprecated) options have been removed or renamed (#2293, #2409):
- banner -> output.banner
- dest -> output.file
- entry -> input
- experimentalCodeSplitting -> now always active
- experimentalDynamicImport -> now always active
- experimentalPreserveModules -> preserveModules
- exports -> output.exports
- extend -> output.extend
- footer -> output.footer
- format -> output.format
- freeze -> output.freeze
- globals -> output.globals
- indent -> output.indent
- interop -> output.interop
- intro -> output.intro
- load -> use plugin API
- moduleName -> output.name
- name -> output.name
Changelog
Sourced from rollup's changelog.
1.0.2
2019-01-05
Bug Fixes
- Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
- Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
- Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)
Pull Requests
- #2633: Document
this.addWatchFileand make sure it also declares transform dependencies (lukastaegert)- #2635: Make sure
codeis optional in warning type (lukastaegert)- #2638: Do not fail when generating hashes for tree-shaken dynamic imports (lukastaegert)
- #2640: Always treat bigints as unknown (lukastaegert)
- #2641: Make sure all CLI options are listed in the summary (lukastaegert)
1.0.1
2019-01-03
Bug Fixes
- Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#2620)
- Do not (wrongly) re-declare input options in the merged
RollupOptionstype (#2622)Pull Requests
- #2620: Fixed issue with reexporting default as default with
{exports: named, interop: true}options (Andarist)- #2622: Simplify RollupOptions (Kinrany)
- #2627: Show how to skip imports for optional plugins (chris-morgan)
1.0.0
2018-12-28
Breaking Changes
... (truncated)
- Several (mostly deprecated) options have been removed or renamed (#2293, #2409):
- banner -> output.banner
- dest -> output.file
- entry -> input
- experimentalCodeSplitting -> now always active
- experimentalDynamicImport -> now always active
- experimentalPreserveModules -> preserveModules
- exports -> output.exports
- extend -> output.extend
- footer -> output.footer
- format -> output.format
- freeze -> output.freeze
- globals -> output.globals
- indent -> output.indent
- interop -> output.interop
- intro -> output.intro
- load -> use plugin API
- moduleName -> output.name
- name -> output.name
Commits
-
27cde2a1.0.2 -
6b55518Update changelog -
6ac23e9Make sure all CLI options are listed in the summary (#2641) -
be7afedTreat bigints as unknown for now on all systems to avoid accidentally (#2640) -
ee6db13Do not fail when generating hashes for tree-shaken dynamic imports (#2638) -
29b8c64Makecodeoptional again in rollup warnings (#2635) -
6b343abMake sure this.addWatchFile also declares transform dependencies, (#2633) -
fbb5f9e1.0.1 -
e7b3c78Update changelog -
eda15faUpdate changelog - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 cancel mergewill cancel a previously requested merge -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.