vscode-extension
vscode-extension copied to clipboard
[Snyk] Upgrade: , ,
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together. :information_source: 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.Name | Versions | Released on |
---|
@babel/parserfrom 7.23.9 to 7.25.3 | 9 versions ahead of your current version | 21 days agoon 2024-07-31 @babel/typesfrom 7.23.9 to 7.25.2 | 8 versions ahead of your current version | 23 days agoon 2024-07-30 @babel/traversefrom 7.23.9 to 7.25.3 | 10 versions ahead of your current version | 21 days agoon 2024-07-31
Release notes
Package name: @babel/parser
-
7.25.3 - 2024-07-31
v7.25.3 (2024-07-31)
🐛 Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge
(@ nicolo-ribaudo)
- #16699 Avoid validating visitors produced by
🏠 Internal
babel-parser
- #16688 Add
@ babel/types
as a dependency of@ babel/parser
(@ nicolo-ribaudo)
- #16688 Add
Committers: 2
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
-
7.25.0 - 2024-07-26
v7.25.0 (2024-07-26)
Thanks @ davidtaylorhq and @ slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)
🚀 New Feature
babel-helper-create-class-features-plugin
,babel-helper-function-name
,babel-helper-plugin-utils
,babel-helper-wrap-function
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
,babel-types
- #16658 Move
ensureFunctionName
toNodePath.prototype
(@ nicolo-ribaudo)
- #16658 Move
babel-helper-hoist-variables
,babel-helper-plugin-utils
,babel-plugin-proposal-async-do-expressions
,babel-plugin-transform-modules-systemjs
,babel-traverse
- #16644 Move
hoistVariables
toScope.prototype
(@ nicolo-ribaudo)
- #16644 Move
babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-split-export-declaration
,babel-plugin-transform-classes
,babel-traverse
,babel-types
- #16645 Move
splitExportDeclaration
toNodePath.prototype
(@ nicolo-ribaudo)
- #16645 Move
babel-helper-create-class-features-plugin
,babel-helper-environment-visitor
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-classes
,babel-traverse
- #16649 Move
environment-visitor
helper into@ babel/traverse
(@ nicolo-ribaudo)
- #16649 Move
babel-core
,babel-parser
- #16480 Expose wether a module has TLA or not as
.extra.async
(@ nicolo-ribaudo)
- #16480 Expose wether a module has TLA or not as
babel-compat-data
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-preset-env
- #16569 Introduce
bugfix-safari-class-field-initializer-scope
(@ davidtaylorhq)
- #16569 Introduce
babel-plugin-transform-block-scoping
,babel-traverse
,babel-types
babel-helper-import-to-platform-api
,babel-plugin-proposal-json-modules
- #16579 Add
uncheckedRequire
option for JSON imports to CJS (@ nicolo-ribaudo)
- #16579 Add
babel-helper-transform-fixture-test-runner
,babel-node
- #16642 Allow using custom config in
babel-node --eval
(@ slatereax)
- #16642 Allow using custom config in
babel-compat-data
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-preset-env
,babel-standalone
🐛 Bug Fix
babel-generator
- #16678 Print parens around as expressions on the LHS (@ nicolo-ribaudo)
babel-template
,babel-types
- #15286 fix: Props are lost when the template replaces the node (@ liuxingbaoyu)
🏠 Internal
- Other
babel-generator
- #16651 Simplify the printing logic for
(
before ambiguous tokens (@ nicolo-ribaudo)
- #16651 Simplify the printing logic for
babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
- #16652 Simplify
helper-function-name
logic (@ nicolo-ribaudo)
- #16652 Simplify
🏃♀️ Performance
babel-parser
,babel-plugin-proposal-pipeline-operator
- #16461 Some minor parser performance improvements for ts (@ liuxingbaoyu)
🔬 Output optimization
babel-plugin-transform-classes
- #16670 Reduce redundant
assertThisInitialized
(@ liuxingbaoyu)
- #16670 Reduce redundant
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-plugin-transform-private-methods
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16374 Improve
super.x
output (@ liuxingbaoyu)
- #16374 Improve
babel-plugin-transform-class-properties
,babel-plugin-transform-classes
- #16656 Simplify output for anonymous classes with no methods (@ nicolo-ribaudo)
Committers: 6
- Artem (@ slatereax)
- Babel Bot (@ babel-bot)
- David Taylor (@ davidtaylorhq)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.8 - 2024-07-11
v7.24.8 (2024-07-11)
Thanks @ H0onnn, @ jkup and @ SreeXD for your first pull requests!
👓 Spec Compliance
babel-parser
- #16567 Do not use strict mode in TS
declare
(@ liuxingbaoyu)
- #16567 Do not use strict mode in TS
🐛 Bug Fix
babel-generator
- #16630 Correctly print parens around
in
infor
heads (@ nicolo-ribaudo) - #16626 Fix printing of comments in
await using
(@ nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@ SreeXD)
- #16630 Correctly print parens around
babel-parser
- #16613 Disallow destructuring assignment in
using
declarations (@ H0onnn) - #16490 fix: do not add
.value: undefined
to regexp literals (@ liuxingbaoyu)
- #16613 Disallow destructuring assignment in
babel-types
- #16615 Remove boolean props from
ObjectTypeInternalSlot
visitor keys (@ nicolo-ribaudo)
- #16615 Remove boolean props from
babel-plugin-transform-typescript
- #16566 fix: Correctly handle
export import x =
(@ liuxingbaoyu)
- #16566 fix: Correctly handle
💅 Polish
babel-generator
- #16625 Avoid unnecessary parens around
async
infor await
(@ nicolo-ribaudo)
- #16625 Avoid unnecessary parens around
babel-traverse
- #16619 Avoid checking
Scope.globals
multiple times (@ liuxingbaoyu)
- #16619 Avoid checking
Committers: 9
- Amjad Yahia Robeen Hassan (@ amjed-98)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Jon Kuperman (@ jkup)
- Nagendran N (@ SreeXD)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sukka (@ SukkaW)
- @ H0onnn
- @ liuxingbaoyu
- 7.24.7 - 2024-06-05
- 7.24.6 - 2024-05-24
- 7.24.5 - 2024-04-29
- 7.24.4 - 2024-04-03
- 7.24.1 - 2024-03-19
- 7.24.0 - 2024-02-28
- 7.23.9 - 2024-01-25
Package name: @babel/types
-
7.25.2 - 2024-07-30
v7.25.2 (2024-07-30)
🐛 Bug Fix
babel-core
,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecorators
is available (@ nicolo-ribaudo)
- #16695 Ensure that
Committers: 2
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
-
7.25.0 - 2024-07-26
v7.25.0 (2024-07-26)
Thanks @ davidtaylorhq and @ slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)
🚀 New Feature
babel-helper-create-class-features-plugin
,babel-helper-function-name
,babel-helper-plugin-utils
,babel-helper-wrap-function
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
,babel-types
- #16658 Move
ensureFunctionName
toNodePath.prototype
(@ nicolo-ribaudo)
- #16658 Move
babel-helper-hoist-variables
,babel-helper-plugin-utils
,babel-plugin-proposal-async-do-expressions
,babel-plugin-transform-modules-systemjs
,babel-traverse
- #16644 Move
hoistVariables
toScope.prototype
(@ nicolo-ribaudo)
- #16644 Move
babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-split-export-declaration
,babel-plugin-transform-classes
,babel-traverse
,babel-types
- #16645 Move
splitExportDeclaration
toNodePath.prototype
(@ nicolo-ribaudo)
- #16645 Move
babel-helper-create-class-features-plugin
,babel-helper-environment-visitor
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-classes
,babel-traverse
- #16649 Move
environment-visitor
helper into@ babel/traverse
(@ nicolo-ribaudo)
- #16649 Move
babel-core
,babel-parser
- #16480 Expose wether a module has TLA or not as
.extra.async
(@ nicolo-ribaudo)
- #16480 Expose wether a module has TLA or not as
babel-compat-data
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-preset-env
- #16569 Introduce
bugfix-safari-class-field-initializer-scope
(@ davidtaylorhq)
- #16569 Introduce
babel-plugin-transform-block-scoping
,babel-traverse
,babel-types
babel-helper-import-to-platform-api
,babel-plugin-proposal-json-modules
- #16579 Add
uncheckedRequire
option for JSON imports to CJS (@ nicolo-ribaudo)
- #16579 Add
babel-helper-transform-fixture-test-runner
,babel-node
- #16642 Allow using custom config in
babel-node --eval
(@ slatereax)
- #16642 Allow using custom config in
babel-compat-data
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-preset-env
,babel-standalone
🐛 Bug Fix
babel-generator
- #16678 Print parens around as expressions on the LHS (@ nicolo-ribaudo)
babel-template
,babel-types
- #15286 fix: Props are lost when the template replaces the node (@ liuxingbaoyu)
🏠 Internal
- Other
babel-generator
- #16651 Simplify the printing logic for
(
before ambiguous tokens (@ nicolo-ribaudo)
- #16651 Simplify the printing logic for
babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
- #16652 Simplify
helper-function-name
logic (@ nicolo-ribaudo)
- #16652 Simplify
🏃♀️ Performance
babel-parser
,babel-plugin-proposal-pipeline-operator
- #16461 Some minor parser performance improvements for ts (@ liuxingbaoyu)
🔬 Output optimization
babel-plugin-transform-classes
- #16670 Reduce redundant
assertThisInitialized
(@ liuxingbaoyu)
- #16670 Reduce redundant
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-plugin-transform-private-methods
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16374 Improve
super.x
output (@ liuxingbaoyu)
- #16374 Improve
babel-plugin-transform-class-properties
,babel-plugin-transform-classes
- #16656 Simplify output for anonymous classes with no methods (@ nicolo-ribaudo)
Committers: 6
- Artem (@ slatereax)
- Babel Bot (@ babel-bot)
- David Taylor (@ davidtaylorhq)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.9 - 2024-07-15
v7.24.9 (2024-07-15)
🐛 Bug Fix
babel-core
,babel-standalone
- #16639 Avoid
require()
call in@ babel/standalone
bundle (@ nicolo-ribaudo)
- #16639 Avoid
babel-types
💅 Polish
babel-generator
,babel-plugin-transform-optional-chaining
- #16617 Avoid extra parens in TS
as
/satisfies
(@ nicolo-ribaudo)
- #16617 Avoid extra parens in TS
🏠 Internal
babel-helper-module-transforms
- #16629 Lazy top-level initializations for module transforms (@ guybedford)
Committers: 5
- Babel Bot (@ babel-bot)
- Guy Bedford (@ guybedford)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.8 - 2024-07-11
v7.24.8 (2024-07-11)
Thanks @ H0onnn, @ jkup and @ SreeXD for your first pull requests!
👓 Spec Compliance
babel-parser
- #16567 Do not use strict mode in TS
declare
(@ liuxingbaoyu)
- #16567 Do not use strict mode in TS
🐛 Bug Fix
babel-generator
- #16630 Correctly print parens around
in
infor
heads (@ nicolo-ribaudo) - #16626 Fix printing of comments in
await using
(@ nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@ SreeXD)
- #16630 Correctly print parens around
babel-parser
- #16613 Disallow destructuring assignment in
using
declarations (@ H0onnn) - #16490 fix: do not add
.value: undefined
to regexp literals (@ liuxingbaoyu)
- #16613 Disallow destructuring assignment in
babel-types
- #16615 Remove boolean props from
ObjectTypeInternalSlot
visitor keys (@ nicolo-ribaudo)
- #16615 Remove boolean props from
babel-plugin-transform-typescript
- #16566 fix: Correctly handle
export import x =
(@ liuxingbaoyu)
- #16566 fix: Correctly handle
💅 Polish
babel-generator
- #16625 Avoid unnecessary parens around
async
infor await
(@ nicolo-ribaudo)
- #16625 Avoid unnecessary parens around
babel-traverse
- #16619 Avoid checking
Scope.globals
multiple times (@ liuxingbaoyu)
- #16619 Avoid checking
Committers: 9
- Amjad Yahia Robeen Hassan (@ amjed-98)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Jon Kuperman (@ jkup)
- Nagendran N (@ SreeXD)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sukka (@ SukkaW)
- @ H0onnn
- @ liuxingbaoyu
- 7.24.7 - 2024-06-05
- 7.24.6 - 2024-05-24
- 7.24.5 - 2024-04-29
- 7.24.0 - 2024-02-28
- 7.23.9 - 2024-01-25
Package name: @babel/traverse
-
7.25.3 - 2024-07-31
v7.25.3 (2024-07-31)
🐛 Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge
(@ nicolo-ribaudo)
- #16699 Avoid validating visitors produced by
🏠 Internal
babel-parser
- #16688 Add
@ babel/types
as a dependency of@ babel/parser
(@ nicolo-ribaudo)
- #16688 Add
Committers: 2
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
-
7.25.2 - 2024-07-30
v7.25.2 (2024-07-30)
🐛 Bug Fix
babel-core
,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecorators
is available (@ nicolo-ribaudo)
- #16695 Ensure that
Committers: 2
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
-
7.25.1 - 2024-07-28
v7.25.1 (2024-07-28)
🐛 Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionName
may be undefined (@ liuxingbaoyu)
- #16683 fix:
babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@ keiseiTi)
babel-traverse
- #16587 fix: fixed issue16583 + test (@ nerodesu017)
🏠 Internal
Committers: 4
- Adrian (@ nerodesu017)
- Huáng Jùnliàng (@ JLHwung)
- @ keiseiTi
- @ liuxingbaoyu
-
7.25.0 - 2024-07-26
v7.25.0 (2024-07-26)
Thanks @ davidtaylorhq and @ slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)
🚀 New Feature
babel-helper-create-class-features-plugin
,babel-helper-function-name
,babel-helper-plugin-utils
,babel-helper-wrap-function
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
,babel-types
- #16658 Move
ensureFunctionName
toNodePath.prototype
(@ nicolo-ribaudo)
- #16658 Move
babel-helper-hoist-variables
,babel-helper-plugin-utils
,babel-plugin-proposal-async-do-expressions
,babel-plugin-transform-modules-systemjs
,babel-traverse
- #16644 Move
hoistVariables
toScope.prototype
(@ nicolo-ribaudo)
- #16644 Move
babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-split-export-declaration
,babel-plugin-transform-classes
,babel-traverse
,babel-types
- #16645 Move
splitExportDeclaration
toNodePath.prototype
(@ nicolo-ribaudo)
- #16645 Move
babel-helper-create-class-features-plugin
,babel-helper-environment-visitor
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-classes
,babel-traverse
- #16649 Move
environment-visitor
helper into@ babel/traverse
(@ nicolo-ribaudo)
- #16649 Move
babel-core
,babel-parser
- #16480 Expose wether a module has TLA or not as
.extra.async
(@ nicolo-ribaudo)
- #16480 Expose wether a module has TLA or not as
babel-compat-data
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-preset-env
- #16569 Introduce
bugfix-safari-class-field-initializer-scope
(@ davidtaylorhq)
- #16569 Introduce
babel-plugin-transform-block-scoping
,babel-traverse
,babel-types
babel-helper-import-to-platform-api
,babel-plugin-proposal-json-modules
- #16579 Add
uncheckedRequire
option for JSON imports to CJS (@ nicolo-ribaudo)
- #16579 Add
babel-helper-transform-fixture-test-runner
,babel-node
- #16642 Allow using custom config in
babel-node --eval
(@ slatereax)
- #16642 Allow using custom config in
babel-compat-data
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-preset-env
,babel-standalone
🐛 Bug Fix
babel-generator
- #16678 Print parens around as expressions on the LHS (@ nicolo-ribaudo)
babel-template
,babel-types
- #15286 fix: Props are lost when the template replaces the node (@ liuxingbaoyu)
🏠 Internal
- Other
babel-generator
- #16651 Simplify the printing logic for
(
before ambiguous tokens (@ nicolo-ribaudo)
- #16651 Simplify the printing logic for
babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
- #16652 Simplify
helper-function-name
logic (@ nicolo-ribaudo)
- #16652 Simplify
🏃♀️ Performance
babel-parser
,babel-plugin-proposal-pipeline-operator
- #16461 Some minor parser performance improvements for ts (@ liuxingbaoyu)
🔬 Output optimization
babel-plugin-transform-classes
- #16670 Reduce redundant
assertThisInitialized
(@ liuxingbaoyu)
- #16670 Reduce redundant
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-plugin-transform-private-methods
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16374 Improve
super.x
output (@ liuxingbaoyu)
- #16374 Improve
babel-plugin-transform-class-properties
,babel-plugin-transform-classes
- #16656 Simplify output for anonymous classes with no methods (@ nicolo-ribaudo)
Committers: 6
- Artem (@ slatereax)
- Babel Bot (@ babel-bot)
- David Taylor (@ davidtaylorhq)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.8 - 2024-07-11
v7.24.8 (2024-07-11)
Thanks @ H0onnn, @ jkup and @ SreeXD for your first pull requests!
👓 Spec Compliance
babel-parser
- #16567 Do not use strict mode in TS
declare
(@ liuxingbaoyu)
- #16567 Do not use strict mode in TS
🐛 Bug Fix
babel-generator
- #16630 Correctly print parens around
in
infor
heads (@ nicolo-ribaudo) - #16626 Fix printing of comments in
await using
(@ nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@ SreeXD)
- #16630 Correctly print parens around
babel-parser
- #16613 Disallow destructuring assignment in
using
declarations (@ H0onnn) - #16490 fix: do not add
.value: undefined
to regexp literals (@ liuxingbaoyu)
- #16613 Disallow destructuring assignment in
babel-types
- #16615 Remove boolean props from
ObjectTypeInternalSlot
visitor keys (@ nicolo-ribaudo)
- #16615 Remove boolean props from
babel-plugin-transform-typescript
- #16566 fix: Correctly handle
export import x =
(@ liuxingbaoyu)
- #16566 fix: Correctly handle
💅 Polish
babel-generator
- #16625 Avoid unnecessary parens around
async
infor await
(@ nicolo-ribaudo)
- #16625 Avoid unnecessary parens around
babel-traverse
- #16619 Avoid checking
Scope.globals
multiple times (@ liuxingbaoyu)
- #16619 Avoid checking
Committers: 9
- Amjad Yahia Robeen Hassan (@ amjed-98)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Jon Kuperman (@ jkup)
- Nagendran N (@ SreeXD)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sukka (@ SukkaW)
- @ H0onnn
- @ liuxingbaoyu
- 7.24.7 - 2024-06-05
- 7.24.6 - 2024-05-24
- 7.24.5 - 2024-04-29
- 7.24.1 - 2024-03-19
- 7.24.0 - 2024-02-28
- 7.23.9 - 2024-01-25
[!IMPORTANT]
- Check the changes in this PR to ensure they won't cause issues with your project.
- This PR was automatically created by Snyk using the credentials of a real user.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: