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.26.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.27.0
Choose a head ref
  • 20 commits
  • 20 files changed
  • 12 contributors

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    6054339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f1e2f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. chore: remove unused imports (#431)

    These imports were unused so I removed them
    styfle authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a05aec6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

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

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    14b8a01 View commit details
    Browse the repository at this point in the history
  2. fix: hash check when downloading Yarn Berry from npm (#439)

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Co-authored-by: Maël Nison <nison.mael@gmail.com>
    3 people authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4672162 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    07b58cc View commit details
    Browse the repository at this point in the history
  2. fix: correctly set Dispatcher prototype for ProxyAgent (#451)

    In an attempt to bundle only a subset of Undici code, we forgot to take
    some side-effect into account.
    aduh95 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    73d9a1e View commit details
    Browse the repository at this point in the history
  3. fix: Incorrect authorization prefix for basic auth, and undocumented …

    …env var (#454)
    
    
    
    Co-authored-by: Gavin King <gavin.king@cgi.com>
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    3 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2d63536 View commit details
    Browse the repository at this point in the history
  4. feat: verify integrity signature when downloading from npm registry (#…

    …432)
    
    When the user has not provided any hash (so when running `corepack up`/`corepack use …`), and the package manager is downloaded from the npm registry, we can verify the signature.
    
    BREAKING CHANGE: attempting to download a version from the npm registry (or a mirror) that was published using the now deprecated PGP signature without providing a hash will trigger an error. Users can disable the signature verification using a environment variable.
    aduh95 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e561dd0 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump tar from 6.2.0 to 6.2.1 (#453)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: direct:development
    dependabot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c800d3e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. feat: separate read and write operations on lastKnownGood.json (#446)

    Also skip overwriting `lastKnownGood.json` with same content.
    
    Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    das7pad and aduh95 authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c449adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1423190 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 16, 2024

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

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    a62cd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56816c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe4cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df1b773 View commit details
    Browse the repository at this point in the history
Loading