Bump @babel/core from 7.20.5 to 7.20.7 in /webapp
Bumps @babel/core from 7.20.5 to 7.20.7.
Release notes
Sourced from @babel/core
's releases.
v7.20.7 (2022-12-22)
Thanks
@wsypower
for your first PR!
👓 Spec Compliance
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea
)babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-object-super
- #15241 fix: Throw correct error types from sed ant class TDZ helpers (
@SuperSodaSea
)
🐛 Bug Fix
babel-parser
,babel-plugin-transform-typescript
- #15209 fix: Support auto accessors with TypeScript annotations (
@liuxingbaoyu
)babel-traverse
- #15287 Fix
.parentPath
after rename inSwitchCase
(@nicolo-ribaudo
)babel-plugin-transform-typescript
,babel-traverse
- #15284 fix: Ts import type and func with duplicate name (
@liuxingbaoyu
)babel-plugin-transform-block-scoping
- #15278 Fix tdz analysis for reassigned captured for bindings (
@nicolo-ribaudo
)babel-plugin-proposal-async-generator-functions
,babel-preset-env
- #15235 fix: Transform
for await
with shadowed variables (@liuxingbaoyu
)babel-generator
,babel-plugin-proposal-optional-chaining
- #15258 fix: Correctly generate
(a ?? b) as T
(@liuxingbaoyu
)babel-plugin-transform-react-jsx
,babel-types
- #15233 fix: Emit correct sourcemap ranges for
JSXText
(@liuxingbaoyu
)babel-core
,babel-helpers
,babel-plugin-transform-computed-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15232 fix: Computed properties should keep original definition order (
@SuperSodaSea
)babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea
)babel-generator
- #15216 fix: Print newlines for leading Comments of
TSEnumMember
(@liuxingbaoyu
)
💅 Polish
babel-plugin-transform-block-scoping
,babel-traverse
- #15275 Improve relative execution tracking in fn exprs (
@nicolo-ribaudo
)
🏠 Internal
babel-helper-define-map
,babel-plugin-transform-property-mutators
- #15274 Inline & simplify
@babel/helper-define-map
(@nicolo-ribaudo
)babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-traverse
- #15200 Rewrite
transform-block-scoping
plugin (@nicolo-ribaudo
):running_woman: Performance
babel-helper-compilation-targets
- #15228 perf: Speed up
getTargets
(@liuxingbaoyu
)Committers: 6
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.20.7 (2022-12-22)
👓 Spec Compliance
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea
)babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-object-super
- #15241 fix: Throw correct error types from sed ant class TDZ helpers (
@SuperSodaSea
)
🐛 Bug Fix
babel-parser
,babel-plugin-transform-typescript
- #15209 fix: Support auto accessors with TypeScript annotations (
@liuxingbaoyu
)babel-traverse
- #15287 Fix
.parentPath
after rename inSwitchCase
(@nicolo-ribaudo
)babel-plugin-transform-typescript
,babel-traverse
- #15284 fix: Ts import type and func with duplicate name (
@liuxingbaoyu
)babel-plugin-transform-block-scoping
- #15278 Fix tdz analysis for reassigned captured for bindings (
@nicolo-ribaudo
)babel-plugin-proposal-async-generator-functions
,babel-preset-env
- #15235 fix: Transform
for await
with shadowed variables (@liuxingbaoyu
)babel-generator
,babel-plugin-proposal-optional-chaining
- #15258 fix: Correctly generate
(a ?? b) as T
(@liuxingbaoyu
)babel-plugin-transform-react-jsx
,babel-types
- #15233 fix: Emit correct sourcemap ranges for
JSXText
(@liuxingbaoyu
)babel-core
,babel-helpers
,babel-plugin-transform-computed-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15232 fix: Computed properties should keep original definition order (
@SuperSodaSea
)babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #15223 fix: Deleting super property should throw (
@SuperSodaSea
)babel-generator
- #15216 fix: Print newlines for leading Comments of
TSEnumMember
(@liuxingbaoyu
)
💅 Polish
babel-plugin-transform-block-scoping
,babel-traverse
- #15275 Improve relative execution tracking in fn exprs (
@nicolo-ribaudo
)
🏠 Internal
babel-helper-define-map
,babel-plugin-transform-property-mutators
- #15274 Inline & simplify
@babel/helper-define-map
(@nicolo-ribaudo
)babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-traverse
- #15200 Rewrite
transform-block-scoping
plugin (@nicolo-ribaudo
):running_woman: Performance
babel-helper-compilation-targets
- #15228 perf: Speed up
getTargets
(@liuxingbaoyu
)v7.20.6 (2022-11-28)
🐛 Bug Fix
babel-helpers
- #15231 Update
checkInRHS
helper min version (@nicolo-ribaudo
)
Commits
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