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

Closed
greenkeeper bot opened this issue Sep 8, 2019 · 4 comments
Closed

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

greenkeeper bot opened this issue Sep 8, 2019 · 4 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 8, 2019

The devDependency rollup was updated from 1.20.3 to 1.21.0.

🚨 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 failed (Details).

Commits

The new version differs by 9 commits.

  • 1b72941 1.21.0
  • 0ad169a Update changelog
  • 1d524f2 fix: remove 'use strict'; from systemjs when strict=false (#3101)
  • 8dceaf6 Add support for entryFileNames pattern used in combination with preserveModules option (#3088)
  • b226036 Make accessing unknown globals a side-effect (#3068)
  • bba1466 feat: OutputBundle Tagged union with 'type = chunk|asset' (#3080)
  • 18d1aed Watch files onbuild, even if build fails (#3081)
  • 1429d57 retrigger CI
  • 071f5e3 Fix date in changelog

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 Sep 8, 2019

After pinning to 1.20.3 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 Sep 9, 2019

  • The devDependency rollup was updated from 1.21.0 to 1.21.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.21.1

2019-09-09

Bug Fixes

  • Allow legacy plugins to still add assets directly to the bundle object (#3105)

Pull Requests

  • #3105: Allow legacy plugins to still add assets directly to the bundle object (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 96e691b 1.21.1
  • b7ebc49 Update changelog
  • cb5227c Permit plugins to add assets directly to the bundle in Rollup 1.x (#3105)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 9, 2019

  • The devDependency rollup was updated from 1.21.1 to 1.21.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.21.2

2019-09-09

Bug Fixes

  • Fix wrong deprecation message to direct to this.emitFile instead of this.emitAsset
Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 16, 2019

  • The devDependency rollup was updated from 1.21.3 to 1.21.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.21.4

2019-09-16

Bug Fixes

  • Recognize common browser globals (#3117)
  • Do not treat "typeof " as a side-effect (#3117)

Pull Requests

  • #3117: Add browser globals to known globals and prevent "typeof" side-effects (@lukastaegert)
Commits

The new version differs by 6 commits.

  • 9bd47a2 1.21.4
  • 7fd57c0 Update changelog
  • 86d98cb Add browser globals to known globals and prevent "typeof" side-effects (#3117)
  • 13b27ca 1.21.3
  • 6a216d0 Update changelog
  • ed880a0 Fix .addWatchFile() dependencies failing to invalidate in watch mode (#3112)

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

1 participant