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 babel7 is breaking the build 🚨 #169

Open
greenkeeper bot opened this issue Jan 12, 2020 · 21 comments
Open

An in-range update of babel7 is breaking the build 🚨 #169

greenkeeper bot opened this issue Jan 12, 2020 · 21 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 12, 2020

There have been updates to the babel7 monorepo:

    • The devDependency @babel/cli was updated from 7.7.7 to 7.8.0.

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the babel7 group definition.

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

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 Jan 13, 2020

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 14, 2020

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2020

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2020

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 21, 2020

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2020

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 26, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 27, 2020

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2020

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

Release Notes for v7.10.2

v7.10.2 (2020-05-30)

Thanks @fivetanley and @hamlim for their first PRs!

🚀 New Feature

🐛 Bug Fix

  • babel-helper-compilation-targets
    • #11648 fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (@fivetanley)
  • babel-helper-create-class-features-plugin, babel-preset-env
  • babel-generator
  • babel-generator, babel-types
  • babel-plugin-syntax-module-attributes, babel-standalone
    • #11631 Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (@hamlim)

💅 Polish

  • babel-core
    • #11643 fix: add new plugin names to missing plugin helpers (@JLHwung)

🏠 Internal

  • babel-parser
    • #11653 refactor: split locationParser into ParserErrors and error message (@JLHwung)

Committers: 6

Commits

The new version differs by 124 commits.

  • b0350e5 v7.10.2
  • b5c4a46 refactor: split locationParser into ParserErrors and error message (#11653)
  • 15d6da0 fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (#11648)
  • e6d873e Class features loose should have precedence over preset-env (#11634)
  • 5b24d79 fix: add bigIntSuffix to minified output (#11645)
  • 69198be feature: babel-eslint-parser passes through config options (#11639)
  • 6b7a6dc fix: add new plugin names to missing plugin helpers (#11643)
  • d7d36a6 Add support for printing ImportAttribute (#11641)
  • 8e41f26 Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (#11631)
  • ddfdf00 Update CHANGELOG.md [skip ci]
  • 1b670c2 Add v7.10.1 to CHANGELOG.md [skip ci]
  • 88f57a7 v7.10.1
  • 32bd530 [hotfix] Use same targets for fields as for private methods (#11633)
  • 05804b1 Fix standalone tag when data-type is not set. (#11624)
  • 242d9e0 Use repository.directory field in package.json files (#11625)

There are 124 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2020

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

Release Notes for v7.10.2

v7.10.2 (2020-05-30)

Thanks @fivetanley and @hamlim for their first PRs!

🚀 New Feature

🐛 Bug Fix

  • babel-helper-compilation-targets
    • #11648 fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (@fivetanley)
  • babel-helper-create-class-features-plugin, babel-preset-env
  • babel-generator
  • babel-generator, babel-types
  • babel-plugin-syntax-module-attributes, babel-standalone
    • #11631 Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (@hamlim)

💅 Polish

  • babel-core
    • #11643 fix: add new plugin names to missing plugin helpers (@JLHwung)

🏠 Internal

  • babel-parser
    • #11653 refactor: split locationParser into ParserErrors and error message (@JLHwung)

Committers: 6

Commits

The new version differs by 124 commits.

  • b0350e5 v7.10.2
  • b5c4a46 refactor: split locationParser into ParserErrors and error message (#11653)
  • 15d6da0 fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (#11648)
  • e6d873e Class features loose should have precedence over preset-env (#11634)
  • 5b24d79 fix: add bigIntSuffix to minified output (#11645)
  • 69198be feature: babel-eslint-parser passes through config options (#11639)
  • 6b7a6dc fix: add new plugin names to missing plugin helpers (#11643)
  • d7d36a6 Add support for printing ImportAttribute (#11641)
  • 8e41f26 Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (#11631)
  • ddfdf00 Update CHANGELOG.md [skip ci]
  • 1b670c2 Add v7.10.1 to CHANGELOG.md [skip ci]
  • 88f57a7 v7.10.1
  • 32bd530 [hotfix] Use same targets for fields as for private methods (#11633)
  • 05804b1 Fix standalone tag when data-type is not set. (#11624)
  • 242d9e0 Use repository.directory field in package.json files (#11625)

There are 124 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 31, 2020

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

Release Notes for v7.10.2

v7.10.2 (2020-05-30)

Thanks @fivetanley and @hamlim for their first PRs!

🚀 New Feature

🐛 Bug Fix

  • babel-helper-compilation-targets
    • #11648 fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (@fivetanley)
  • babel-helper-create-class-features-plugin, babel-preset-env
  • babel-generator
  • babel-generator, babel-types
  • babel-plugin-syntax-module-attributes, babel-standalone
    • #11631 Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (@hamlim)

💅 Polish

  • babel-core
    • #11643 fix: add new plugin names to missing plugin helpers (@JLHwung)

🏠 Internal

  • babel-parser
    • #11653 refactor: split locationParser into ParserErrors and error message (@JLHwung)

Committers: 6

Commits

The new version differs by 124 commits.

  • b0350e5 v7.10.2
  • b5c4a46 refactor: split locationParser into ParserErrors and error message (#11653)
  • 15d6da0 fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (#11648)
  • e6d873e Class features loose should have precedence over preset-env (#11634)
  • 5b24d79 fix: add bigIntSuffix to minified output (#11645)
  • 69198be feature: babel-eslint-parser passes through config options (#11639)
  • 6b7a6dc fix: add new plugin names to missing plugin helpers (#11643)
  • d7d36a6 Add support for printing ImportAttribute (#11641)
  • 8e41f26 Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (#11631)
  • ddfdf00 Update CHANGELOG.md [skip ci]
  • 1b670c2 Add v7.10.1 to CHANGELOG.md [skip ci]
  • 88f57a7 v7.10.1
  • 32bd530 [hotfix] Use same targets for fields as for private methods (#11633)
  • 05804b1 Fix standalone tag when data-type is not set. (#11624)
  • 242d9e0 Use repository.directory field in package.json files (#11625)

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