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 🚨 #30

Open
greenkeeper bot opened this issue Mar 7, 2019 · 8 comments
Open

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

greenkeeper bot opened this issue Mar 7, 2019 · 8 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 7, 2019

The devDependency rollup was updated from 1.4.1 to 1.4.2.

🚨 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.4.2

2019-03-07

Bug Fixes

  • Respect variable identity of exports when hashing (#2741)
  • Resolve a situations where a variable was imported twice with the same name (#2737)

Pull Requests

Commits

The new version differs by 6 commits.

  • adaa23e 1.4.2
  • 2d03a67 Update changelog
  • 858fea4 Resolve a situation where different default exports referencing the same (#2737)
  • 6903425 Update changelog
  • af41561 Fix an issue where the same hash was generated when different variables (#2741)
  • d27c0f6 Docs: Fix return type (#2738)

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 Mar 7, 2019

After pinning to 1.4.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

  • The devDependency rollup was updated from 1.4.2 to 1.5.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.0

2019-03-07

Features

  • Allow resolving to a different id while marking it as external at the same time (#2734)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2019

  • The devDependency rollup was updated from 1.5.0 to 1.6.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2019

  • The devDependency rollup was updated from 1.6.0 to 1.6.1.

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

Release Notes for v1.6.1

2019-03-20

Bug Fixes

  • Avoid name clashes of unused default exports when tree-shaking is false (#2758)
  • Do not crash when generating SystemJS bundles containing array patterns with member expressions (#2760)

Pull Requests

Commits

The new version differs by 4 commits.

  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2019

  • The devDependency rollup was updated from 1.6.1 to 1.7.0.

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

Release Notes for v1.7.0

2019-03-20

Features

  • Sort chunk exports by name for greater consistency (#2757)

Bug Fixes

  • Fix a situation where tree-shakeable code would not be removed in an indeterminate manner (#2757)

Pull Requests

Commits

The new version differs by 7 commits.

  • 69f0ef7 1.7.0
  • 243cc83 Update changelog
  • 4080c2c Sort modules before binding, sort exports (#2757)
  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2019

  • The devDependency rollup was updated from 1.7.0 to 1.7.1.

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

Release Notes for v1.7.1

2019-03-24

Bug Fixes

  • Prevent invalid code when exporting several hundred identifiers from a chunk (#2768)
  • Do not wrongly deconflict labels (#2776)

Pull Requests

Commits

The new version differs by 14 commits.

  • 7c4ceca 1.7.1
  • 034034f Update changelog
  • 75b41e2 Do not treat break labels as identifiers (#2776)
  • 61dcba8 Update changelog
  • 9cbb73e Sanitize shortened internal export names (#2768)
  • dec4d83 Update changelog
  • 429942e Update dependencies and fix security issues (#2769)
  • 69f0ef7 1.7.0
  • 243cc83 Update changelog
  • 4080c2c Sort modules before binding, sort exports (#2757)
  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2019

  • The devDependency rollup was updated from 1.7.1 to 1.7.2.

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 25, 2019

  • The devDependency rollup was updated from 1.7.2 to 1.7.3.

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

Release Notes for v1.7.3

2019-03-24

Bug Fixes

  • Use getters when re-exporting live-bindings (#2765)

Pull Requests

  • #2765: Support exporting live-bindings from other chunks or external dependencies (@lukastaegert)
Commits

The new version differs by 20 commits.

There are 20 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