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

An in-range update of rollup is breaking the build 🚨 #9

Open
greenkeeper bot opened this issue Apr 10, 2019 · 8 comments
Open

An in-range update of rollup is breaking the build 🚨 #9

greenkeeper bot opened this issue Apr 10, 2019 · 8 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Apr 10, 2019

The devDependency rollup was updated from 1.9.2 to 1.9.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.9.3

2019-04-10

Bug Fixes

  • Simplify return expressions that are evaluated before the surrounding function is bound (#2803)

Pull Requests

  • #2803: Handle out-of-order binding of identifiers to improve tree-shaking (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 516a06d 1.9.3
  • a5526ea Update changelog
  • c3d73ff Handle out-of-order binding of identifiers to improve tree-shaking (#2803)

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
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2019

After pinning to 1.9.2 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 11, 2019

  • The devDependency rollup was updated from 1.9.3 to 1.10.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.10.0

2019-04-11

Features

  • Improve generated code to polyfill import.meta.url (#2785)
  • Add plugin hook to configure handling of import.meta (#2785)
  • Improve generated code when accessing URLs of emitted assets (#2796)
  • Add plugin hook to configure the generated code when accessing URLs of emitted assets (#2796)

Bug Fixes

  • No longer resolve assets to their parent URL in some cases (#2796)

Pull Requests

Commits

The new version differs by 4 commits.

  • cc3cf1c 1.10.0
  • 2c3cbaa Update changelog
  • 9ffe6f5 Improve and fix asset emission (#2796)
  • 2ae0811 Refactor handling of import.meta.url and add option to configure behaviour (#2785)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 19, 2019

  • The devDependency rollup was updated from 1.10.0 to 1.10.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 3, 2019

  • The devDependency rollup was updated from 1.10.1 to 1.11.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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 24 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 24 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 4, 2019

  • The devDependency rollup was updated from 1.11.0 to 1.11.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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 27 commits.

  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 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)

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 4, 2019

  • The devDependency rollup was updated from 1.11.1 to 1.11.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.11.2

2019-05-04

Bug Fixes

  • Prevent a crash when handling circular namespace exports (#2836)

Pull Requests

  • #2836: Make sure circular export * from X does not stack overflow (@Swatinem)
Commits

The new version differs by 30 commits.

  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)
  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 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

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 5, 2019

  • The devDependency rollup was updated from 1.11.2 to 1.11.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.11.3

2019-05-05

Bug Fixes

  • Quote es3 keywords in namespace objects (#2825)

Pull Requests

  • #2825: Add es3 support for namespace object import (@sormy)
Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2019

  • The devDependency rollup was updated from 1.11.3 to 1.12.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.12.0

2019-05-15

Features

  • Add treeshake.moduleSideEffects option to allow removing empty imports without a side-effect check (#2844)
  • Extend plugin API to allow marking modules as side-effect-free (#2844)
  • Extend this.resolve plugin context function with an option to skip the resolveId hook of the calling plugin (#2844)
  • Add isEntry flag to this.getModuleInfo plugin context function (#2844)
  • Distribute Rollup as optimized ES2015 code (#2851)

Pull Requests

Commits

The new version differs by 37 commits.

  • fc1fa5b 1.12.0
  • 0cb505b Update changelog
  • 4cad1bd Switch to es2015 output (#2851)
  • 1de599f Add options and hooks to control module side effects (#2844)
  • 7d669eb 1.11.3
  • c04388d Update changelog
  • dee790e Add es3 support for namespace object import (#2825)
  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)
  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again

There are 37 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants