Skip to content

build(deps-dev): bump @wordpress/compose from 7.37.0 to 8.4.0#4417

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/compose-8.4.0
Open

build(deps-dev): bump @wordpress/compose from 7.37.0 to 8.4.0#4417
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/compose-8.4.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @wordpress/compose from 7.37.0 to 8.4.0.

Changelog

Sourced from @​wordpress/compose's changelog.

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

8.3.0 (2026-07-01)

8.2.0 (2026-06-24)

8.1.1 (2026-06-16)

8.1.0 (2026-06-10)

Code Quality

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

Documentation

  • Fix documentation typos (#78686).

8.0.0 (2026-05-27)

Breaking Changes

  • useDialog: The returned props object now exposes an onKeyDown handler. Consumers that spread it onto a wrapper which also receives an onKeyDown from elsewhere should pass that handler via the new onKeyDown option (which merges it with close-on-Escape) or merge the two themselves (#78433).

Enhancements

  • useMergeRefs: Support cleanup functions returned by inner ref callbacks (React 19 ref callback cleanup pattern). Inner refs that return a cleanup have it invoked at teardown instead of being called with null.

Bug Fixes

  • useCopyToClipboard: Call the onSuccess callback even when the trigger node unmounts before the copy resolves (#78387).
  • useDialog: Handle Escape via React onKeyDown so portaled descendants can stop propagation to prevent the dialog from closing (#78433).
  • useMediaQuery, useViewportMatch: Resolve the view default lazily so the hooks no longer throw ReferenceError: window is not defined during server-side rendering. Regression from #76446.

Deprecations

  • The pure HoC now logs a runtime deprecation warning. Use memo or PureComponent from @wordpress/element instead.

7.46.0 (2026-05-14)

7.45.0 (2026-04-29)

... (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 compatibility score

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)

Bumps [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) from 7.37.0 to 8.4.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.4.0/packages/compose)

---
updated-dependencies:
- dependency-name: "@wordpress/compose"
  dependency-version: 8.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Deps Reserved to dependency/dependabot PRs Deps: JavaScript Reserved to dependency/dependabot PRs labels Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Deps: JavaScript Reserved to dependency/dependabot PRs Deps Reserved to dependency/dependabot PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants