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

Closed
greenkeeper bot opened this issue Mar 20, 2019 · 8 comments
Closed

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

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

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 20, 2019

The devDependency rollup was updated from 1.6.0 to 1.6.1.

🚨 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
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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

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

After pinning to 1.6.0 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 20, 2019

  • The devDependency rollup was updated from 1.6.1 to 1.7.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

@christophercr
Copy link
Collaborator

The issue was not related to this upgrade but to another separate upgrade (@types/jasmine). After fixing that other issue, re-basing this branch and re-running the build, it succeeded.

@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 still failing with this version. Compare changes

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 7 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)

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

  • e9e9636 1.7.3
  • 48251d5 Update changelog
  • e53c734 Support exporting live-bindings from other chunks or external dependencies (#2765)
  • a764107 1.7.2
  • d05525d Update changelog
  • 177a076 Resolve relative external ids (#2774)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 2, 2019

  • The devDependency rollup was updated from 1.7.4 to 1.8.0.

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

Release Notes for v1.8.0

2019-04-02

Features

  • Support module as alias for esm and commonjs for cjs to match Node (#2783)

Pull Requests

Commits

The new version differs by 13 commits.

  • 712c56f 1.8.0
  • f083f50 Update changelog
  • dba1438 inline interopDefault in config loading (#2782)
  • 8825cdb Support Node-style format aliases (#2783)
  • f5a6c30 1.7.4
  • 5c6c884 Update changelog
  • b3578ae Make all properties in TreeshakingOptions optional (#2779)
  • e9e9636 1.7.3
  • 48251d5 Update changelog
  • e53c734 Support exporting live-bindings from other chunks or external dependencies (#2765)
  • a764107 1.7.2
  • d05525d Update changelog
  • 177a076 Resolve relative external ids (#2774)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2019

  • The devDependency rollup was updated from 1.8.0 to 1.9.0.

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

Release Notes for v1.9.0

2019-04-05

Features

  • Add built-in support for bigint (#2789)

Pull Requests

Commits

The new version differs by 20 commits.

  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)
  • 712c56f 1.8.0
  • f083f50 Update changelog
  • dba1438 inline interopDefault in config loading (#2782)
  • 8825cdb Support Node-style format aliases (#2783)
  • f5a6c30 1.7.4
  • 5c6c884 Update changelog
  • b3578ae Make all properties in TreeshakingOptions optional (#2779)
  • e9e9636 1.7.3

There are 20 commits in total.

See the full diff

@NationalBankBelgium NationalBankBelgium locked as resolved and limited conversation to collaborators Apr 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant