Commit Graph

412 Commits

Author SHA1 Message Date
Rich Trott 98338b3469
chore: update dev dependency proxy-agent to 6.2.2 (#283)
This is to update the indirect vm2 dependency and resolve some
dependabot alerts.
2023-07-13 17:50:18 -07:00
dependabot[bot] 6090fe7cbe
build(deps-dev): bump semver from 7.5.1 to 7.5.2 (#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](https://github.com/npm/node-semver/compare/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>
2023-07-13 13:50:51 -07:00
github-actions[bot] db9b7e6982
chore(main): release 0.19.0 (#278) 2023-06-24 16:55:08 +00:00
github-actions[bot] 4188f2b467
feat: update package manager versions (#280) 2023-06-24 14:58:48 +00:00
Kristoffer K be2489cd0a
feat: support ESM (#270) 2023-06-13 17:18:46 +02:00
github-actions[bot] 5956d95fc3
chore(main): release 0.18.1 (#269) 2023-06-13 12:56:03 +00:00
github-actions[bot] 53457747a2
feat: update package manager versions (#272) 2023-06-13 12:30:48 +00:00
Kristoffer K 2f3678cd79
fix: disable `v8-compile-cache` when using `npm@>=9.7.0` (#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]
```
2023-06-13 11:35:21 +02:00
Kristoffer K 17d1f3dd41
fix: don't override `process.exitCode` (#268)
* fix: don't override exit codes

* chore: update nock files
2023-05-24 00:31:58 +02:00
Spencer Kaiser 321180492d
doc: update DNS troubleshooting section to mention IPv6 (#263) 2023-05-19 10:43:24 +00:00
github-actions[bot] 091352acf4
chore(main): release 0.18.0 (#262) 2023-05-19 12:28:36 +02:00
Antoine du Hamel 7e364adf0e
chore(ci): add whole package archive to GH release (#267) 2023-05-19 10:11:58 +00:00
github-actions[bot] 7b61ff6bc7
feat: update package manager versions (#256) 2023-05-19 09:54:17 +00:00
Antoine du Hamel 863e0e0a50
chore(deps): upgrade all npm dependencies (#266) 2023-05-19 09:37:31 +00:00
Antoine du Hamel 74f679d8a7
chore: update supported Node.js versions (#258)
BREAKING CHANGE: remove support for Node.js 14.x
2023-05-19 10:29:33 +02:00
Antoine du Hamel c94c4003fd
chore(ci): add prebuilt executable to GitHub release (#243) 2023-05-19 10:17:18 +02:00
Antoine du Hamel d5ef940ec5
chore(docs): document how to use aliases instead of jumper binaries (#244)
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
2023-05-19 10:16:48 +02:00
Kristoffer K df89e38200
refactor: separate library and cli entry point (#250) 2023-05-19 10:08:16 +02:00
tison 25fa62354b
chore: report URL on `fetchUrlStream` error message (#261) 2023-04-29 13:00:31 -04:00
Spencer Kaiser aa3cbdb54f
fix(doc): add a note about troubleshooting network errors (#259)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-04-29 14:02:40 +02:00
github-actions[bot] f539ae22e6
chore(main): release 0.17.2 (#254) 2023-04-07 12:42:08 +02:00
github-actions[bot] 2507e9b317
feat: update package manager versions (#249) 2023-04-07 12:32:36 +02:00
github-actions[bot] 367a9fc92a
chore(main): release 0.17.1 (#247) 2023-03-17 17:59:25 +01:00
github-actions[bot] 673f3b7f18
feat: update package manager versions (#245) 2023-03-17 09:57:50 +01:00
Antoine du Hamel 5633a15898
chore(doc): prettify README 2023-02-24 19:42:11 +01:00
github-actions[bot] 84be591eaf
chore(main): release 0.17.0 (#241) 2023-02-24 19:02:37 +01:00
github-actions[bot] 5141639af8
feat: update package manager versions (#242) 2023-02-24 18:30:08 +01:00
Antoine du Hamel 8e12d088de
fix!: add `"exports"` to the `package.json` (#239)
This commit adds an `"exports"` field to the `package.json` to make self-referencing imports work.
2023-02-23 10:15:20 +01:00
github-actions[bot] cae770694e
chore(main): release 0.16.0 (#238) 2023-02-17 10:31:59 +01:00
ZHAO Jin-Xiang 1b353624e6
fix: npm registry override (#219)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-02-17 01:31:31 +01:00
dependabot[bot] d6aeaf0683
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#232)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-02-17 01:28:26 +01:00
github-actions[bot] bb000f9c10
feat: update package manager versions (#228) 2023-02-17 01:15:00 +01:00
Antoine du Hamel 47912f71d8
chore(ci): upgrade `gr2m/create-or-update-pull-request-action` version (#237) 2023-02-17 01:13:12 +01:00
Jongwoo Han 63950db683
chore(ci): Replace deprecated command with environment file (#234) 2023-02-07 00:11:30 +01:00
Kristoffer K 15ceb832a3
build: migrate to esbuild (#229) 2023-01-08 15:19:08 +01:00
Kristoffer K 84e6e1d018
chore: add `engines.node` to `package.json` (#227)
And bump the target from ES2017 to ES2020.
2023-01-07 09:01:24 +01:00
Kristoffer K 82a6715702
chore: fix linting (#223)
* chore: fix linting

* chore: lint
2023-01-04 13:15:07 +01:00
Kristoffer K 96a4e34116
build: enable production mode (#224) 2023-01-04 13:14:32 +01:00
Kristoffer K 8c8e329700
refactor: simplify `v8-compile-cache` setup (#222) 2023-01-03 00:32:45 +01:00
github-actions[bot] b5235ba8eb
chore(main): release 0.15.3 (#218) 2022-12-31 00:09:07 +01:00
github-actions[bot] f84cfcb00f
feat: update package manager versions (#215) 2022-12-30 02:37:34 +01:00
github-actions[bot] 4efc06d93e
chore(main): release 0.15.2 (#214) 2022-11-25 15:02:24 +01:00
github-actions[bot] c536c0c27c
feat: update package manager versions (#211) 2022-11-25 10:49:08 +01:00
github-actions[bot] b39e071410
chore(main): release 0.15.1 (#206) 2022-11-04 05:32:13 +01:00
github-actions[bot] 5bfac11715
feat: update package manager versions (#205) 2022-11-04 01:38:14 +01:00
github-actions[bot] 30739e0679
chore(main): release 0.15.0 (#196) 2022-10-28 05:08:02 +02:00
Gamadril 7b5f2f9fcb
fix: recreate cache folder if necessary (#200)
Fixes: https://github.com/nodejs/corepack/issues/198
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-10-28 04:53:10 +02:00
Mike Scott 662ae9057c
feat: add support for configurable registries and applicable auth options (#186)
Fixes: https://github.com/nodejs/corepack/issues/66
2022-10-28 04:50:07 +02:00
github-actions[bot] 0ec3a73847
feat: update package manager versions (#193) 2022-10-28 04:30:11 +02:00
Kenrick 5eadc50192
feat: when strict checking is off, treat like transparent (#197) 2022-10-24 17:06:47 +02:00