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: nodejs/corepack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: nodejs/corepack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.0
Choose a head ref
  • 10 commits
  • 19 files changed
  • 6 contributors

Commits on Mar 26, 2025

  1. chore(deps): update eslint to 9.22.0 (#676)

    update @yarnpkg/eslint-config to 3.0.0
    
    fix fixable eslint formatting errors
    
    add @typescript-eslint/no-unused-vars caughtErrors:none
    
    change VScode setting to eslint.useFlatConfig true
    MikeMcC399 authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    633764f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. build(deps): bump vite from 6.2.0 to 6.2.3 (#689)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.0 to 6.2.3.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    679bcef View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

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

Commits on Apr 9, 2025

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

Commits on Apr 29, 2025

  1. build(deps): bump vite from 6.2.3 to 6.2.6 (#702)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.6.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 6.2.6
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    2b43f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. build(deps): bump vite from 6.2.6 to 6.3.4 (#705)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.3.4.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 6.3.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    273237a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Disables auto-pinning by default (#709)

    * Disables auto-pinning by default
    
    * Updates tests
    
    * Updates the README
    arcanis authored May 16, 2025
    Configuration menu
    Copy the full SHA
    77fff3c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. feat: update package manager versions (#671)

    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * feat: update package manager versions
    
    * Trigger actions?
    
    * Fixes mocks
    
    * nock again
    
    ---------
    
    Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
    Co-authored-by: Maël Nison <nison.mael@gmail.com>
    3 people authored May 27, 2025
    Configuration menu
    Copy the full SHA
    b45b3a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. feat: Adds guard to avoid stepping on Yarn's feet (#714)

    * feat: Adds guard to avoid stepping on Yarn's feet
    
    * Makes the path more specific
    
    * Apply feedback
    
    * Fixes test
    arcanis authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    5fc3691 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.33.0 (#699)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    98fd966 View commit details
    Browse the repository at this point in the history
Loading