Bump @babel/core from 7.19.6 to 7.20.2 in /webapp
Bumps @babel/core from 7.19.6 to 7.20.2.
Release notes
Sourced from @babel/core
's releases.
v7.20.2 (2022-11-04)
🐛 Bug Fix
babel-core
,babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-simple-access
,babel-node
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-standalone
,babel-types
- #15124 fix:
@babel/node
repl and enableno-use-before-define
rule (@liuxingbaoyu
)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpression
check with different duplicated@babel/types
versions (@liuxingbaoyu
)babel-parser
- #15094 fix:
parser
typings for plugins (@liuxingbaoyu
)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo
)babel-plugin-proposal-decorators
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-jscript
babel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )
(@liuxingbaoyu
)Committers: 3
- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.20.1 (2022-11-01)
Thanks
@ptomato
for your first pull request!
🐛 Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
init
andbody
offor await
(@liuxingbaoyu
)babel-plugin-proposal-class-properties
,babel-traverse
- #15106 Do not mark
in
andinstanceof
as constant expressions (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
babel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu
)- #15096 fix:
a satisfies b
as lval (@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-transform-async-to-generator
,babel-plugin-transform-parameters
,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo
)
🏠 Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Philip Chimento (
@ptomato
)@liuxingbaoyu
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.20.2 (2022-11-04)
🐛 Bug Fix
babel-core
,babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-simple-access
,babel-node
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-standalone
,babel-types
- #15124 fix:
@babel/node
repl and enableno-use-before-define
rule (@liuxingbaoyu
)babel-plugin-transform-typescript
- #15121 fix:
tsSatisfiesExpression
check with different duplicated@babel/types
versions (@liuxingbaoyu
)babel-parser
- #15094 fix:
parser
typings for plugins (@liuxingbaoyu
)babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (
@nicolo-ribaudo
)babel-plugin-proposal-decorators
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-jscript
babel-plugin-transform-destructuring
- #15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )
(@liuxingbaoyu
)v7.20.1 (2022-11-01)
🐛 Bug Fix
babel-plugin-proposal-async-generator-functions
- #15103 fix: Compile re-declare var in
init
andbody
offor await
(@liuxingbaoyu
)babel-plugin-proposal-class-properties
,babel-traverse
- #15106 Do not mark
in
andinstanceof
as constant expressions (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
babel-parser
- #15102 fix: Parse re-declare var in class static body (
@liuxingbaoyu
)- #15096 fix:
a satisfies b
as lval (@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-transform-async-to-generator
,babel-plugin-transform-parameters
,babel-preset-env
- #15081 Move the generator body to a gen IIFE when compiling its params (
@nicolo-ribaudo
)
🏠 Internal
babel-generator
- #15080 Automatically print inner comments (
@nicolo-ribaudo
)v7.20.0 (2022-10-27)
🚀 New Feature
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
babel-plugin-syntax-typescript
- #14923 Expose
dts
option in@babel/plugin-syntax-typescript
(@oceandrama
)babel-generator
,babel-parser
,babel-plugin-syntax-explicit-resource-management
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
,babel-standalone
,babel-traverse
,babel-types
babel-generator
,babel-parser
,babel-plugin-syntax-import-reflection
,babel-standalone
,babel-types
babel-generator
,babel-helper-skip-transparent-expression-wrappers
,babel-parser
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #14211 [ts] Add support for
expr satisfies Type
expressions (@nicolo-ribaudo
)
🐛 Bug Fix
... (truncated)
Commits
-
12a58cb
v7.20.2 -
77f3700
fix:@babel/node
repl and enableno-use-before-define
rule (#15124) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts