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 dependencies, etc. #35

Merged
merged 6 commits into from
Aug 14, 2024
Merged

Update dependencies, etc. #35

merged 6 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. maint: Remove plugin-transform-optional-chaining from babel.

    The optional chaining feature is already included in preset-env ES2020.
    thet committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9facee8 View commit details
    Browse the repository at this point in the history
  2. maint: Upgrade dependencies.

    Upgrade all except eslint, which needs to migrate from `.eslintrc.js` to
    `eslint.config.js`. This will be done in an upcoming major release.
    thet committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c3d64fd View commit details
    Browse the repository at this point in the history
  3. yarn install.

    thet committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d54d5a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f369c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bdcf63 View commit details
    Browse the repository at this point in the history
  6. fix: Require minimum node v18.18.

    This is Webpack's minimum required version.
    Note: As time of this commit, versions below 18 are unmaintained.
    thet committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    807147a View commit details
    Browse the repository at this point in the history