Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf!: call executePackageManagerRequest directly #2

Closed

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    2507e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f539ae2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. fix(doc): add a note about troubleshooting network errors (nodejs#259)

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    SpencerKaiser and aduh95 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    aa3cbdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25fa623 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    df89e38 View commit details
    Browse the repository at this point in the history
  2. chore(docs): document how to use aliases instead of jumper binaries (n…

    …odejs#244)
    
    
    Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
    aduh95 and merceyz committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d5ef940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c94c400 View commit details
    Browse the repository at this point in the history
  4. chore: update supported Node.js versions (nodejs#258)

    BREAKING CHANGE: remove support for Node.js 14.x
    aduh95 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    74f679d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    863e0e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b61ff6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e364ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    091352a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3211804 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. fix: don't override process.exitCode (nodejs#268)

    * fix: don't override exit codes
    
    * chore: update nock files
    merceyz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    17d1f3d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. fix: disable v8-compile-cache when using npm@>=9.7.0 (nodejs#276)

    Node.js segfaults when using `npm@>=9.7.0` and `v8-compile-cache`
    ```console
    $ docker run -it node:20.3.0-slim corepack npm@9.7.1 --version
    [SIGSEGV]
    ```
    merceyz committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2f3678c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5345774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5956d95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be2489c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    4188f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db9b7e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. build(deps-dev): bump semver from 7.5.1 to 7.5.2 (nodejs#281)

    Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.5.1...v7.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6090fe7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. chore: update dev dependency proxy-agent to 6.2.2 (nodejs#283)

    This is to update the indirect vm2 dependency and resolve some
    dependabot alerts.
    Trott committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    98338b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. build(deps): bump word-wrap from 1.2.3 to 1.2.4 (nodejs#287)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      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] committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8593425 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 28, 2023

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

Commits on Aug 28, 2023

  1. Refactoring of the CLI interface (nodejs#291)

    * Refactoring of the CLI interface
    
    * Updates the Nock snapshots
    
    * Regenerates the Nock files on Node 16
    
    * Update README.md
    
    * Adds --cache-only to corepack install -g
    
    * Fixes hash generation
    arcanis committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fe3e5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9c286 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Sep 4, 2023

  1. chore: update test to handle case when env var is set (nodejs#304)

    * chore: update test to handle case when env var is set
    
    - Fixes nodejs#303
    
    * revert
    
    * delete env vars in setupTests.js
    
    * remove newline
    styfle committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cc33de0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 15, 2023

  1. chore: update supported Node.js versions (nodejs#309)

    BREAKING CHANGE: remove support for Node.js 16.x
    aduh95 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    787e24d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    503e135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf2e7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2533d12 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    0bd2577 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @babel/traverse from 7.21.5 to 7.23.2 (nodejs#319)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      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] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bd5fcb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9583583 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. chore: upgrade outdated dependencies (nodejs#322)

    - `esbuild`: 0.17.19 -> 0.19.5
    - `which`: 3.x -> 4.x
    - ESlint plugins
    aduh95 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2b5f6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e89bfa View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    450cd33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7aa576 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Dec 29, 2023

  1. feat: add support for HTTP redirect (nodejs#341)

    Corepack will now follow the `Location` header when receiving a 30x HTTP status code. This should allow Corepack to work with proxies that redirect to a different URL.
    guibwl committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6df5063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adcd989 View commit details
    Browse the repository at this point in the history
  3. feat(yarn): fallback to npm when COREPACK_NPM_REGISTRY is set (node…

    …js#339)
    
    Yarn publishing its versions on its own was inconvenient for people using private npm mirrors, so it makes sense to offer a way to fallback to the npm store when requested. This diff changes the logic so that we use the `@yarnpkg/cli-dist` package when the `COREPACK_NPM_REGISTRY` variable is set. It should be backward-compatible, since the `registry` field is still the same.
    arcanis committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0717c6a View commit details
    Browse the repository at this point in the history
  4. feat: add support for rangeless commands (nodejs#338)

    This diff makes it possible to run the CLI commands without an explicit range, in which case we use an implicit `*`, e.g.: `corepack install -g yarn`.
    arcanis committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9bee415 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    518bed8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    addf455 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfcc280 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bdd296 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix(use): create package.json when calling corepack use on empty …

    …dir (nodejs#350)
    
    
    
    Co-authored-by: Maël Nison <nison.mael@gmail.com>
    aduh95 and arcanis committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2950a8a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Jan 30, 2024

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

    …s#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 committed 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 (nodejs#372)

    * fix: remove unsafe remove of install folder
    
    * test: update to use folderUtils
    
    * perf: skip `existsSync` check
    merceyz committed 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 (nodejs#365)

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    merceyz and aduh95 committed 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 (nod…

    …ejs#375)
    
    We do not support EOL versions.
    aduh95 committed 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 (nodejs#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] committed 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 (nodejs#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 committed 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
  3. Configuration menu
    Copy the full SHA
    f2185fe View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.25.1 (nodejs#381)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    49ad334 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    9834f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e33c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1423312 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31a1c5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aab5fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc137a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    476b7dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00506b2 View commit details
    Browse the repository at this point in the history
  9. test: clear all COREPACK_* environment variables (nodejs#392)

    Co-authored-by: Maël Nison <nison.mael@gmail.com>
    merceyz and arcanis committed 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 (nodejs#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 <duhamelantoine1995@gmail.com>
    
    * refactor: only create statements when needed
    
    * refactor: move nocks db up one level
    
    * fix: close db on exit
    
    ---------
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    merceyz and aduh95 committed 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. fix: Windows malicious file analysis waiting problem (nodejs#398)

    Co-authored-by: Steven <steven@ceriously.com>
    ngnlTeto and styfle committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    295a1cd View commit details
    Browse the repository at this point in the history
  2. Removes the DESIGN document (nodejs#403)

    * Removes the DESIGN document
    
    * Removes the design document from the readme
    arcanis committed 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 (nodejs#408)

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arcanis and aduh95 committed 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 (nodej…

    …s#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 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8b6c6d4 View commit details
    Browse the repository at this point in the history
  2. 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. 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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    5b95746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa3a08 View commit details
    Browse the repository at this point in the history