Skip to content

Bump the wordpress-packages group across 1 directory with 12 updates#1066

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/wordpress-packages-f8fa5a8e11
Open

Bump the wordpress-packages group across 1 directory with 12 updates#1066
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/wordpress-packages-f8fa5a8e11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the wordpress-packages group with 12 updates in the / directory:

Package From To
@wordpress/api-fetch 7.43.0 7.44.0
@wordpress/block-editor 15.16.0 15.17.0
@wordpress/block-library 9.43.0 9.44.0
@wordpress/blocks 15.16.0 15.17.0
@wordpress/components 32.5.0 32.6.0
@wordpress/editor 14.43.0 14.44.0
@wordpress/element 6.43.0 6.44.0
@wordpress/env 11.3.0 11.4.0
@wordpress/eslint-plugin 24.5.0 25.0.0
@wordpress/hooks 4.43.0 4.44.0
@wordpress/i18n 6.16.0 6.17.0
@wordpress/scripts 31.8.0 32.0.0

Updates @wordpress/api-fetch from 7.43.0 to 7.44.0

Changelog

Sourced from @​wordpress/api-fetch's changelog.

7.44.0 (2026-04-15)

Commits

Updates @wordpress/block-editor from 15.16.0 to 15.17.0

Changelog

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

15.17.0 (2026-04-15)

Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/block-library from 9.43.0 to 9.44.0

Changelog

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

9.44.0 (2026-04-15)

Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/blocks from 15.16.0 to 15.17.0

Changelog

Sourced from @​wordpress/blocks's changelog.

15.17.0 (2026-04-15)

Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/components from 32.5.0 to 32.6.0

Changelog

Sourced from @​wordpress/components's changelog.

32.6.0 (2026-04-15)

Documentation

  • Add README.md files for DatePicker and TimePicker components (#70365).

Bug Fixes

  • CheckboxControl: Fix disabled styles #77132.
  • FormTokenField: Fix disabled styles. #77137
  • Textarea: Fix disabled styles #77129.
  • DateCalendar: Fix disabled selected day having darker background than other disabled controls #77138.
  • Autocomplete: Fix value comparison to avoid resetting block inserter in RTC (#76980).
  • ValidatedRangeControl: Fix aria-label rendered as [object Object] when required or markWhenOptional is set (#77042).
  • Autocomplete: Fix matching logic to prefer longest overlapping trigger (#77018).
  • Autocomplete: Skip stale triggers from completed mentions (#77185).

Enhancements

  • Sandbox: Add allowSameOrigin prop to opt in to allow-same-origin on the iframe sandbox. The default is now false, removing same-origin access for user-controlled content like the Custom HTML block (#77212).
  • FormToggle: Update disabled styles #77208.
  • RadioControl: Add support for disabled radio group #77127.
  • AlignmentMatrixControl, Button, Calendar, CheckboxControl, CircularOptionPicker, ColorPalette, DropdownMenu, FormToggle, FormTokenField, RadioControl, Snackbar, TabPanel, ToggleControl: Use --wpds-cursor-control for interactive cursor styling (#76786).

Internal

  • Autocomplete: Refactor useAutocomplete to use useReducer (#77020).
  • Button: Remove obsolete Safari + VoiceOver workaround for visually hidden text (#77107).
  • BoxControl: Remove unused state for icon side (#77143).
  • Autocomplete: Remove getAutoCompleterUI factory pattern (#77048).
  • CustomSelectControl, Sandbox: Rename internal React function names (#77148).

Code Quality

  • Textarea: remove unnecessary style #77221.
  • FormTokenField: remove unnecessary style #77263.
Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/editor from 14.43.0 to 14.44.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.44.0 (2026-04-15)

Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/element from 6.43.0 to 6.44.0

Changelog

Sourced from @​wordpress/element's changelog.

6.44.0 (2026-04-15)

Enhancement

  • createInterpolateElement now infers tag names from sprintf return values, since sprintf returns TransformedText<T>. (76974)
Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/env from 11.3.0 to 11.4.0

Changelog

Sourced from @​wordpress/env's changelog.

11.4.0 (2026-04-15)

Bug Fixes

  • Fix WP-Cron, REST API loopback, and Site Health loopback failures when wp-env runs on a non-default port. Apache inside the WordPress container now also listens on the host-mapped port, so PHP loopback requests to WP_HOME succeed instead of being refused. (#20569)
Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 24.5.0 to 25.0.0

Changelog

Sourced from @​wordpress/eslint-plugin's changelog.

25.0.0 (2026-04-15)

Breaking Changes

  • Upgraded to ESLint v10 with flat config format. The plugin now exports flat config arrays instead of eslintrc objects. Consumers must migrate from .eslintrc.* files to eslint.config.mjs. See the migration guide for details (#76654).
  • The minimum required ESLint version is now ^9.0.0 || ^10.0.0 (#76654).
  • Upgraded eslint-plugin-import to v2.31+ (wrapped with fixupPluginRules for flat config compatibility) (#76654).
  • Upgraded @typescript-eslint/* from v6 to v8 (via the unified typescript-eslint package) (#76654).
  • Replaced eslint-plugin-eslint-comments with @eslint-community/eslint-plugin-eslint-comments. Rule prefixes changed from eslint-comments/* to @eslint-community/eslint-comments/* (#76654).

New Features

  • Added @wordpress/eslint-plugin/eslintrc entry point — a compatibility wrapper for ESLint v9 consumers still using .eslintrc.* files. This is deprecated and will be removed in a future major version (#76654).
  • Configs are now exported as flat config arrays (e.g., wordpress.configs.recommended returns an array of config objects suitable for spreading into eslint.config.mjs) (#76654).

Enhancements

  • Disabled the jsx-a11y/heading-has-content rule in the recommended configuration, which reports many false positives when heading elements are passed via a render prop (#77073).
Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/hooks from 4.43.0 to 4.44.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.44.0 (2026-04-15)

Commits

Updates @wordpress/i18n from 6.16.0 to 6.17.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.17.0 (2026-04-15)

Enhancement

  • sprintf now returns TransformedText<T> instead of string, preserving the format string literal type for downstream type inference (e.g., createInterpolateElement). (76974)
Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

Updates @wordpress/scripts from 31.8.0 to 32.0.0

Changelog

Sourced from @​wordpress/scripts's changelog.

32.0.0 (2026-04-15)

Breaking Changes

  • The bundled eslint dependency has been upgraded from v8 to v10 (#76654).
  • The lint-js script now uses flat config (eslint.config.*) by default. Legacy .eslintrc.* files are still detected as a fallback, but this support is deprecated and will be removed in a future version (#76654).
  • The default config shipped with wp-scripts has changed from config/.eslintrc.js to config/eslint.config.cjs (#76654).
Commits
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 27, 2026
Bumps the wordpress-packages group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.43.0` | `7.44.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `15.16.0` | `15.17.0` |
| [@wordpress/block-library](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-library) | `9.43.0` | `9.44.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `15.16.0` | `15.17.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `32.5.0` | `32.6.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.43.0` | `14.44.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.43.0` | `6.44.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `11.3.0` | `11.4.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `24.5.0` | `25.0.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.43.0` | `4.44.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.16.0` | `6.17.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `31.8.0` | `32.0.0` |



Updates `@wordpress/api-fetch` from 7.43.0 to 7.44.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/api-fetch@7.44.0/packages/api-fetch)

Updates `@wordpress/block-editor` from 15.16.0 to 15.17.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/block-editor@15.17.0/packages/block-editor)

Updates `@wordpress/block-library` from 9.43.0 to 9.44.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/block-library@9.44.0/packages/block-library)

Updates `@wordpress/blocks` from 15.16.0 to 15.17.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/blocks@15.17.0/packages/blocks)

Updates `@wordpress/components` from 32.5.0 to 32.6.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/components@32.6.0/packages/components)

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

Updates `@wordpress/element` from 6.43.0 to 6.44.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/element/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/element@6.44.0/packages/element)

Updates `@wordpress/env` from 11.3.0 to 11.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/env@11.4.0/packages/env)

Updates `@wordpress/eslint-plugin` from 24.5.0 to 25.0.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/eslint-plugin@25.0.0/packages/eslint-plugin)

Updates `@wordpress/hooks` from 4.43.0 to 4.44.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/hooks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/hooks@4.44.0/packages/hooks)

Updates `@wordpress/i18n` from 6.16.0 to 6.17.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/i18n@6.17.0/packages/i18n)

Updates `@wordpress/scripts` from 31.8.0 to 32.0.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@32.0.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-editor"
  dependency-version: 15.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-library"
  dependency-version: 9.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/components"
  dependency-version: 32.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/editor"
  dependency-version: 14.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/element"
  dependency-version: 6.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-version: 11.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-version: 25.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-version: 32.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the wordpress-packages group with 12 updates Bump the wordpress-packages group across 1 directory with 12 updates Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-f8fa5a8e11 branch from a2aab48 to 7045b6d Compare April 27, 2026 09:55
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