Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps @babel/runtime to 7.28.4 and updates ancestor dependencies @babel/runtime, @wordpress/babel-preset-default, @wordpress/block-editor, @wordpress/blocks, @wordpress/components, @wordpress/i18n, @wordpress/icons, @wordpress/jest-console and @wordpress/server-side-render. These dependencies need to be updated together.

Updates @babel/runtime from 7.25.7 to 7.28.4

Release notes

Sourced from @​babel/runtime's releases.

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

Committers: 5

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

📝 Documentation

🏠 Internal

🔬 Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

... (truncated)

Changelog

Sourced from @​babel/runtime's changelog.

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

📝 Documentation

🏠 Internal

🔬 Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

🐛 Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

🐛 Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

📝 Documentation

... (truncated)

Commits

Updates @wordpress/babel-preset-default from 8.28.0 to 8.34.0

Changelog

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

8.34.0 (2025-10-29)

8.33.0 (2025-10-17)

8.32.0 (2025-10-01)

8.31.0 (2025-09-17)

8.30.0 (2025-09-03)

8.29.0 (2025-08-20)

Commits

Updates @wordpress/block-editor from 15.1.0 to 15.7.0

Changelog

Sourced from @​wordpress/block-editor's changelog.

15.7.0 (2025-10-29)

15.6.0 (2025-10-17)

15.5.0 (2025-10-01)

15.4.0 (2025-09-17)

15.3.0 (2025-09-03)

15.2.0 (2025-08-20)

Commits
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • a030b4c chore(release): publish
  • a1038dd Update changelog files
  • 503015d Merge changes published in the Gutenberg plugin "release/21.8" branch
  • d7601d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 15.1.0 to 15.7.0

Changelog

Sourced from @​wordpress/blocks's changelog.

15.7.0 (2025-10-29)

15.6.0 (2025-10-17)

15.5.0 (2025-10-01)

15.4.0 (2025-09-17)

15.3.0 (2025-09-03)

15.2.0 (2025-08-20)

Commits
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • a030b4c chore(release): publish
  • a1038dd Update changelog files
  • d7601d3 chore(release): publish
  • 5eb3736 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/components from 30.1.0 to 30.7.0

Changelog

Sourced from @​wordpress/components's changelog.

30.7.0 (2025-10-29)

Bug Fixes

  • CardHeader: Fix missing Flex props (#71915).
  • CardFooter: Fix missing Flex props (#71915).

Enhancements

  • Button: Update font weight to 500 (#70787).
  • TabPanel: Update tab font weight (#72455).
  • Consistently use font-weight 499 instead of 500 (#72473).
  • ComboboxControl: Show reset button only when there is a value (#72595).

Bug Fixes

  • Button: Ensure that icons don't shrink (#72474).
  • Popover: Fix onDialogClose logic to only close the popover if the blur event targets the specific popover instance (#72376).
  • Badge: Add max-width for text truncation (#72653).
  • Tabs: Replace rem with px in tablist overflow fade (#72669).
  • Modal: Replace rem in heading text with a standard px value (#72669).
  • Validated form controls: Replace rem with px in error message (#72669).
  • FocalPointPicker: Fix label markup (#70835).

30.6.0 (2025-10-17)

Enhancements

  • SearchControl: Move search icon to prefix position (#71984).
  • SearchControl: Flip search icon depending on placement (#72070).
  • SearchControl: Normalize styles (#72072).
  • Badge: Avoid propagating text-decoration styles from ancestors into the component (#72097, #72302).
  • CheckboxControl, RadioControl, ToggleControl (FormToggle): Ensure elements are focused when clicked in Safari (#72115).
  • FontSizePicker: Add valueMode prop to control how the value prop is interpreted ('literal' for size values, 'slug' for font size slugs) (#71703)

Bug Fixes

  • ValidatedCheckboxControl, ValidatedRadioControl, ValidatedToggleControl: Fix issue where validation may not be triggered in Safari when elements are toggled by clicking (#72115).

Internal

  • Replace usage of extinct icons edit and warning with pencil and cautionFilled, respectively (#72105).
  • Move the package to v2 build pipeline. Rewrite styles to be dart-sass compatible (#72242).

30.5.0 (2025-10-01)

Enhancements

  • TextareaControl: Add default resize: vertical rule (#71736).

... (truncated)

Commits
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • a030b4c chore(release): publish
  • a1038dd Update changelog files
  • 503015d Merge changes published in the Gutenberg plugin "release/21.8" branch
  • d7601d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/i18n from 6.1.0 to 6.7.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.7.0 (2025-10-29)

6.6.0 (2025-10-17)

6.5.0 (2025-10-01)

6.4.0 (2025-09-17)

6.3.0 (2025-09-03)

6.2.0 (2025-08-20)

Commits
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • a030b4c chore(release): publish
  • a1038dd Update changelog files
  • d7601d3 chore(release): publish
  • 5eb3736 Update changelog files
  • 74eb374 Merge changes published in the Gutenberg plugin "release/21.7" branch
  • Additional commits viewable in compare view

Updates @wordpress/icons from 10.28.0 to 11.1.0

Changelog

Sourced from @​wordpress/icons's changelog.

11.1.0 (2025-10-29)

11.0.0 (2025-10-17)

Breaking Changes

  • Remove edit and warning icons, which were aliases to pencil and cautionFilled, respectively. Switch to SVG icons as canonical source format, letting the system auto-generate the React elements and index. (#71878).
  • Ensure both SVG and generated TSX code in src/ are included in the published package. (#72299)

Enhancements

  • Update check to be more optically balanced. (#72101)
  • Add new timeToRead and wordCount icons. (#72240)

10.32.0 (2025-10-01)

10.31.0 (2025-09-17)

10.30.0 (2025-09-03)

10.29.0 (2025-08-20)

  • Breaking change: deprecate moreHorizontalMobile icon. This was added in error, and moreHorizontal should be used instead. (#71172)
Commits
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • a030b4c chore(release): publish
  • a1038dd Update changelog files
  • 503015d Merge changes published in the Gutenberg plugin "release/21.8" branch
  • d7601d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/jest-console from 8.32.0 to 8.34.0

Changelog

Sourced from @​wordpress/jest-console's changelog.

8.34.0 (2025-10-29)

8.33.0 (2025-10-17)

Commits
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/server-side-render from 6.4.0 to 6.10.0

Changelog

Sourced from @​wordpress/server-side-render's changelog.

6.10.0 (2025-10-29)

6.9.0 (2025-10-17)

6.8.0 (2025-10-01)

6.7.0 (2025-09-17)

6.6.0 (2025-09-03)

6.5.0 (2025-08-20)

Commits

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…ordpress/block-editor, @wordpress/blocks, @wordpress/components, @wordpress/i18n, @wordpress/icons, @wordpress/jest-console and @wordpress/server-side-render

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) to 7.28.4 and updates ancestor dependencies [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default), [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor), [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks), [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components), [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n), [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons), [@wordpress/jest-console](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console) and [@wordpress/server-side-render](https://github.com/WordPress/gutenberg/tree/HEAD/packages/server-side-render). These dependencies need to be updated together.


Updates `@babel/runtime` from 7.25.7 to 7.28.4
- [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.28.4/packages/babel-runtime)

Updates `@wordpress/babel-preset-default` from 8.28.0 to 8.34.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/babel-preset-default/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/babel-preset-default)

Updates `@wordpress/block-editor` from 15.1.0 to 15.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-editor/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/block-editor)

Updates `@wordpress/blocks` from 15.1.0 to 15.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/blocks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/blocks)

Updates `@wordpress/components` from 30.1.0 to 30.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/components)

Updates `@wordpress/i18n` from 6.1.0 to 6.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/i18n/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/i18n)

Updates `@wordpress/icons` from 10.28.0 to 11.1.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/icons)

Updates `@wordpress/jest-console` from 8.32.0 to 8.34.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-console/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/jest-console)

Updates `@wordpress/server-side-render` from 6.4.0 to 6.10.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/server-side-render/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/server-side-render)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.4
  dependency-type: indirect
- dependency-name: "@wordpress/babel-preset-default"
  dependency-version: 8.34.0
  dependency-type: direct:development
- dependency-name: "@wordpress/block-editor"
  dependency-version: 15.7.0
  dependency-type: direct:development
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.7.0
  dependency-type: direct:development
- dependency-name: "@wordpress/components"
  dependency-version: 30.7.0
  dependency-type: direct:development
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.7.0
  dependency-type: direct:development
- dependency-name: "@wordpress/icons"
  dependency-version: 11.1.0
  dependency-type: direct:development
- dependency-name: "@wordpress/jest-console"
  dependency-version: 8.34.0
  dependency-type: indirect
- dependency-name: "@wordpress/server-side-render"
  dependency-version: 6.10.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 12, 2025
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