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

chore: Upgrade to newest Node LTS version #993

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    3bb1b7c View commit details
    Browse the repository at this point in the history
  2. Some minor upgrades

    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    43cc088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50c9723 View commit details
    Browse the repository at this point in the history
  4. Upgrade prettier

    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2634168 View commit details
    Browse the repository at this point in the history
  5. Update browserslist db

    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c298823 View commit details
    Browse the repository at this point in the history
  6. Upgrade immutable

    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c4e0e99 View commit details
    Browse the repository at this point in the history
  7. Upgrade dotenv

    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ba67516 View commit details
    Browse the repository at this point in the history
  8. Try to remove dotenv dependency

    ... because I don't understand how it's used. And node 20.6 has the
    option --env-file which might be a replacement.
    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f9d6f00 View commit details
    Browse the repository at this point in the history
  9. Upgrade raw.macro

    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f32da67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    577ccc8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d33c4a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    390bcc4 View commit details
    Browse the repository at this point in the history
  13. Upgrade react* and eslint* dependencies and fix issue

    To remove this error message I added the suggested dependency.
    It would probably better to get rid of the unmaintained create-react-app
    but it's not a dependency. The build error was:
    
        One of your dependencies, babel-preset-react-app, is importing the
        "@babel/plugin-proposal-private-property-in-object" package without
        declaring it in its dependencies. This is currently working because
        "@babel/plugin-proposal-private-property-in-object" is already in your
        node_modules folder for unrelated reasons, but it may break at any time.
    
        babel-preset-react-app is part of the create-react-app project, which
        is not maintianed anymore. It is thus unlikely that this bug will
        ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
        your devDependencies to work around this error. This will make this
        message
        go away.
    schoettl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1bcc23b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    32f7ab0 View commit details
    Browse the repository at this point in the history
  2. Downgrade react-router-dom to v5.2.0

    ... for now because newer versions have breaking changes
    schoettl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0836212 View commit details
    Browse the repository at this point in the history
  3. Fix obsolete CSS

    schoettl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1e07b0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c7529b View commit details
    Browse the repository at this point in the history
  5. Remove unused dependencies

    schoettl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5178c05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0e7a68 View commit details
    Browse the repository at this point in the history