Make WordPress Core

Ticket #45145: 45145.8.diff

File 45145.8.diff, 18.1 KB (added by pento, 6 years ago)
  • package-lock.json

    diff --git a/package-lock.json b/package-lock.json
    index 215ad7ced7..474f16698e 100644
    a b  
    280280                        }
    281281                },
    282282                "@wordpress/block-library": {
    283                         "version": "2.2.7",
    284                         "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.7.tgz",
    285                         "integrity": "sha512-QehEhRkNWGi8JUowwm4/EW6Yd1Hay8q3adEPJND/1nWHZBVPe7dgIRgOkrC8Y/61a7+YfKmi34nO+Z7TpRYW5Q==",
     283                        "version": "2.2.8",
     284                        "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.8.tgz",
     285                        "integrity": "sha512-86DiBPFQwGDWf/s4OwmTp2q+VoeNhmW1OQXu/on+c5MHgJh7W2uFasO4bhmz31+U9KwAFHQr3pCcxaasdP17vQ==",
    286286                        "requires": {
    287287                                "@babel/runtime": "^7.0.0",
    288288                                "@wordpress/autop": "^2.0.2",
    289289                                "@wordpress/blob": "^2.1.0",
    290290                                "@wordpress/blocks": "^6.0.2",
    291                                 "@wordpress/components": "^7.0.2",
     291                                "@wordpress/components": "^7.0.3",
    292292                                "@wordpress/compose": "^3.0.0",
    293293                                "@wordpress/core-data": "^2.0.14",
    294294                                "@wordpress/data": "^4.0.1",
    295295                                "@wordpress/deprecated": "^2.0.3",
    296                                 "@wordpress/editor": "^9.0.2",
     296                                "@wordpress/editor": "^9.0.3",
    297297                                "@wordpress/element": "^2.1.8",
    298298                                "@wordpress/html-entities": "^2.0.3",
    299299                                "@wordpress/i18n": "^3.1.0",
     
    349349                        }
    350350                },
    351351                "@wordpress/components": {
    352                         "version": "7.0.2",
    353                         "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.0.2.tgz",
    354                         "integrity": "sha512-uML/DB4ISmgGotijx5PfgRlRsUzNPnWjBrbrHNiFCy1O87jLObipRi3bETMO6GY13PgTu4SeLIEh6E2V85jNyQ==",
     352                        "version": "7.0.3",
     353                        "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.0.3.tgz",
     354                        "integrity": "sha512-7TgmhXz8+KRknFNYe+AYHpq3EreB40OZWEYzXF5tSJdjC6wElrDMKqRCGgWdTlpgZ/09g2cDo7a+GJ8iQTm9ig==",
    355355                        "requires": {
    356356                                "@babel/runtime": "^7.0.0",
    357357                                "@wordpress/a11y": "^2.0.2",
     
    470470                        }
    471471                },
    472472                "@wordpress/edit-post": {
    473                         "version": "3.1.2",
    474                         "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.1.2.tgz",
    475                         "integrity": "sha512-uVl4VddTQSHEEdriMTGFJYBzEqI7tavnLSfRFva9jwhofgr+tw5arj6a82rZ9KBkWSC/zEVQCjEzsHbiaf7y5g==",
     473                        "version": "3.1.3",
     474                        "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.1.3.tgz",
     475                        "integrity": "sha512-bA9OIkzInCLvf2YB4b6H0Ubghmv+AjOrCpZcp/5sdWLAg7hE6ZzZZ5Pz/2o5bBd+mTkalALJFMxgy7DKvH3WgQ==",
    476476                        "requires": {
    477477                                "@babel/runtime": "^7.0.0",
    478478                                "@wordpress/a11y": "^2.0.2",
    479479                                "@wordpress/api-fetch": "^2.2.5",
    480                                 "@wordpress/block-library": "^2.2.7",
     480                                "@wordpress/block-library": "^2.2.8",
    481481                                "@wordpress/blocks": "^6.0.2",
    482                                 "@wordpress/components": "^7.0.2",
     482                                "@wordpress/components": "^7.0.3",
    483483                                "@wordpress/compose": "^3.0.0",
    484484                                "@wordpress/core-data": "^2.0.14",
    485485                                "@wordpress/data": "^4.0.1",
    486                                 "@wordpress/editor": "^9.0.2",
     486                                "@wordpress/editor": "^9.0.3",
    487487                                "@wordpress/element": "^2.1.8",
    488                                 "@wordpress/format-library": "^1.2.5",
     488                                "@wordpress/format-library": "^1.2.6",
    489489                                "@wordpress/hooks": "^2.0.3",
    490490                                "@wordpress/i18n": "^3.1.0",
    491491                                "@wordpress/keycodes": "^2.0.5",
    492                                 "@wordpress/nux": "^3.0.3",
     492                                "@wordpress/nux": "^3.0.4",
    493493                                "@wordpress/plugins": "^2.0.9",
    494494                                "@wordpress/url": "^2.3.1",
    495495                                "@wordpress/viewport": "^2.0.12",
     
    499499                        }
    500500                },
    501501                "@wordpress/editor": {
    502                         "version": "9.0.2",
    503                         "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.0.2.tgz",
    504                         "integrity": "sha512-uejLtZW6TXqaMxluDGsHAfWm07FhswAU6DTArEC1bLvGK72i4LRXN/kTb4jD8hoiYcMu9jgM6BuzA5+G2XKaPQ==",
     502                        "version": "9.0.3",
     503                        "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.0.3.tgz",
     504                        "integrity": "sha512-Iz2B2JccsluiV0CdIkeH7sdl+3JcM7u9OqQSRC+0G2gfq8c09c98BE9myRUN16EVvL6zf025DzRU3hSx9r3AbQ==",
    505505                        "requires": {
    506506                                "@babel/runtime": "^7.0.0",
    507507                                "@wordpress/a11y": "^2.0.2",
    508508                                "@wordpress/api-fetch": "^2.2.5",
    509509                                "@wordpress/blob": "^2.1.0",
    510510                                "@wordpress/blocks": "^6.0.2",
    511                                 "@wordpress/components": "^7.0.2",
     511                                "@wordpress/components": "^7.0.3",
    512512                                "@wordpress/compose": "^3.0.0",
    513513                                "@wordpress/core-data": "^2.0.14",
    514514                                "@wordpress/data": "^4.0.1",
     
    522522                                "@wordpress/is-shallow-equal": "^1.1.4",
    523523                                "@wordpress/keycodes": "^2.0.5",
    524524                                "@wordpress/notices": "^1.1.0",
    525                                 "@wordpress/nux": "^3.0.3",
     525                                "@wordpress/nux": "^3.0.4",
    526526                                "@wordpress/token-list": "^1.1.0",
    527527                                "@wordpress/url": "^2.3.1",
    528528                                "@wordpress/viewport": "^2.0.12",
     
    597597                        }
    598598                },
    599599                "@wordpress/format-library": {
    600                         "version": "1.2.5",
    601                         "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2.5.tgz",
    602                         "integrity": "sha512-tij5m2brX0n+dmchqqvM6Fk2a26Q5+aI+DPbYw5BSGKFrN4fna7mLvPBhMo3knxuZv3y/GBSl+AmZobaQI9ngg==",
     600                        "version": "1.2.6",
     601                        "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2.6.tgz",
     602                        "integrity": "sha512-8GkrMRSZ287qotsYzJh0kzDRjDAYJLicwbSRSv4AR2+4dSW6ZX1CK2jt/ihxg5cbqxMitPPTqRA0PmUk+AtdDA==",
    603603                        "requires": {
    604604                                "@babel/runtime": "^7.0.0",
    605                                 "@wordpress/components": "^7.0.2",
     605                                "@wordpress/components": "^7.0.3",
    606606                                "@wordpress/dom": "^2.0.7",
    607                                 "@wordpress/editor": "^9.0.2",
     607                                "@wordpress/editor": "^9.0.3",
    608608                                "@wordpress/element": "^2.1.8",
    609609                                "@wordpress/i18n": "^3.1.0",
    610610                                "@wordpress/keycodes": "^2.0.5",
     
    678678                        }
    679679                },
    680680                "@wordpress/list-reusable-blocks": {
    681                         "version": "1.1.15",
    682                         "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.15.tgz",
    683                         "integrity": "sha512-uHOC7HKlnXJfGzHM9XV+24XJ9U5pgTqn1IH+IiHxop1P2BV2sPr38VyfzlLAeo/Fu9gfaRYPG8OT6OtP8E9Snw==",
     681                        "version": "1.1.16",
     682                        "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.16.tgz",
     683                        "integrity": "sha512-kkamXKC6lp7ZddFt+VPOaiTftXfldU6qiRNab9JU9BXBD0XmyWl1Ee24RjQtO9ILA8UK9OpYsYCAMP/LSA1Cgg==",
    684684                        "requires": {
    685685                                "@babel/runtime": "^7.0.0",
    686686                                "@wordpress/api-fetch": "^2.2.5",
    687                                 "@wordpress/components": "^7.0.2",
     687                                "@wordpress/components": "^7.0.3",
    688688                                "@wordpress/compose": "^3.0.0",
    689689                                "@wordpress/element": "^2.1.8",
    690690                                "@wordpress/i18n": "^3.1.0",
     
    703703                        }
    704704                },
    705705                "@wordpress/nux": {
    706                         "version": "3.0.3",
    707                         "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.0.3.tgz",
    708                         "integrity": "sha512-cpG1ZRBeva6W3l9QWFIj66WtdDs5WIK0psyJf7567U1zp7gxdK4RwrM9o3WL8Ep/lPv5bvuyLhtO6WdSWUAfhg==",
     706                        "version": "3.0.4",
     707                        "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.0.4.tgz",
     708                        "integrity": "sha512-0GjMmEI8GM/lbRLAxPel6fMjf5rbEB9wGRzVr1dDD7Ak6CfgVfasK/B9UMgngcO0sbCCXkHopjd8QQhUobffPg==",
    709709                        "requires": {
    710710                                "@babel/runtime": "^7.0.0",
    711                                 "@wordpress/components": "^7.0.2",
     711                                "@wordpress/components": "^7.0.3",
    712712                                "@wordpress/compose": "^3.0.0",
    713713                                "@wordpress/data": "^4.0.1",
    714714                                "@wordpress/element": "^2.1.8",
     
    14761476                                },
    14771477                                "util": {
    14781478                                        "version": "0.10.3",
    1479                                         "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
     1479                                        "resolved": "http://registry.npmjs.org/util/-/util-0.10.3.tgz",
    14801480                                        "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
    14811481                                        "dev": true,
    14821482                                        "requires": {
     
    24522452                },
    24532453                "browserify-rsa": {
    24542454                        "version": "4.0.1",
    2455                         "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
     2455                        "resolved": "http://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
    24562456                        "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
    24572457                        "dev": true,
    24582458                        "requires": {
     
    27492749                },
    27502750                "chalk": {
    27512751                        "version": "1.1.3",
    2752                         "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
     2752                        "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    27532753                        "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    27542754                        "requires": {
    27552755                                "ansi-styles": "^2.2.1",
     
    45444544                },
    45454545                "events": {
    45464546                        "version": "1.1.1",
    4547                         "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
     4547                        "resolved": "http://registry.npmjs.org/events/-/events-1.1.1.tgz",
    45484548                        "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=",
    45494549                        "dev": true
    45504550                },
     
    1019410194                },
    1019510195                "onetime": {
    1019610196                        "version": "1.1.0",
    10197                         "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
     10197                        "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
    1019810198                        "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
    1019910199                        "dev": true
    1020010200                },
     
    1061610616                        "dependencies": {
    1061710617                                "async": {
    1061810618                                        "version": "1.5.2",
    10619                                         "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
     10619                                        "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz",
    1062010620                                        "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
    1062110621                                        "dev": true
    1062210622                                }
     
    1141511415                        }
    1141611416                },
    1141711417                "react-portal": {
    11418                         "version": "4.1.5",
    11419                         "resolved": "https://registry.npmjs.org/react-portal/-/react-portal-4.1.5.tgz",
    11420                         "integrity": "sha512-jJMy9DoVr4HRWPdO8IP/mDHP1Q972/aKkulVQeIrttOIyRNmCkR2IH7gK3HVjhzxy6M+k9TopSWN5q41wO/o6A==",
     11418                        "version": "4.2.0",
     11419                        "resolved": "https://registry.npmjs.org/react-portal/-/react-portal-4.2.0.tgz",
     11420                        "integrity": "sha512-Zf+vGQ/VEAb5XAy+muKEn48yhdCNYPZaB1BWg1xc8sAZWD8pXTgPtQT4ihBdmWzsfCq8p8/kqf0GWydSBqc+Eg==",
    1142111421                        "requires": {
    1142211422                                "prop-types": "^15.5.8"
    1142311423                        }
     
    1196111961                },
    1196211962                "regjsgen": {
    1196311963                        "version": "0.2.0",
    11964                         "resolved": "http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
     11964                        "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
    1196511965                        "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc="
    1196611966                },
    1196711967                "regjsparser": {
     
    1369113691                        "integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g="
    1369213692                },
    1369313693                "tinymce": {
    13694                         "version": "4.8.5",
    13695                         "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.8.5.tgz",
    13696                         "integrity": "sha512-1V6+PxP5Kp8H/Kuf+EOe6vyrtj1Dlj98q33DgiKGoGPTmbcQaVZWiT+lhqj8ICXKVLV3YxAieOJyJXai4SLHQg=="
     13694                        "version": "4.9.0",
     13695                        "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.9.0.tgz",
     13696                        "integrity": "sha512-hrPeCLXY/sVCo3i64CTW8P5xbDiEI8Uii/vWpcmQWAMhex6GWWd2U+L8WIMj5tKKGdfcIQAJfpfQthc/92bcKw=="
    1369713697                },
    1369813698                "tmp": {
    1369913699                        "version": "0.0.33",
  • package.json

    diff --git a/package.json b/package.json
    index 92fb4675c6..faec2134b9 100644
    a b  
    5555                "@wordpress/api-fetch": "^2.2.5",
    5656                "@wordpress/autop": "^2.0.2",
    5757                "@wordpress/blob": "^2.1.0",
    58                 "@wordpress/block-library": "^2.2.7",
     58                "@wordpress/block-library": "^2.2.8",
    5959                "@wordpress/block-serialization-default-parser": "^2.0.0",
    6060                "@wordpress/blocks": "^6.0.2",
    61                 "@wordpress/components": "^7.0.2",
     61                "@wordpress/components": "^7.0.3",
    6262                "@wordpress/compose": "^3.0.0",
    6363                "@wordpress/core-data": "^2.0.14",
    6464                "@wordpress/data": "^4.0.1",
     
    6666                "@wordpress/deprecated": "^2.0.3",
    6767                "@wordpress/dom": "^2.0.7",
    6868                "@wordpress/dom-ready": "^2.0.2",
    69                 "@wordpress/edit-post": "^3.1.2",
    70                 "@wordpress/editor": "^9.0.2",
     69                "@wordpress/edit-post": "^3.1.3",
     70                "@wordpress/editor": "^9.0.3",
    7171                "@wordpress/element": "^2.1.8",
    7272                "@wordpress/escape-html": "^1.0.1",
    73                 "@wordpress/format-library": "^1.2.5",
     73                "@wordpress/format-library": "^1.2.6",
    7474                "@wordpress/hooks": "^2.0.3",
    7575                "@wordpress/html-entities": "^2.0.3",
    7676                "@wordpress/i18n": "^3.1.0",
    7777                "@wordpress/is-shallow-equal": "^1.1.4",
    7878                "@wordpress/keycodes": "^2.0.5",
    79                 "@wordpress/list-reusable-blocks": "^1.1.15",
     79                "@wordpress/list-reusable-blocks": "^1.1.16",
    8080                "@wordpress/notices": "^1.1.0",
    81                 "@wordpress/nux": "^3.0.3",
     81                "@wordpress/nux": "^3.0.4",
    8282                "@wordpress/plugins": "^2.0.9",
    8383                "@wordpress/redux-routine": "^3.0.3",
    8484                "@wordpress/rich-text": "^3.0.2",
  • src/wp-admin/edit-form-blocks.php

    diff --git a/src/wp-admin/edit-form-blocks.php b/src/wp-admin/edit-form-blocks.php
    index c81f40e5fd..ac45596914 100644
    a b $styles = array( 
    178178        ),
    179179);
    180180
    181 /*
    182  * Set a locale specific default font.
    183  * Translators: Use this to specify the CSS font family for the default font
    184  */
     181/* Translators: Use this to specify the CSS font family for the default font */
    185182$locale_font_family = esc_html_x( 'Noto Serif', 'CSS Font Family for Editor Font' );
    186183$styles[]           = array(
    187184        'css' => "body { font-family: '$locale_font_family' }",
  • src/wp-includes/blocks/archives.php

    diff --git a/src/wp-includes/blocks/archives.php b/src/wp-includes/blocks/archives.php
    index c94a4645d9..3d7b5b42f4 100644
    a b  
    22/**
    33 * Server-side rendering of the `core/archives` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
    88/**
  • src/wp-includes/blocks/block.php

    diff --git a/src/wp-includes/blocks/block.php b/src/wp-includes/blocks/block.php
    index bc33929ac5..77a281802c 100644
    a b  
    22/**
    33 * Server-side rendering of the `core/block` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
    88/**
  • src/wp-includes/blocks/categories.php

    diff --git a/src/wp-includes/blocks/categories.php b/src/wp-includes/blocks/categories.php
    index 38de4bd517..f302d9ba74 100644
    a b  
    22/**
    33 * Server-side rendering of the `core/categories` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
    88/**
  • src/wp-includes/blocks/latest-comments.php

    diff --git a/src/wp-includes/blocks/latest-comments.php b/src/wp-includes/blocks/latest-comments.php
    index 05797c029e..557e3dce13 100644
    a b  
    22/**
    33 * Server-side rendering of the `core/latest-comments` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
    8 if ( ! function_exists( 'gutenberg_draft_or_post_title' ) ) {
     8if ( ! function_exists( 'wp_latest_comments_draft_or_post_title' ) ) {
    99        /**
    1010         * Get the post title.
    1111         *
    if ( ! function_exists( 'gutenberg_draft_or_post_title' ) ) { 
    2626         * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    2727         * @return string The post title if set; "(no title)" if no title is set.
    2828         */
    29         function gutenberg_draft_or_post_title( $post = 0 ) {
     29        function wp_latest_comments_draft_or_post_title( $post = 0 ) {
    3030                $title = get_the_title( $post );
    3131                if ( empty( $title ) ) {
    3232                        $title = __( '(no title)' );
    if ( ! function_exists( 'gutenberg_draft_or_post_title' ) ) { 
    4242 *
    4343 * @return string Returns the post content with latest comments added.
    4444 */
    45 function gutenberg_render_block_core_latest_comments( $attributes = array() ) {
     45function render_block_core_latest_comments( $attributes = array() ) {
    4646        // This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php.
    4747        $comments = get_comments(
    4848                apply_filters(
    function gutenberg_render_block_core_latest_comments( $attributes = array() ) { 
    9494
    9595                        // `_draft_or_post_title` calls `esc_html()` so we don't need to wrap that call in
    9696                        // `esc_html`.
    97                         $post_title = '<a class="wp-block-latest-comments__comment-link" href="' . esc_url( get_comment_link( $comment ) ) . '">' . gutenberg_draft_or_post_title( $comment->comment_post_ID ) . '</a>';
     97                        $post_title = '<a class="wp-block-latest-comments__comment-link" href="' . esc_url( get_comment_link( $comment ) ) . '">' . wp_latest_comments_draft_or_post_title( $comment->comment_post_ID ) . '</a>';
    9898
    9999                        $list_items_markup .= sprintf(
    100100                                /* translators: 1: author name (inside <a> or <span> tag, based on if they have a URL), 2: post title related to this comment */
    register_block_type( 
    179179                                'enum' => array( 'center', 'left', 'right', 'wide', 'full', '' ),
    180180                        ),
    181181                ),
    182                 'render_callback' => 'gutenberg_render_block_core_latest_comments',
     182                'render_callback' => 'render_block_core_latest_comments',
    183183        )
    184184);
  • src/wp-includes/blocks/latest-posts.php

    diff --git a/src/wp-includes/blocks/latest-posts.php b/src/wp-includes/blocks/latest-posts.php
    index 72b395a06c..18a43e5182 100644
    a b  
    22/**
    33 * Server-side rendering of the `core/latest-posts` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
    88/**
    function render_block_core_latest_posts( $attributes ) { 
    2121        );
    2222
    2323        if ( isset( $attributes['categories'] ) ) {
    24                 $args['categories'] = $attributes['categories'];
     24                $args['category'] = $attributes['categories'];
    2525        }
    2626
    2727        $recent_posts = wp_get_recent_posts( $args );
  • src/wp-includes/blocks/shortcode.php

    diff --git a/src/wp-includes/blocks/shortcode.php b/src/wp-includes/blocks/shortcode.php
    index d18dd4f582..1c0761250d 100644
    a b  
    22/**
    33 * Server-side rendering of the `core/shortcode` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
    88/**
  • src/wp-includes/script-loader.php

    diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php
    index d8b5e677dc..acfa7c8683 100644
    a b function wp_default_packages_scripts( &$scripts ) { 
    212212                'annotations' => '1.0.3',
    213213                'autop' => '2.0.2',
    214214                'blob' => '2.1.0',
    215                 'block-library' => '2.2.7',
     215                'block-library' => '2.2.8',
    216216                'block-serialization-default-parser' => '2.0.0',
    217217                'blocks' => '6.0.2',
    218                 'components' => '7.0.2',
     218                'components' => '7.0.3',
    219219                'compose' => '3.0.0',
    220220                'core-data' => '2.0.14',
    221221                'data' => '4.0.1',
    function wp_default_packages_scripts( &$scripts ) { 
    223223                'deprecated' => '2.0.3',
    224224                'dom' => '2.0.7',
    225225                'dom-ready' => '2.0.2',
    226                 'edit-post' => '3.1.2',
    227                 'editor' => '9.0.2',
     226                'edit-post' => '3.1.3',
     227                'editor' => '9.0.3',
    228228                'element' => '2.1.8',
    229229                'escape-html' => '1.0.1',
    230                 'format-library' => '1.2.5',
     230                'format-library' => '1.2.6',
    231231                'hooks' => '2.0.3',
    232232                'html-entities' => '2.0.3',
    233233                'i18n' => '3.1.0',
    234234                'is-shallow-equal' => '1.1.4',
    235235                'keycodes' => '2.0.5',
    236                 'list-reusable-blocks' => '1.1.15',
     236                'list-reusable-blocks' => '1.1.16',
    237237                'notices' => '1.1.0',
    238                 'nux' => '3.0.3',
     238                'nux' => '3.0.4',
    239239                'plugins' => '2.0.9',
    240240                'redux-routine' => '3.0.3',
    241241                'rich-text' => '3.0.2',
    function wp_default_packages_scripts( &$scripts ) { 
    276276                'block-library' => array(
    277277                        'editor',
    278278                        'lodash',
    279                         'moment',
    280279                        'wp-api-fetch',
    281280                        'wp-autop',
    282281                        'wp-blob',