Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps @babel/core from 7.23.3 to 7.27.1.

Release notes

Sourced from @​babel/core's releases.

v7.27.1 (2025-04-30)

Thanks @​kermanx and @​woaitsAryan for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator

💅 Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

🏠 Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.27.1 (2025-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator

💅 Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

🏠 Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.3 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 30, 2025
@github-actions
Copy link

Hey @dependabot[bot],

These are the details of your Pull Request:

chore(deps-dev): bump @babel/core from 7.23.3 to 7.27.1

PR URL:
#344

PR Body:

Bumps @babel/core from 7.23.3 to 7.27.1.

Release notes

Sourced from @​babel/core's releases.

v7.27.1 (2025-04-30)

Thanks @​kermanx and @​woaitsAryan for your first PRs!

👓 Spec Compliance

  • babel-parser
    • #17254 Allow using of as lexical declaration within for (@​JLHwung)
    • #17230 Disallow get/set in TSPropertySignature (@​JLHwung)
  • babel-parser, babel-types
    • #17193 Stricter TSImportType options parsing (@​JLHwung)

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
    • #17137 fix: do expressions should allow early exit (@​kermanx)
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@​magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
    • #17231 fix apply()/call() annotated as pure (@​Lacsw)
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@​JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
    • #17228 Update firefox bugfix compat data (@​JLHwung)
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@​liuxingbaoyu)
  • babel-generator
    • #17216 Fix: support const type parameter in generator (@​JLHwung)

💅 Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
    • #17221 Reduce generated names size for the 10th-11th (@​nicolo-ribaudo)

🏠 Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #17263 Remove unused regenerator-runtime dep in @babel/runtime (@​nicolo-ribaudo)
  • babel-compat-data, babel-preset-env
    • #17256 Tune plugin compat data (@​JLHwung)
  • babel-compat-data, babel-standalone
    • #17236 migrate babel-compat-data build script to mjs (@​JLHwung)
  • babel-register
    • #16844 Migrate @babel/register to cts (@​liuxingbaoyu)
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
    • #17205 Inline regenerator in the relevant packages (@​nicolo-ribaudo)
  • All packages
    • #17207 Enforce node protocol import (@​JLHwung)

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.27.1 (2025-04-30)

👓 Spec Compliance

  • babel-parser
    • #17254 Allow using of as lexical declaration within for (@​JLHwung)
    • #17230 Disallow get/set in TSPropertySignature (@​JLHwung)
  • babel-parser, babel-types
    • #17193 Stricter TSImportType options parsing (@​JLHwung)

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
    • #17137 fix: do expressions should allow early exit (@​kermanx)
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
    • #17251 Fix: propagate argument evaluation errors through async promise chain (@​magic-akari)
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
    • #17231 fix apply()/call() annotated as pure (@​Lacsw)
  • babel-helper-fixtures, babel-parser
    • #17233 Create ChainExpression within TSInstantiationExpression (@​JLHwung)
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
    • #17228 Update firefox bugfix compat data (@​JLHwung)
  • babel-traverse
    • #17156 fix: Objects and arrays with multiple references should not be evaluated (@​liuxingbaoyu)
  • babel-generator
    • #17216 Fix: support const type parameter in generator (@​JLHwung)

💅 Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
    • #17221 Reduce generated names size for the 10th-11th (@​nicolo-ribaudo)

🏠 Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #17263 Remove unused regenerator-runtime dep in @babel/runtime (@​nicolo-ribaudo)
  • babel-compat-data, babel-preset-env
    • #17256 Tune plugin compat data (@​JLHwung)
  • babel-compat-data, babel-standalone
    • #17236 migrate babel-compat-data build script to mjs (@​JLHwung)
  • Other
    • #17232 Bump typescript-eslint to 8.29.1 (@​JLHwung)
    • #17219 test: add basic typescript-eslint integration tests (@​JLHwung)
    • #17205 Inline regenerator in the relevant packages (@​nicolo-ribaudo)
  • babel-register
    • #16844 Migrate @babel/register to cts (@​liuxingbaoyu)
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
    • #17207 Enforce node protocol import (@​JLHwung)
  • babel-plugin-transform-regenerator

... (truncated)

Commits
  • eebd3a0 v7.27.1
  • c19e00e [babel 8] Remove unnecessary CJS ESM wrapper (#17261)
  • 65b1c1d Ignore browser-only files in coverage reports (#17262)
  • 35e7907 Update error stack test (#17252)
  • afe6ae2 Update jest-light-runner to v0.7.0 (#17245)
  • 317e332 Enforce node protocol import (#17207)
  • 5e991bd add require-esm babel-register test (#17206)
  • fdc0fb5 [Babel 8] Bump nodejs requirements to ^20.19.0 || >= 22.12.0 (#17204)
  • 5e1f1bc Fix failing Node.js 20 tests (#17191)
  • e1ce99d v7.26.10
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase´ will rebase this PR
  • ´@dependabot recreate´ will recreate this PR, overwriting any edits that have been made to it
  • ´@dependabot merge´ will merge this PR after your CI passes on it
  • ´@dependabot squash and merge´ will squash and merge this PR after your CI passes on it
  • ´@dependabot cancel merge´ will cancel a previously requested merge and block automerging
  • ´@dependabot reopen´ will reopen this PR if it is closed
  • ´@dependabot close´ will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • ´@dependabot show ignore conditions´ will show all of the ignore conditions of the specified dependency
  • ´@dependabot ignore this major version´ will 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 version´ will 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 dependency´ will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Labels:
dependencies

Workflow Status:
Success

Files Changed:

Lint Results:
Lint passed successfully!

Test Summary:
All tests passed

Coverage Report:
No coverage info found

Last Commit SHA:
513c2dc

Commit Message:
Merge 953001c into 38b033a

✨ Please ensure all tests and checks pass.

View PR Details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant