Make WordPress Core


Ignore:
Timestamp:
10/21/2025 07:11:53 AM (3 months ago)
Author:
ellatrix
Message:

Editor: update packages.

Updates the packages to match Gutenberg version 21.9.0 RC2.

Also updates the sync script to work with the new package-lock.json format.
Some reusable block tests were adjusted to work with more render arguments.
Added core-data to the ignore list for verify:source-maps because Yjs has been bundled by accident. To be removed in a follow-up. See https://core.trac.wordpress.org/ticket/64120. See https://github.com/WordPress/gutenberg/pull/72503.

See: https://github.com/WordPress/wordpress-develop/pull/10355.
See: https://core.trac.wordpress.org/ticket/64117.

Props ellatrix, dmsnell.
Fixes #64117.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/table/block.json

    r59775 r61009  
    1515            "type": "rich-text",
    1616            "source": "rich-text",
    17             "selector": "figcaption"
     17            "selector": "figcaption",
     18            "role": "content"
    1819        },
    1920        "head": {
     
    3132                        "content": {
    3233                            "type": "rich-text",
    33                             "source": "rich-text"
     34                            "source": "rich-text",
     35                            "role": "content"
    3436                        },
    3537                        "tag": {
     
    7678                        "content": {
    7779                            "type": "rich-text",
    78                             "source": "rich-text"
     80                            "source": "rich-text",
     81                            "role": "content"
    7982                        },
    8083                        "tag": {
     
    121124                        "content": {
    122125                            "type": "rich-text",
    123                             "source": "rich-text"
     126                            "source": "rich-text",
     127                            "role": "content"
    124128                        },
    125129                        "tag": {
Note: See TracChangeset for help on using the changeset viewer.