chore(deps-dev): bump the babel group with 2 updates
Bumps the babel group with 2 updates: @babel/core and @babel/preset-env.
Updates @babel/core from 7.24.0 to 7.24.4
Release notes
Sourced from @babel/core's releases.
v7.24.4 (2024-04-03)
Thanks
@Dunqing,@luiscubal, and@samualtnormanfor your first PRs!:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3:bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@luiscubal)Committers: 7
- Babel Bot (
@babel-bot)- Dunqing (
@Dunqing)- Huáng Jùnliàng (
@JLHwung)- Luís Reis (
@luiscubal)- Nicolò Ribaudo (
@nicolo-ribaudo)- Samual Norman (
@samualtnorman)@liuxingbaoyuv7.24.3 (2024-03-20)
Thanks
@ota-meshifor your first PR!:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@ota-meshi)Committers: 2
- Nicolò Ribaudo (
@nicolo-ribaudo)- Yosuke Ota (
@ota-meshi)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame,babel-highlight
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3:bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@luiscubal)v7.24.3 (2024-03-20)
:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@ota-meshi)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame,babel-highlight
- #16362 Restore previous
FORCE_COLOR=0behavior (@nicolo-ribaudo)v7.24.1 (2024-03-19)
:bug: 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-env
- #16329 Respect
moduleNamefor@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:memo: Documentation
- #16319 Update SECURITY.md (
@nicolo-ribaudo):house: Internal
babel-code-frame,babel-highlight
... (truncated)
Commits
5a8c692v7.24.4d4ade61Test Babel 7/8 compatibility for plugins from es2019 to es2024 (#16399)b8eb831Fix incorrect function hoisting in some case statements (#16363)0eac8cav7.24.3fb7cf63[babel 8] Removeimport_fallback (#16365)822b025v7.24.119fdca5Reduce the use of class names (#16326)40110e9Update source map deps (#16327)- See full diff in compare view
Updates @babel/preset-env from 7.24.0 to 7.24.4
Release notes
Sourced from @babel/preset-env's releases.
v7.24.4 (2024-04-03)
Thanks
@Dunqing,@luiscubal, and@samualtnormanfor your first PRs!:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3:bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@luiscubal)Committers: 7
- Babel Bot (
@babel-bot)- Dunqing (
@Dunqing)- Huáng Jùnliàng (
@JLHwung)- Luís Reis (
@luiscubal)- Nicolò Ribaudo (
@nicolo-ribaudo)- Samual Norman (
@samualtnorman)@liuxingbaoyuv7.24.3 (2024-03-20)
Thanks
@ota-meshifor your first PR!:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@ota-meshi)Committers: 2
- Nicolò Ribaudo (
@nicolo-ribaudo)- Yosuke Ota (
@ota-meshi)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame,babel-highlight
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3:bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@luiscubal)v7.24.3 (2024-03-20)
:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@ota-meshi)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame,babel-highlight
- #16362 Restore previous
FORCE_COLOR=0behavior (@nicolo-ribaudo)v7.24.1 (2024-03-19)
:bug: 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-env
- #16329 Respect
moduleNamefor@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:memo: Documentation
- #16319 Update SECURITY.md (
@nicolo-ribaudo):house: Internal
babel-code-frame,babel-highlight
... (truncated)
Commits
5a8c692v7.24.40cfe039Avoid terser workaround in firefox bugfix for computed keys (#16401)48a3e19Create bugfix plugin for classes in computed keys in Firefox (#16390)0eac8cav7.24.3259e873Updatebabel-plugin-polyfill-corejs3(#16372)822b025v7.24.13a255c8Run Babel transform tests on old node if possible (#16352)c6cf0d7Allow separate helpers to be excluded in Babel 8 (#16323)3eb24fdRespectmoduleNamefor@babel/runtime/regeneratorimports (#16329)19fdca5Reduce the use of class names (#16326)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
coverage: 100.0%. remained the same when pulling 2a60691a2aad1e110c8b220e0e2c66f71f39d6c6 on dependabot/npm_and_yarn/babel-cc9fe9175d into b589f28a096c5d30d39dfba79cec9450c8e187f1 on main.
Superseded by #738.