Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pnpm/action-setup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: pnpm/action-setup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 5 commits
  • 16 files changed
  • 4 contributors

Commits on Sep 27, 2023

  1. Bump actions/checkout from 3 to 4 (#96)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d928be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2613e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Bump actions/setup-node from 3 to 4 (#103)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2023
    1 Configuration menu
    Copy the full SHA
    ebcfd69 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. feat!: node20 upgrade (#110)

    * upgrade versions to latest
    
    * remove usage of ts-schema-autogen
    
    * fix: update pnpm sources
    
    * update build/output
    
    * use node20
    
    * fix: run-install array output
    
    * fix: maintain behaviour for parseRunInstall, error messages
    
    * fix: another edge case for input.args
    
    * fix: use zod for input validation
    
    * fix: use zod.infer for exported RunInstall types
    
    * fix: remove @types/js-yaml
    
    ---------
    
    Co-authored-by: Zoltan Kochan <[email protected]>
    erikburt and zkochan authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1ee9c9d View commit details
    Browse the repository at this point in the history
  2. docs(README): update version

    zkochan committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a3252b7 View commit details
    Browse the repository at this point in the history
Loading