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

deps,actions: update deps and make tweaks #75

Merged
merged 3 commits into from
Mar 23, 2023
Merged

deps,actions: update deps and make tweaks #75

merged 3 commits into from
Mar 23, 2023

Commits on Mar 21, 2023

  1. deps,actions: update deps and make tweaks

    - Update dependencies and developer dependencies to their latest
    versions.
    - Switch from Node-Fetch to Undici.
    - Update the GitHub Actions workflows to their latest versions.
    - Remove Node.js v12 from the testing matrix as it reached it's EoL
    (End-of-Life) stage, and add Node.js v16 and v18 to the testing
    matrix.
    - Align all examples (in README and JSDocs) to the code style of the
    codebase.
    - Inline JSDocs that only have a description.
    - Format the `typedoc.json` file and remove the usage of the `minimal`
    theme as it was removed.
    - Move the `APIOptions` interface to the `src/typings.ts` file and
    export it so it's shown in the documentation.
    - Bump version to 3.1.4.
    VoltrexKeyva committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c73595b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. trigger build

    jpbberry committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    09070b5 View commit details
    Browse the repository at this point in the history
  2. ci: nvmrc file for netlify

    jpbberry committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f649985 View commit details
    Browse the repository at this point in the history