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

fully upgrade to TypeScript 4.x #178

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2021

  1. frontend: re-order dependencies and whitespace

    Re-order the dependencies since all the npm tools keep re-ordering them
    and adjusting the whitespace.
    cardoe committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e71da32 View commit details
    Browse the repository at this point in the history
  2. frontend: bump react-scripts to 4.0.3 for TypeScript 4.x

    Bumped react-scripts to 4.0.3 as well as any associated dependencies to
    have full TypeScript 4.x support. fixes Buuntu#177
    cardoe committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ffbf895 View commit details
    Browse the repository at this point in the history
  3. frontend: add missing dependencies

    TypeScript 4.x compile process complains about missing dependencies so
    add them in.
    cardoe committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    3344881 View commit details
    Browse the repository at this point in the history
  4. frontend: fix compile error due to bad type

    This failed to compile due to a mis-match of types with TypeScript 4.x.
    fixes Buuntu#168.
    cardoe committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    48dc388 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. frontend: fix missing default exports

    Fix the lint 'import/prefer-default-export'
    cardoe committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a2c5d8d View commit details
    Browse the repository at this point in the history
  2. frontend: omit value for boolean attributes

    Fix the lint 'react/jsx-boolean-value'
    cardoe committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    316b665 View commit details
    Browse the repository at this point in the history
  3. frontend: fix shadowing variable

    Fix the lint 'no-shadow'.
    cardoe committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0bb8f5a View commit details
    Browse the repository at this point in the history