Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

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

Bumps rollup from 0.59.4 to 1.1.0.

Release notes

Sourced from rollup's releases.

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

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 RollupOptions type (#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

  • Several (mostly deprecated) options have been removed or renamed (#2293, #2409):
    • banner -> output.banner
    • dest -> output.file
... (truncated)
Changelog

Sourced from rollup's changelog.

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

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 RollupOptions type (#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

  • Several (mostly deprecated) options have been removed or renamed (#2293, #2409):
    • banner -> output.banner
    • dest -> output.file
... (truncated)
Commits
  • 00d7521 1.1.0
  • 76c7162 Update changelog
  • bf47572 Make this.meta available in options hook, pass input options to buildStart (#...
  • d2e2c9f Improve how acorn is imported, update dependencies (#2636)
  • b7a8403 implement writeBundle hook (#2643)
  • 34cb08d Fix typo related to entryFileNames example (#2647)
  • 27cde2a 1.0.2
  • 6b55518 Update changelog
  • 6ac23e9 Make sure all CLI options are listed in the summary (#2641)
  • be7afed Treat bigints as unknown for now on all systems to avoid accidentally (#2640)
  • Additional commits viewable in compare view

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 18, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rollup-1.1.0 branch 2 times, most recently from 6e26c84 to 0566e51 Compare January 18, 2019 11:36
Bumps [rollup](https://github.com/rollup/rollup) from 0.59.4 to 1.1.0.
- [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.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/rollup-1.1.0 branch from 0566e51 to 1e49951 Compare January 18, 2019 12:03
@dependabot-preview
Copy link
Contributor Author

Superseded by #48.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rollup-1.1.0 branch January 21, 2019 05:30
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