Created by: dependabot[bot]
Bumps @babel/core from 7.12.17 to 7.13.1.
Release notes
Sourced from @babel/core's releases
.
v7.13.1 (2021-02-23)
This releases fixes a regression that makes gatsby builds fail (#12854, #12851)
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12855 Rename
index.mjs
to_index.mjs
in@babel/runtime
(@nicolo-ribaudo
)babel-core
- #12852 Export function versions of
createConfigItem
(@nicolo-ribaudo
)Committers: 1
- Nicolò Ribaudo (
@nicolo-ribaudo
)v7.13.0 (2021-02-22)
You can read the release post at https://babeljs.io/blog/2021/02/22/7.13.0!
Thanks
@dsainati1
,@immitsu
, and@perrin4869
for your first PRs!
🚀 New Feature
babel-parser
babel-generator
,babel-parser
,babel-plugin-syntax-module-blocks
,babel-standalone
,babel-traverse
,babel-types
- #12469 Parse JS Module Blocks proposal (
@sosukesuzuki
)babel-generator
,babel-parser
,babel-types
- #12628 Support TypeScript 4.2 abstract constructor signatures (
@sosukesuzuki
)- #12193 Flow Enums with unknown members support (
@gkz
)babel-core
,babel-register
- #11498 Add cjs as a default extension (
@perrin4869
)babel-traverse
babel-plugin-transform-typescript
,babel-preset-typescript
babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-parameters
,babel-types
- #12234 Support Flow
this
parameter annotations (@dsainati1
)babel-plugin-proposal-record-and-tuple
- #12145 Implement "Records and Tuples" transform (
@rickbutton
)babel-plugin-transform-runtime
,babel-plugin-transform-typeof-symbol
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12632 Use conditional exports in
@babel/runtime
for CJS/ESM (@nicolo-ribaudo
)babel-core
,babel-helper-plugin-utils
,babel-preset-env
- #12219 Add
@babel/core
support for the newassumptions
option (@nicolo-ribaudo
)babel-core
,babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
- #12189 Add
targets
andbrowserslist*
options to@babel/core
(@nicolo-ribaudo
)babel-core
- #12266 Support
.mjs
plugins/presets and async factories (@nicolo-ribaudo
)
🐛 Bug Fix
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #8461 Fix _isNativeReflectConstruct helper (
@nicolo-ribaudo
)babel-cli
... (truncated)
Changelog
Sourced from @babel/core's changelog
.
v7.13.1 (2021-02-23)
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12855 Rename
index.mjs
to_index.mjs
in@babel/runtime
(@nicolo-ribaudo
)babel-core
- #12852 Export function versions of
createConfigItem
(@nicolo-ribaudo
)v7.13.0 (2021-02-22)
🚀 New Feature
babel-parser
babel-generator
,babel-parser
,babel-plugin-syntax-module-blocks
,babel-standalone
,babel-traverse
,babel-types
- #12469 Parse JS Module Blocks proposal (
@sosukesuzuki
)babel-generator
,babel-parser
,babel-types
- #12628 Support TypeScript 4.2 abstract constructor signatures (
@sosukesuzuki
)- #12193 Flow Enums with unknown members support (
@gkz
)babel-core
,babel-register
- #11498 Add cjs as a default extension (
@perrin4869
)babel-traverse
babel-plugin-transform-typescript
,babel-preset-typescript
babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-parameters
,babel-types
- #12234 Support Flow
this
parameter annotations (@dsainati1
)babel-plugin-proposal-record-and-tuple
- #12145 Implement "Records and Tuples" transform (
@rickbutton
)babel-plugin-transform-runtime
,babel-plugin-transform-typeof-symbol
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12632 Use conditional exports in
@babel/runtime
for CJS/ESM (@nicolo-ribaudo
)babel-core
,babel-helper-plugin-utils
,babel-preset-env
- #12219 Add
@babel/core
support for the newassumptions
option (@nicolo-ribaudo
)babel-core
,babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
- #12189 Add
targets
andbrowserslist*
options to@babel/core
(@nicolo-ribaudo
)babel-core
- #12266 Support
.mjs
plugins/presets and async factories (@nicolo-ribaudo
)
🐛 Bug Fix
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #8461 Fix _isNativeReflectConstruct helper (
@nicolo-ribaudo
)babel-cli
babel-node
babel-standalone
babel-plugin-proposal-optional-chaining
,babel-traverse
- #12812 Fix scope of computed method keys (
@overlookmotel
)
🏠 Internal
babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
... (truncated)
Commits
-
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 -
7965c15
Add@babel/core
support for the newassumptions
option (#12219) -
cb404e4
Addtargets
andbrowserslist*
options to@babel/core
(#12189) -
31ca15e
Support.mjs
plugins/presets and async factories (#12266) - See full diff 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)