Bump @babel/core from 7.12.10 to 7.16.7
Created by: dependabot[bot]
Bumps @babel/core from 7.12.10 to 7.16.7.
Release notes
Sourced from @babel/core
's releases.
v7.16.7 (2021-12-31)
Thanks
@exb
for your first PR!
👓 Spec Compliance
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-helpers
- #14072 Fix derived classes in Chrome <= 36 (
@nicolo-ribaudo
)babel-helper-function-name
,babel-plugin-transform-function-name
- #14047 Fix unicode handling in generated function names (
@The-x-Theorist
)
💅 Polish
babel-core
- #14067 Allow
$schema
property in json config files (@The-x-Theorist
)Committers: 4
- Endrit Bajo (
@exb
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Sneh Khatri (
@The-x-Theorist
)v7.16.6 (2021-12-14)
🐛 Bug FixCommitters: 2
- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)v7.16.5 (2021-12-13)
Thanks
@chimurai
and@krosenberg
for your first PRs!
👓 Spec Compliance
babel-cli
,babel-core
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-jscript
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
🐛 Bug Fix
babel-plugin-transform-parameters
- #14032 Fix: default rest argument array elements as undefined (
@The-x-Theorist
)babel-plugin-transform-arrow-functions
,babel-traverse
- #14036 Don't resolve shadowed
arguments
variables from functions (@The-x-Theorist
)babel-parser
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.16.7 (2021-12-31)
👓 Spec Compliance
🐛 Bug Fix
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-helpers
- #14072 Fix derived classes in Chrome <= 36 (
@nicolo-ribaudo
)babel-helper-function-name
,babel-plugin-transform-function-name
- #14047 Fix unicode handling in generated function names (
@The-x-Theorist
)
💅 Polish
babel-core
- #14067 Allow
$schema
property in json config files (@The-x-Theorist
)v7.16.6 (2021-12-14)
🐛 Bug Fixv7.16.5 (2021-12-13)
👓 Spec Compliance
babel-cli
,babel-core
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-jscript
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
🐛 Bug Fix
babel-plugin-transform-parameters
- #14032 Fix: default rest argument array elements as undefined (
@The-x-Theorist
)babel-plugin-transform-arrow-functions
,babel-traverse
- #14036 Don't resolve shadowed
arguments
variables from functions (@The-x-Theorist
)babel-parser
babel-traverse
- #14016 Fix duplicate declaration error on ambient class declarations (
@The-x-Theorist
)babel-generator
- #14014 Support flow function type annotation with no parent (
@krosenberg
)babel-plugin-transform-react-jsx
- #14012 Fix JSX pragma anywhere in comment (
@The-x-Theorist
)babel-helper-create-class-features-plugin
,babel-helper-environment-visitor
,babel-helper-member-expression-to-functions
,babel-helper-module-transforms
,babel-helper-replace-supers
,babel-plugin-transform-classes
,babel-traverse
- #14005 Fix handling of
this
&co in computed keys in arrows transform (@nicolo-ribaudo
)
💅 Polish
babel-parser
📝 Documentation
... (truncated)
Commits
-
23e8840
v7.16.7 -
d1cabf6
[babel 8] Add"exports"
to every package (#14013) -
2c68d03
Allow$schema
property in json config files (#14067) -
7b7ab94
v7.16.5 -
c59870c
Mark class prototype as read-only (#12115) -
2d989a9
Run tests in a native Node.js ESM environment (#13966) -
ecae53a
chore(deps): update dependency typescript to ~4.5.0 (#14018) -
29de280
Use Node.js interop when importinglib
intest
(#13995) -
0058b7f
Migrate Babel from Flow to TypeScript (except Babel parser) (#11578) -
75996cb
Use full import specifier path in tests (#13938) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)