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.25.2
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.26.0
Choose a head ref
  • 13 commits
  • 81 files changed
  • 7 contributors

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    00506b2 View commit details
    Browse the repository at this point in the history
  2. test: clear all COREPACK_* environment variables (#392)

    Co-authored-by: Maël Nison <[email protected]>
    merceyz and arcanis authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    451dcf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. test: store nocks in a sqlite database (#374)

    * test: store nocks in a sqlite3 database
    
    * chore: remove nock files
    
    * refactor: reuse statement
    
    * Update tests/recordRequests.js
    
    Co-authored-by: Antoine du Hamel <[email protected]>
    
    * refactor: only create statements when needed
    
    * refactor: move nocks db up one level
    
    * fix: close db on exit
    
    ---------
    
    Co-authored-by: Antoine du Hamel <[email protected]>
    merceyz and aduh95 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    967e266 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    295a1cd View commit details
    Browse the repository at this point in the history
  2. Removes the DESIGN document (#403)

    * Removes the DESIGN document
    
    * Removes the design document from the readme
    arcanis authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    835308c View commit details
    Browse the repository at this point in the history
  3. doc: add note clarifying how to add new package managers (#408)

    Co-authored-by: Antoine du Hamel <[email protected]>
    arcanis and aduh95 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    88d504c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47be27c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3ea1dd View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. feat: Pins the package manager as it's used for the first time (#413)

    * feat: Pins the package manager as it's used for the first time
    
    * Adds a warning when auto-pinning the package manager version
    
    * Updates wording
    arcanis authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8b6c6d4 View commit details
    Browse the repository at this point in the history
  2. Update config.json (#410)

    arcanis authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3958d26 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: ignore EROFS errors (#421)

    aduh95 authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b7ec137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8edba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3e3e97 View commit details
    Browse the repository at this point in the history
Loading