Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

build: upgrade react-scripts to v4 #130

Merged
merged 3 commits into from
Oct 23, 2020

Commits on Oct 23, 2020

  1. build: upgrade react-scripts to v4

    This also updates to React 17, eslint 7, TypeScript v4, etc.
    - React 17 has no new features, but does have a few breaking changes that shouldn't affect bsd. (https://reactjs.org/blog/2020/10/20/react-v17.html)
    - eslint 7 and the updated config caused a minor issue (https://stackoverflow.com/a/64024916/549363)
    - react-scripts v4 seems to have a bug while validating TS config, which this commit works around (facebook/create-react-app#9429)
    eventualbuddha committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    94f8f34 View commit details
    Browse the repository at this point in the history
  2. test: fix lint issues

    Adds `type-fest` to replace my `DeepReadonly` type, and possibly more over time.
    eventualbuddha committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    c351555 View commit details
    Browse the repository at this point in the history
  3. test(lint): fix remaining lint warnings

    These were being treated as errors in CI.
    eventualbuddha committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    aa8f3ef View commit details
    Browse the repository at this point in the history