Bump @babel/types from 7.23.4 to 7.23.5 in /frontend
Bumps @babel/types from 7.23.4 to 7.23.5.
Release notes
Sourced from @babel/types
's releases.
v7.23.5 (2023-11-29)
👓 Spec Compliance
babel-plugin-proposal-decorators
- #16138 Class binding is in TDZ during decorators initialization (
@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
🐛 Bug Fix
babel-traverse
,babel-types
- #16131 Do not remove bindings when removing assignment expression path (
@nicolo-ribaudo
)babel-plugin-transform-classes
- #16135 Require class properties transform when compiling class with private fields (
@nicolo-ribaudo
)babel-generator
- #16122 fix: Missing parentheses after line break (
@liuxingbaoyu
)babel-helpers
- #16130 Fix helpers internal fns names conflict resolution (
@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
,babel-plugin-transform-typescript
- #16123 Simplify class fields injetion after
super()
(@nicolo-ribaudo
)babel-generator
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-parameters
,babel-plugin-transform-typescript
,babel-traverse
- #16110 fix: Unexpected duplication of comments (
@liuxingbaoyu
)babel-eslint-plugin
- #16023 Add
@babel/eslint-plugin/no-undef
to fixno-undef
with accessor props (@nicolo-ribaudo
)
🔬 Output optimization
babel-helpers
- #16129 Optimize
decorator
helper size (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
Changelog
Sourced from @babel/types
's changelog.
v7.23.5 (2023-11-29)
👓 Spec Compliance
babel-plugin-proposal-decorators
- #16138 Class binding is in TDZ during decorators initialization (
@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
🚀 New Feature
- #16023 Add
@babel/eslint-plugin/no-undef
for accessor props (@nicolo-ribaudo
)
🐛 Bug Fix
babel-traverse
,babel-types
- #16131 Do not remove bindings when removing assignment expression path (
@nicolo-ribaudo
)babel-plugin-transform-classes
- #16135 Require class properties transform when compiling class with private fields (
@nicolo-ribaudo
)babel-generator
- #16122 fix: Missing parentheses after line break (
@liuxingbaoyu
)babel-helpers
- #16130 Fix helpers internal fns names conflict resolution (
@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
,babel-plugin-transform-typescript
- #16123 Simplify class fields injetion after
super()
(@nicolo-ribaudo
)babel-generator
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-parameters
,babel-plugin-transform-typescript
,babel-traverse
- #16110 fix: Unexpected duplication of comments (
@liuxingbaoyu
)
🔬 Output optimization
babel-helpers
- #16129 Optimize
decorator
helper size (@liuxingbaoyu
)
Commits
-
8479012
v7.23.5 -
da7dc40
Do not remove bindings when removing assignment expression path (#16131) - 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