Skip to content

build(deps-dev): bump rollup from 0.66.6 to 1.1.2#26

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rollup-1.1.2
Closed

build(deps-dev): bump rollup from 0.66.6 to 1.1.2#26
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rollup-1.1.2

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps rollup from 0.66.6 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 will not automatically merge this PR because this dependency is pre-1.0.0.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.

Bumps [rollup](https://github.com/rollup/rollup) from 0.66.6 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.66.6...v1.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Feb 1, 2019
@codecov-io

codecov-io commented Feb 1, 2019

Copy link
Copy Markdown

Codecov Report

Merging #26 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #26   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           9     9           
  Lines         142   142           
  Branches       25    25           
====================================
  Misses        142   142

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f743eb...cd6fad7. Read the comment docs.

@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #32.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/rollup-1.1.2 branch March 1, 2019 22:13
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.

2 participants