react-testing-jest-enzyme
react-testing-jest-enzyme copied to clipboard
An in-range update of babel7 is breaking the build 🚨
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
There have been updates to the babel7 monorepo:
-
- The
devDependency@babel/core was updated from7.8.7to7.9.0.
- The
- The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.8.7to7.9.0. - The
devDependency@babel/preset-react was updated from7.8.3to7.9.0.
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
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:
- The
devDependency@babel/core was updated from7.8.7to7.9.0. - The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.8.7to7.9.0. - The
devDependency@babel/preset-react was updated from7.9.0to7.9.1.
Your tests are still failing with these versions. Compare changes
- The
devDependency@babel/core was updated from7.8.7to7.9.0. - The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.8.7to7.9.0. - The
devDependency@babel/preset-react was updated from7.9.0to7.9.1.
Your tests are still failing with these versions. Compare changes
- The
devDependency@babel/core was updated from7.8.7to7.9.0. - The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.8.7to7.9.0. - The
devDependency@babel/preset-react was updated from7.9.0to7.9.1.
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
- The
devDependency@babel/core was updated from7.8.7to7.9.0. - The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.8.7to7.9.0. - The
devDependency@babel/preset-react was updated from7.9.1to7.9.4.
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
- The
devDependency@babel/core was updated from7.8.7to7.9.0. - The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.9.0to7.9.5. - The
devDependency@babel/preset-react was updated from7.9.1to7.9.4.
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
- The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.9.5to7.9.6. - The
devDependency@babel/preset-react was updated from7.9.1to7.9.4.
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
- The
devDependency@babel/core was updated from7.9.6to7.10.0. - The
devDependency@babel/node was updated from7.8.4to7.8.7. - The
devDependency@babel/preset-env was updated from7.9.6to7.10.0. - The
devDependency@babel/preset-react was updated from7.9.4to7.10.0.
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
- The
devDependency@babel/core was updated from7.10.0to7.10.1. - The
devDependency@babel/node was updated from7.8.7to7.10.1. - The
devDependency@babel/preset-env was updated from7.10.0to7.10.1. - The
devDependency@babel/preset-react was updated from7.10.0to7.10.1.
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
Release Notes for v7.10.1
v7.10.1 (2020-05-27)
This releases includes fixes for two bugs introduced in 7.10.0. There are still a few known bugs, and we'll fix them soon.
Thanks @saulosantiago for your first PR!
🐛 Bug Fix
babel-preset-env- #11633 [hotfix] Use same targets for fields as for private methods (@nicolo-ribaudo)
babel-standalone- #11624 Fix standalone tag when data-type is not set. (@dfabulich)
🏠 Internal
- Every package
- #11625 Use
repository.directoryfield inpackage.jsonfiles (@saulosantiago)
- #11625 Use
Committers: 3
- Dan Fabulich (@dfabulich)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Saulo Santiago (@saulosantiago)
Commits
The new version differs by 128 commits.
88f57a7v7.10.132bd530[hotfix] Use same targets for fields as for private methods (#11633)05804b1Fix standalone tag when data-type is not set. (#11624)242d9e0Userepository.directoryfield inpackage.jsonfiles (#11625)58df778Add v7.10.0 to CHANGELOG.md [skip ci]5da2440v7.10.0a06e8e5Uncomment code for Babel 7.10.0429840dscope.rename() missing identifier in VariableDeclarator (#11595)0ca5f8bfeature request issue template fix [skip ci] (#11618)bda759aHandle private access chained on an optional chain (#11248)852520efeat: add privatePropertyInObject to babel-standalone (#11593)7459038Add private-property-in-object support (#11372)2d27cf8Mention babel/rfcs in the "New feature" issue template (#11592)b457f52update test fixture97f0b7cTransform ES2015 Unicode Escapes to ES5 (#11377)
There are 128 commits in total.
See the full diff
- The
devDependency@babel/core was updated from7.10.1to7.10.2. - The
devDependency@babel/node was updated from7.8.7to7.10.1. - The
devDependency@babel/preset-env was updated from7.10.1to7.10.2. - The
devDependency@babel/preset-react was updated from7.10.0to7.10.1.
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
- #11639 feature: babel-eslint-parser passes through config options (@kaicataldo)
🐛 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- #11634 Class features loose should have precedence over preset-env (@nicolo-ribaudo)
babel-generatorbabel-generator,babel-types- #11641 Add support for printing ImportAttribute (@existentialism)
babel-plugin-syntax-module-attributes,babel-standalone
💅 Polish
🏠 Internal
Committers: 6
- Brian Ng (@existentialism)
- Huáng Jùnliàng (@JLHwung)
- Kai Cataldo (@kaicataldo)
- Matt Hamlin (@hamlim)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Stanley Stuart (@fivetanley)
Commits
The new version differs by 139 commits.
b0350e5v7.10.2b5c4a46refactor: split locationParser into ParserErrors and error message (#11653)15d6da0fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (#11648)e6d873eClass features loose should have precedence over preset-env (#11634)5b24d79fix: add bigIntSuffix to minified output (#11645)69198befeature: babel-eslint-parser passes through config options (#11639)6b7a6dcfix: add new plugin names to missing plugin helpers (#11643)d7d36a6Add support for printing ImportAttribute (#11641)8e41f26Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (#11631)ddfdf00Update CHANGELOG.md [skip ci]1b670c2Add v7.10.1 to CHANGELOG.md [skip ci]88f57a7v7.10.132bd530[hotfix] Use same targets for fields as for private methods (#11633)05804b1Fix standalone tag when data-type is not set. (#11624)242d9e0Userepository.directoryfield inpackage.jsonfiles (#11625)
There are 139 commits in total.
See the full diff
- The
devDependency@babel/core was updated from7.10.1to7.10.2. - The
devDependency@babel/node was updated from7.8.7to7.10.1. - The
devDependency@babel/preset-env was updated from7.10.1to7.10.2. - The
devDependency@babel/preset-react was updated from7.10.0to7.10.1.
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
- #11639 feature: babel-eslint-parser passes through config options (@kaicataldo)
🐛 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- #11634 Class features loose should have precedence over preset-env (@nicolo-ribaudo)
babel-generatorbabel-generator,babel-types- #11641 Add support for printing ImportAttribute (@existentialism)
babel-plugin-syntax-module-attributes,babel-standalone
💅 Polish
🏠 Internal
Committers: 6
- Brian Ng (@existentialism)
- Huáng Jùnliàng (@JLHwung)
- Kai Cataldo (@kaicataldo)
- Matt Hamlin (@hamlim)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Stanley Stuart (@fivetanley)
Commits
The new version differs by 139 commits.
b0350e5v7.10.2b5c4a46refactor: split locationParser into ParserErrors and error message (#11653)15d6da0fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (#11648)e6d873eClass features loose should have precedence over preset-env (#11634)5b24d79fix: add bigIntSuffix to minified output (#11645)69198befeature: babel-eslint-parser passes through config options (#11639)6b7a6dcfix: add new plugin names to missing plugin helpers (#11643)d7d36a6Add support for printing ImportAttribute (#11641)8e41f26Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (#11631)ddfdf00Update CHANGELOG.md [skip ci]1b670c2Add v7.10.1 to CHANGELOG.md [skip ci]88f57a7v7.10.132bd530[hotfix] Use same targets for fields as for private methods (#11633)05804b1Fix standalone tag when data-type is not set. (#11624)242d9e0Userepository.directoryfield inpackage.jsonfiles (#11625)
There are 139 commits in total.
See the full diff
- The
devDependency@babel/core was updated from7.10.1to7.10.2. - The
devDependency@babel/node was updated from7.8.7to7.10.1. - The
devDependency@babel/preset-env was updated from7.10.1to7.10.2. - The
devDependency@babel/preset-react was updated from7.10.0to7.10.1.
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
- #11639 feature: babel-eslint-parser passes through config options (@kaicataldo)
🐛 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- #11634 Class features loose should have precedence over preset-env (@nicolo-ribaudo)
babel-generatorbabel-generator,babel-types- #11641 Add support for printing ImportAttribute (@existentialism)
babel-plugin-syntax-module-attributes,babel-standalone
💅 Polish
🏠 Internal
Committers: 6
- Brian Ng (@existentialism)
- Huáng Jùnliàng (@JLHwung)
- Kai Cataldo (@kaicataldo)
- Matt Hamlin (@hamlim)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Stanley Stuart (@fivetanley)
Commits
The new version differs by 139 commits.
b0350e5v7.10.2b5c4a46refactor: split locationParser into ParserErrors and error message (#11653)15d6da0fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (#11648)e6d873eClass features loose should have precedence over preset-env (#11634)5b24d79fix: add bigIntSuffix to minified output (#11645)69198befeature: babel-eslint-parser passes through config options (#11639)6b7a6dcfix: add new plugin names to missing plugin helpers (#11643)d7d36a6Add support for printing ImportAttribute (#11641)8e41f26Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (#11631)ddfdf00Update CHANGELOG.md [skip ci]1b670c2Add v7.10.1 to CHANGELOG.md [skip ci]88f57a7v7.10.132bd530[hotfix] Use same targets for fields as for private methods (#11633)05804b1Fix standalone tag when data-type is not set. (#11624)242d9e0Userepository.directoryfield inpackage.jsonfiles (#11625)
There are 139 commits in total.
See the full diff