Make WordPress Core


Ignore:
Timestamp:
11/18/2025 02:04:09 PM (7 months ago)
Author:
davidbaumwald
Message:

Editor: Sync packages for WP 6.9 RC 2.

Changes can be found at https://github.com/WordPress/gutenberg/commits/wp/6.9/.

[Block Bindings: Add unit test coverage for core/post-data source](https://github.com/WordPress/gutenberg/pull/73055)
[Block Bindings: Error handling for external sources.](https://github.com/WordPress/gutenberg/pull/72585)
[Notes: Collapse note on blur](https://github.com/WordPress/gutenberg/pull/73158)
[Border-radius values triggers unintended px conversion](https://github.com/WordPress/gutenberg/pull/73324)
[Fix navigation tag entity binding](https://github.com/WordPress/gutenberg/pull/73255)
[DataViews: ensure primary actions are not wrapped in the list layout](https://github.com/WordPress/gutenberg/pull/73345)
[Fix: Fit Text may overflow into the padding area.](https://github.com/WordPress/gutenberg/pull/73327)
[Merge "Icon Size" and "Icon size" translation strings](https://github.com/WordPress/gutenberg/pull/73325)
[Notes: Improve delete confirm message for replies](https://github.com/WordPress/gutenberg/pull/73173)
[Fix: Custom font size taking over fit text.](https://github.com/WordPress/gutenberg/pull/73241)
[Fix a11y of descriptions and alerts for "Invalid" Nav Items](https://github.com/WordPress/gutenberg/pull/73177)
[Stretchy text: Hide variations in Block Inspector (hack)](https://github.com/WordPress/gutenberg/pull/73238)
[Update button label from "Add new note" to "Add new reply"](https://github.com/WordPress/gutenberg/pull/73189)
[Notes: Fix first note creation with pinned sidebar](https://github.com/WordPress/gutenberg/pull/73164)
Developed in https://github.com/WordPress/wordpress-develop/pull/10528.
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches.

Reviewed by davidbaumwald.
Merges [61262] to the 6.9 branch.

Props priethor, ellatrix.
See #64267.

Location:
branches/6.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.9

  • branches/6.9/package.json

    r61211 r61263  
    8383        "@wordpress/base-styles": "6.9.1",
    8484        "@wordpress/blob": "4.33.1",
    85         "@wordpress/block-directory": "5.33.8",
    86         "@wordpress/block-editor": "15.6.6",
    87         "@wordpress/block-library": "9.33.7",
     85        "@wordpress/block-directory": "5.33.9",
     86        "@wordpress/block-editor": "15.6.7",
     87        "@wordpress/block-library": "9.33.8",
    8888        "@wordpress/block-serialization-default-parser": "5.33.1",
    8989        "@wordpress/blocks": "15.6.2",
     
    9191        "@wordpress/components": "30.6.4",
    9292        "@wordpress/compose": "7.33.1",
    93         "@wordpress/core-commands": "1.33.6",
    94         "@wordpress/core-data": "7.33.6",
    95         "@wordpress/customize-widgets": "5.33.7",
     93        "@wordpress/core-commands": "1.33.7",
     94        "@wordpress/core-data": "7.33.7",
     95        "@wordpress/customize-widgets": "5.33.8",
    9696        "@wordpress/data": "10.33.1",
    9797        "@wordpress/data-controls": "4.33.1",
    98         "@wordpress/dataviews": "10.1.5",
     98        "@wordpress/dataviews": "10.1.6",
    9999        "@wordpress/date": "5.33.1",
    100100        "@wordpress/deprecated": "4.33.1",
    101101        "@wordpress/dom": "4.33.1",
    102102        "@wordpress/dom-ready": "4.33.1",
    103         "@wordpress/edit-post": "8.33.8",
    104         "@wordpress/edit-site": "6.33.8",
    105         "@wordpress/edit-widgets": "6.33.7",
    106         "@wordpress/editor": "14.33.8",
     103        "@wordpress/edit-post": "8.33.9",
     104        "@wordpress/edit-site": "6.33.9",
     105        "@wordpress/edit-widgets": "6.33.8",
     106        "@wordpress/editor": "14.33.9",
    107107        "@wordpress/element": "6.33.1",
    108108        "@wordpress/escape-html": "3.33.1",
    109         "@wordpress/fields": "0.25.8",
    110         "@wordpress/format-library": "5.33.6",
     109        "@wordpress/fields": "0.25.9",
     110        "@wordpress/format-library": "5.33.7",
    111111        "@wordpress/hooks": "4.33.1",
    112112        "@wordpress/html-entities": "4.33.1",
     
    124124        "@wordpress/notices": "5.33.1",
    125125        "@wordpress/nux": "9.33.4",
    126         "@wordpress/patterns": "2.33.6",
     126        "@wordpress/patterns": "2.33.7",
    127127        "@wordpress/plugins": "7.33.4",
    128128        "@wordpress/preferences": "4.33.4",
     
    132132        "@wordpress/private-apis": "1.33.1",
    133133        "@wordpress/redux-routine": "5.33.1",
    134         "@wordpress/reusable-blocks": "5.33.6",
     134        "@wordpress/reusable-blocks": "5.33.7",
    135135        "@wordpress/rich-text": "7.33.2",
    136136        "@wordpress/router": "1.33.1",
     
    144144        "@wordpress/url": "4.33.1",
    145145        "@wordpress/viewport": "6.33.1",
    146         "@wordpress/views": "1.0.6",
     146        "@wordpress/views": "1.0.7",
    147147        "@wordpress/warning": "3.33.1",
    148         "@wordpress/widgets": "4.33.6",
     148        "@wordpress/widgets": "4.33.7",
    149149        "@wordpress/wordcount": "4.33.1",
    150150        "backbone": "1.6.0",
Note: See TracChangeset for help on using the changeset viewer.