codl / migrannounce

https://migrannounce.tools.codl.fr/
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Bump rollup from 0.65.0 to 1.0.0 #20

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rollup from 0.65.0 to 1.0.0.

Release notes *Sourced from [rollup's releases](https://github.com/rollup/rollup/releases).* > ## v1.0.0 > *2018-12-28* > > ### Breaking Changes > * Several (mostly deprecated) options have been removed or renamed ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293), [#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/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 > - noConflict -> output.noConflict > - output.moduleId -> output.amd.id > - outro -> output.outro > - paths -> output.paths > - preferConst -> output.preferConst > - pureExternalModules -> treeshake.pureExternalModules > - resolveExternal -> use plugin API > - resolveId -> use plugin API > - sourcemap -> output.sourcemap > - sourceMap -> output.sourcemap > - sourceMapFile -> output.sourcemapFile > - strict -> output.strict > - targets -> use output as an array > - transform -> use plugin API > - useStrict -> output.strict > * In general, output options can no longer be used as input options ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)) > * `bundle.generate` and `bundle.write` now return a new format ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293)) > * Several plugin hooks have become deprecated and will display warnings when used ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)): > - transformBundle > - transformChunk > - ongenerate > - onwrite > * Plugin transform dependencies are deprecated in favour of the `watchChange` plugin hook ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)) > * Accessing `this.watcher` in plugin hooks is deprecated in favour of the `watchChange` plugin hook ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)) > * Using dynamic import statements will by default create a new chunk unless `inlineDynamicImports` is used ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293)) > * Rollup now uses acorn@6 which means that acorn plugins must be compatible with this version; acorn is now external for non-browser builds to make plugins work ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293)) > > ... (truncated)
Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 1.0.0 > *2018-12-28* > > ### Breaking Changes > * Several (mostly deprecated) options have been removed or renamed ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293), [#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/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 > - noConflict -> output.noConflict > - output.moduleId -> output.amd.id > - outro -> output.outro > - paths -> output.paths > - preferConst -> output.preferConst > - pureExternalModules -> treeshake.pureExternalModules > - resolveExternal -> use plugin API > - resolveId -> use plugin API > - sourcemap -> output.sourcemap > - sourceMap -> output.sourcemap > - sourceMapFile -> output.sourcemapFile > - strict -> output.strict > - targets -> use output as an array > - transform -> use plugin API > - useStrict -> output.strict > * In general, output options can no longer be used as input options ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)) > * `bundle.generate` and `bundle.write` now return a new format ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293)) > * Several plugin hooks have become deprecated and will display warnings when used ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)): > - transformBundle > - transformChunk > - ongenerate > - onwrite > * Plugin transform dependencies are deprecated in favour of the `watchChange` plugin hook ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)) > * Accessing `this.watcher` in plugin hooks is deprecated in favour of the `watchChange` plugin hook ([#2409](https://github-redirect.dependabot.com/rollup/rollup/issues/2409)) > * Using dynamic import statements will by default create a new chunk unless `inlineDynamicImports` is used ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293)) > * Rollup now uses acorn@6 which means that acorn plugins must be compatible with this version; acorn is now external for non-browser builds to make plugins work ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293)) > > ... (truncated)
Commits - [`7cc2f62`](https://github.com/rollup/rollup/commit/7cc2f62ed38951c62cbd144125847e0942ef540f) 1.0.0 - [`5f876b2`](https://github.com/rollup/rollup/commit/5f876b251586d7b634fd5f00ef4b5847bdbabffe) Update changelog - [`4f19233`](https://github.com/rollup/rollup/commit/4f192335f2cac82897c457ac6cd0d524036ccd5b) 1.0 changes ([#2293](https://github-redirect.dependabot.com/rollup/rollup/issues/2293)) - [`5328122`](https://github.com/rollup/rollup/commit/53281226615dd5f4722ff37590ec9c286dc9a261) Fix hook's name in test's description ([#2611](https://github-redirect.dependabot.com/rollup/rollup/issues/2611)) - [`84cb5b5`](https://github.com/rollup/rollup/commit/84cb5b517d7176889e232c986ef9e2d98a0edfab) Fix a self-contradiction comment in the docs ([#2612](https://github-redirect.dependabot.com/rollup/rollup/issues/2612)) - [`f860199`](https://github.com/rollup/rollup/commit/f86019933888466d4bf4d4e06cb6ffe08b8520e1) 0.68.2 - [`dc5233c`](https://github.com/rollup/rollup/commit/dc5233c124894d0450a76e9d24222e279662405f) Update changelog - [`f8600a9`](https://github.com/rollup/rollup/commit/f8600a927675e0f6c64803e9dee28af27545934a) Hoisting fixes ([#2607](https://github-redirect.dependabot.com/rollup/rollup/issues/2607)) - [`b42e7fb`](https://github.com/rollup/rollup/commit/b42e7fb6e77ba0fabab368ff0792bc672523112f) Update docs for latest rollup 0.x ([#2604](https://github-redirect.dependabot.com/rollup/rollup/issues/2604)) - [`325d65f`](https://github.com/rollup/rollup/commit/325d65f66d1156f10ae436ad58306c46d6eb62a9) Inline docs ([#2602](https://github-redirect.dependabot.com/rollup/rollup/issues/2602)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v0.65.0...v1.0.0)


Dependabot compatibility score

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 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #23.