Skip to content

build(deps-dev): bump @wordpress/compose from 7.46.0 to 8.0.0#2807

Closed
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/wordpress/compose-7.46.0
Closed

build(deps-dev): bump @wordpress/compose from 7.46.0 to 8.0.0#2807
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/wordpress/compose-7.46.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @wordpress/compose from 7.46.0 to 8.0.0.

Changelog

Sourced from @​wordpress/compose's changelog.

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.
Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 19, 2026
@pirate-bot

pirate-bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 178.24 KB 178.24 KB 0 B (0.00%)
Blocks 1.45 MB 1.45 MB 0 B (0.00%)
CSS 7.71 KB 7.71 KB 0 B (0.00%)
Dashboard 105.69 KB 105.69 KB 0 B (0.00%)
Onboarding 68.14 KB 68.14 KB 0 B (0.00%)
Export Import 4.7 KB 4.7 KB 0 B (0.00%)
Pro 311.85 KB 311.85 KB 0 B (0.00%)

@pirate-bot

pirate-bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

Plugin build for 022806a is ready 🛎️!

@pirate-bot

pirate-bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

E2E Tests

Playwright Test Status: See serial and parallel matrix jobs

Performance Results serverResponse: {"q25":728.2,"q50":762.05,"q75":775.3,"cnt":10}, firstPaint: {"q25":611,"q50":651.6,"q75":703.7,"cnt":10}, domContentLoaded: {"q25":2561.6,"q50":2588.65,"q75":2623.2,"cnt":10}, loaded: {"q25":2562.2,"q50":2589.3,"q75":2623.7,"cnt":10}, firstContentfulPaint: {"q25":5047.7,"q50":5140.8,"q75":5160.8,"cnt":10}, firstBlock: {"q25":8149.2,"q50":8288.65,"q75":8568.3,"cnt":10}, type: {"q25":15.12,"q50":15.82,"q75":16.22,"cnt":10}, typeWithoutInspector: {"q25":12.81,"q50":13.54,"q75":14.43,"cnt":10}, typeWithTopToolbar: {"q25":16.23,"q50":17.71,"q75":18.97,"cnt":10}, typeContainer: {"q25":10.27,"q50":10.64,"q75":11.48,"cnt":10}, focus: {"q25":34.79,"q50":35.7,"q75":36.34,"cnt":10}, inserterOpen: {"q25":16.32,"q50":17.13,"q75":18.78,"cnt":10}, inserterSearch: {"q25":5.24,"q50":5.32,"q75":5.85,"cnt":10}, inserterHover: {"q25":3.63,"q50":3.67,"q75":4.04,"cnt":20}, loadPatterns: {"q25":1165.67,"q50":1229.06,"q75":1258.27,"cnt":10}, listViewOpen: {"q25":91.45,"q50":102.29,"q75":107.63,"cnt":10}

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/development/wordpress/compose-7.46.0 branch from 8928eeb to 6b3f918 Compare May 26, 2026 07:50
Bumps [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) from 7.46.0 to 8.0.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.0.0/packages/compose)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump @wordpress/compose from 7.24.0 to 7.46.0 build(deps-dev): bump @wordpress/compose from 7.46.0 to 8.0.0 May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/development/wordpress/compose-7.46.0 branch from 6b3f918 to 022806a Compare May 28, 2026 11:22
@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2846.

@dependabot dependabot Bot closed this Jun 3, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/development/wordpress/compose-7.46.0 branch June 3, 2026 17:08
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.

1 participant