Skip to content

chore(deps-dev): bump the babel group across 1 directory with 2 updates - #7105

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/babel-ea8467a509
Open

chore(deps-dev): bump the babel group across 1 directory with 2 updates#7105
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/babel-ea8467a509

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the babel group with 2 updates in the / directory: @babel/plugin-transform-runtime and babel-plugin-transform-import-meta.

Updates @babel/plugin-transform-runtime from 7.24.3 to 8.0.1

Release notes

Sourced from @​babel/plugin-transform-runtime's releases.

v8.0.1 (2026-06-17)

This release includes a breaking change that was in the Babel 8 migration guide's Getting ready section and in the release post, but the actual removal of the feature from the codebase was accidentally not complete.

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

Committers: 2

v8.0.0 (2026-06-16)

NOTE: The changelog below is relative to v8.0.0-rc.6. You can find a summary of all the breaking changes shipped in the Babel 8 release line in the migration guide for users and migration guide for plugin developers.

Read the release blog post at http://babeljs.io/blog/2026/06/16/8.0.0!

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/plugin-transform-runtime's changelog.

v8.0.1 (2026-06-17)

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

v8.0.0 (2026-06-16)

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

v8.0.0-rc.6 (2026-05-25)

🐛 Bug Fix

🏠 Internal

  • babel-core
  • babel-compat-data, babel-register
  • babel-helper-transform-fixture-test-runner, babel-node

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/plugin-transform-runtime since your current version.


Updates babel-plugin-transform-import-meta from 2.2.1 to 3.0.0

Changelog

Sourced from babel-plugin-transform-import-meta's changelog.

3.0.0 (2026-06-28)

⚠ BREAKING CHANGES

  • upgrade to babel 8 and replace jest with vitest

Features

  • upgrade to babel 8 and replace jest with vitest (ddb781c)

2.3.3 (2025-06-03)

2.3.2 (2025-01-03)

2.3.1 (2025-01-03)

2.3.0 (2025-01-03)

Features

  • add support for additional meta apis (e011988)
  • new import.meta apis (185992a)
  • update eslint, rollup and other dependencies (5ea0a08)
Commits
  • cbfc222 chore(release): 3.0.0
  • e67f825 build: fix typescript configuration
  • ddb781c feat!: upgrade to babel 8 and replace jest with vitest
  • 3b23b9b Merge pull request #36 from javiertury/chore/update-lockfile
  • 71e0a9b chore: update pnpm-lock.yaml
  • 206185d Merge pull request #34 from javiertury/renovate/actions-checkout-7.x
  • f2f1151 chore(deps): update actions/checkout action to v7
  • 0bf5615 Merge pull request #30 from javiertury/chore/update-lockfile
  • b926913 chore: update pnpm-lock.yaml
  • 17822b5 Merge pull request #29 from javiertury/renovate/pnpm-11.x
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the babel group with 2 updates chore(deps-dev): bump the babel group across 1 directory with 2 updates Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/babel-ea8467a509 branch 6 times, most recently from 21d0a45 to 5fe3433 Compare August 4, 2026 13:03
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/babel-ea8467a509 branch 5 times, most recently from a948d48 to 281b332 Compare August 11, 2026 13:03
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/babel-ea8467a509 branch 2 times, most recently from b0ad4e5 to d563cc8 Compare August 13, 2026 13:03
Bumps the babel group with 2 updates in the / directory: [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) and [babel-plugin-transform-import-meta](https://github.com/javiertury/babel-plugin-transform-import-meta).


Updates `@babel/plugin-transform-runtime` from 7.24.3 to 8.0.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/v8.0.1/packages/babel-plugin-transform-runtime)

Updates `babel-plugin-transform-import-meta` from 2.2.1 to 3.0.0
- [Changelog](https://github.com/javiertury/babel-plugin-transform-import-meta/blob/master/CHANGELOG.md)
- [Commits](javiertury/babel-plugin-transform-import-meta@v2.2.1...v3.0.0)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: babel
- dependency-name: babel-plugin-transform-import-meta
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/babel-ea8467a509 branch from d563cc8 to 49b6be9 Compare August 14, 2026 13:03
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant