Skip to content

Commit efb7a05

Browse files
committed
General: Bump the pinned hash for Gutenberg to 1984a80.
This updates the pinned commit hash of the Gutenberg repository from `b9743a015526ac8fd79298fd4e96cf002cee333b` to `1984a8058ff0c1465615ef88fe52e14cb207f6c0`. A full list of changes included in this commit can be found on GitHub: https://github.com/WordPress/gutenberg/compare/b9743a015526ac8fd79298fd4e96cf002cee333b..1984a8058ff0c1465615ef88fe52e14cb207f6c0. The following commits are included: - Theme: Avoid root-level relational selectors (WordPress/gutenberg#81673) - Real-time collaboration: Bundle @wordpress/sync instead of exposing as wp.sync (WordPress/gutenberg#81683) Props wildworks, desrosj, ellatrix, lancewillett, alecgeatches, annezazu. Fixes #65813. git-svn-id: https://develop.svn.wordpress.org/branches/7.1@63316 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f9ecd87 commit efb7a05

3 files changed

Lines changed: 6 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://develop.svn.wordpress.org/trunk"
88
},
99
"gutenberg": {
10-
"sha": "b9743a015526ac8fd79298fd4e96cf002cee333b",
10+
"sha": "1984a8058ff0c1465615ef88fe52e14cb207f6c0",
1111
"ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
1212
},
1313
"engines": {

src/wp-admin/includes/update-core.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -905,12 +905,8 @@
905905
// 7.0.2
906906
'wp-includes/collaboration',
907907
'wp-includes/collaboration.php',
908-
/*
909-
* Restored in WordPress 7.1.
910-
*
911-
* 'wp-includes/js/dist/sync.js',
912-
* 'wp-includes/js/dist/sync.min.js',
913-
*/
908+
'wp-includes/js/dist/sync.js',
909+
'wp-includes/js/dist/sync.min.js',
914910
// 7.1
915911
'wp-includes/images/icon-library/accordion-heading.svg',
916912
'wp-includes/images/icon-library/accordion-item.svg',

src/wp-includes/assets/script-loader-packages.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,16 @@
268268
'wp-data',
269269
'wp-deprecated',
270270
'wp-element',
271+
'wp-hooks',
271272
'wp-html-entities',
272273
'wp-i18n',
273274
'wp-private-apis',
274275
'wp-rich-text',
275-
'wp-sync',
276276
'wp-undo-manager',
277277
'wp-url',
278278
'wp-warning'
279279
),
280-
'version' => 'f0176a9c136b2962fdc4'
280+
'version' => '573f98dbff9f49ffeb0b'
281281
),
282282
'customize-widgets.js' => array(
283283
'dependencies' => array(
@@ -838,14 +838,6 @@
838838
),
839839
'version' => '914befb08774033e6265'
840840
),
841-
'sync.js' => array(
842-
'dependencies' => array(
843-
'wp-api-fetch',
844-
'wp-hooks',
845-
'wp-private-apis'
846-
),
847-
'version' => '15f3a34404da1c4bb483'
848-
),
849841
'theme.js' => array(
850842
'dependencies' => array(
851843
'react-jsx-runtime',
@@ -854,7 +846,7 @@
854846
'wp-element',
855847
'wp-private-apis'
856848
),
857-
'version' => '48f91740a3d737558e9c'
849+
'version' => '56a75cc08ae66c1fcb7a'
858850
),
859851
'token-list.js' => array(
860852
'dependencies' => array(

0 commit comments

Comments
 (0)