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.1.2 #23

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rollup from 0.65.0 to 1.1.2.

Release notes *Sourced from [rollup's releases](https://github.com/rollup/rollup/releases).* > ## v1.1.2 > *2019-01-21* > > ### Bug Fixes > * Tree-shaken dynamic imports no longer leave behind `undefined` entries in the bundle information ([#2663](https://github-redirect.dependabot.com/rollup/rollup/issues/2663)) > * Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks ([#2664](https://github-redirect.dependabot.com/rollup/rollup/issues/2664)) > > ### Pull Requests > * [#2663](https://github-redirect.dependabot.com/rollup/rollup/pull/2663): Do not include tree-shaken dynamic imports in bundle information ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2664](https://github-redirect.dependabot.com/rollup/rollup/pull/2664): Properly handle dynamic imports declared in dynamically imported files ([**everdimension**](https://github.com/everdimension)) > > ## v1.1.1 > *2019-01-19* > > ### Bug Fixes > * Make sure object prototype methods are not considered to be falsy when tree-shaking ([#2652](https://github-redirect.dependabot.com/rollup/rollup/issues/2652)) > > ### Pull Requests > * [#2652](https://github-redirect.dependabot.com/rollup/rollup/pull/2652): Make sure object prototype methods are not considered to be falsy ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2654](https://github-redirect.dependabot.com/rollup/rollup/pull/2654): Use correct signature for `this.setAssetSource` in docs ([**everdimension**](https://github.com/everdimension)) > * [#2656](https://github-redirect.dependabot.com/rollup/rollup/pull/2656): Swap descriptions for `[extname]` and `[ext]` in docs ([**tivac**](https://github.com/tivac)) > > ## v1.1.0 > *2019-01-09* > > ### Features > * Make `this.meta` available from the `options` plugin hook ([#2642](https://github-redirect.dependabot.com/rollup/rollup/issues/2642)) > * Add a new `writeBundle` plugin hook that is called *after* all files have been written ([#2643](https://github-redirect.dependabot.com/rollup/rollup/issues/2643)) > > ### Bug Fixes > * Make sure the `acorn` import of the bundled non-ESM acorn plugins is correctly translated to ESM ([#2636](https://github-redirect.dependabot.com/rollup/rollup/issues/2636)) > * Make sure input options are actually passed to the `buildStart` hook ([#2642](https://github-redirect.dependabot.com/rollup/rollup/issues/2642)) > > ### Pull Requests > * [#2636](https://github-redirect.dependabot.com/rollup/rollup/pull/2636): Improve how acorn is imported, update dependencies ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2642](https://github-redirect.dependabot.com/rollup/rollup/pull/2642): Make this.meta available in options hook, pass input options to buildStart ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2643](https://github-redirect.dependabot.com/rollup/rollup/pull/2643): Implement writeBundle hook ([**lukastaegert**](https://github.com/lukastaegert)) > > ## 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](https://github-redirect.dependabot.com/rollup/rollup/issues/2633)) > * Fix a crash when generating hashes for tree-shaken dynamic imports ([#2638](https://github-redirect.dependabot.com/rollup/rollup/issues/2638)) > * Fix a crash and some inconsistencies when using the acorn-bigint plugin ([#2640](https://github-redirect.dependabot.com/rollup/rollup/issues/2640)) > > ### Pull Requests > * [#2633](https://github-redirect.dependabot.com/rollup/rollup/pull/2633): Document `this.addWatchFile` and make sure it also declares transform dependencies ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2635](https://github-redirect.dependabot.com/rollup/rollup/pull/2635): Make sure `code` is optional in warning type ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2638](https://github-redirect.dependabot.com/rollup/rollup/pull/2638): Do not fail when generating hashes for tree-shaken dynamic imports ([**lukastaegert**](https://github.com/lukastaegert)) > ... (truncated)
Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 1.1.2 > *2019-01-21* > > ### Bug Fixes > * Tree-shaken dynamic imports no longer leave behind `undefined` entries in the bundle information ([#2663](https://github-redirect.dependabot.com/rollup/rollup/issues/2663)) > * Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks ([#2664](https://github-redirect.dependabot.com/rollup/rollup/issues/2664)) > > ### Pull Requests > * [#2663](https://github-redirect.dependabot.com/rollup/rollup/pull/2663): Do not include tree-shaken dynamic imports in bundle information ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2664](https://github-redirect.dependabot.com/rollup/rollup/pull/2664): Properly handle dynamic imports declared in dynamically imported files ([**everdimension**](https://github.com/everdimension)) > > ## 1.1.1 > *2019-01-19* > > ### Bug Fixes > * Make sure object prototype methods are not considered to be falsy when tree-shaking ([#2652](https://github-redirect.dependabot.com/rollup/rollup/issues/2652)) > > ### Pull Requests > * [#2652](https://github-redirect.dependabot.com/rollup/rollup/pull/2652): Make sure object prototype methods are not considered to be falsy ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2654](https://github-redirect.dependabot.com/rollup/rollup/pull/2654): Use correct signature for `this.setAssetSource` in docs ([**everdimension**](https://github.com/everdimension)) > * [#2656](https://github-redirect.dependabot.com/rollup/rollup/pull/2656): Swap descriptions for `[extname]` and `[ext]` in docs ([**tivac**](https://github.com/tivac)) > > ## 1.1.0 > *2019-01-09* > > ### Features > * Make `this.meta` available from the `options` plugin hook ([#2642](https://github-redirect.dependabot.com/rollup/rollup/issues/2642)) > * Add a new `writeBundle` plugin hook that is called *after* all files have been written ([#2643](https://github-redirect.dependabot.com/rollup/rollup/issues/2643)) > > ### Bug Fixes > * Make sure the `acorn` import of the bundled non-ESM acorn plugins is correctly translated to ESM ([#2636](https://github-redirect.dependabot.com/rollup/rollup/issues/2636)) > * Make sure input options are actually passed to the `buildStart` hook ([#2642](https://github-redirect.dependabot.com/rollup/rollup/issues/2642)) > > ### Pull Requests > * [#2636](https://github-redirect.dependabot.com/rollup/rollup/pull/2636): Improve how acorn is imported, update dependencies ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2642](https://github-redirect.dependabot.com/rollup/rollup/pull/2642): Make this.meta available in options hook, pass input options to buildStart ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2643](https://github-redirect.dependabot.com/rollup/rollup/pull/2643): Implement writeBundle hook ([**lukastaegert**](https://github.com/lukastaegert)) > > ## 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](https://github-redirect.dependabot.com/rollup/rollup/issues/2633)) > * Fix a crash when generating hashes for tree-shaken dynamic imports ([#2638](https://github-redirect.dependabot.com/rollup/rollup/issues/2638)) > * Fix a crash and some inconsistencies when using the acorn-bigint plugin ([#2640](https://github-redirect.dependabot.com/rollup/rollup/issues/2640)) > > ### Pull Requests > * [#2633](https://github-redirect.dependabot.com/rollup/rollup/pull/2633): Document `this.addWatchFile` and make sure it also declares transform dependencies ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2635](https://github-redirect.dependabot.com/rollup/rollup/pull/2635): Make sure `code` is optional in warning type ([**lukastaegert**](https://github.com/lukastaegert)) > * [#2638](https://github-redirect.dependabot.com/rollup/rollup/pull/2638): Do not fail when generating hashes for tree-shaken dynamic imports ([**lukastaegert**](https://github.com/lukastaegert)) > ... (truncated)
Commits - [`38f3ca6`](https://github.com/rollup/rollup/commit/38f3ca676ba67d740ef5cd2967f8412f80feeafe) 1.1.2 - [`384e35d`](https://github.com/rollup/rollup/commit/384e35d54ddba3c8849581d3692303e15ccb6c71) Update changelog - [`296035e`](https://github.com/rollup/rollup/commit/296035e688cf12d3b2fc565a87373d560fb55a62) Do not include tree-shaken dynamic imports in bundle information ([#2663](https://github-redirect.dependabot.com/rollup/rollup/issues/2663)) - [`a7eb784`](https://github.com/rollup/rollup/commit/a7eb784169bdd854068b628780f0b4b63cef03d5) Properly handle dynamic imports declared in dynamically imported files ([#2664](https://github-redirect.dependabot.com/rollup/rollup/issues/2664)) - [`de89274`](https://github.com/rollup/rollup/commit/de892743b1b4083d7043c4230f8ad8a7aa08e996) 1.1.1 - [`3b7ad99`](https://github.com/rollup/rollup/commit/3b7ad992269053844944db1f37a2b298d6dfdfad) Update docs - [`cb3829b`](https://github.com/rollup/rollup/commit/cb3829b3d65c43bcb21447065cc74a87ad7aea07) Make sure object prototype methods are not considered to be falsy ([#2652](https://github-redirect.dependabot.com/rollup/rollup/issues/2652)) - [`1633675`](https://github.com/rollup/rollup/commit/16336758a9f643cc27f84ab6af68cda988916cf9) Update docs ([#2654](https://github-redirect.dependabot.com/rollup/rollup/issues/2654)) - [`c1feb63`](https://github.com/rollup/rollup/commit/c1feb63a6783c4f605b2fcd4d5954f3b77631597) docs: swap descriptions for [extname] and [ext] ([#2656](https://github-redirect.dependabot.com/rollup/rollup/issues/2656)) - [`00d7521`](https://github.com/rollup/rollup/commit/00d752181ca2a582b03911646be0f7a4ea44bda6) 1.1.0 - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v0.65.0...v1.1.2)


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 #26.