Created by: dependabot[bot]
Bumps @babel/core from 7.12.17 to 7.13.8.
Release notes
Sourced from @babel/core's releases
.
v7.13.8 (2021-02-26)
Thanks
@luxp
and@pigcan
for your first PRs!
🐛 Bug Fix
- Other
babel-compat-data
,babel-preset-env
- #12901 Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with compat-data@7.13.x (
@luxp
)babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12893 Allow
require()
of runtime helpers in Node.js 13.2-13.6 (@nicolo-ribaudo
)
💅 Polish
babel-helper-create-class-features-plugin
- #12898 Do not warn for
loose
of class features inpreset-env
(@nicolo-ribaudo
)
🏠 Internal
babel-core
,babel-helper-transform-fixture-test-runner
,babel-register
- #12820 [internal] Keep the
.cjs
extension when compiling source files (@nicolo-ribaudo
)babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime
- #12883 Improve
@babel/runtime
esm stability (@nicolo-ribaudo
)
🔬 Output optimization
babel-plugin-proposal-object-rest-spread
- #12899 Skip
_extends
helper for{…x}
with modern targets (@nicolo-ribaudo
)Committers: 6
- Alan Lu - 川古 (
@luxp
)- Babel Bot (
@babel-bot
)- Bogdan Savluk (
@zxbodya
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- pigcan (
@pigcan
)v7.13.7 (2021-02-24)
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
cfdbdc0
Add back export maps for thehelpers/esm
folder (@nicolo-ribaudo
)Committers: 1
- Nicolò Ribaudo (
@nicolo-ribaudo
)v7.13.6 (2021-02-23)
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12877 Define fallback
exports
for@babel/runtime
on old Node (@nicolo-ribaudo
)
... (truncated)
Changelog
Sourced from @babel/core's changelog
.
v7.13.8 (2021-02-26)
🐛 Bug Fix
- Other
babel-compat-data
,babel-preset-env
- #12901 Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with compat-data@7.13.x (
@luxp
)babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12893 Allow
require()
of runtime helpers in Node.js 13.2-13.6 (@nicolo-ribaudo
)
💅 Polish
babel-helper-create-class-features-plugin
- #12898 Do not warn for
loose
of class features inpreset-env
(@nicolo-ribaudo
)
🏠 Internal
babel-core
,babel-helper-transform-fixture-test-runner
,babel-register
- #12820 [internal] Keep the
.cjs
extension when compiling source files (@nicolo-ribaudo
)babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime
- #12883 Improve
@babel/runtime
esm stability (@nicolo-ribaudo
)
🔬 Output optimization
babel-plugin-proposal-object-rest-spread
- #12899 Skip
_extends
helper for{…x}
with modern targets (@nicolo-ribaudo
)v7.13.6 (2021-02-23)
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12877 Define fallback
exports
for@babel/runtime
on old Node (@nicolo-ribaudo
)
🏠 Internalv7.13.5 (2021-02-23)
🐛 Bug Fix
babel-compat-data
,babel-plugin-transform-runtime
,babel-preset-env
babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-plugin-transform-runtime
,babel-preset-env
- #12869 Ensure that
@babel/runtime-corejs3
imports are injected (@nicolo-ribaudo
)v7.13.4 (2021-02-23)
🐛 Bug Fix
babel-parser
- #12867 Don't enable class features by default in
estree
(@nicolo-ribaudo
)babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12865 Always load the CJS helpers when using
require
(@nicolo-ribaudo
)v7.13.2 (2021-02-23)
... (truncated)
Commits
-
e2abc19
v7.13.8 -
ea6a438
Enableexternal-helpers
by default in tests (#12911) -
b17231e
[internal] Keep the.cjs
extension when compiling source files (#12820) -
c9da965
chore: downgradesemver
to^6.3.2
(#12890) -
103b187
v7.13.1 -
5861704
Export function versions ofcreateConfigItem
(#12852) -
c827193
v7.13.0 -
ba4ac7d
chore: bump semver to 7.0.0 (#12015) -
d1d6ee6
Add cjs as a default extension (#11498) -
6ef7b51
Implement assumptions defined in the babel/rfcs#5 RFC - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)