Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@babel/preset-env
from 7.8.2 to 7.24.4 | 90 versions ahead of your current version | 2 months ago
on 2024-04-03
@babel/runtime
from 7.7.7 to 7.24.4 | 87 versions ahead of your current version | 2 months ago
on 2024-04-03
The recommended version fixes:
SNYK-JS-BABELTRAVERSE-5962462
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-LODASH-6139239
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-LODASH-1040724
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-LODASH-567746
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-LODASH-608086
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-BROWSERSLIST-1090194
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-BROWSERSLIST-1090194
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-PATHPARSE-1077067
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-LODASH-1018905
Why? Proof of Concept exploit, CVSS 9.3
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: @babel/preset-env
-
7.24.4 - 2024-04-03
- #16403 Forbid initializerless using (@ JLHwung)
- #16388 Ensure decorators are callable (@ JLHwung)
- #16402 fix: Correctly prints
- #16394 fix: Correctly generate
- #16390 Create bugfix plugin for classes in computed keys in Firefox (@ nicolo-ribaudo)
- #16387 fix: support mutated outer decorated class binding (@ JLHwung)
- #16385 fix: Decorators when
- #16384 fix: Transform scoping for
- #16368 fix: Capture
- #16363 Fix incorrect function hoisting in some case statements (@ luiscubal)
- Babel Bot (@ babel-bot)
- Dunqing (@ Dunqing)
- Huáng Jùnliàng (@ JLHwung)
- Luís Reis (@ luiscubal)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Samual Norman (@ samualtnorman)
- @ liuxingbaoyu
-
7.24.3 - 2024-03-20
- #16370 fix: do not inject the same imported identifier multiple times (@ ota-meshi)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Yosuke Ota (@ ota-meshi)
-
7.24.1 - 2024-03-19
- #16350 Fix decorated class computed keys ordering (@ JLHwung)
- #16344 Fix decorated class static field private access (@ JLHwung)
- #16329 Respect
- #16331 Fix decorator memoiser binding kind (@ JLHwung)
- #16325 Fix decorator evaluation private environment (@ JLHwung)
- #16319 Update SECURITY.md (@ nicolo-ribaudo)
- #16359 Replace
- #16352 Run Babel transform tests on old node if possible (@ JLHwung)
- #16349 Support merging imports in import injector (@ nicolo-ribaudo)
- Other
- #16332 Test Babel 7 plugins compatibility with Babel 8 core (@ nicolo-ribaudo)
- #16345 Optimize the use of
- #16343 Use simpler
- #16342 Consider well-known and registered symbols as literals (@ nicolo-ribaudo)
- #16326 Reduce the use of class names (@ liuxingbaoyu)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.0 - 2024-02-28
- #11696 Export babel tooling packages in
- #16267 Implement
- #16242 Support decorator 2023-11 normative updates (@ JLHwung)
- #16309 [babel 7] Allow setting
- #16284 Add
- #16172 Add transform support for JSON modules imports (@ nicolo-ribaudo)
- #16241 Add back
- #16277 Allow import attributes for
- #16305 fix: avoid
- #16312 Fix class private properties when
- #16307 Fix the support of
- #16287 Reduce decorator static property size (@ liuxingbaoyu)
- #16281 Fix evaluation order of decorators with cached receiver (@ nicolo-ribaudo)
- #16279 Fix decorator this memoization (@ JLHwung)
- #16266 Preserve
- #16258 fix: handle decorated async private method and generator (@ JLHwung)
- #16275 Fix class private properties when
- #16268 Do not consider
- #16270 Handle symbol key class elements decoration (@ JLHwung)
- #16265 Do not define
- #12428 Suggest using
- #16278 Continue writing
- #16306 Avoid intermediate functions for private accessors with decs (@ nicolo-ribaudo)
- #16294 More aggressively inline decorators in the static block (@ nicolo-ribaudo)
- #16283 Do not use
- #16287 Reduce decorator static property size (@ liuxingbaoyu)
- #16280 Reduce element decorator temp variables (@ JLHwung)
- #16261 Do not use descriptors for private class elements (@ nicolo-ribaudo)
- #16263 Reduce helper size for decorator 2023-11 (@ liuxingbaoyu)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- SUZUKI Sosuke (@ sosukesuzuki)
- Yarden Shoham (@ yardenshoham)
- @ liuxingbaoyu
- flyafly (@ ajihyf)
-
7.23.9 - 2024-01-25
- #16225 fix:
- #16226 Improve decorated private method check (@ JLHwung)
- #16224 Properly sort
- #15383 fix: Don't throw in
- Other
- #16210 [eslint] Fix
- #16222 Migrate
- #16213 Remove
- #16072 perf: Improve parser performance for typescript (@ liuxingbaoyu)
- #16218 Improve temporary variables for decorators (@ liuxingbaoyu)
- #15959 Improve output of
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.23.8 - 2024-01-08
- #16181 fix:
- #16201 fix: decorator binds
- #16199 fix: Class decorator correctly passes return value (@ liuxingbaoyu)
- #16202 Revert "chore: Update artifact tools (#16184)" (@ JLHwung)
- #16194 Improve output of
- Huáng Jùnliàng (@ JLHwung)
- @ liuxingbaoyu
- coderaiser (@ coderaiser)
-
7.23.7 - 2023-12-29
-
7.23.6 - 2023-12-11
-
7.23.5 - 2023-11-29
-
7.23.3 - 2023-11-09
-
7.23.2 - 2023-10-11
-
7.22.20 - 2023-09-16
-
7.22.15 - 2023-09-04
-
7.22.14 - 2023-08-30
-
7.22.10 - 2023-08-07
-
7.22.9 - 2023-07-12
-
7.22.7 - 2023-07-06
-
7.22.6 - 2023-07-04
-
7.22.5 - 2023-06-08
-
7.22.4 - 2023-05-29
-
7.22.2 - 2023-05-26
-
7.22.1 - 2023-05-26
-
7.22.0 - 2023-05-26
-
7.21.5 - 2023-04-28
-
7.21.4 - 2023-03-31
-
7.21.4-esm.4 - 2023-04-04
-
7.21.4-esm.3 - 2023-04-04
-
7.21.4-esm.2 - 2023-04-04
-
7.21.4-esm.1 - 2023-04-04
-
7.21.4-esm - 2023-04-04
-
7.20.2 - 2022-11-04
-
7.19.4 - 2022-10-10
-
7.19.3 - 2022-09-27
-
7.19.1 - 2022-09-14
-
7.19.0 - 2022-09-05
-
7.18.10 - 2022-08-01
-
7.18.9 - 2022-07-18
-
7.18.6 - 2022-06-27
-
7.18.2 - 2022-05-25
-
7.18.0 - 2022-05-19
-
7.17.12 - 2022-05-16
-
7.17.10 - 2022-04-29
-
7.16.11 - 2022-01-20
-
7.16.10 - 2022-01-19
-
7.16.8 - 2022-01-10
-
7.16.7 - 2021-12-31
-
7.16.5 - 2021-12-13
-
7.16.4 - 2021-11-16
-
7.16.0 - 2021-10-29
-
7.15.8 - 2021-10-06
-
7.15.6 - 2021-09-09
-
7.15.4 - 2021-09-02
-
7.15.0 - 2021-08-04
-
7.14.9 - 2021-08-01
-
7.14.8 - 2021-07-20
-
7.14.7 - 2021-06-21
-
7.14.5 - 2021-06-09
-
7.14.4 - 2021-05-28
-
7.14.2 - 2021-05-12
-
7.14.1 - 2021-05-04
-
7.14.0 - 2021-04-29
-
7.13.15 - 2021-04-08
-
7.13.12 - 2021-03-22
-
7.13.10 - 2021-03-08
-
7.13.9 - 2021-03-01
-
7.13.8 - 2021-02-26
-
7.13.5 - 2021-02-23
-
7.13.0 - 2021-02-22
-
7.12.17 - 2021-02-18
-
7.12.16 - 2021-02-11
-
7.12.13 - 2021-02-03
-
7.12.11 - 2020-12-15
-
7.12.10 - 2020-12-09
-
7.12.7 - 2020-11-20
-
7.12.1 - 2020-10-15
-
7.12.0 - 2020-10-14
-
7.11.5 - 2020-08-31
-
7.11.0 - 2020-07-30
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.2 - 2020-05-30
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.9.6 - 2020-04-29
-
7.9.5 - 2020-04-07
-
7.9.0 - 2020-03-20
-
7.8.7 - 2020-03-05
-
7.8.6 - 2020-02-27
-
7.8.4 - 2020-01-30
-
7.8.3 - 2020-01-13
-
7.8.2 - 2020-01-12
from @babel/preset-env GitHub release notesv7.24.4 (2024-04-03)
Thanks @ Dunqing, @ luiscubal, and @ samualtnorman for your first PRs!
👓 Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3🐛 Bug Fix
babel-generator{ [key in Bar]? }(@ liuxingbaoyu)TSMappedType(@ liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-envbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorssuper()exists andprotoInitis not needed (@ liuxingbaoyu)babel-plugin-transform-block-scopingfor Xin loop (@ liuxingbaoyu)letwhen theforbody is not a block (@ liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scopingCommitters: 7
v7.24.3 (2024-03-20)
Thanks @ ota-meshi for your first PR!
🐛 Bug Fix
babel-helper-module-importsCommitters: 2
v7.24.1 (2024-03-19)
🐛 Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-proposal-json-modules,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-envmoduleNamefor@ babel/runtime/regeneratorimports (@ nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-propertiesbabel-helper-create-class-features-plugin,babel-helper-replace-supers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties📝 Documentation
🏠 Internal
babel-code-frame,babel-highlightchalkwithpicocolors(@ nicolo-ribaudo)babel-helper-fixtures,babel-helpers,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-unicode-sets-regex,babel-preset-env,babel-preset-flowbabel-helper-module-imports,babel-plugin-proposal-import-wasm-source,babel-plugin-proposal-json-modules,babel-plugin-proposal-record-and-tuple,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx🔬 Output optimization
babel-helper-replace-supers,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-parameters,babel-plugin-transform-runtimeassertThisInitializedaftersuper()(@ liuxingbaoyu)babel-plugin-transform-class-properties,babel-plugin-transform-classesassertThisInitializedmore often (@ liuxingbaoyu)babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-object-rest-spread,babel-traversebabel-core,babel-plugin-external-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-function-bind,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-envCommitters: 4
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/standalone(@ ajihyf)babel-core,babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-transform-class-propertiesnoUninitializedPrivateFieldAccessassumption (@ 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-runtimebabel-preset-flowignoreExtensionsin Flow preset (@ nicolo-ribaudo)experimental_useHermesParseroption inpreset-flow(@ liuxingbaoyu)babel-helper-import-to-platform-api,babel-plugin-proposal-import-wasm-source,babel-plugin-proposal-json-modules,babel-standalonebabel-plugin-transform-runtimemoduleNameoption to@ babel/plugin-transform-runtime(@ nicolo-ribaudo)babel-parser,babel-typesTSImportType(@ sosukesuzuki)🐛 Bug Fix
babel-plugin-proposal-do-expressions,babel-traversepopContexton unvisited node paths (@ JLHwung)babel-helper-create-class-features-plugin,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-objectprivateFieldsAsSymbols(@ liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-transform-private-methodsargumentsin privateget/setmethod (@ liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decoratorsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsstaticon decorated privateaccessor(@ nicolo-ribaudo)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-envprivateFieldsAsProperties(@ liuxingbaoyu)babel-helpersargumentsin a helper as a global reference (@ nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decoratorsaccess.getfor public setter decorators (@ nicolo-ribaudo)💅 Polish
babel-core,babel-helper-create-class-features-plugin,babel-preset-envBABEL_SHOW_CONFIG_FORfor config problems (@ nicolo-ribaudo)🏠 Internal
babel-helper-transform-fixture-test-runneroutput.jswhenexec.jsthrows (@ liuxingbaoyu)🔬 Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-propertiesbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-transform-private-methodsclassPrivateMethodGet(@ liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decoratorsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-helper-create-class-features-plugin,babel-helper-fixtures,babel-helpers,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-optional-chaining-assign,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-helpers,babel-plugin-proposal-decoratorsCommitters: 7
v7.23.9 (2024-01-25)
🐛 Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-envsystemjsre-traverses helpers (@ liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-envcore-js@3imports (@ nicolo-ribaudo)babel-traversegetTypeAnnotationwhen using TS+inference (@ liuxingbaoyu)no-use-before-definefor class ref in fields (@ nicolo-ribaudo)🏠 Internal
babel-core,babel-parser,babel-templateeslint-parserto cts (@ liuxingbaoyu)babel-types@ babel/typesprops that are not produced by the parser (@ liuxingbaoyu)🏃♀️ Performance
babel-parser🔬 Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-envbabel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimeusing(@ liuxingbaoyu)Committers: 4
v7.23.8 (2024-01-08)
🐛 Bug Fix
babel-preset-envpreset-envthrows exception forexport * as x(@ liuxingbaoyu)babel-helpers,babel-plugin-proposal-decoratorsgetter/settertoctx.accessfor public fields (@ liuxingbaoyu)↩️ Revert
🔬 Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimesuper()(@ liuxingbaoyu)Committers: 3
Package name: @babel/runtime
v7.24.4 (2024-04-03)
Thanks @ Dunqing, @ luiscubal, and @ samualtnorman for your first PRs!
👓 Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3🐛 Bug Fix
babel-generator{ [key in Bar]? }(@ liuxingbaoyu)TSMappedType(@ liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-envbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorssuper()exists andprotoInitis not needed (@ liuxingbaoyu)babel-plugin-transform-block-scopingfor Xin loop (@ liuxingbaoyu)letwhen theforbody is not a block (@ liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scopingCommitters: 7
v7.24.1 (2024-03-19)
🐛 Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-proposal-json-modules,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-envmoduleNamefor@ babel/runtime/regeneratorimports (@ nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-propertiesbabel-helper-create-class-features-plugin,babel-helper-replace-supers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties📝 Documentation
🏠 Internal
babel-code-frame,babel-highlightchalkwithpicocolors(@ nicolo-ribaudo)babel-helper-fixtures,babel-helpers,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-unicode-sets-regex,babel-preset-env,babel-preset-flowbabel-helper-module-imports,babel-plugin-proposal-import-wasm-source,babel-plugin-proposal-json-modules,babel-plugin-proposal-record-and-tuple,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx🔬 Output optimization
babel-helper-replace-supers,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-parameters,babel-plugin-transform-runtimeassertThisInitializedaftersuper()(@ liuxingbaoyu)babel-plugin-transform-class-properties,babel-plugin-transform-classesassertThisInitializedmore often (@ liuxingbaoyu)babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-object-rest-spread,babel-traversebabel-core,babel-plugin-external-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-function-bind,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-envCommitters: 4
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/standalone(@ ajihyf)babel-core,babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-transform-class-propertiesnoUninitializedPrivateFieldAccessassumption (@ 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-runtimebabel-preset-flowignoreExtensionsin Flow preset (@ nicolo-ribaudo)experimental_useHermesParseroption inpreset-flow(@ liuxingbaoyu)babel-helper-import-to-platform-api,babel-plugin-proposal-import-wasm-source,babel-plugin-proposal-json-modules,babel-standalonebabel-plugin-transform-runtimemoduleNameoption to@ babel/plugin-transform-runtime(@ nicolo-ribaudo)babel-parser,babel-typesTSImportType(@ sosukesuzuki)🐛 Bug Fix
babel-plugin-proposal-do-expressions,babel-traversepopContexton unvisited node paths (@ JLHwung)babel-helper-create-class-features-plugin,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-objectprivateFieldsAsSymbols(@ liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-transform-private-methodsargumentsin privateget/setmethod (@ liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decoratorsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsstaticon decorated privateaccessor(@ nicolo-ribaudo)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-envprivateFieldsAsProperties(@ liuxingbaoyu)babel-helpersargumentsin a helper as a global reference (@ nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decorators