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
Antoine du Hamel
55005a9b7c
chore(doc): fix outdated "Contributing" section ( #199 )
2022-10-24 13:35:14 +02:00
Colin Kennedy
0b7abb9833
fix(doc): add package configuration instruction to readme ( #188 )
2022-10-13 16:32:26 +02:00
Antoine du Hamel
bc03266726
chore: cleanup GHA workflow files ( #194 )
2022-10-11 03:55:25 +02:00
Shalvah
42e53d5eda
Fix typo: `corepath` -> `corepack` ( #191 )
2022-09-29 05:33:40 +02:00
github-actions[bot]
9a09dad351
chore(main): release 0.14.2 ( #185 )
2022-09-24 16:22:34 +02:00
github-actions[bot]
84ae3139e4
feat: update package manager versions ( #184 )
2022-09-24 15:07:46 +02:00
github-actions[bot]
e01c11a3bf
chore(main): release 0.14.1 ( #181 )
2022-09-16 11:44:08 +02:00