Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Update rollup to the latest version 🚀#49

Open
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/rollup-1.11.0
Open

Update rollup to the latest version 🚀#49
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/rollup-1.11.0

Conversation

@greenkeeper
Copy link
Copy Markdown
Contributor

@greenkeeper greenkeeper bot commented May 3, 2019

The devDependency rollup was updated from 0.67.4 to 1.11.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v1.11.0

2019-05-03

Features

  • Add emitChunk plugin context function to emit additional entry chunks that can be referenced from the code (#2809)
  • Allow manualChunks to be a function (#2831)
  • Omit .js extensions in AMD imports to make sure an AMD baseUrl would work (#2809)
  • Automatically use the name of the imported module as a base for dynamically imported chunks (#2809)
  • Add resolveFileUrl plugin hook to replace resolveAssetUrl and handle emitted chunks as well (#2809)
  • Add resolve plugin hook to replace resolveId and isExternal that returns an object (#2829)
  • Allow resolveDynamicImport to return an {id, external} object to also resolve unresolvable dynamic imports to a module (#2829)

Bug Fixes

  • Do not create invalid code if a dynamic import contains nothing but reexports (#2809)
  • Do not fail if modules that define a manual chunk depend on each other (#2809)
  • Do not fail if a module that defines a manual chunk is the dependency of a module defining a different manual chunk (#2809)
  • No longer fail for unnamed duplicate entry points but combine them (#2809)
  • Always return string | null from this.resolveId even if some resolveId hooks return objects (#2829)
  • Show proper warnings when resolveDynamicImport resolves to a non-external module that does not exist (#2829)

Pull Requests

Commits

The new version differs by 193 commits.

  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again
  • e5f45d2 Update changelog
  • 5a5ccc8 Update dependencies (#2833)
  • c4d8440 Update changelog
  • d96a846 Manual chunks function (#2831)
  • 856707c Improve id resolution (#2829)
  • 18829da Add hook for dynamic entry chunk emission (#2809)
  • 980903b Update changelog
  • 933b322 Also mention code and map in the generateBundle hook documentation (#2832)
  • 0441723 Update changelog
  • 4b4ace3 Docs: Fix syntax error (#2821)
  • e7b5214 1.10.1
  • ef69222 Update changelog
  • 099444d Catch invalid options.format values (#2813)

There are 193 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request May 4, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 4, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.11.1.

Update to this version instead 🚀

Release Notes for v1.11.1

2019-05-04

Bug Fixes

  • Fix an issue where rendered exports were reported as "removed" in the bundle information (#2835)

Pull Requests

  • #2835: Fix removedExports to correctly track the exported item (@Swatinem)
Commits

The new version differs by 3 commits.

  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 4, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 4, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.11.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 5, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 5, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.11.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 15, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.12.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 16, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.12.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 17, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 17, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.12.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 19, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.12.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 19, 2019
greenkeeper bot added a commit that referenced this pull request May 27, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 27, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.12.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 30, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 30, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.12.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 31, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 31, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.13.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 1, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Jun 1, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.13.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.14.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.14.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 10, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.4.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 10, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.6.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 12, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.6.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 21, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.7.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 22, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.7.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 22, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.7.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 27, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.7.3.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 29, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.7.4.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.7.5.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency rollup was updated from 0.67.4 to 2.7.6.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 6, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.8.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.8.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.8.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 10, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.9.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 11, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.9.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 13, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 18, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.3.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 19, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.4.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 19, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.5.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 22, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.6.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 22, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.7.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 23, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.8.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 24, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.10.9.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 27, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.11.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 28, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.11.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 28, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.11.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented May 31, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.12.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Contributor Author

greenkeeper bot commented Jun 2, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.67.4 to 2.12.1.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants