CI run: https://github.com/WordPress/wordpress-develop/pull/10988. See #64595. --- I've included a log of the Gutenberg changes with the following command: ``` git log --reverse --format="- %s" b441348bb7e05af351c250b74283f253acaf9138..23b566c72e9c4a36219ef5d6e62890f05551f6cb | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy ``` - Remove experimental property from Icon block (https://github.com/WordPress/gutenberg/pull/75742) - Real-time collab editing: Fix undo E2E test (https://github.com/WordPress/gutenberg/pull/75740) - Snackbar: Fix scaling issue with snackbars that update their content via a common id (https://github.com/WordPress/gutenberg/pull/75709) - Vips and worker-threads packages: remove private flag so that packages can be published to npm (https://github.com/WordPress/gutenberg/pull/75752) - Update wordpress/vips in root package.json to use a relative path (https://github.com/WordPress/gutenberg/pull/75758) - Fix change-detection and new-post E2E tests after RTC enabled by default (https://github.com/WordPress/gutenberg/pull/75751) - Query: Remove content role from block (https://github.com/WordPress/gutenberg/pull/75760) - `ToggleGroupControl`: Make unselected item color consistent across all variants (https://github.com/WordPress/gutenberg/pull/75737) - Icon-block: fix global-styles selectors (https://github.com/WordPress/gutenberg/pull/75724) - RTC: Add cap check for single taxonomy term entities (https://github.com/WordPress/gutenberg/pull/75708) - Core Data: Create icons entity (https://github.com/WordPress/gutenberg/pull/75773) Built from https://develop.svn.wordpress.org/trunk@61705 git-svn-id: http://core.svn.wordpress.org/trunk@61013 1a063a9b-81f0-0310-95a4-ce76da25c4cd