Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package): Update dependency rollup to v1.11.0 #12

Merged
merged 1 commit into from
May 3, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2019

This PR contains the following updates:

Package Type Update Change References
rollup devDependencies minor 1.10.1 -> 1.11.0 source

Release Notes

rollup/rollup

v1.11.0

Compare Source

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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot merged commit e518317 into master May 3, 2019
@renovate renovate bot deleted the renovate/rollup-1.x branch May 3, 2019 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant