Bump @babel/types from 7.22.15 to 7.22.17 in /frontend
Bumps @babel/types from 7.22.15 to 7.22.17.
Release notes
Sourced from @babel/types
's releases.
v7.22.17 (2023-09-08)
Thanks
@jordanbtucker
for your first PR!
🐛 Bug Fix
babel-core
- #15947 Fix compatibility with Node.js 20.6 (
@nicolo-ribaudo
)babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #15941 Fix compiling duplicate ns imports to lazy CommonJS (
@nicolo-ribaudo
)babel-types
- #15920 Make
ClassDeclaration["id"]
optional in babel-types (@jordanbtucker
)
🔬 Output optimization
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-preset-env
- #15922 Improve output when wrapping functions (e.g.
async
functions) (@liuxingbaoyu
)Committers: 3
- Jordan Tucker (
@jordanbtucker
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.22.16 (2023-09-06)
🐛 Bug Fix
babel-parser
- #15935 fix:
__esModule
is missing from published@babel/parser
(@liuxingbaoyu
)
🏠 Internal
babel-traverse
- #15936 Skip deprecation warning tests when in a folder named
@babel
(@nicolo-ribaudo
)Committers: 3
- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
Changelog
Sourced from @babel/types
's changelog.
v7.22.17 (2023-09-08)
🐛 Bug Fix
babel-core
- #15947 Fix compatibility with Node.js 20.6 (
@nicolo-ribaudo
)babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #15941 Fix compiling duplicate ns imports to lazy CommonJS (
@nicolo-ribaudo
)babel-types
- #15920 Make
ClassDeclaration["id"]
optional in babel-types (@jordanbtucker
)
🔬 Output optimization
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-preset-env
- #15922 Improve output when wrapping functions (e.g.
async
functions) (@liuxingbaoyu
)v7.22.16 (2023-09-06)
🐛 Bug Fix
babel-parser
- #15935 fix:
__esModule
is missing from published@babel/parser
(@liuxingbaoyu
)
🏠 Internal
babel-traverse
- #15936 Skip deprecation warning tests when in a folder named
@babel
(@nicolo-ribaudo
)
Commits
-
49adb60
v7.22.17 -
1fb3b7a
MakeClassDeclaration["id"]
optional in babel-types (#15920) - 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