Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/development/babel/preset-env-7.26.9
Closed

chore(deps-dev): bump @babel/preset-env from 7.23.3 to 7.26.9#339
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/development/babel/preset-env-7.26.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

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

Release notes

Sourced from @​babel/preset-env's releases.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

Committers: 5

v7.26.8 (2025-02-08)

🏠 Internal

  • babel-preset-env
    • #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types

... (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.26.9.
- [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.26.9/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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 Feb 17, 2025
@github-actions
Copy link
Copy Markdown

Hey @dependabot[bot],

These are the details of your Pull Request:

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

PR URL:
#339

PR Body:

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

Release notes

Sourced from @​babel/preset-env's releases.

v7.26.9 (2025-02-14)

🐛 Bug Fix

  • babel-types
    • #17103 fix: Definition for TSPropertySignature.kind (@​liuxingbaoyu)
  • babel-generator, babel-types
    • #17062 Print TypeScript optional/definite in ClassPrivateProperty (@​jamiebuilds-signal)

🏠 Internal

  • babel-types
    • #17130 Use .ts files with explicit reexports to solve name conflicts (@​nicolo-ribaudo)
  • babel-core
    • #17127 Do not depend on @types/gensync in Babel 7 (@​nicolo-ribaudo)

Committers: 5

  • Babel Bot (@​babel-bot)
  • Huáng Jùnliàng (@​JLHwung)
  • Jamie Kyle (@​jamiebuilds-signal)
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • @​liuxingbaoyu

v7.26.8 (2025-02-08)

🏠 Internal

  • babel-preset-env
    • #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
    • #17086 Make "object without properties" helpers ES6-compatible (@​tquetano-netflix)
  • babel-plugin-transform-typeof-symbol
    • #17085 fix: Correctly handle typeof in arrow functions (@​liuxingbaoyu)
  • babel-parser
    • #17079 Respect ranges option in estree method value (@​JLHwung)
  • babel-core
    • #17052 Do not try to parse .ts configs as JSON if natively supported (@​nicolo-ribaudo)
  • babel-plugin-transform-typescript
    • #17050 fix: correctly resolve references to non-constant enum members (@​branchseer)
  • babel-plugin-transform-typescript, babel-traverse, babel-types
    • #17025 fix: Remove type-only import x = y.z (@​liuxingbaoyu)

Committers: 6

  • Babel Bot (@​babel-bot)
  • Huáng Jùnliàng (@​JLHwung)
  • Nicolò Ribaudo (@​nicolo-ribaudo)
  • Tony Quetano (@​tquetano-netflix)

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.26.9 (2025-02-14)

🐛 Bug Fix

  • babel-types
    • #17103 fix: Definition for TSPropertySignature.kind (@​liuxingbaoyu)
  • babel-generator, babel-types
    • #17062 Print TypeScript optional/definite in ClassPrivateProperty (@​jamiebuilds-signal)

🏠 Internal

  • babel-types
    • #17130 Use .ts files with explicit reexports to solve name conflicts (@​nicolo-ribaudo)
  • babel-core
    • #17127 Do not depend on @types/gensync in Babel 7 (@​nicolo-ribaudo)

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
    • #17086 Make "object without properties" helpers ES6-compatible (@​tquetano-netflix)
  • babel-plugin-transform-typeof-symbol
    • #17085 fix: Correctly handle typeof in arrow functions (@​liuxingbaoyu)
  • babel-parser
    • #17079 Respect ranges option in estree method value (@​JLHwung)
  • babel-core
    • #17052 Do not try to parse .ts configs as JSON if natively supported (@​nicolo-ribaudo)
  • babel-plugin-transform-typescript
    • #17050 fix: correctly resolve references to non-constant enum members (@​branchseer)
  • babel-plugin-transform-typescript, babel-traverse, babel-types
    • #17025 fix: Remove type-only import x = y.z (@​liuxingbaoyu)

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator
    • #17061 fix: Chaining nullish coalescing operators output size regression (@​liuxingbaoyu)

v7.26.5 (2025-01-10)

👓 Spec Compliance

  • babel-parser
    • #17011 Allow the dynamic import.defer() form of import defer (@​babel-bot)

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
    • #17024 chore: Avoid calling isInStrictMode in Babel 7 (@​liuxingbaoyu)
  • babel-plugin-transform-typescript
    • #17026 fix: Correctly generate exported const enums in namespace (@​liuxingbaoyu)
  • babel-parser
    • #17045 [estree] Unify method type parameters handling (@​JLHwung)
    • #17013 fix: Correctly set position for @(a.b)() (@​liuxingbaoyu)
    • #16996 [estree] Adjust the start loc of class methods with type params (@​nicolo-ribaudo)
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types

... (truncated)

Commits
  • 64bca7b v7.26.9
  • 5315446 [babel 8] Remove babel 7-specific imports (#17111)
  • 0593941 v7.26.8
  • 1137c29 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)
  • 2d95140 v7.26.7
  • 0e6199b Make "object without properties" helpers ES6-compatible (#17086)
  • 19224f9 [babel 8] Remove bugfixes option (#17078)
  • cd24cc0 chore: Update TS 5.7 (#17053)
  • 70fbc86 fix: More accurate transform-typeof-symbol compat data (#17031)
  • 63d3038 v7.26.0
  • 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:
0028762

Commit Message:
Merge 260b13c into 38b033a

✨ Please ensure all tests and checks pass.

View PR Details

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2025

Superseded by #345.

@dependabot dependabot bot closed this Apr 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development/babel/preset-env-7.26.9 branch April 30, 2025 21:14
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