chore(deps): bump @babel/helpers from 7.20.1 to 7.27.4
Bumps @babel/helpers from 7.20.1 to 7.27.4.
Release notes
Sourced from @​babel/helpers's releases.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-proposal-explicit-resource-management
- #17323 Disallow using in bare case statement (
@​JLHwung):nail_care: Polish
babel-parser
- #17311 Improve parseExpression error messages (
@​JLHwung):microscope: Output optimization
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17287 Reduce
regeneratorsize more (@​liuxingbaoyu)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@​nicolo-ribaudo)- #17268 Reduce
regeneratorhelper size (@​liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone
- #17238 Split
regeneratorRuntimeinto multiple helpers (@​nicolo-ribaudo)Committers: 4
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)@​liuxingbaoyuv7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)Committers: 7
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Vik R (
@​vikr01)
... (truncated)
Changelog
Sourced from @​babel/helpers's changelog.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-proposal-explicit-resource-management
- #17323 Disallow using in bare case statement (
@​JLHwung):nail_care: Polish
babel-parser
- #17311 Improve parseExpression error messages (
@​JLHwung):microscope: Output optimization
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17287 Reduce
regeneratorsize more (@​liuxingbaoyu)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@​nicolo-ribaudo)- #17268 Reduce
regeneratorhelper size (@​liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone
- #17238 Split
regeneratorRuntimeinto multiple helpers (@​nicolo-ribaudo)v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
... (truncated)
Commits
7d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...49c0dbbFix iterator compatibility ofregeneratorValues(#17335)d23a1bdUse shorter method names for regenerator context (#17334)9dcd115Restore behavior ofregeneratorRuntimehelper (#17329)fe32019Reduceregeneratorhelper size (#17268)a0690e3SplitregeneratorRuntimeinto multiple helpers (#17238)da5e371v7.27.335152d8Correctly set.displayNameonGeneratorFunction(#17328)- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| lighthouse-check-action | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 3, 2025 10:08am |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.