Open
Description
☝️ 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.7
to7.9.0
.
- The
- The
devDependency
@babel/node was updated from7.8.4
to7.8.7
. - The
devDependency
@babel/preset-env was updated from7.8.7
to7.9.0
. - The
devDependency
@babel/preset-react was updated from7.8.3
to7.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 🌴
Activity
greenkeeper commentedon Mar 20, 2020
devDependency
@babel/core was updated from7.8.7
to7.9.0
.devDependency
@babel/node was updated from7.8.4
to7.8.7
.devDependency
@babel/preset-env was updated from7.8.7
to7.9.0
.devDependency
@babel/preset-react was updated from7.9.0
to7.9.1
.Your tests are still failing with these versions. Compare changes
greenkeeper commentedon Mar 21, 2020
devDependency
@babel/core was updated from7.8.7
to7.9.0
.devDependency
@babel/node was updated from7.8.4
to7.8.7
.devDependency
@babel/preset-env was updated from7.8.7
to7.9.0
.devDependency
@babel/preset-react was updated from7.9.0
to7.9.1
.Your tests are still failing with these versions. Compare changes
greenkeeper commentedon Mar 22, 2020
devDependency
@babel/core was updated from7.8.7
to7.9.0
.devDependency
@babel/node was updated from7.8.4
to7.8.7
.devDependency
@babel/preset-env was updated from7.8.7
to7.9.0
.devDependency
@babel/preset-react was updated from7.9.0
to7.9.1
.Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
greenkeeper commentedon Mar 24, 2020
devDependency
@babel/core was updated from7.8.7
to7.9.0
.devDependency
@babel/node was updated from7.8.4
to7.8.7
.devDependency
@babel/preset-env was updated from7.8.7
to7.9.0
.devDependency
@babel/preset-react was updated from7.9.1
to7.9.4
.Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
greenkeeper commentedon Apr 8, 2020
devDependency
@babel/core was updated from7.8.7
to7.9.0
.devDependency
@babel/node was updated from7.8.4
to7.8.7
.devDependency
@babel/preset-env was updated from7.9.0
to7.9.5
.devDependency
@babel/preset-react was updated from7.9.1
to7.9.4
.Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
greenkeeper commentedon Apr 29, 2020
devDependency
@babel/node was updated from7.8.4
to7.8.7
.devDependency
@babel/preset-env was updated from7.9.5
to7.9.6
.devDependency
@babel/preset-react was updated from7.9.1
to7.9.4
.Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
greenkeeper commentedon May 27, 2020
devDependency
@babel/core was updated from7.9.6
to7.10.0
.devDependency
@babel/node was updated from7.8.4
to7.8.7
.devDependency
@babel/preset-env was updated from7.9.6
to7.10.0
.devDependency
@babel/preset-react was updated from7.9.4
to7.10.0
.Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
greenkeeper commentedon May 28, 2020
devDependency
@babel/core was updated from7.10.0
to7.10.1
.devDependency
@babel/node was updated from7.8.7
to7.10.1
.devDependency
@babel/preset-env was updated from7.10.0
to7.10.1
.devDependency
@babel/preset-react was updated from7.10.0
to7.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
babel-standalone
🏠 Internal
repository.directory
field inpackage.json
files (@saulosantiago)Committers: 3
Commits
The new version differs by 128 commits.
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 inpackage.json
files (#11625)58df778
Add v7.10.0 to CHANGELOG.md [skip ci]
5da2440
v7.10.0
a06e8e5
Uncomment code for Babel 7.10.0
429840d
scope.rename() missing identifier in VariableDeclarator (#11595)
0ca5f8b
feature request issue template fix [skip ci] (#11618)
bda759a
Handle private access chained on an optional chain (#11248)
852520e
feat: add privatePropertyInObject to babel-standalone (#11593)
7459038
Add private-property-in-object support (#11372)
2d27cf8
Mention babel/rfcs in the "New feature" issue template (#11592)
b457f52
update test fixture
97f0b7c
Transform ES2015 Unicode Escapes to ES5 (#11377)
There are 128 commits in total.
See the full diff
greenkeeper commentedon May 30, 2020
devDependency
@babel/core was updated from7.10.1
to7.10.2
.devDependency
@babel/node was updated from7.8.7
to7.10.1
.devDependency
@babel/preset-env was updated from7.10.1
to7.10.2
.devDependency
@babel/preset-react was updated from7.10.0
to7.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
🐛 Bug Fix
babel-helper-compilation-targets
babel-helper-create-class-features-plugin
,babel-preset-env
babel-generator
babel-generator
,babel-types
babel-plugin-syntax-module-attributes
,babel-standalone
💅 Polish
babel-core
🏠 Internal
babel-parser
Committers: 6
Commits
The new version differs by 139 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 inpackage.json
files (#11625)There are 139 commits in total.
See the full diff
greenkeeper commentedon May 30, 2020
devDependency
@babel/core was updated from7.10.1
to7.10.2
.devDependency
@babel/node was updated from7.8.7
to7.10.1
.devDependency
@babel/preset-env was updated from7.10.1
to7.10.2
.devDependency
@babel/preset-react was updated from7.10.0
to7.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
🐛 Bug Fix
babel-helper-compilation-targets
babel-helper-create-class-features-plugin
,babel-preset-env
babel-generator
babel-generator
,babel-types
babel-plugin-syntax-module-attributes
,babel-standalone
💅 Polish
babel-core
🏠 Internal
babel-parser
Committers: 6
Commits
The new version differs by 139 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 inpackage.json
files (#11625)There are 139 commits in total.
See the full diff
greenkeeper commentedon May 31, 2020
devDependency
@babel/core was updated from7.10.1
to7.10.2
.devDependency
@babel/node was updated from7.8.7
to7.10.1
.devDependency
@babel/preset-env was updated from7.10.1
to7.10.2
.devDependency
@babel/preset-react was updated from7.10.0
to7.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
🐛 Bug Fix
babel-helper-compilation-targets
babel-helper-create-class-features-plugin
,babel-preset-env
babel-generator
babel-generator
,babel-types
babel-plugin-syntax-module-attributes
,babel-standalone
💅 Polish
babel-core
🏠 Internal
babel-parser
Committers: 6
Commits
The new version differs by 139 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 inpackage.json
files (#11625)There are 139 commits in total.
See the full diff