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.24.1
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.25.0
Choose a head ref
  • 15 commits
  • 129 files changed
  • 4 contributors

Commits on Jan 30, 2024

  1. chore(tests): increase timeout to get more green on Windows CI (#366)

    For some reason this test times out quite frequently on Windows CI.
    Hopefully if we give it more time to succeed, and we won't need to
    restart Windows CI as often.
    aduh95 authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4eb1fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a6e4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b8d87f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56c13b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9eea58 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 11, 2024

  1. fix: remove unsafe remove of install folder (#372)

    * fix: remove unsafe remove of install folder
    
    * test: update to use folderUtils
    
    * perf: skip `existsSync` check
    merceyz authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    65880ca View commit details
    Browse the repository at this point in the history
  2. feat!: use fetch (#365)

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    merceyz and aduh95 authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fe6a307 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    12f1c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f442366 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. chore!: remove Node.js 19.x from the range of supported versions (#375)

    We do not support EOL versions.
    aduh95 authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9a1cb38 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump undici from 6.4.0 to 6.6.1 (#376)

    Bumps [undici](https://github.com/nodejs/undici) from 6.4.0 to 6.6.1.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v6.4.0...v6.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: direct:development
    ...
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9066ea7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. feat!: remove --all flag (#351)

    Force users to opt-in into the package managers they want to support.
    As more and more package managers are added to Corepack, it's more and
    more unlikely that our users will be interested in _all_ the package
    managers Corepack supports, and it is unreasonable to expect Corepack
    maintainers would be able to perform security audits.
    aduh95 authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d9c70b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    4a8ce6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6168938 View commit details
    Browse the repository at this point in the history
Loading