Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

Bumps @babel/preset-env from 7.23.3 to 7.27.2.

Release notes

Sourced from @​babel/preset-env'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/preset-env's changelog.

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

🏃‍♀️ Performance

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

... (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/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.3 to 7.27.2.
- [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.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-version: 7.27.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2025
Copy link

github-actions bot commented May 6, 2025

Hey @dependabot[bot],

These are the details of your Pull Request:

chore(deps-dev): bump @babel/preset-env from 7.23.3 to 7.27.2

PR URL:
#346

PR Body:

Bumps @babel/preset-env from 7.23.3 to 7.27.2.

Release notes

Sourced from @​babel/preset-env'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/preset-env's changelog.

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
    • #17289 fix: @babel/parser/bin/index.js contains node: 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)

🏃‍♀️ Performance

  • babel-cli
    • #17285 Enable Node compile cache for @babel/cli (@​JLHwung)

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

... (truncated)

Commits
  • a8080cd v7.27.2
  • b9c6efb Use .d.ts in import when importing a .d.ts file (#17288)
  • 1e0bdac [Babel 8] Directly export the JSON files from @babel/compat-data (#17267)
  • eebd3a0 v7.27.1
  • 5c5e77c Tune plugin compat data (#17256)
  • aca4f01 chore: bump compat-data sources (#17253)
  • 7264384 Update firefox bugfix compat data (#17228)
  • 0f95b74 Reduce regeneratorRuntime size (#17213)
  • 317e332 Enforce node protocol import (#17207)
  • 14ef1e9 Babel 8 cleanup (#17211)
  • 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:
689a4c6

Commit Message:
Merge d968256 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.

0 participants