visual-regression-testing-react-storybook icon indicating copy to clipboard operation
visual-regression-testing-react-storybook copied to clipboard

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

Open greenkeeper[bot] opened this issue 6 years ago • 36 comments

There have been updates to the babel7 monorepo:

    • The devDependency @babel/core was updated from 7.2.0 to 7.2.2.

🚨 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/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 :palm_tree:

greenkeeper[bot] avatar Dec 15 '18 12:12 greenkeeper[bot]

  • The devDependency @babel/core was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/node was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/preset-env was updated from 7.2.0 to 7.2.3.

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Dec 20 '18 14:12 greenkeeper[bot]

  • The devDependency @babel/core was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/node was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/preset-env was updated from 7.2.0 to 7.2.3.

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Dec 20 '18 17:12 greenkeeper[bot]

  • The devDependency @babel/core was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/node was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/preset-env was updated from 7.2.0 to 7.2.3.

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Dec 22 '18 00:12 greenkeeper[bot]

  • The devDependency @babel/core was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/node was updated from 7.2.0 to 7.2.2.
  • The devDependency @babel/preset-env was updated from 7.3.0 to 7.3.1.

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Feb 05 '19 01:02 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Apr 26 '19 23:04 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar May 21 '19 21:05 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jul 04 '19 19:07 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jul 06 '19 09:07 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jul 08 '19 23:07 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jul 09 '19 18:07 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jul 09 '19 21:07 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jul 17 '19 23:07 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Sep 06 '19 22:09 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Sep 07 '19 01:09 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Sep 23 '19 23:09 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Oct 08 '19 23:10 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Oct 10 '19 18:10 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Nov 05 '19 14:11 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Nov 05 '19 18:11 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Nov 07 '19 02:11 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Nov 08 '19 23:11 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Nov 23 '19 02:11 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

Release Notes for v7.7.5

v7.7.5 (2019-12-06)

🐛 Bug Fix

  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
  • babel-cli
    • #10283 babel --watch should have equivalent file selection logic with babel (@JLHwung)
  • babel-parser
  • babel-parser, babel-plugin-proposal-optional-chaining, babel-plugin-transform-modules-amd
    • #10806 fix(optional chaining): Optional delete returns true with nullish base (@mpaarating)
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd
    • #10764 fix: rewriteBindingInitVisitor should skip on scopable node (@JLHwung)

💅 Polish

🏠 Internal

  • babel-preset-env-standalone
  • Other
  • babel-helper-transform-fixture-test-runner

Committers: 8

Commits

The new version differs by 26 commits.

  • d04508e v7.7.5
  • d3a37b5 Add ".js" extension to injected polyfill imports (#10549)
  • c9a6898 babel --watch should have equivalent file selection logic with babel (#10283)
  • c6e966c [parser] Use scope flags to check arguments (#10801)
  • a0bed42 Bundle standalone using rollup (#10779)
  • 2b47291 Tune makefile scripts (#10781)
  • e94da0d Incorrect trace position in fixture runner (#10566)
  • bb6cc61 fix(optional chaining): Optional delete returns true with nullish base (#10806)
  • 3d0c5d2 Do not transpile typeof helper with itself in babel/runtime (#10788)
  • d18afbd Allow tuple rest trailing comma (#10800)
  • e74efd2 Run parser tests from the official TypeScript parser (#10444)
  • 7195f0d Unify logic for running parser tests from external suites (#10444)
  • 5440ae1 Correctly disambiguate / after async fuctions (#10475)
  • 8f89167 Update core-js-compat (#10795)
  • 26c0a32 refactor: Improve error message in @babel/core when root config is not found (#10778)

There are 26 commits in total.

See the full diff

greenkeeper[bot] avatar Dec 06 '19 16:12 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

Release Notes for v7.7.6

v7.7.6 (2019-12-08)

🏠 Internal

  • #10836 chore: add PR Revert labels to changelog [ci-skip] (@JLHwung)

↩️ Revert

  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
    • #10835 Revert "Add ".js" extension to injected polyfill imports" (@JLHwung)

Committers: 1

Commits

The new version differs by 4 commits.

  • f753c48 v7.7.6
  • 4436ffd Revert "Add ".js" extension to injected polyfill imports (#10549)" (#10835)
  • 655a972 chore: add PR Revert labels to changelog (#10836)
  • 8a8474c Add v7.7.5 to CHANGELOG.md [skip ci]

See the full diff

greenkeeper[bot] avatar Dec 08 '19 03:12 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Dec 19 '19 03:12 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jan 12 '20 16:01 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jan 14 '20 20:01 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Jan 30 '20 15:01 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Feb 28 '20 13:02 greenkeeper[bot]

Your tests are still failing with these versions. Compare changes

greenkeeper[bot] avatar Mar 05 '20 05:03 greenkeeper[bot]