Make WordPress Core

Changeset 63316


Ignore:
Timestamp:
08/16/2026 11:47:54 PM (8 hours ago)
Author:
desrosj
Message:

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:

Props wildworks, desrosj, ellatrix, lancewillett, alecgeatches, annezazu.
Fixes #65813.

Location:
branches/7.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/7.1/package.json

    r63209 r63316  
    88        },
    99        "gutenberg": {
    10                 "sha": "b9743a015526ac8fd79298fd4e96cf002cee333b",
     10                "sha": "1984a8058ff0c1465615ef88fe52e14cb207f6c0",
    1111                "ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
    1212        },
  • branches/7.1/src/wp-admin/includes/update-core.php

    r63305 r63316  
    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',
  • branches/7.1/src/wp-includes/assets/script-loader-packages.php

    r63209 r63316  
    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(
     
    839839                'version' => '914befb08774033e6265'
    840840        ),
    841         'sync.js' => array(
    842                 'dependencies' => array(
    843                         'wp-api-fetch',
    844                         'wp-hooks',
     841        'theme.js' => array(
     842                'dependencies' => array(
     843                        'react-jsx-runtime',
     844                        'wp-compose',
     845                        'wp-deprecated',
     846                        'wp-element',
    845847                        'wp-private-apis'
    846848                ),
    847                 'version' => '15f3a34404da1c4bb483'
    848         ),
    849         'theme.js' => array(
    850                 'dependencies' => array(
    851                         'react-jsx-runtime',
    852                         'wp-compose',
    853                         'wp-deprecated',
    854                         'wp-element',
    855                         'wp-private-apis'
    856                 ),
    857                 'version' => '48f91740a3d737558e9c'
     849                'version' => '56a75cc08ae66c1fcb7a'
    858850        ),
    859851        'token-list.js' => array(
Note: See TracChangeset for help on using the changeset viewer.