Bump @babel/types from 7.23.9 to 7.24.0 in /frontend
Bumps @babel/types from 7.23.9 to 7.24.0.
Release notes
Sourced from @babel/types
's releases.
v7.24.0 (2024-02-28)
Thanks
@ajihyf
for your first PR!Release post with summary and highlights: https://babeljs.io/7.24.0
🚀 New Feature
babel-standalone
babel-core
,babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-class-properties
- #16267 Implement
noUninitializedPrivateFieldAccess
assumption (@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-decorators
,babel-plugin-transform-class-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-preset-flow
- #16309 [babel 7] Allow setting
ignoreExtensions
in Flow preset (@nicolo-ribaudo
)- #16284 Add
experimental_useHermesParser
option inpreset-flow
(@liuxingbaoyu
)babel-helper-import-to-platform-api
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-standalone
- #16172 Add transform support for JSON modules imports (
@nicolo-ribaudo
)babel-plugin-transform-runtime
- #16241 Add back
moduleName
option to@babel/plugin-transform-runtime
(@nicolo-ribaudo
)babel-parser
,babel-types
- #16277 Allow import attributes for
TSImportType
(@sosukesuzuki
)
🐛 Bug Fix
babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
- #16312 Fix class private properties when
privateFieldsAsSymbols
(@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
- #16307 Fix the support of
arguments
in privateget/set
method (@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
- #16287 Reduce decorator static property size (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16281 Fix evaluation order of decorators with cached receiver (
@nicolo-ribaudo
)- #16279 Fix decorator this memoization (
@JLHwung
)- #16266 Preserve
static
on decorated privateaccessor
(@nicolo-ribaudo
)- #16258 fix: handle decorated async private method and generator (
@JLHwung
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-preset-env
- #16275 Fix class private properties when
privateFieldsAsProperties
(@liuxingbaoyu
)babel-helpers
- #16268 Do not consider
arguments
in a helper as a global reference (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
- #16270 Handle symbol key class elements decoration (
@JLHwung
)- #16265 Do not define
access.get
for public setter decorators (@nicolo-ribaudo
)
💅 Polish
babel-core
,babel-helper-create-class-features-plugin
,babel-preset-env
- #12428 Suggest using
BABEL_SHOW_CONFIG_FOR
for config problems (@nicolo-ribaudo
)
🏠 Internal
... (truncated)
Changelog
Sourced from @babel/types
's changelog.
v7.24.0 (2024-02-28)
🚀 New Feature
babel-standalone
babel-core
,babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-class-properties
- #16267 Implement
noUninitializedPrivateFieldAccess
assumption (@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-decorators
,babel-plugin-transform-class-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-preset-flow
- #16309 [babel 7] Allow setting
ignoreExtensions
in Flow preset (@nicolo-ribaudo
)- #16284 Add
experimental_useHermesParser
option inpreset-flow
(@liuxingbaoyu
)babel-helper-import-to-platform-api
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-standalone
- #16172 Add transform support for JSON modules imports (
@nicolo-ribaudo
)babel-plugin-transform-runtime
- #16241 Add back
moduleName
option to@babel/plugin-transform-runtime
(@nicolo-ribaudo
)babel-parser
,babel-types
- #16277 Allow import attributes for
TSImportType
(@sosukesuzuki
)
🐛 Bug Fix
babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
- #16312 Fix class private properties when
privateFieldsAsSymbols
(@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
- #16307 Fix the support of
arguments
in privateget/set
method (@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
- #16287 Reduce decorator static property size (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16281 Fix evaluation order of decorators with cached receiver (
@nicolo-ribaudo
)- #16279 Fix decorator this memoization (
@JLHwung
)- #16266 Preserve
static
on decorated privateaccessor
(@nicolo-ribaudo
)- #16258 fix: handle decorated async private method and generator (
@JLHwung
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-preset-env
- #16275 Fix class private properties when
privateFieldsAsProperties
(@liuxingbaoyu
)babel-helpers
- #16268 Do not consider
arguments
in a helper as a global reference (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
- #16270 Handle symbol key class elements decoration (
@JLHwung
)- #16265 Do not define
access.get
for public setter decorators (@nicolo-ribaudo
)
💅 Polish
babel-core
,babel-helper-create-class-features-plugin
,babel-preset-env
- #12428 Suggest using
BABEL_SHOW_CONFIG_FOR
for config problems (@nicolo-ribaudo
)
🏠 Internal
babel-helper-transform-fixture-test-runner
- #16278 Continue writing
output.js
whenexec.js
throws (@liuxingbaoyu
)
🔬 Output optimization
... (truncated)
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