Skip to content

Bump uuid, @wordpress/block-editor, @wordpress/components and @wordpress/edit-post in /packages/core - #578

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/core/multi-29b0636f3e
Open

Bump uuid, @wordpress/block-editor, @wordpress/components and @wordpress/edit-post in /packages/core#578
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/core/multi-29b0636f3e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps uuid to 14.0.1 and updates ancestor dependencies uuid, @wordpress/block-editor, @wordpress/components and @wordpress/edit-post. These dependencies need to be updated together.

Updates uuid from 8.3.2 to 14.0.1

Release notes

Sourced from uuid's releases.

v14.0.1

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

v14.0.0

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

Bug Fixes

  • expect crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
  • Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)

v13.0.2

13.0.2 (2026-05-04)

Bug Fixes

  • rerelease to fix provenance. (49ccb35)

v13.0.1

13.0.1 (2026-04-27)

Bug Fixes

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

... (truncated)

Changelog

Sourced from uuid's changelog.

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

14.0.0 (2026-04-19)

Security

  • Fixes GHSA-w5hq-g745-h8pq: v3(), v5(), and v6() did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid offset was provided. A RangeError is now thrown if offset < 0 or offset + 16 > buf.length.

⚠ BREAKING CHANGES

  • crypto is now expected to be globally defined (requires node@20+) (#935)
  • drop node@18 support (#934)
  • upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.

Install script changes

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


Updates @wordpress/block-editor from 6.2.0 to 16.0.0

Changelog

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

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 (#79533).
    • LineHeightControl (#79589).

Deprecations

  • Soft-deprecate the __experimentalImageEditor component. The Media Editor modal is now the default crop experience for core blocks (#78654).

Enhancements

  • Use the emphasis font-weight token for UI emphasis (#80093).
  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Inserter media categories support an optional emptyMessage, shown in place of the generic "No results found" notice, that also keeps a source listed when it has no items. The media panel additionally renders attach/detach affordances for attached images (#79336).

15.23.0 (2026-07-01)

15.22.0 (2026-06-24)

Enhancements

  • Grid: Add a "Fill available space" option to the grid layout that switches the auto-placement keyword from auto-fill to auto-fit, so columns stretch to fill the row instead of leaving empty tracks. (#79356)
  • List View: a block that supports listView is now excluded from the List View when it has no inner blocks and disallows insertion (allowedBlocks is [] or false), since there is nothing to show, rearrange, or add. (#78932)

15.21.1 (2026-06-16)

15.21.0 (2026-06-10)

Code Quality

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

Documentation

... (truncated)

Commits
  • 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
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/components from 14.2.0 to 37.0.0

Release notes

Sourced from @​wordpress/components's releases.

23.6.0

Changelog

Features

Post Editor

  • Allow setting viewport tablet and mobile values in theme.json. (79104)
  • Experimental: Expand DataForm inspector to patterns. (79452)
  • Notes: Add @​mention autocomplete. (79604)
  • Notes: Inline (partial-text) notes via hybrid marker + strip-on-render approach. (78218)
  • Show the admin bar in the Post and Site Editor by default. (79197)

Block Editor

  • Share block-bindings context assembly between call sites. (79855)

Data Layer

  • Blocks: Add innerContent support for static inner blocks, adopt it in the HTML block. (79115)

Components

  • DataViews: Add a richtext control backed by a private RichTextControl shell in @​wordpress/components. (78471)

Block Library

  • Icons: Add PHP method(s) for rendering inline SVG icons from the registry. (78332)

Enhancements

  • CSS: Follow-up fixes to split_selector_list(). (79723)
  • Document widget relevance, help. (80007)
  • Expose widget category through the build pipeline and REST API. (79638)
  • Omnibar: Move the 'site icon in admin bar' feature from experiment to 7.1 compat. (79807)
  • Scripts: Make 'test-e2e' run Playwright and remove Puppeteer. (80058)
  • Site Editor v2 experiment: Hide admin bar in distraction-free mode. (79937)
  • Widget Dashboard: Remove layout-settings editing. (79903)
  • Widget Dashboard: Reserve paint space for tile focus rings. (79990)
  • Widget Primitives: Add WidgetAttributeField for typed attribute schemas. (79544)
  • Widgets: Add a declarative help metadata field, surfaced as a header infotip. (79830)
  • Widgets: Add attribute relevance and inline editing in the tile toolbar. (79735)
  • Widgets: Translate title, description, and keywords server-side. (79701)

Block Library

  • Accordion block: Add background gradient support. (79840)
  • Add ariaLabel supports for Tab List Block. (79948)
  • Add icon state classes to Accordion block. (74257)
  • Add layout and block spacing support to Latest Posts block. (77989)
  • Add option to exclude current post from query block. (64916)
  • Animated GIF to video conversion (via mediabunny). (78410)
  • Classic block: Remove migration notice and restore inserter availability. (79894)
  • Cover: Allow restricting video embed providers. (80092)
  • File Block: Deduplicate the file to audio/video/image transforms. (80158)

... (truncated)

Changelog

Sourced from @​wordpress/components's changelog.

37.0.0 (2026-07-14)

Enhancements

  • ControlWithError: Remove redundant inline aria-live region for validation error messages to prevent duplicate announcements. (#79600).

Breaking Changes

  • ExternalLink: No longer sets the rel attribute by default. Consumers relying on the previous behavior should pass rel explicitly (#79743).
  • View: The legacy Emotion css prop no longer applies styles and is now accepted as a no-op for compatibility. Use style for inline styles or className for CSS-based styling instead (#79443).
  • 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:
  • The __next40pxDefaultSize prop is now true by default. The prop can be safely removed from the following:

Enhancements

  • Update emphasized labels and controls from the legacy medium weight to the emphasis font-weight token, and align the default font-family stack with the @wordpress/theme body token (#80093).
  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Button: Align focus rings with the design system (#78646).
  • The size prop no longer has any effect and can be safely removed from the following:
  • Button: Render the secondary variant's border with a real border instead of box-shadow (#79982).

Documentation

  • Document clsx object syntax for conditional CSS Module classes (#79490, #79535).

Bug Fixes

... (truncated)

Commits
  • 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
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/edit-post from 6.3.0 to 8.51.0

Changelog

Sourced from @​wordpress/edit-post's changelog.

8.51.0 (2026-07-14)

Enhancements

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

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)

Enhancements

  • Use --wpds-cursor-control for interactive cursor styling. #77360

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)

Internal

  • Adjusted welcome-guide styles to define the close-button hover state internally after refactoring in the shared Guide component.

8.35.0 (2025-11-12)

8.34.0 (2025-10-29)

8.33.0 (2025-10-17)

... (truncated)

Commits
  • 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
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…ess/edit-post

Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.1 and updates ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor), [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) and [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post). These dependencies need to be updated together.


Updates `uuid` from 8.3.2 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v14.0.1)

Updates `@wordpress/block-editor` from 6.2.0 to 16.0.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.0.0/packages/block-editor)

Updates `@wordpress/components` from 14.2.0 to 37.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@37.0.0/packages/components)

Updates `@wordpress/edit-post` from 6.3.0 to 8.51.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/@wordpress/edit-post@8.51.0/packages/edit-post)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: indirect
- dependency-name: "@wordpress/block-editor"
  dependency-version: 16.0.0
  dependency-type: direct:production
- dependency-name: "@wordpress/components"
  dependency-version: 37.0.0
  dependency-type: direct:production
- dependency-name: "@wordpress/edit-post"
  dependency-version: 8.51.0
  dependency-type: direct:production
...

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 Jul 26, 2026
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