Skip to content

Bump uuid, @wordpress/components and @wordpress/edit-post in /packages/tools#538

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/tools/multi-08e5622f16
Open

Bump uuid, @wordpress/components and @wordpress/edit-post in /packages/tools#538
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/tools/multi-08e5622f16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

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

Updates uuid from 8.3.2 to 14.0.0

Release notes

Sourced from uuid's releases.

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)

Bug Fixes

v12.0.1

12.0.1 (2026-04-29)

... (truncated)

Changelog

Sourced from uuid's changelog.

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

11.1.0 (2025-02-19)

... (truncated)

Commits
  • 7c1ea08 chore(main): release 14.0.0 (#926)
  • 3d2c5b0 Merge commit from fork
  • f2c235f fix!: expect crypto to be global everywhere (requires node@20+) (#935)
  • 529ef08 chore: upgrade TypeScript and fixup types (#927)
  • 086fd79 chore: update dependencies (#933)
  • dc4ddb8 feat!: drop node@18 support (#934)
  • 0f1f9c9 chore: switch to Biome for parsing and linting (#932)
  • e2879e6 chore: use maintained version of npm-run-all (#930)
  • ffa3138 fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)
  • 0423d49 docs: remove obsolete v1 option notes (#915)
  • Additional commits viewable in compare view
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/components from 19.8.0 to 33.1.0

Release notes

Sourced from @​wordpress/components's releases.

23.2.2

Changelog

Bug Fixes

  • Fix registered post meta scope. (78531)

Contributors

The following contributors merged PRs in this release:

@​alecgeatches

23.2.1

Changelog

Bug Fixes

Guidelines

  • Fix fatal when rest_api_init fires before init (cherry-pick #78350). (78477)

Contributors

The following contributors merged PRs in this release:

@​xavier-lc, @​paulopmt1

23.2.0

Changelog

Features

Block Editor

  • Try responsive global block styles with states. (77513)
  • Enhance Connectors page on read-only file system. (77521)

Enhancements

Components

  • Add SelectControl component to @​wordpress/ui. (77809)
  • Add motion design tokens (duration and easing) to @​wordpress/theme. (76097)
  • Button: Align link variant underline with Link and ExternalLink. (77842)

... (truncated)

Changelog

Sourced from @​wordpress/components's changelog.

33.1.0 (2026-05-14)

Enhancements

  • StyleProvider: Add support for injecting package CSS module styles into target documents (#77965).
  • Button: Align link variant underline (offset and thickness) with ExternalLink and Link from @wordpress/ui (#77842).
  • Modal: render as a bottom sheet on mobile so the height adapts to the content and CTAs stay within thumb reach (#77956).
  • Text: Use a theme-aware gray token for the muted variant (#77999).
  • Notice: Align appearance with Notice from @wordpress/ui (full border, rounded corners, tinted intent surfaces, design-token-driven colors and spacing, closeSmall dismiss icon, compact action buttons, and grid layout that places actions in their own row for symmetric padding) (#78231).

Bug Fixes

  • TabPanel: Fix tab indicator animation while switching tabs (#77812).
  • ColorPicker: Fix issue where clearing the hex input entirely doesn't reset the selected color to black (#77912).
  • ExternalLink: Fix focus outline rendered in wp-admin (#77935).
  • FormTokenField: Correct preventDefault handling for __experimentalValidateInput and validate pasted delimiter-separated tokens (#77181).
  • ColorPalette: Fix duplicate-key warnings and incorrect selected swatch behavior when multiple palette entries share the same color value (#78004).

Internal

  • Modal, Menu, DropdownMenu: Adopt --wpds-motion-easing-* and --wpds-motion-duration-* design tokens for animation timing (#76097).
  • Update date-fns dependency to v4.1.0 (#78057).
  • Update code to comply with eslint-plugin-react-hooks v7 (#69962).
  • SlotFill: Add dependencies to updateFill effect (#77907).
  • Popover: Remove unnecessary close button z-index style (#78180).

33.0.0 (2026-04-29)

Enhancements

  • ExternalLink: Align appearance with Link from @wordpress/ui (brand color, underline thickness/offset, focus ring, and external-link icon spacing) (#77790).
  • Menu: Remove cursor: not-allowed and added pointer styles to menu (#70412)
  • FormToggle: Add stacking context isolation (#77619).
  • CircularOptionPicker: Add stacking context isolation (#77715).
  • FormTokenField: Add help prop to render additional help text below the field, and deprecate the __experimentalShowHowTo prop in favor of it. The help prop now defaults to the previous how-to text; pass an empty string to hide it (#77552).

Deprecations

  • FormTokenField: Deprecate the __experimentalShowHowTo prop in favor of help prop. The help prop now defaults to the previous how-to text; pass an empty string to hide it (#77552).

Breaking Changes

  • ExternalLink: No longer adds noreferrer to the rel attribute. noopener is still applied. Consumers relying on the previous behavior should pass rel="noopener noreferrer" explicitly (#26968).

Internal

  • NavigableContainer: Refactor from class component to function component with hooks (#77171).
  • Menu: Refactor Menu.Popover to use Ariakit’s render prop, wrapping content in MenuMotionRoot (motion styles) and MenuSurface (panel layout and variant chrome) (#77460).
  • Fix types for TypeScript 7.0 (#77177).

... (truncated)

Commits
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • ac75d25 Update changelog files
  • 3e8943b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • 9656be0 Update changelog files
  • 4313ac2 Merge changes published in the Gutenberg plugin "release/23.2" branch
  • a5cc28f Update changelog files
  • 30dff6b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • 6445ede chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/edit-post from 6.3.0 to 8.46.0

Changelog

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

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)

8.32.0 (2025-10-01)

8.31.0 (2025-09-17)

8.30.0 (2025-09-03)

8.29.0 (2025-08-20)

8.28.0 (2025-08-07)

8.27.0 (2025-07-23)

8.26.0 (2025-06-25)

8.25.0 (2025-06-04)

... (truncated)

Commits
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • ac75d25 Update changelog files
  • 3e8943b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • 9656be0 Update changelog files
  • 4313ac2 Merge changes published in the Gutenberg plugin "release/23.2" branch
  • a5cc28f Update changelog files
  • 30dff6b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • 6445ede chore(release): publish
  • 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.

Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.0 and updates ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@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.0
- [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.0)

Updates `@wordpress/components` from 19.8.0 to 33.1.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@33.1.0/packages/components)

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

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: indirect
- dependency-name: "@wordpress/components"
  dependency-version: 33.1.0
  dependency-type: direct:production
- dependency-name: "@wordpress/edit-post"
  dependency-version: 8.46.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 May 22, 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