Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to React 17 and latest WordPress packages #54793

Merged
merged 13 commits into from
Sep 16, 2021
Merged

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    8f8f4ab View commit details
    Browse the repository at this point in the history
  2. Fixes for wp monorepo update

    Squashed commit of the following:
    
    commit 95ca82b
    Author: Sergio Cinos <[email protected]>
    Date:   Thu Jul 22 11:27:51 2021 +0200
    
        Add global CSS
    
    commit 1e0c99d
    Author: Sergio Cinos <[email protected]>
    Date:   Thu Jul 22 09:36:36 2021 +0200
    
        Do not import types-patch
    
    commit dee6bd6
    Author: Sergio Cinos <[email protected]>
    Date:   Thu Jul 22 09:29:26 2021 +0200
    
        Delete unused types patch
    
    commit 2465d15
    Author: Sergio Cinos <[email protected]>
    Date:   Thu Jul 22 09:18:20 2021 +0200
    
        Fix types
    noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8d3d96a View commit details
    Browse the repository at this point in the history
  3. React 17 update

    noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    73cd469 View commit details
    Browse the repository at this point in the history
  4. Update enzyme adapter

    Use @wojtekmaj/enzyme-adapter-react-17
    scinos authored and noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    35a2170 View commit details
    Browse the repository at this point in the history
  5. Update snapshots

    scinos authored and noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e5b8f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0ad140 View commit details
    Browse the repository at this point in the history
  7. Hide messages

    scinos authored and noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    dbce3cc View commit details
    Browse the repository at this point in the history
  8. Fix typescript issues

    - @types/react had to be pinned to v17 to prevent TSC compilation
      errors. This is because TSC would sometimes resolve types for
      react 16, which isn't used by us, but gets included by some
      dependencies.
    - jest-haste-map had to be pinned to v27 because a different part
      of jest was importing from jest-haste-map without having had
      jest-haste-map in its package.json. As a result, it would resolve
      an older version of jest-haste-map, which had incorrect types.
    noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    77e9a93 View commit details
    Browse the repository at this point in the history
  9. Update yarn.lock

    noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    4d2cacf View commit details
    Browse the repository at this point in the history
  10. More peer dependency fixes

    noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    47c8a11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    456a1cf View commit details
    Browse the repository at this point in the history
  12. Update yarnrc

    noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    5af2957 View commit details
    Browse the repository at this point in the history
  13. Fix ignore plugin syntax

    noahtallen committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    30f466f View commit details
    Browse the repository at this point in the history