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

feat: updates regarding dependabot issues. node 18 workflow & engine update #229

Merged
merged 14 commits into from
Mar 16, 2023

Commits on Mar 10, 2023

  1. deps: update via ncu --peer -u & engine to node 18

    this safely updates the packages which would be peer dependant.
    Because of `semantic-release update` to `20.1.1`, node 18 is required
    
    ncu: https://www.npmjs.com/package/npm-check-updates
    EelcoLos committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4fb1829 View commit details
    Browse the repository at this point in the history
  2. chore: update all github workflows to node 18

    due to `semantic-release` requiring node 18
    all node workflows need updating too
    EelcoLos committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    16dbf19 View commit details
    Browse the repository at this point in the history
  3. chore: Bump minimist from 1.2.5 to 1.2.8

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3de79ab View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    23f7ea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. chore: updated eslint & yarn lockfile

    Updated the lockfile using
    yarn-audit-fix --flow=patch --registry=https://registry.yarnpkg.com
    EelcoLos committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a0a206e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97cc4e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    b12b12e View commit details
    Browse the repository at this point in the history
  2. chore: update action

    as there is no official using 'node18' yet
    i've seen some composite solutions.
    Pointed this out in the PR
    EelcoLos committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bad9180 View commit details
    Browse the repository at this point in the history
  3. Revert "chore: update action"

    This reverts commit bad9180.
    EelcoLos committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9d04f2f View commit details
    Browse the repository at this point in the history
  4. Revert "chore: update all github workflows to node 18"

    This reverts commit 16dbf19.
    EelcoLos committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4a57d36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7632ffc View commit details
    Browse the repository at this point in the history
  6. chore: run linting on node 16

    the build for semantic-release needs v18, the rest does not
    EelcoLos committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a0aea99 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    fb13ce6 View commit details
    Browse the repository at this point in the history
  2. chore: remove empty line

    EelcoLos committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f07091a View commit details
    Browse the repository at this point in the history