Make WordPress Core

Changeset 62757


Ignore:
Timestamp:
07/15/2026 12:26:23 PM (8 weeks ago)
Author:
wildworks
Message:

General: Bump the pinned hash for Gutenberg to e73c3c4.

This updates the pinned commit hash of the Gutenberg repository from 2872d71cde528d82675f14862a1b84e2b8abbaea to e73c3c481db0650183f092af157f6e42efe9ee2d.

A full list of changes included in this commit can be found on GitHub:
https://github.com/WordPress/gutenberg/compare/2872d71cde528d82675f14862a1b84e2b8abbaea...e73c3c481db0650183f092af157f6e42efe9ee2d

Props wildworks.
See #65529.

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r62750 r62757  
    88        },
    99        "gutenberg": {
    10                 "sha": "2872d71cde528d82675f14862a1b84e2b8abbaea",
     10                "sha": "e73c3c481db0650183f092af157f6e42efe9ee2d",
    1111                "ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
    1212        },
  • trunk/src/wp-includes/assets/script-loader-packages.php

    r62739 r62757  
    105105                        'wp-warning'
    106106                ),
    107                 'version' => '71e7b84529c697129ad2'
     107                'version' => '99803447584b3d7644e9'
    108108        ),
    109109        'block-library.js' => array(
     
    151151                        )
    152152                ),
    153                 'version' => '055223542466f9623198'
     153                'version' => 'c9f222767e6c1a5ce0f0'
    154154        ),
    155155        'block-serialization-default-parser.js' => array(
     
    447447                        )
    448448                ),
    449                 'version' => '9c810e308a711a2bcdf2'
     449                'version' => 'a37c6fdd10740408f19d'
    450450        ),
    451451        'edit-widgets.js' => array(
     
    538538                        )
    539539                ),
    540                 'version' => 'a2f8d72b2257e8f87177'
     540                'version' => '0a609157ffb795abc542'
    541541        ),
    542542        'element.js' => array(
     
    658658                        'wp-warning'
    659659                ),
    660                 'version' => 'd8c18297580c50b16352'
     660                'version' => 'cdee5bad0dbdf854a8de'
    661661        ),
    662662        'notices.js' => array(
  • trunk/src/wp-includes/assets/script-modules-packages.php

    r62739 r62757  
    212212                        )
    213213                ),
    214                 'version' => '1e8b284f8ef6746e1032'
     214                'version' => 'fb445bf351657f44f1d0'
    215215        ),
    216216        'core-abilities/index.js' => array(
     
    225225                        )
    226226                ),
    227                 'version' => 'ed8d088084da397754c1'
     227                'version' => '012760fd849397dd0031'
    228228        ),
    229229        'dashboard-init/index.js' => array(
     
    383383                        array(
    384384                                'id' => '@wordpress/core-abilities',
    385                                 'import' => 'static'
    386                         )
    387                 ),
    388                 'version' => '29988b33dda5ec9dc56b'
     385                                'import' => 'dynamic'
     386                        )
     387                ),
     388                'version' => '9e09ede3195f2f51bc49'
    389389        )
    390390);
  • trunk/src/wp-includes/blocks/blocks-json.php

    r62739 r62757  
    31803180                        'html' => false,
    31813181                        'color' => array(
    3182                                 'background' => true,
    3183                                 'text' => true,
    3184                                 '__experimentalSkipSerialization' => true
     3182                                '__experimentalSkipSerialization' => true,
     3183                                '__experimentalDefaultControls' => array(
     3184                                        'background' => true,
     3185                                        'text' => true
     3186                                )
    31853187                        ),
    31863188                        'interactivity' => array(
     
    79437945                        )
    79447946                ),
    7945                 'style' => 'wp-block-tab-list'
     7947                'style' => 'wp-block-tab-list',
     7948                'editorStyle' => 'wp-block-tab-list-editor'
    79467949        ),
    79477950        'tab-panel' => array(
  • trunk/src/wp-includes/blocks/icon/block.json

    r62738 r62757  
    3434                "html": false,
    3535                "color": {
    36                         "background": true,
    37                         "text": true,
    38                         "__experimentalSkipSerialization": true
     36                        "__experimentalSkipSerialization": true,
     37                        "__experimentalDefaultControls": {
     38                                "background": true,
     39                                "text": true
     40                        }
    3941                },
    4042                "interactivity": {
  • trunk/src/wp-includes/blocks/tab-list/block.json

    r62739 r62757  
    7878                }
    7979        },
    80         "style": "wp-block-tab-list"
     80        "style": "wp-block-tab-list",
     81        "editorStyle": "wp-block-tab-list-editor"
    8182}
Note: See TracChangeset for help on using the changeset viewer.