Zoltan Kochan
93e0d0f209
chore(release): 7.9.4
2022-08-23 03:33:10 +03:00
Ambar Mutha
1c7b439bbe
fix: node<16 download fail on arm chips on macos ( #5239 )
...
* fix(node.fetcher): node < 16 download fail on apple silicon
Add a check for macos apple silicon and required node version < 16.
In such case, download x64 binary.
Because arm build does not exist.
Previous behaviour:
Try to download non existing arm build and fail with 404.
NO breaking change
fixes #4489
* refactor(node.fetcher): move code to normalizeArch
2022-08-20 16:28:24 +03:00
Zoltan Kochan
052f73d45b
chore(release): 7.9.4-0
2022-08-18 12:35:37 +03:00
Zoltan Kochan
f815b6ca39
chore(release): 7.9.2
2022-08-17 12:03:52 +03:00
Zoltan Kochan
850cf0a8ee
chore(release): 7.9.1
2022-08-10 12:41:58 +03:00
Dominic Elm
32915f0e43
feat: extend cafs object ( #5186 )
...
* feat: extend cafs object
* fixup: fix test
* fixup: fix name
* fixup: add changeset
2022-08-10 12:05:02 +03:00
Dominic Elm
7a17f99aba
refactor: split package fetcher ( #5175 )
2022-08-08 21:44:50 +03:00
Zoltan Kochan
c9ce2725c4
chore(release): 7.9.0
2022-08-06 18:19:52 +03:00
Zoltan Kochan
f5f0e4348e
chore(release): 7.9.0-0
2022-08-03 17:48:37 +03:00
Zoltan Kochan
761be978b2
chore(release): 7.8.0
2022-07-31 11:25:05 +03:00
Zoltan Kochan
716a29acc9
chore(deps): update
2022-07-06 03:01:33 +03:00
Zoltan Kochan
c1493a4c55
chore(release): 7.5.0
2022-07-02 16:07:26 +03:00
Zoltan Kochan
b2d271d29c
chore: use workspace with star to reference workspace dependencies
2022-07-01 03:45:20 +03:00
Zoltan Kochan
2105735a0c
fix(env): throw an error on a system that uses MUSL libc ( #4958 )
2022-06-30 16:11:01 +03:00
Zoltan Kochan
ef7d414ed9
chore(release): 7.4.0
2022-06-28 15:58:36 +03:00
Zoltan Kochan
b5b856bbde
chore(release): 7.4.0-3
2022-06-27 20:02:30 +03:00
Zoltan Kochan
6576a92b12
chore(release): 7.4.0-1
2022-06-24 21:46:26 +03:00
Zoltan Kochan
c0a777e62d
chore(release): 7.4.0-0
2022-06-23 01:17:54 +03:00
Zoltan Kochan
767f080cd6
refactor: node.resolver and node.fetcher
...
nodeMirrorBaseUrl is optional
2022-06-21 23:49:51 +03:00
Zoltan Kochan
228dcc3c9c
refactor: create @pnpm/node.fetcher ( #4908 )
2022-06-21 20:42:21 +03:00