-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates react packages and corresponding `@types/`, all the `@wordpress/*` and `@types/wordpress__*`, and `@testing-library/react`. Also updates some indirect deps of `@storybook/addon-actions` and `@storybook/react` that we have new overrides for. Also `@testing-library/react-hooks` has been merged into `@testing-library/react` now, so we need to remove that (and then update tests to get `renderHook` from the latter package instead). Additional code changes: * Replace deprecated `react-dom` methods with `@wordpress/element` * Adjust jest configs. * Add missing `act()` and other waiting in tests. * Declare `children` in some TypeScript types. * Replace deprecated wp.components.Dropdown position prop. * Add mocking for GB color settings. Then add new overrides to .pnpmfile.cjs. Various indirect deps don't declare support for React 18 yet.
- Loading branch information
Showing
124 changed files
with
2,858 additions
and
2,895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.