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 node to latest LTS & other packages #919

Merged
merged 16 commits into from
Aug 30, 2023

Commits on May 24, 2023

  1. update node to latest LTS

    Also does npm
    huss committed May 24, 2023
    Configuration menu
    Copy the full SHA
    336c700 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Upgrade packages

    - bumps typescript, react, react-dom, react-intl, react-redux, react-select, and their types files to the latest version
    - as far as I can tell I've also fixed any breaking migration issues
    spearec committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a20d5d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. update node to LTS

    spearec committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4a04b0a View commit details
    Browse the repository at this point in the history
  2. Switch notification system packages

    - react-notification system has not been update in 3 years and does not support react 18
    - react-toastify is a much newer and simpler package
    - notifications state has been removed, as toastify comes with a system for dispatching notifications
    spearec committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e4ca15b View commit details
    Browse the repository at this point in the history
  3. remove extra plotly types def

    spearec committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1a3b878 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge remote-tracking branch 'cole/react_18' into nodeV1

    has 3 TS errors
    huss committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6e0ca9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62409c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5facab View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. override TS error

    The non-hook react code is causing errors in some plotly container
    inclusions for missing values. These are suppressed for now.
    huss committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    92051ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e41e5fe View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. fix package issues

    - upgrade eslint and eslint-plugin-jsdoc to latest (minor update)
    - update @typescript-eslint/eslint-plugin to latest (major update)
    - add @types/node as devDependencies which upgraded most uses to latest
    (major update)
    huss committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    02143d6 View commit details
    Browse the repository at this point in the history
  2. try to fix GitHub actions failure

    - minor update to node version to match OED one
    - patch for git directory ownership issue
    huss committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c1607a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8b6c78 View commit details
    Browse the repository at this point in the history
  4. fix syntax mistakes

    huss committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    7370f9a View commit details
    Browse the repository at this point in the history
  5. another shot

    huss committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    ff44fb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88763bb View commit details
    Browse the repository at this point in the history