Make WordPress Core

Changeset 55333 for trunk/package.json


Ignore:
Timestamp:
02/14/2023 03:41:49 PM (2 years ago)
Author:
hellofromTonya
Message:

Editor: Update @wordpress packages for 6.2 Beta 2.

Updates the @wordpress packages to include the following changes:

  • Add missing period in keyboard shortcut descriptions
  • Site Editor: Append template type and name to the site editor page title
  • Specify active color state for template navigation button
  • Global Styles: Move more link about custom CSS to part of description
  • ToolsPanel: Display optional items when values are updated externally
  • File block: Re-add editor styles for classic themes
  • Enable undo after creating a new menu
  • Style Book: Exclude blocks that are not allowed to insert
  • Add basic tsconfig.json validation
  • Fix Experiments native variant breakage
  • Update moment and moment-timezone packages to fix timezone issues
  • NavigatorButton: Reuse Button types
  • ToolsPanel: Ensure display of optional items when panel id is null
  • ColorPalette: Ensure text label contrast checking works with CSS variables
  • Components: Add support for named arguments in the navigator components
  • Rename experiments package to private-apis
  • Cherry-pick CLI: Fix the default label to match the documentation
  • Handle block metadata attribute and related experimental APIs
  • Fix: Remove browser default border for iframe in the editor
  • [Layout]: Fix align controls for hybrid themes
  • Visual Regression tests: use default playwright utils
  • SelectControl: Fix multiple prop styling
  • Fix clicking on the toggle button not closing the block inserter
  • Update deps for the useEffect that creates navigation menus
  • Minor updates in Private APIs docs
  • Site Editor: Fix custom Template Parts rename action
  • [Block Library - Cover]: Ensure url is not malformed due to sanitization through wp_kses
  • Revert "Prevent the image from being resized larger than its container"
  • Lodash: Remove from @wordpress/keycodes package
  • Distraction free mode: Fix keyboard shortcut not working
  • Popover: lock the experimentalPopoverPositionToPlacement function
  • Rename the "experiments" export to "privateApis"
  • Add an aria label to the site save dialog
  • Navigator: add more pattern matching tests, refine existing tests
  • Add parent navigation support for the navigator component
  • Add back link to Design heading in site editor navigation to return to Dashboard
  • Add a nested level when selecting templates or template parts
  • Move site editor 6.2 specific code to the right file
  • Fix site editor navigation

References:

Follow-up to [55257].

Props ntsekouras.
See #57471.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r55290 r55333  
    2929        "@wordpress/babel-preset-default": "7.10.1",
    3030        "@wordpress/dependency-extraction-webpack-plugin": "4.9.1",
    31         "@wordpress/e2e-test-utils": "9.3.1",
    32         "@wordpress/scripts": "25.3.2",
     31        "@wordpress/e2e-test-utils": "9.3.2",
     32        "@wordpress/scripts": "25.3.3",
    3333        "autoprefixer": "^10.4.13",
    3434        "chalk": "5.2.0",
     
    7979    "dependencies": {
    8080        "@wordpress/a11y": "3.26.1",
    81         "@wordpress/annotations": "2.26.1",
     81        "@wordpress/annotations": "2.26.2",
    8282        "@wordpress/api-fetch": "6.23.1",
    8383        "@wordpress/autop": "3.26.1",
    8484        "@wordpress/blob": "3.26.1",
    85         "@wordpress/block-directory": "4.3.2",
    86         "@wordpress/block-editor": "11.3.2",
    87         "@wordpress/block-library": "8.3.2",
     85        "@wordpress/block-directory": "4.3.3",
     86        "@wordpress/block-editor": "11.3.3",
     87        "@wordpress/block-library": "8.3.3",
    8888        "@wordpress/block-serialization-default-parser": "4.26.1",
    89         "@wordpress/blocks": "12.3.1",
    90         "@wordpress/components": "23.3.1",
    91         "@wordpress/compose": "6.3.1",
    92         "@wordpress/core-data": "6.3.1",
    93         "@wordpress/customize-widgets": "4.3.2",
    94         "@wordpress/data": "8.3.1",
    95         "@wordpress/data-controls": "2.26.1",
    96         "@wordpress/date": "4.26.1",
     89        "@wordpress/blocks": "12.3.2",
     90        "@wordpress/components": "23.3.2",
     91        "@wordpress/compose": "6.3.2",
     92        "@wordpress/core-data": "6.3.2",
     93        "@wordpress/customize-widgets": "4.3.3",
     94        "@wordpress/data": "8.3.2",
     95        "@wordpress/data-controls": "2.26.2",
     96        "@wordpress/date": "4.26.2",
    9797        "@wordpress/deprecated": "3.26.1",
    9898        "@wordpress/dom": "3.26.1",
    9999        "@wordpress/dom-ready": "3.26.1",
    100         "@wordpress/edit-post": "7.3.2",
    101         "@wordpress/edit-site": "5.3.2",
    102         "@wordpress/edit-widgets": "5.3.2",
    103         "@wordpress/editor": "13.3.2",
     100        "@wordpress/edit-post": "7.3.3",
     101        "@wordpress/edit-site": "5.3.3",
     102        "@wordpress/edit-widgets": "5.3.3",
     103        "@wordpress/editor": "13.3.3",
    104104        "@wordpress/element": "5.3.1",
    105105        "@wordpress/escape-html": "2.26.1",
    106106        "@wordpress/experiments": "0.8.1",
    107         "@wordpress/format-library": "4.3.2",
     107        "@wordpress/format-library": "4.3.3",
    108108        "@wordpress/hooks": "3.26.1",
    109109        "@wordpress/html-entities": "3.26.1",
    110110        "@wordpress/i18n": "4.26.1",
    111111        "@wordpress/icons": "9.17.1",
    112         "@wordpress/interface": "5.3.2",
     112        "@wordpress/interface": "5.3.3",
    113113        "@wordpress/is-shallow-equal": "4.26.1",
    114         "@wordpress/keyboard-shortcuts": "4.3.1",
    115         "@wordpress/keycodes": "3.26.1",
    116         "@wordpress/list-reusable-blocks": "4.3.1",
     114        "@wordpress/keyboard-shortcuts": "4.3.2",
     115        "@wordpress/keycodes": "3.26.2",
     116        "@wordpress/list-reusable-blocks": "4.3.2",
    117117        "@wordpress/media-utils": "4.17.1",
    118         "@wordpress/notices": "3.26.1",
     118        "@wordpress/notices": "3.26.2",
    119119        "@wordpress/nux": "6.0.0",
    120         "@wordpress/plugins": "5.3.1",
    121         "@wordpress/preferences": "3.3.1",
     120        "@wordpress/plugins": "5.3.2",
     121        "@wordpress/preferences": "3.3.2",
    122122        "@wordpress/preferences-persistence": "1.18.1",
    123123        "@wordpress/primitives": "3.24.1",
    124124        "@wordpress/priority-queue": "2.26.1",
     125        "@wordpress/private-apis": "0.8.1",
    125126        "@wordpress/redux-routine": "4.26.1",
    126         "@wordpress/reusable-blocks": "4.3.2",
    127         "@wordpress/rich-text": "6.3.1",
    128         "@wordpress/server-side-render": "4.3.1",
     127        "@wordpress/reusable-blocks": "4.3.3",
     128        "@wordpress/rich-text": "6.3.2",
     129        "@wordpress/server-side-render": "4.3.2",
    129130        "@wordpress/shortcode": "3.26.1",
    130131        "@wordpress/style-engine": "1.9.1",
    131132        "@wordpress/token-list": "2.26.1",
    132133        "@wordpress/url": "3.27.1",
    133         "@wordpress/viewport": "5.3.1",
     134        "@wordpress/viewport": "5.3.2",
    134135        "@wordpress/warning": "2.26.1",
    135         "@wordpress/widgets": "3.3.2",
     136        "@wordpress/widgets": "3.3.3",
    136137        "@wordpress/wordcount": "3.26.1",
    137138        "backbone": "1.4.1",
Note: See TracChangeset for help on using the changeset viewer.