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:
* [1bf01c01a8 Gutenberg's commit for publishing the packages]

Follow-up to [55257].

Props ntsekouras.
See #57471.

git-svn-id: https://develop.svn.wordpress.org/trunk@55333 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tonya Mork 2023-02-14 15:41:49 +00:00
parent 98c0d03132
commit 852042e4a7
3 changed files with 462 additions and 445 deletions

842
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,8 +28,8 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
"@wordpress/babel-preset-default": "7.10.1",
"@wordpress/dependency-extraction-webpack-plugin": "4.9.1",
"@wordpress/e2e-test-utils": "9.3.1",
"@wordpress/scripts": "25.3.2",
"@wordpress/e2e-test-utils": "9.3.2",
"@wordpress/scripts": "25.3.3",
"autoprefixer": "^10.4.13",
"chalk": "5.2.0",
"check-node-version": "4.2.1",
@ -78,61 +78,62 @@
},
"dependencies": {
"@wordpress/a11y": "3.26.1",
"@wordpress/annotations": "2.26.1",
"@wordpress/annotations": "2.26.2",
"@wordpress/api-fetch": "6.23.1",
"@wordpress/autop": "3.26.1",
"@wordpress/blob": "3.26.1",
"@wordpress/block-directory": "4.3.2",
"@wordpress/block-editor": "11.3.2",
"@wordpress/block-library": "8.3.2",
"@wordpress/block-directory": "4.3.3",
"@wordpress/block-editor": "11.3.3",
"@wordpress/block-library": "8.3.3",
"@wordpress/block-serialization-default-parser": "4.26.1",
"@wordpress/blocks": "12.3.1",
"@wordpress/components": "23.3.1",
"@wordpress/compose": "6.3.1",
"@wordpress/core-data": "6.3.1",
"@wordpress/customize-widgets": "4.3.2",
"@wordpress/data": "8.3.1",
"@wordpress/data-controls": "2.26.1",
"@wordpress/date": "4.26.1",
"@wordpress/blocks": "12.3.2",
"@wordpress/components": "23.3.2",
"@wordpress/compose": "6.3.2",
"@wordpress/core-data": "6.3.2",
"@wordpress/customize-widgets": "4.3.3",
"@wordpress/data": "8.3.2",
"@wordpress/data-controls": "2.26.2",
"@wordpress/date": "4.26.2",
"@wordpress/deprecated": "3.26.1",
"@wordpress/dom": "3.26.1",
"@wordpress/dom-ready": "3.26.1",
"@wordpress/edit-post": "7.3.2",
"@wordpress/edit-site": "5.3.2",
"@wordpress/edit-widgets": "5.3.2",
"@wordpress/editor": "13.3.2",
"@wordpress/edit-post": "7.3.3",
"@wordpress/edit-site": "5.3.3",
"@wordpress/edit-widgets": "5.3.3",
"@wordpress/editor": "13.3.3",
"@wordpress/element": "5.3.1",
"@wordpress/escape-html": "2.26.1",
"@wordpress/experiments": "0.8.1",
"@wordpress/format-library": "4.3.2",
"@wordpress/format-library": "4.3.3",
"@wordpress/hooks": "3.26.1",
"@wordpress/html-entities": "3.26.1",
"@wordpress/i18n": "4.26.1",
"@wordpress/icons": "9.17.1",
"@wordpress/interface": "5.3.2",
"@wordpress/interface": "5.3.3",
"@wordpress/is-shallow-equal": "4.26.1",
"@wordpress/keyboard-shortcuts": "4.3.1",
"@wordpress/keycodes": "3.26.1",
"@wordpress/list-reusable-blocks": "4.3.1",
"@wordpress/keyboard-shortcuts": "4.3.2",
"@wordpress/keycodes": "3.26.2",
"@wordpress/list-reusable-blocks": "4.3.2",
"@wordpress/media-utils": "4.17.1",
"@wordpress/notices": "3.26.1",
"@wordpress/notices": "3.26.2",
"@wordpress/nux": "6.0.0",
"@wordpress/plugins": "5.3.1",
"@wordpress/preferences": "3.3.1",
"@wordpress/plugins": "5.3.2",
"@wordpress/preferences": "3.3.2",
"@wordpress/preferences-persistence": "1.18.1",
"@wordpress/primitives": "3.24.1",
"@wordpress/priority-queue": "2.26.1",
"@wordpress/private-apis": "0.8.1",
"@wordpress/redux-routine": "4.26.1",
"@wordpress/reusable-blocks": "4.3.2",
"@wordpress/rich-text": "6.3.1",
"@wordpress/server-side-render": "4.3.1",
"@wordpress/reusable-blocks": "4.3.3",
"@wordpress/rich-text": "6.3.2",
"@wordpress/server-side-render": "4.3.2",
"@wordpress/shortcode": "3.26.1",
"@wordpress/style-engine": "1.9.1",
"@wordpress/token-list": "2.26.1",
"@wordpress/url": "3.27.1",
"@wordpress/viewport": "5.3.1",
"@wordpress/viewport": "5.3.2",
"@wordpress/warning": "2.26.1",
"@wordpress/widgets": "3.3.2",
"@wordpress/widgets": "3.3.3",
"@wordpress/wordcount": "3.26.1",
"backbone": "1.4.1",
"clipboard": "2.0.11",

File diff suppressed because one or more lines are too long