Skip to content

chore(deps): bump the wordpress-packages group across 1 directory with 28 updates - #8118

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3
Open

chore(deps): bump the wordpress-packages group across 1 directory with 28 updates#8118
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 2, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
@wordpress/api-fetch 7.32.0 7.52.0
@wordpress/autop 4.32.0 4.52.0
@wordpress/components 30.5.0 38.0.0
@wordpress/compose 7.32.0 8.5.0
@wordpress/date 5.32.0 5.52.0
@wordpress/dom-ready 4.32.0 4.52.0
@wordpress/editor 14.32.0 14.52.0
@wordpress/element 6.32.0 8.4.0
@wordpress/escape-html 3.32.0 3.52.0
@wordpress/html-entities 4.32.0 4.52.0
@wordpress/i18n 6.5.0 6.25.0
@wordpress/icons 10.32.0 15.3.0
@wordpress/is-shallow-equal 5.32.0 5.52.0
@wordpress/url 4.32.0 4.52.0
@wordpress/babel-preset-default 8.32.0 8.52.0
@wordpress/block-editor 15.5.0 16.1.0
@wordpress/blocks 15.5.0 15.25.0
@wordpress/browserslist-config 6.32.0 6.52.0
@wordpress/data 10.32.0 10.52.0
@wordpress/dependency-extraction-webpack-plugin 6.32.0 6.52.0
@wordpress/e2e-test-utils 11.32.0 11.34.0
@wordpress/edit-post 8.32.0 8.52.0
@wordpress/env 10.32.0 11.12.0
@wordpress/eslint-plugin 22.18.0 25.8.0
@wordpress/hooks 4.32.0 4.52.0
@wordpress/jest-puppeteer-axe 7.32.0 7.52.0
@wordpress/plugins 7.32.0 7.52.0
@wordpress/prettier-config 4.32.0 4.52.0

Updates @wordpress/api-fetch from 7.32.0 to 7.52.0

Changelog

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

Unreleased

7.51.0 (2026-07-14)

7.50.0 (2026-07-01)

7.49.0 (2026-06-24)

7.48.1 (2026-06-16)

7.48.0 (2026-06-10)

7.47.0 (2026-05-27)

7.46.0 (2026-05-14)

7.45.0 (2026-04-29)

7.44.0 (2026-04-15)

7.43.0 (2026-04-01)

7.42.0 (2026-03-18)

7.41.0 (2026-03-04)

7.40.0 (2026-02-18)

7.39.0 (2026-01-29)

7.38.0 (2026-01-16)

7.36.0 (2025-11-26)

7.35.0 (2025-11-12)

7.34.0 (2025-10-29)

7.33.0 (2025-10-17)

Commits

Updates @wordpress/autop from 4.32.0 to 4.52.0

Changelog

Sourced from @​wordpress/autop's changelog.

Unreleased

4.51.0 (2026-07-14)

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

4.47.0 (2026-05-27)

4.46.0 (2026-05-14)

4.45.0 (2026-04-29)

4.44.0 (2026-04-15)

4.43.0 (2026-04-01)

4.42.0 (2026-03-18)

4.41.0 (2026-03-04)

4.40.0 (2026-02-18)

4.39.0 (2026-01-29)

4.38.0 (2026-01-16)

4.36.0 (2025-11-26)

4.35.0 (2025-11-12)

4.34.0 (2025-10-29)

4.33.0 (2025-10-17)

Commits

Updates @wordpress/components from 30.5.0 to 38.0.0

Changelog

Sourced from @​wordpress/components's changelog.

Unreleased

Breaking Changes

  • Components that compose Emotion style fragments with cx() should pass source-order-dependent fragments in a single css() call. Passing separate fragments can change override order after the following components stopped rendering styles through Emotion:
  • Remove the private Theme component (#80691).

Deprecations

  • Surface: Deprecate the component, planned for removal in WordPress 7.4 (#80943).

Enhancements

  • GradientPicker: Add selectedSlug prop for slug-based selection and pass the selected preset's slug to onChange, so two presets sharing a gradient keep their identity (#80554).
  • SandBox: Add allowPopups prop to opt into allow-popups in the iframe's sandbox attribute (#69617).
  • Validated form controls: Only move focus to the invalid control for trusted invalid events (form submission, reportValidity()). Consumers can now dispatch a synthetic invalid event to reveal a control's error message without disturbing the user's place in the form (#80685).

Bug Fixes

  • ToolsPanel: Migrate styles from Emotion to an SCSS Module and restore the header heading typography after the View migration. (#80445).
  • Autocomplete: Expose the suggestions list to assistive technology with aria-controls and aria-haspopup, both required alongside aria-autocomplete="list" (#80403).
  • Autocomplete: Omit aria-activedescendant while no suggestion is highlighted, instead of returning null for it (#80403).
  • ContentEditableControl: Associate the label with the contentEditable field via aria-labelledby instead of an invalid label[for], which triggered Chrome console errors (#80344).
  • SearchControl: Render suffix only if there is one. (#80356, #80406).
  • ColorPicker: Keep the visual picker in native HSVA so gradient/controlled HSLA echoes no longer jitter the saturation pointer, and preserve the black-edge saturation coordinate without leaving white at a chromatic position (#80205).

TypeScript

  • Update Jest type definitions to v30 (#80767).
  • Autocomplete: __unstableUseAutocompleteProps now narrows its returned ARIA props and no longer asks for a contentRef it never used, so callers can spread its return value onto an element without a placeholder ref, normalizing, or casting (#80403).
  • Improved performance of TypeScript types for internal polymorphic WordPressComponent component type (#80364).
  • Further improved WordPressComponent typecheck performance: intrinsic as values use a shared attribute bag instead of remapping props per HTML tag (#80705).
  • ConfirmDialog: Type the size prop forwarded to Modal (#80705).
  • ToggleGroupControl: Type the disabled prop (#80705).
  • DropdownContentWrapper: Type the children prop (#80705).

Documentation

  • ConfirmDialog: Opt into auto-generated README documentation from types and JSDoc (#80866).

Internal

  • Button: Expand the Storybook e2e VariantStates matrix with compact, small, and with-icon rows (#80793).
  • Update react-day-picker to 9.14.0 (#80792).
  • Update date-fns to 4.4.0 (#80763).

... (truncated)

Commits

Updates @wordpress/compose from 7.32.0 to 8.5.0

Changelog

Sourced from @​wordpress/compose's changelog.

== Changelog ==

= 8.5.0 =

Features

  • A11y: Add an option to keep the caret inside blocks in edit mode. (23546)
  • Add anchor/id support to all static blocks. (23197)

Enhancements

  • Add an edit button to the gallery images. (23554)
  • Image block: Allow uploading external image if image host allows it. (23565)
  • Drag And Drop:
    • Enable for multi selection. (23477)
    • Improve the drag and scroll behavior. (23082) (23448)
    • Don't show a cloned block while dragging. (23024)
    • Polish the block drag chip. (23609)
  • Image editing:
    • Move zoom control to toolbar dropdown. (23677)
    • Add original aspect to dropdown. (23659)
    • Add filter to REST API image edit. (23539)
    • Polish zoom slider. (23418)
    • Add permission checks to the endpoint. (23423)
  • Block Directory:
    • Return inactive plugins in search results. (23688)
    • Use CDN for block directory assets. (23499)
  • Add line height rule to the post title. (23656)
  • Avoid ordering block types per frecency inside block categories. (23643)
  • Polish the document sidebar controls. (23578)
  • Add modern color scheme support. (23558)
  • Use a consistent close icon across the UI. (23551)
  • Redesign the transform menu. (23028) (23449)
  • Redesign the canvas inserter. (22789)
  • Unify tooltip styles. (23382)
  • Add block variations to the slash inserter. (23364)
  • Hide the most used blocks by default and add an option to enable it. (23358)
  • Add reusable block tab to inserter. (23296)
  • Add keyboard shortcuts for moving blocks. (23276)
  • Cover block: Don't show the matrix alignment button when no background set. (23196)
  • Spacer: Show tooltip with height value on resize. (23077)
  • Improve post publish buttons alignment. (22390) (23487)
  • Make Preview and Save Draft buttons use the same style. (21192)
  • Add unlink URL to buttons block. (23445)
  • Clean the patterns list to include in core. (23608)
  • Add pullquote block tranformations. (23562)
  • Remove block label from child block appender. (23393)
  • A11y: Move blocks between levels using keyboard. (22453)

New APIs

... (truncated)

Commits
  • 2f427af Improve the performance of the keyboard shortcuts binding (#23394)
  • b98418d chore(release): publish
  • 9e8de9a chore(release): publish
  • 7532a48 [Monorepo] Merge to master (#22714)
  • c0ea950 Add template part previews to placeholder block (#22760)
  • b83f948 Packages: Add "gutenberg" to the list of keywords in package.json (#23161)
  • 12ebd7c chore(release): publish
  • d6668b5 Compose: Bump react-resize-aware dependency to 3.0.1 (#22868)
  • fdeb10a chore(release): publish
  • b179de9 Replace function expressions with named function or arrow expression (#22647)
  • Additional commits viewable in compare view

Updates @wordpress/date from 5.32.0 to 5.52.0

Changelog

Sourced from @​wordpress/date's changelog.

Unreleased

5.51.0 (2026-07-14)

5.50.0 (2026-07-01)

5.49.0 (2026-06-24)

5.48.1 (2026-06-16)

5.48.0 (2026-06-10)

5.47.0 (2026-05-27)

5.46.0 (2026-05-14)

5.45.0 (2026-04-29)

5.44.0 (2026-04-15)

5.43.0 (2026-04-01)

5.42.0 (2026-03-18)

5.41.0 (2026-03-04)

5.40.0 (2026-02-18)

5.39.0 (2026-01-29)

5.38.0 (2026-01-16)

Bug Fixes

  • Fixed incorrect spacing for the time format. It was g: i (14: 30), and it's now g:i (14:30). (#73924)
  • Fixed timezone argument handling to properly treat 0 numeric timezone values as a valid UTC offset (UTC+0). Previously, these were treated as if the timezone argument was not passed. (#73887)

5.37.0 (2025-12-23)

5.36.0 (2025-11-26)

Bug Fixes

  • Fixed incorrect TypeScript types for TimezoneConfig's offset type (was incorrectly string, now number)

5.35.0 (2025-11-12)

5.34.0 (2025-10-29)

... (truncated)

Commits

Updates @wordpress/dom-ready from 4.32.0 to 4.52.0

Changelog

Sourced from @​wordpress/dom-ready's changelog.

Unreleased

4.51.0 (2026-07-14)

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

4.47.0 (2026-05-27)

4.46.0 (2026-05-14)

4.45.0 (2026-04-29)

4.44.0 (2026-04-15)

4.43.0 (2026-04-01)

4.42.0 (2026-03-18)

4.41.0 (2026-03-04)

4.40.0 (2026-02-18)

4.39.0 (2026-01-29)

4.38.0 (2026-01-16)

4.36.0 (2025-11-26)

4.35.0 (2025-11-12)

4.34.0 (2025-10-29)

4.33.0 (2025-10-17)

Commits

Updates @wordpress/editor from 14.32.0 to 14.52.0

Changelog

Sourced from @​wordpress/editor's changelog.

Unreleased

Enhancements

  • Notes: Remove "Add note" from the rich-text formatting toolbar's "More" (inline styles) dropdown. Adding a note is not an inline style, the item duplicated the block options entry, and the dropdown's chevron rendered as pressed whenever the caret sat inside a note (#80531).

New Features

  • The "Apply globally" control now opens a review modal so you can choose which of a block's modified styles are pushed to Global Styles, showing each style's current and new value (#79839).
  • Add a responsiveEditingEnabled editor setting, defaulting to true, which hides the "Responsive styles" option in the View menu and the viewport state control in Global Styles when set to false (#80814).
  • Add a blockStatesEnabled editor setting, defaulting to true, which hides state controls for blocks in the block inspector and Global Styles when set to false (#80956).

Bug Fixes

  • mediaUpload: Add an isTransportOnly parameter, set by the @wordpress/upload-media queue, which owns progress tracking and save locking for its own items and uses this function only as its server transport. Fixes the progress snackbar showing "1 of 2" for a single HEIC upload in Safari (#80369).

Internal

  • Update date-fns to 4.4.0 (#80763).

14.51.0 (2026-07-14)

New Features

  • Add an "Attachments" source to the block inserter's Media tab, listing images attached to the current post with the ability to attach and detach them (#79336).

Enhancements

  • Use the emphasis font-weight token for UI emphasis (#80093).
  • Notes: Remove the snackbar notice shown when a note is resolved or reopened, as the note's appearance already updates in place to reflect the change. The result is still announced to screen readers (#80017).
  • The "View the autosave" notice now opens the autosave in the visual revisions view with its changes highlighted, instead of the classic revisions screen. It falls back to the classic screen when visual revisions are disabled (#79947).

Bug Fixes

  • Render the "Preview in new tab" action with the shared menu item pattern so its typography matches sibling menu items (#80195).
  • External images are now sideloaded on the server when uploaded to the media library, via a new mediaSideloadFromUrl block editor setting, so the upload works when the editor is cross-origin isolated (e.g. with client-side media processing enabled) (#79409).

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

14.50.0 (2026-07-01)

14.49.0 (2026-06-24)

14.48.1 (2026-06-16)

14.48.0 (2026-06-10)

... (truncated)

Commits

Updates @wordpress/element from 6.32.0 to 8.4.0

Changelog

Sourced from @​wordpress/element's changelog.

== Changelog ==

= 8.4.0 =

Features

  • Add image editing. (23349)
  • Enable block directory. (23389)
  • Allow block attributes to be modified while multiple blocks are selected. (22470)

Enhancements

  • Show movers next to block switcher. (22673)
  • Support drag and drop in blocks like Social Links and improve drop zone detection. (23020)
  • Improve the accessibliity of toolbars by implementing roving tab index.
    • Embed block toolbar. (23278)
    • Custom HTML block toolbar. (23277)
    • Table block toolbar. (23252)
    • Grouped blocks toolbars. (23216)
    • Header toolbar. (22354)
  • Tweak colors of disabled buttons to match rest of WP Admin. (23229)
  • Unify style of subheadings. (23192)
  • Make Popover scrolling and position behavior adapt to the content changes. (23159)
  • Reduce block appender hover delay. (23046)
  • Improve the alignment of children in the CardHeader and CardFooter components. (22916)
  • Add ability to transform a Preformatted block into a Code block. (22634)
  • Add a border to blocks while hovering with the Select tool active. (22508)
  • Consolidate disparate "copy block" actions. (23088)
  • Remove margin from last button if buttons in Buttons block are centered. (23319)
  • Adapt the block switcher styles to the new Popover component. (23232)
  • Make UI more consistent. (23202)
  • Remove canvas padding. (22213)
  • Image Editing
    • Update Rich Image Icons. (22819)
    • Consolidate crop ratios. (22817)
    • Use snackbar notifications. (23029)
    • Batch editing in cropper component. (23284)
    • Move to image block. (23053)
    • Change Edit label to crop icon. (23387)
    • Use percentage instead of multiplier. (23362)

New APIs

  • Update the theme colors to rely on CSS variables. (23048)
  • Extend register_block_type_from_metadata to handle assets. (22519)
  • Enable custom classnames on <CustomSelectControl>. (23045)
  • Add onFilesPreUpload property toMediaPlaceholder. (23003)
  • Improve error customization inMediaReplaceFlow. (22995)
  • Add context properties to block types REST endpoint. (22686)

... (truncated)

Commits
  • b83f948 Packages: Add "gutenberg" to the list of keywords in package.json (#23161)
  • 66da4b8 chore(release): publish
  • 1cfb939 Update changelog files
  • 73a79f1 Documentation: Improve the way CHANGELOG files are maintained (#22126)
  • d20e340 Types: Restore element, icons, primitives types (#21781)
  • 72faa78 chore(release): publish
  • 39b9509 Update changelog files
  • c2684b2 Types: Hide element, primitives, icons declarations (#21613)
  • 08161b8 chore(release): publish
  • a429d46 Babel Preset: Update Babel version to 7.9.x (#21419)
  • Additional commits viewable in compare view

Updates @wordpress/escape-html from 3.32.0 to 3.52.0

Changelog

Sourced from @​wordpress/escape-html's changelog.

Unreleased

3.51.0 (2026-07-14)

3.50.0 (2026-07-01)

3.49.0 (2026-06-24)

3.48.1 (2026-06-16)

3.48.0 (2026-06-10)

3.47.0 (2026-05-27)

3.46.0 (2026-05-14)

3.45.0 (2026-04-29)

3.44.0 (2026-04-15)

3.43.0 (2026-04-01)

3.42.0 (2026-03-18)

3.41.0 (2026-03-04)

3.40.0 (2026-02-18)

3.39.0 (2026-01-29)

3.38.0 (2026-01-16)

3.36.0 (2025-11-26)

3.35.0 (2025-11-12)

3.34.0 (2025-10-29)

3.33.0 (2025-10-17)

Commits

Updates @wordpress/html-entities from 4.32.0 to 4.52.0

Changelog

Sourced from @​wordpress/html-entities's changelog.

Unreleased

4.51.0 (2026-07-14)

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

4.47.0 (2026-05-27)

4.46.0 (2026-05-14)

4.45.0 (2026-04-29)

4.44.0 (2026-04-15)

4.43.0 (2026-04-01)

4.42.0 (2026-03-18)

4.41.0 (2026-03-04)

4.40.0 (2026-02-18)

4.39.0 (2026-01-29)

4.38.0 (2026-01-16)

4.36.0 (2025-11-26)

4.35.0 (2025-11-12)

4.34.0 (2025-10-29)

4.33.0 (2025-10-17)

Commits

Updates @wordpress/i18n from 6.5.0 to 6.25.0

Changelog

Sourced from @​wordpress/i18n's changelog.

Unreleased

6.24.0 (2026-07-14)

6.23.0 (2026-07-01)

6.22.0 (2026-06-24)

6.21.1 (2026-06-16)

6.21.0 (2026-06-10)

6.20.0 (2026-05-27)

6.19.0 (2026-05-14)

6.18.0 (2026-04-29)

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)

6.16.0 (2026-04-01)

6.15.0 (2026-03-18)

6.14.0 (2026-03-04)

6.13.0 (2026-02-18)

6.12.0 (2026-01-29)

6.11.0 (2026-01-16)

6.9.0 (2025-11-26)

6.8.0 (2025-11-12)

6.7.0 (2025-10-29)

6.6.0 (2025-10-17)

Commits
  • f8ba578 chore(release): publish
  • 6fe224a Update changelog files
  • b55817f Merge changes published in the Gutenberg plugin "release/9.6" branch
  • cbcd167 chore(release): publish
  • 3d5dd5a Merge changes published in the Gutenberg plugin "release/9.1" branch
  • 07baf5a chore(release): publish
  • 8e27960 Merge changes published in the Gutenberg plugin "release/8.9" branch
  • 8e06f0d chore(release): publish
  • b68941a chore(release): publish
  • 9c40667 Merge changes published in the Gutenberg plugin "release/8.4" branch
  • Additional commits viewable in compare view

Updates @wordpress/icons from 10.32.0 to 15.3.0

Changelog

Sourced from @​wordpress/icons's changelog.

Unreleased

Enhancements

  • Add the playlistTrack icon. (#80959)
  • Normalize keyboard-close, offline, and wordpress to use the standard viewBox="0 0 24 24". (#80273)

15.2.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Add Playlist icon. (#80168).
  • Add new "sites" icon. (#80094).

15.1.0 (2026-07-01)

15.0.0 (2026-06-24)

Breaking Changes

  • Update all icons to render with currentColor by default. Consumers that style icons by setting inherited fill on a wrapper should set color instead, or pass style={ { color: ... } } to the icon. (#79320)

14.0.1 (2026-06-16)

14.0.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.

Breaking Changes

  • Rename timeToRead icon to time. (#78804)
  • Remove tab icon. (#77439)

13.2.0 (2026-05-27)

13.1.0 (2026-05-14)

13.0.0 (2026-04-29)

Breaking Changes

  • Rename Tabs-related icons: tabs-menu to tab-list, tabs-menu-item to tab, and tab to tab-panel. (#77418)

12.2.0 (2026-04-15)

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @wordpress/is-shallow-equal from 5.32.0 to 5.52.0

Changelog

Sourced from @​wordpress/is-shallow-equal's changelog.

Unreleased

5.51.0 (2026-07-14)

5.50.0 (2026-07-01)

5.49.0 (2026-06-24)

5.48.1 (2026-06-16)

5.48.0 (2026-06-10)

5.47.0 (2026-05-27)

5.46.0 (2026-05-14)

5.45.0 (2026-04-29)

5.44.0 (2026-04-15)

5.43.0 (2026-04-01)

5.42.0 (2026-03-18)

5.41.0 (2026-03-04)

5.40.0 (2026-02-18)

5.39.0 (2026-01-29)

5.38.0 (2026-01-16)

5.36.0 (2025-11-26)

5.35.0 (2025-11-12)

5.34.0 (2025-10-29)

5.33.0 (2025-10-17)

Commits

Updates @wordpress/url from 4.32.0 to 4.52.0

Changelog

Sourced from @​wordpress/url's changelog.

Unreleased

4.51.0 (2026-07-14)

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

4.47.0 (2026-05-27)

4.46.0 (2026-05-14)

4.45.0 (2026-04-29)

4.44.0 (2026-04-15)

4.43.0 (2026-04-01)

4.42.0 (2026-03-18)

4.41.0 (2026-03-04)

4.40.0 (2026-02-18)

4.39.0 (2026-01-29)

4.38.0 (2026-01-16)

4.36.0 (2025-11-26)

4.35.0 (2025-11-12)

4.34.0 (2025-10-29)

4.33.0 (2025-10-17)

Commits

Updates @wordpress/babel-preset-default from 8.32.0 to 8.52.0

Changelog

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

Unreleased

8.51.0 (2026-07-14)

8.50.0 (2026-07-01)

8.49.0 (2026-06-24)

8.48.1 (2026-06-16)

8.48.0 (2026-06-10)

8.47.0 (2026-05-27)

8.46.0 (2026-05-14)

8.45.0 (2026-04-29)

8.44.0 (2026-04-15)

8.43.0 (2026-04-01)

8.42.0 (2026-03-18)

8.41.0 (2026-03-04)

8.40.0 (2026-02-18)

8.39.0 (2026-01-29)

8.38.0 (2026-01-16)

8.36.0 (2025-11-26)

8.35.0 (2025-11-12)

8.34.0 (2025-10-29)

8.33.0 (2025-10-17)

Commits

Updates @wordpress/block-editor from 15.5.0 to 16.1.0

Changelog

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

Unreleased

Enhancements

  • Inspector controls in the standard block-supports panels (Typography, Dimensions, Border, Color, Background, Filters) now reflect the value a block inherits from Global Styles when no local override is set. Inherited controls show that value at rest (as a placeholder, preselected option, or resolved value) and mark the label with a dotted underline; setting a local override reveals a reset affordance that clears the override back to the inherited value (#77894).
  • Inherited Global Styles now resolve per-level heading element styles for the heading-family blocks (core/heading, core/site-title, core/post-title, core/query-title, core/comments-title, core/term-name, core/site-tagline, core/accordion-heading), so inspector controls reflect values set on a specific heading level (styles.elements.h1h6) in addition to the shared heading element. A block rendered at level 0 (a paragraph) folds no heading element styles; core/accordion-heading has no level-0 state and takes its level from the parent Accordion's block context (#80495).
  • Inherited Global Styles now resolve the link element (styles.elements.link) for whole-block link blocks — those that render as a link — so their inspector controls reflect inherited link styles, mirroring the button element treatment for core/button. Covers core/read-more, core/loginout, core/post-navigation-link, core/query-pagination-next, core/query-pagination-previous, core/query-pagination-numbers, core/comments-pagination-next, core/comments-pagination-previous, core/comments-pagination-numbers, core/comment-edit-link, core/comment-reply-link, and core/post-comments-link #80607).
  • Add support for the blockStatesEnabled editor setting, which hides state controls for blocks when set to false (#80956).

Internal

  • ListView: Reimplement the Firefox description-recomputation workaround in AriaReferencedText by keying the element on its text, so React replaces it instead of updating the existing text node in place (#80929.
  • Gate the inherited Global Styles treatment in the block inspector on the gutenberg-global-styles-inheritance-ui Gutenberg experiment, so useResolvedStyle resolves nothing and the block-supports panels render without the inheritance affordances until the experiment is turned on (#80555, #80815).
  • URLInput: Convert the class component to a function component with hooks, replacing the compose( withSafeTimeout, withSpokenMessages, withInstanceId, withSelect ) wrapper. The unused setTimeout prop injected by withSafeTimeout is dropped, and the block editor settings are now read on demand rather than subscribed to (#80721).

Bug Fixes

  • Gate the HEIC canvas conversion fallback on window.__clientSideMediaProcessing instead of the redundant window.__heicUploadSupport flag, fixing client-side HEIC conversion in Safari on core WordPress installs (#80452).
  • URLInput: Request suggestions for a value the field is mounted with, instead of waiting for the input to be focused, and stop requesting initial suggestions on mount when disableSuggestions is set (#80721).
  • URLInput: Collapse a text selection reaching the start of the field before letting an up arrow press through to the editor, so selecting to the start and pressing up no longer navigates out of the field instead of collapsing the caret (#80780).
  • URLInput: Leave Shift-modified arrow keys to the browser, so extending a selection with Shift+Up or Shift+Down no longer collapses it to the start or end of the field (#80780).
  • RichText: Skip the block input transforms in fields that are not passed an onReplace (#80978).
  • RichText: Ignore pasted files, which carry no text to paste inline (#81010).

16.0.0 (2026-07-14)

Internal

  • Extract a shared getBlockBindingsContext helper for assembling the context handed to block-bindings sources; only entries present in the surrounding block context are copied (#79855).

Bug Fixes

  • Writing flow: Only pull a forward selection ending at the next element's offset 0 back into the previous block for triple clicks, and clamp the dispatched selection end offset to the rich text content length so an overshooting selection no longer collapses to its start (#80126).
  • ListView: Use the DS focus color token for the row focus ring so it adapts to themed surfaces such as the site editor navigation sidebar, and remove the duplicate focus ring on the row's Options (three-dot) button, which already draws the standard Button focus ring. (#80087).
  • DimensionControl: Include component styles in the block editor stylesheet so the fieldset reset is applied in Storybook and other contexts without WordPress core styles (#79916).
  • InnerContent: Render the selected inner block synchronously so its rich text selection stays current while typing; otherwise a stale selection offset could place a typed character at the wrong position in editable static inner blocks (#79726).
  • useTypingObserver: Capture the window reference at mount and reuse it during cleanup so the ref cleanup no longer reads node.ownerDocument.defaultView (which is null once the iframe-hosted editor has been detached from its window) and throws, which was also leaking the removeEventListener calls that follow it (#78772).

Breaking Changes

  • The __next40pxDefaultSize prop is now true by default. The prop can be safely removed from the following:
    • FontAppearanceControl (#79635).
    • FontFamilyControl (#79593).
    • LetterSpacingControl (Description has been truncated

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 2, 2025
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3 branch from 96510f4 to 8e8db9a Compare November 18, 2025 12:29
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3 branch from 8e8db9a to 3bb5256 Compare April 2, 2026 04:39
@dependabot dependabot Bot changed the title chore(deps): bump the wordpress-packages group with 28 updates chore(deps): bump the wordpress-packages group across 1 directory with 28 updates May 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3 branch from 3bb5256 to d0e1fed Compare May 2, 2026 03:43
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3 branch from d0e1fed to dd7d232 Compare June 3, 2026 18:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3 branch from dd7d232 to b7fdcc5 Compare July 2, 2026 00:26
…h 28 updates

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

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.32.0` | `7.52.0` |
| [@wordpress/autop](https://github.com/WordPress/gutenberg/tree/HEAD/packages/autop) | `4.32.0` | `4.52.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `30.5.0` | `38.0.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `7.32.0` | `8.5.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `5.32.0` | `5.52.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.32.0` | `4.52.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.32.0` | `14.52.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.32.0` | `8.4.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `3.32.0` | `3.52.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `4.32.0` | `4.52.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.5.0` | `6.25.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `10.32.0` | `15.3.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `5.32.0` | `5.52.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `4.32.0` | `4.52.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `8.32.0` | `8.52.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `15.5.0` | `16.1.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `15.5.0` | `15.25.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.32.0` | `6.52.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.32.0` | `10.52.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `6.32.0` | `6.52.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `11.32.0` | `11.34.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `8.32.0` | `8.52.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.32.0` | `11.12.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `22.18.0` | `25.8.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.32.0` | `4.52.0` |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | `7.32.0` | `7.52.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `7.32.0` | `7.52.0` |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `4.32.0` | `4.52.0` |



Updates `@wordpress/api-fetch` from 7.32.0 to 7.52.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/HEAD/packages/api-fetch)

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

Updates `@wordpress/components` from 30.5.0 to 38.0.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/HEAD/packages/components)

Updates `@wordpress/compose` from 7.32.0 to 8.5.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/v8.5.0/changelog.txt)
- [Commits](https://github.com/WordPress/gutenberg/commits/v8.5.0/packages/compose)

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

Updates `@wordpress/dom-ready` from 4.32.0 to 4.52.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dom-ready/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/date@4.52.0/packages/dom-ready)

Updates `@wordpress/editor` from 14.32.0 to 14.52.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/HEAD/packages/editor)

Updates `@wordpress/element` from 6.32.0 to 8.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/v8.4.0/changelog.txt)
- [Commits](https://github.com/WordPress/gutenberg/commits/v8.4.0/packages/element)

Updates `@wordpress/escape-html` from 3.32.0 to 3.52.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/escape-html/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dom@3.52.0/packages/escape-html)

Updates `@wordpress/html-entities` from 4.32.0 to 4.52.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/html-entities/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/date@4.52.0/packages/html-entities)

Updates `@wordpress/i18n` from 6.5.0 to 6.25.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/blocks@6.25.0/packages/i18n)

Updates `@wordpress/icons` from 10.32.0 to 15.3.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/v15.3.0/packages/icons)

Updates `@wordpress/is-shallow-equal` from 5.32.0 to 5.52.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/is-shallow-equal/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/HEAD/packages/is-shallow-equal)

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

Updates `@wordpress/babel-preset-default` from 8.32.0 to 8.52.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/HEAD/packages/babel-preset-default)

Updates `@wordpress/block-editor` from 15.5.0 to 16.1.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/v16.1.0/packages/block-editor)

Updates `@wordpress/blocks` from 15.5.0 to 15.25.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/HEAD/packages/blocks)

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

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

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

Updates `@wordpress/e2e-test-utils` from 11.32.0 to 11.34.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/@wordpress/e2e-test-utils@11.34.0/packages/e2e-test-utils/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/e2e-test-utils@11.34.0/packages/e2e-test-utils)

Updates `@wordpress/edit-post` from 8.32.0 to 8.52.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-post/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/HEAD/packages/edit-post)

Updates `@wordpress/env` from 10.32.0 to 11.12.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/blocks@11.12.0/packages/env)

Updates `@wordpress/eslint-plugin` from 22.18.0 to 25.8.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/components@25.8.0/packages/eslint-plugin)

Updates `@wordpress/hooks` from 4.32.0 to 4.52.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/date@4.52.0/packages/hooks)

Updates `@wordpress/jest-puppeteer-axe` from 7.32.0 to 7.52.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Commits](https://github.com/WordPress/gutenberg/commits/HEAD/packages/jest-puppeteer-axe)

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

Updates `@wordpress/prettier-config` from 4.32.0 to 4.52.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/prettier-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/date@4.52.0/packages/prettier-config)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/autop"
  dependency-version: 4.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/babel-preset-default"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-editor"
  dependency-version: 15.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/browserslist-config"
  dependency-version: 6.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/components"
  dependency-version: 30.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/compose"
  dependency-version: 7.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/data"
  dependency-version: 10.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/date"
  dependency-version: 5.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-version: 6.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/e2e-test-utils"
  dependency-version: 11.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/edit-post"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/editor"
  dependency-version: 14.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/element"
  dependency-version: 6.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-version: 10.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/escape-html"
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-version: 22.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/html-entities"
  dependency-version: 4.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/icons"
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/is-shallow-equal"
  dependency-version: 5.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/jest-puppeteer-axe"
  dependency-version: 7.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/plugins"
  dependency-version: 7.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/prettier-config"
  dependency-version: 4.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/url"
  dependency-version: 4.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-0dcab9e1d3 branch from b7fdcc5 to ce2ea81 Compare August 2, 2026 00:27
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.

0 participants