Skip to content

Bump the wordpress group with 25 updates - #807

Open
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress-0f46ec457f
Open

Bump the wordpress group with 25 updates#807
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress-0f46ec457f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the wordpress group with 25 updates:

Package From To
@wordpress/dataviews 17.1.0 18.0.0
@wordpress/api-fetch 7.50.0 7.53.0
@wordpress/block-editor 15.23.0 16.2.0
@wordpress/blocks 15.23.0 15.26.0
@wordpress/components 36.1.0 39.0.0
@wordpress/compose 8.3.0 8.6.0
@wordpress/core-data 7.50.0 7.53.0
@wordpress/data 10.50.0 10.53.0
@wordpress/dependency-extraction-webpack-plugin 6.50.0 6.53.0
@wordpress/dom-ready 4.50.0 4.53.0
@wordpress/e2e-test-utils-playwright 1.50.0 1.53.0
@wordpress/editor 14.50.0 14.53.0
@wordpress/element 8.2.0 8.5.0
@wordpress/env 11.10.0 11.13.0
@wordpress/hooks 4.50.0 4.53.0
@wordpress/i18n 6.23.0 6.26.0
@wordpress/icons 15.1.0 15.4.0
@wordpress/interactivity 6.50.0 6.53.0
@wordpress/notices 5.50.0 5.53.0
@wordpress/plugins 7.50.0 7.53.0
@wordpress/primitives 4.50.0 4.53.0
@wordpress/rich-text 7.50.0 7.53.0
@wordpress/scripts 32.6.0 34.1.0
@wordpress/server-side-render 6.26.0 6.29.0
@wordpress/url 4.50.0 4.53.0

Updates @wordpress/dataviews from 17.1.0 to 18.0.0

Changelog

Sourced from @​wordpress/dataviews's changelog.

18.0.0 (2026-08-12)

Breaking Changes

  • DataForms: Remove the built-in richtext control, its EditConfigRichText type, and the package's privateApis export, whose only member was that control. Assembling @wordpress/rich-text inside a bundled package broke plugins that install DataViews from npm (#81233), so the control moved to @wordpress/editor, next to its only consumer. @wordpress/rich-text is no longer a dependency of this package, and a rich text field now needs a custom Edit component (#81430).

Internal

  • DataViews: Replace the inlined kebabCase utility with the new @wordpress/kebab-case package. #81294
  • DataForm: Internalize ValidatedSelectControl and its ControlWithError foundation instead of unlocking them from the @wordpress/components private APIs. The foundation is a temporary copy slated to be replaced by the upcoming @wordpress/ui implementation. #81391
  • DataForm: Internalize ValidatedCheckboxControl instead of unlocking it from the @wordpress/components private APIs. #81435
  • DataForm: Internalize ValidatedNumberControl instead of unlocking it from the @wordpress/components private APIs. #81433
  • DataForm: Internalize ValidatedRadioControl instead of unlocking it from the @wordpress/components private APIs. #81434

New Features

  • DataViews: Add a time field type and matching time control for times of day with no date attached. Values are wall-clock HH:mm/HH:mm:ss strings that render identically regardless of the visitor's timezone, and format.time controls both the rendered format and whether the control offers a seconds field. #80830

Enhancements

  • DataViews: Generalize the ordering filter operators (on, notOn, before, after, beforeInc, afterInc, between) from dates to temporal values, so they also compare times of day. Comparisons for date and datetime are unchanged. #80830
  • DataViews: Add an aspectRatio layout option to the grid and table layouts so consumers can configure the aspect ratio of item media previews from a set of preset ratios, instead of the hard-coded square. Defaults to 1/1, so existing consumers are unaffected. #79329

Bug Fix

  • DataForms: Skip validation for fields hidden through the isVisible API, so a hidden field with validation rules (e.g. required) no longer makes the form invalid. Toggling a field's visibility now clears or restores its validity accordingly. #81377
  • DataViews: Pass only the eligible items to a bulk action's callback. A bulk action is offered when any one selected item is eligible for it, so the callback could run against items it had declared, through isEligible, that it could not handle. #81198
  • DataViews: Fix the between date filter discarding a manually entered From/To date on blur. The control now commits an incomplete range with an unfilled bound — which neither filters nor renders a chip — instead of waiting for both dates, so a typed date survives tabbing away and a range can be entered manually at all. #81150
  • DataViews: Render the filter chip for an incomplete between range as if no value were set — matching how the filter itself does not apply — instead of showing a dangling bound or the literal string "undefined". A null bound, produced when an unfilled bound round-trips through JSON persistence, is now treated as unfilled too. #80830
  • DataViews: Treat an empty value as valid in the array field type's built-in validation, matching the other field types — use the required rule to enforce non-empty values. Fields declaring elements still reject empty values. #81378

Internal

  • DataForms: Import withIgnoreIMEEvents from @wordpress/keycodes instead of unlocking it from @wordpress/components, as part of removing the package's reliance on private cross-package APIs (#81230) (#81343).
  • Remove obsolete dependency grouping comments as part of the repository-wide separator-free import migration. (#81248)
  • DataViews: Inline a verbatim copy of the kebabCase utility instead of unlocking the private one from @wordpress/components, as part of removing the package's reliance on private cross-package APIs (#81230). Adds a direct change-case dependency; no behavior change. (#81284)
  • DataViews: Use the public Badge from @wordpress/ui in the grid and picker-grid layouts instead of the private one from @wordpress/components, removing the last unlock() call from those files. Badges pick up the @wordpress/ui neutral tokens, so they gain a border and a slightly different background (#81236).
  • DataForms: The date and datetime controls now import the public Calendar and RangeCalendar from @wordpress/ui instead of unlocking DateCalendar / DateRangeCalendar from @wordpress/components, as part of removing the package's reliance on private cross-package APIs (#81230). The date control no longer unlocks anything; datetime keeps a single unlock for ValidatedInputControl. (#81337)
  • Update @ariakit/react to 0.4.35 (#80765).

17.3.0 (2026-07-29)

Enhancements

  • DataViews: Add Shift+Click range selection through a shared useSelectionProps hook that layouts can adopt, wired up in the table and grid layouts.#80046
  • DataViewsPicker: Add Shift+Click range selection to the picker-table, picker-grid, and picker-activity layouts. #80413

Bug Fix

  • DataForms: Stop the card and details layouts from hijacking focus when they reveal validation errors. Errors for every field in the container are now shown once focus leaves it, instead of on each internal blur, and revealing them no longer moves focus, so the natural tab sequence is preserved. #80685

... (truncated)

Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/api-fetch from 7.50.0 to 7.53.0

Changelog

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

7.53.0 (2026-08-12)

7.52.0 (2026-07-29)

7.51.0 (2026-07-14)

Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • See full diff in compare view

Updates @wordpress/block-editor from 15.23.0 to 16.2.0

Changelog

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

16.2.0 (2026-08-12)

Internal

  • Use the new @wordpress/kebab-case package instead of unlocking the kebabCase utility from the @wordpress/components private APIs (#81294).

Enhancements

  • Allow Global Styles to supply additional element color controls to the shared Colors panel (#80852).
  • Creating a new block next to a sibling of the same type now inherits the sibling's attributes consistently, whether it is created by the appender, the inserter, or Enter at the edge of the text. Everything except the sibling's content (attributes with the content role) and its metadata is copied. The attributesToCopy list of a default block is removed: the copied attributes derive from the block's attribute roles.

Enhancements

  • Add support for the blockStatesEditingEnabled editor setting, which hides state controls for blocks when set to false (#80956, #81058).

Performance

  • hasSelectedInnerBlock: Answer the deep check from a set of the selection's ancestors, built once per selection, instead of walking the parents of every selected block on each call. BlockListBlock asks once per rendered block, so the old cost was the block count multiplied by the selection size (#81210).
  • BlockListBlock: Skip that deep check behind isSelectionWithinCurrentSection when the block is not within a section block, where it was passed an undefined client ID that never matches. Together the two changes take selecting all blocks on a 1000 paragraph post from 16.8s to 0.4s (#81210).
  • ListView: Drop the useBlockDisplayInformation and useBlockLock calls from the row, select button and branch components, reading the few fields they were used for from the useSelect each component already has. Store subscriptions go from seven to four per rendered row, and from two to one per branch (#81136).
  • ListView: Collapse the placeholder rows that stand in for blocks outside of the render window into a single spacer row per run, instead of rendering a <tr>/<td> pair for every block. On a post with 1000 top-level blocks this removes ~1900 elements (about 60% of the List View's DOM and nearly half of the document's elements), which cuts the style recalculation and layout work done when the List View opens (#80953).
  • hasSelectedInnerBlock: Return false up front when called without a client ID, instead of reading the selection and walking it for a check that can never match. The root client ID ('') is covered by the same bail out, so the shallow check no longer reports true when a top level block is selected, matching the deep check (#81315).

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.

Bug Fixes

  • MediaPlaceholder: Stop the drop zone activating for canvas block-reorder drags. Dragging an inner block within a block that renders a media placeholder (e.g. reordering a Playlist Track) no longer shows a media drop zone and blocks the reorder.
  • isBlockSelected: Return false when called without a client ID, instead of matching the undefined client ID of an empty selection (#81212).
  • 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).
  • Background block support: Fix gradients not being applied to a block when a theme opts out of settings.background.gradient in theme.json (#81056).
  • LinkControl: Restore the preview title underline by slightly increasing the title's line height, which was too tight for the underline to be visible (#81083).
  • URLInput: Skip link search requests while an IME composition is in progress; the search now fires once with the confirmed value on compositionend (#80602).
  • SpacingSizesControl: Give the control's visible label its own translation context instead of sharing an entry with the side input's aria label, which feeds the same placeholders in the opposite order — a single shared translation could not be correct for both (#81240).

16.1.0 (2026-07-29)

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).

Internal

... (truncated)

Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 15.23.0 to 15.26.0

Changelog

Sourced from @​wordpress/blocks's changelog.

15.26.0 (2026-08-12)

Internal

  • Update hpq to 1.4.0 for its bundled TypeScript types (#81199).

15.25.0 (2026-07-29)

Internal

  • Update memize to 2.1.1 (#80764).

15.24.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/components from 36.1.0 to 39.0.0

Changelog

Sourced from @​wordpress/components's changelog.

39.0.0 (2026-08-12)

Breaking Changes

  • ValidatedTextControl: Remove from private APIs. Use ValidatedInputControl instead (#80680).
  • 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 DateCalendar, DateRangeCalendar and TZDate exports. The calendars now ship as the public Calendar and RangeCalendar components in @wordpress/ui; TZDate comes from @date-fns/tz (#81337).

Deprecations

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

Enhancements

  • SandBox: Add allowForms prop to opt into allow-forms in the iframe's sandbox attribute (#76471).

Bug Fixes

  • Modal: Prevent background page scrolling without relying on WordPress global styles when using the default bodyOpenClassName (#81164).
  • Menu: Return focus to the root trigger after closing a legacy Modal opened from a menu item, while preserving the menu-to-Modal scroll-lock handoff (#81164).
  • Button: Suppress the browser focus ring when keyboard-focused and pressed (#81113).

TypeScript

  • 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

  • Remove ValidatedCheckboxControl from the private APIs; it now lives internally in @wordpress/dataviews, its only consumer (#81435).
  • Remove ValidatedNumberControl from the private APIs; it now lives internally in @wordpress/dataviews, its only consumer (#81433).
  • Remove ValidatedRadioControl from the private APIs; it now lives internally in @wordpress/dataviews, its only consumer (#81434).
  • Remove ValidatedSelectControl from the private APIs; it now lives internally in @wordpress/dataviews, its only consumer (#81391).
  • Move withIgnoreIMEEvents to @wordpress/keycodes, where it is now a public API, and remove it from this package's private APIs (#81343).
  • Extract the private kebabCase utility to the new @wordpress/kebab-case package and remove it from the private APIs; all consumers now use the package directly (#81294).
  • Remove normalizeTextString from the private APIs; the utility remains internal to this package (#81294).
  • Remove obsolete dependency grouping comments as part of the repository-wide separator-free import migration. (#81248)
  • 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 @ariakit/react to 0.4.35 and @ariakit/test to 0.7.2 (#80765).
  • Update @floating-ui/react-dom to 2.1.9 (#80761).

... (truncated)

Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/compose from 8.3.0 to 8.6.0

Changelog

Sourced from @​wordpress/compose's changelog.

8.6.0 (2026-08-12)

Enhancements

  • useFixedWindowList: Only re-render when the rendered window is missing items, avoiding a second style recalculation before the list is first painted (#80935).

Bug Fixes

  • useFixedWindowList: Remove a duplicate resize listener registration, and page by the measured viewport height rather than the initial window size (#80935).
  • useViewportMatch: Scope the generated media query to screen, so that printing does not report the viewport as having become narrower (#81367).

8.5.0 (2026-07-29)

8.4.0 (2026-07-14)

Enhancements

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

Bug Fixes

  • useMergeRefs: Apply ref changes when the element attached outside a render of the calling component (e.g. a merged ref passed to a child that mounts the element in its own commit); previously the first ref change after such an attachment was skipped, leaving stale callbacks on the element (#80133).
Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • See full diff in compare view

Updates @wordpress/core-data from 7.50.0 to 7.53.0

Changelog

Sourced from @​wordpress/core-data's changelog.

7.53.0 (2026-08-12)

Enhancements

  • Improve error reporting in private action saveDirtyEntities (#81151).
  • Add the block-templates and block-template-parts theme features to the ThemeSupports type. Both are registered with show_in_rest, so they were already present in the response (#81581).

Bug Fixes

  • Footnotes: Treat unreadable footnotes post meta as no footnotes instead of throwing. Malformed JSON, or valid JSON that is not an array, threw inside a store subscriber where no error boundary catches it, so the edit was dropped and the post silently stopped saving (#81201).
  • saveEntityRecord: Reset persisted edits using the original edits instead of the __unstablePrePersist-augmented request payload. With collaborative editing enabled, the injected CRDT snapshot made the post-save comparison against the state edits fail, leaving the record dirty after a successful save whenever meta was edited.
  • Ensure revision resolvers finish after fetched revisions are stored.

Internal

  • Add missing @wordpress/base-styles dependency (#81012).

7.52.0 (2026-07-29)

Internal

  • Update memize to 2.1.1 (#80764).

7.51.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/data from 10.50.0 to 10.53.0

Changelog

Sourced from @​wordpress/data's changelog.

10.53.0 (2026-08-12)

10.52.0 (2026-07-29)

10.51.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • See full diff in compare view

Updates @wordpress/dependency-extraction-webpack-plugin from 6.50.0 to 6.53.0

Changelog

Sourced from @​wordpress/dependency-extraction-webpack-plugin's changelog.

6.53.0 (2026-08-12)

Enhancements

  • Add @wordpress/kebab-case as a bundled package, so consumer builds bundle it instead of externalizing it to a nonexistent wp-kebab-case script (#81294).

6.52.0 (2026-07-29)

Bug Fixes

  • Include extracted styles (e.g. the style.css cache group output) in the version hash of the entry point's asset file, so that style-only changes produce a new version (#80601).

6.51.0 (2026-07-14)

Bug Fixes

  • Extract dynamically imported external modules that webpack code-splits into their own async chunk in the module build (#79633).
Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/dom-ready from 4.50.0 to 4.53.0

Changelog

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

4.53.0 (2026-08-12)

4.52.0 (2026-07-29)

4.51.0 (2026-07-14)

Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • See full diff in compare view

Updates @wordpress/e2e-test-utils-playwright from 1.50.0 to 1.53.0

Changelog

Sourced from @​wordpress/e2e-test-utils-playwright's changelog.

1.53.0 (2026-08-12)

Bug Fixes

  • Metrics.startTracing(): Run a trivial script in every frame once tracing is on, to absorb the isolate interrupt that enabling the V8 sampling profiler queues. Its cost otherwise lands in the first thing the test does, usually the interaction being measured, and grows through a spec's iterations: a stable 220ms interaction reported anywhere from 200ms to 650ms (#81264).
  • Metrics.getSelectionEventDurations(): Dispatches that nest inside another dispatch now contribute only the time not already covered by it, so summing the returned durations no longer counts the nested work twice.

1.52.0 (2026-07-29)

Bug Fixes

  • Metrics.getSelectionEventDurations(): Also collect pointerup and selectionchange durations, and omit event types that did not fire. Selecting a block within an editing host no longer fires focus/focusin, which made the metric report zero.

1.51.0 (2026-07-14)

Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/editor from 14.50.0 to 14.53.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.53.0 (2026-08-12)

Internal

  • Notes: Move the rich text control the note form renders from @wordpress/dataviews into this package, where @wordpress/rich-text is the same copy the block editor uses (#81430).
  • Use the new @wordpress/kebab-case package instead of unlocking the kebabCase utility from the @wordpress/components private APIs (#81294).
  • Vendor a local copy of the normalizeTextString utility instead of unlocking it from the @wordpress/components private APIs (#81294).

Enhancements

  • Add a read-only code diff to the revisions screen (#80314).

New Features

  • Add a blockStatesEditingEnabled editor setting, defaulting to true, which hides state controls for blocks in the block inspector and Global Styles when set to false (#80956, #81058).

Bug Fixes

  • Device Preview: Keep tablet and mobile iframe widths inside their responsive breakpoints so media queries remain accurate at browser zoom levels.
  • Document tools: Fix icon button focus styles to use the design system outset-ring__focus mixin (#81115).

14.52.0 (2026-07-29)

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).

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).

... (truncated)

Commits
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/element from 8.2.0 to 8.5.0

Changelog

Sourced from @​wordpress/element's changelog.

8.5.0 (2026-08-12)

8.4.0 (2026-07-29)

Bug Fixes

  • createInterpolateElement: Warn and stop interpolating instead of throwing when an unmatched closing tag is present (

Bumps the wordpress group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/dataviews](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dataviews) | `17.1.0` | `18.0.0` |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.50.0` | `7.53.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `15.23.0` | `16.2.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `15.23.0` | `15.26.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `36.1.0` | `39.0.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `8.3.0` | `8.6.0` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `7.50.0` | `7.53.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.50.0` | `10.53.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `6.50.0` | `6.53.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.50.0` | `4.53.0` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.50.0` | `1.53.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.50.0` | `14.53.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `8.2.0` | `8.5.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `11.10.0` | `11.13.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.50.0` | `4.53.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.23.0` | `6.26.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `15.1.0` | `15.4.0` |
| [@wordpress/interactivity](https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity) | `6.50.0` | `6.53.0` |
| [@wordpress/notices](https://github.com/WordPress/gutenberg/tree/HEAD/packages/notices) | `5.50.0` | `5.53.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `7.50.0` | `7.53.0` |
| [@wordpress/primitives](https://github.com/WordPress/gutenberg/tree/HEAD/packages/primitives) | `4.50.0` | `4.53.0` |
| [@wordpress/rich-text](https://github.com/WordPress/gutenberg/tree/HEAD/packages/rich-text) | `7.50.0` | `7.53.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `32.6.0` | `34.1.0` |
| [@wordpress/server-side-render](https://github.com/WordPress/gutenberg/tree/HEAD/packages/server-side-render) | `6.26.0` | `6.29.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `4.50.0` | `4.53.0` |


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

Updates `@wordpress/api-fetch` from 7.50.0 to 7.53.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.53.0/packages/api-fetch)

Updates `@wordpress/block-editor` from 15.23.0 to 16.2.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@16.2.0/packages/block-editor)

Updates `@wordpress/blocks` from 15.23.0 to 15.26.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.26.0/packages/blocks)

Updates `@wordpress/components` from 36.1.0 to 39.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/@wordpress/components@39.0.0/packages/components)

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

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

Updates `@wordpress/data` from 10.50.0 to 10.53.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/@wordpress/data@10.53.0/packages/data)

Updates `@wordpress/dependency-extraction-webpack-plugin` from 6.50.0 to 6.53.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/dependency-extraction-webpack-plugin@6.53.0/packages/dependency-extraction-webpack-plugin)

Updates `@wordpress/dom-ready` from 4.50.0 to 4.53.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/dom-ready@4.53.0/packages/dom-ready)

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

Updates `@wordpress/editor` from 14.50.0 to 14.53.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.53.0/packages/editor)

Updates `@wordpress/element` from 8.2.0 to 8.5.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@8.5.0/packages/element)

Updates `@wordpress/env` from 11.10.0 to 11.13.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.13.0/packages/env)

Updates `@wordpress/hooks` from 4.50.0 to 4.53.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.53.0/packages/hooks)

Updates `@wordpress/i18n` from 6.23.0 to 6.26.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.26.0/packages/i18n)

Updates `@wordpress/icons` from 15.1.0 to 15.4.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/icons@15.4.0/packages/icons)

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

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

Updates `@wordpress/plugins` from 7.50.0 to 7.53.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/@wordpress/plugins@7.53.0/packages/plugins)

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

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

Updates `@wordpress/scripts` from 32.6.0 to 34.1.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@34.1.0/packages/scripts)

Updates `@wordpress/server-side-render` from 6.26.0 to 6.29.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/server-side-render@6.29.0/packages/server-side-render)

Updates `@wordpress/url` from 4.50.0 to 4.53.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/url@4.53.0/packages/url)

---
updated-dependencies:
- dependency-name: "@wordpress/dataviews"
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-editor"
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-version: 39.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/compose"
  dependency-version: 8.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/core-data"
  dependency-version: 7.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/data"
  dependency-version: 10.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-version: 6.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-version: 1.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/editor"
  dependency-version: 14.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/element"
  dependency-version: 8.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/env"
  dependency-version: 11.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/icons"
  dependency-version: 15.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/interactivity"
  dependency-version: 6.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/notices"
  dependency-version: 5.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/plugins"
  dependency-version: 7.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/primitives"
  dependency-version: 4.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/rich-text"
  dependency-version: 7.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/scripts"
  dependency-version: 34.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/server-side-render"
  dependency-version: 6.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/url"
  dependency-version: 4.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Test this PR in WordPress Playground.

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