Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 22, 2019

Bumps rollup from 0.59.4 to 1.1.2.

Release notes

Sourced from rollup's releases.

v1.1.2

2019-01-21

Bug Fixes

  • Tree-shaken dynamic imports no longer leave behind undefined entries in the bundle information (#2663)
  • Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#2664)

Pull Requests

  • #2663: Do not include tree-shaken dynamic imports in bundle information (lukastaegert)
  • #2664: Properly handle dynamic imports declared in dynamically imported files (everdimension)

v1.1.1

2019-01-19

Bug Fixes

  • Make sure object prototype methods are not considered to be falsy when tree-shaking (#2652)

Pull Requests

  • #2652: Make sure object prototype methods are not considered to be falsy (lukastaegert)
  • #2654: Use correct signature for this.setAssetSource in docs (everdimension)
  • #2656: Swap descriptions for [extname] and [ext] in docs (tivac)

v1.1.0

2019-01-09

Features

  • Make this.meta available from the options plugin hook (#2642)
  • Add a new writeBundle plugin hook that is called after all files have been written (#2643)

Bug Fixes

  • Make sure the acorn import of the bundled non-ESM acorn plugins is correctly translated to ESM (#2636)
  • Make sure input options are actually passed to the buildStart hook (#2642)

Pull Requests

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.addWatchFile and make sure it also declares transform dependencies (lukastaegert)
  • #2635: Make sure code is optional in warning type (lukastaegert)
  • #2638: Do not fail when generating hashes for tree-shaken dynamic imports (lukastaegert)
... (truncated)
Changelog

Sourced from rollup's changelog.

1.1.2

2019-01-21

Bug Fixes

  • Tree-shaken dynamic imports no longer leave behind undefined entries in the bundle information (#2663)
  • Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#2664)

Pull Requests

  • #2663: Do not include tree-shaken dynamic imports in bundle information (lukastaegert)
  • #2664: Properly handle dynamic imports declared in dynamically imported files (everdimension)

1.1.1

2019-01-19

Bug Fixes

  • Make sure object prototype methods are not considered to be falsy when tree-shaking (#2652)

Pull Requests

  • #2652: Make sure object prototype methods are not considered to be falsy (lukastaegert)
  • #2654: Use correct signature for this.setAssetSource in docs (everdimension)
  • #2656: Swap descriptions for [extname] and [ext] in docs (tivac)

1.1.0

2019-01-09

Features

  • Make this.meta available from the options plugin hook (#2642)
  • Add a new writeBundle plugin hook that is called after all files have been written (#2643)

Bug Fixes

  • Make sure the acorn import of the bundled non-ESM acorn plugins is correctly translated to ESM (#2636)
  • Make sure input options are actually passed to the buildStart hook (#2642)

Pull Requests

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.addWatchFile and make sure it also declares transform dependencies (lukastaegert)
  • #2635: Make sure code is optional in warning type (lukastaegert)
  • #2638: Do not fail when generating hashes for tree-shaken dynamic imports (lukastaegert)
... (truncated)
Commits

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:

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 22, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rollup-1.1.2 branch from bd641f4 to 79a3cee Compare February 1, 2019 13:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rollup-1.1.2 branch from 79a3cee to 4234821 Compare February 11, 2019 14:03
Bumps [rollup](https://github.com/rollup/rollup) from 0.59.4 to 1.1.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v0.59.4...v1.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rollup-1.1.2 branch from 4234821 to ee639bd Compare February 15, 2019 11:49
@dependabot-preview
Copy link
Contributor Author

Superseded by #73.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rollup-1.1.2 branch February 18, 2019 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant