Commit Graph

265 Commits

Author SHA1 Message Date
Zoltan Kochan
171efa064e chore(release): 5.12.0 2020-11-14 23:08:48 +02:00
Zoltan Kochan
603df5861b chore(release): 5.11.1 2020-11-08 20:15:53 +02:00
Zoltan Kochan
89a276390f chore(release): 5.10.4 2020-11-01 19:42:57 +02:00
Zoltan Kochan
e0a4553990 chore(release): 5.10.3 2020-10-31 19:27:17 +02:00
Zoltan Kochan
a756d8ff58 chore(deps): update 2020-10-31 12:34:08 +02:00
Zoltan Kochan
6fabfc0c5a chore(release): 5.10.2 2020-10-26 03:48:13 +02:00
Zoltan Kochan
d4ee246abb chore(release): 5.10.1 2020-10-23 00:08:51 +03:00
Zoltan Kochan
7ee29eba21 chore(release): 5.10.0-0 2020-10-19 03:47:13 +03:00
Zoltan Kochan
2126718483 fix(deps): update tempy and read-package-json 2020-10-17 00:24:20 +03:00
Zoltan Kochan
03b35cad64 chore(release): 5.9.0 2020-10-11 20:12:48 +03:00
Zoltan Kochan
18a191b513 ci: run tests on Node.js 10.16 2020-10-09 03:14:25 +03:00
Zoltan Kochan
7f39d4924e chore(release): 5.9.0-2 2020-10-04 15:26:02 +03:00
Zoltan Kochan
4d71d33364 chore(release): 5.8.0 2020-09-27 02:23:09 +03:00
Zoltan Kochan
80b8f5ef24 feat: support Node.js from v10.14 2020-09-23 01:09:33 +03:00
Zoltan Kochan
4ec715f05f chore(release): 5.7.0-0 2020-09-20 01:35:35 +03:00
Zoltan Kochan
b55d836e75 chore(release): 5.6.0-0 2020-09-16 01:27:05 +03:00
Zoltan Kochan
634dfd13b3 fix(deps): update tempy to 0.7.0 2020-09-15 02:39:23 +03:00
Zoltan Kochan
86cd72de33 feat(reporter): show the progress of adding pkgs to virtual store
close #2832
PR #2845
2020-09-13 12:12:01 +03:00
Zoltan Kochan
bf526e4850 chore(release): 5.5.13 2020-09-12 15:21:28 +03:00
Zoltan Kochan
3981f5558e fix(deps): update node-fetch to v2.6.1 2020-09-08 19:06:25 +03:00
Zoltan Kochan
b540e8b875 chore(release): 5.5.6 2020-09-01 18:28:17 +03:00
Zoltan Kochan
75a36debad fix: report auth info on 404 errors as well
PR #2818
2020-09-01 18:16:37 +03:00
Zoltan Kochan
acc1782c6f style: restrict template expressions 2020-08-27 00:57:58 +03:00
Zoltan Kochan
88e1eaa908 style: use no delimiters in type declarations 2020-08-26 01:42:36 +03:00
Zoltan Kochan
5322cf9b39 style: use nullish coalescing 2020-08-26 01:15:47 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
eede3e7016 chore(release): 5.5.3 2020-08-22 14:19:32 +03:00
Zoltan Kochan
42d76961f6 chore(deps): update 2020-08-22 02:56:29 +03:00
Zoltan Kochan
a1cdae3dc7 refactor(npm-resolver): remove options.metaCache 2020-08-17 01:48:12 +03:00
Zoltan Kochan
6b8e1c7c9c chore(release): 5.5.2 2020-08-16 21:29:20 +03:00
Zoltan Kochan
6d480dd7a2 feat: print more info on forbid errors
close #2774
PR #2777
2020-08-16 21:24:32 +03:00
Zoltan Kochan
2c0810cc33 chore(deps): update 2020-08-08 01:39:51 +03:00
Zoltan Kochan
c13ae0ee6e chore(release): 5.4.11 2020-08-02 12:18:05 +03:00
Zoltan Kochan
855bc11db1 chore(release): 5.4.10 2020-08-01 23:35:31 +03:00
Zoltan Kochan
390006e872 chore(release): 5.4.9 2020-07-31 13:51:21 +03:00
Zoltan Kochan
a2ef8084fa fix: use the same version ranges across the monorepo 2020-07-30 02:03:07 +03:00
Zoltan Kochan
95d92cdcff chore(release): 5.4.1 2020-07-21 01:04:15 +03:00
Zoltan Kochan
e8a853b5bb fix(deps): update tempy to v0.6.0 2020-07-20 23:35:23 +03:00
Zoltan Kochan
0f71b697eb chore(deps): update 2020-07-20 23:32:56 +03:00
Zoltan Kochan
6b45130010 chore(release): 5.4.0 2020-07-12 01:47:38 +03:00
Zoltan Kochan
e6e5001305 chore(release): 5.3.0 2020-07-07 18:05:58 +03:00
Zoltan Kochan
e0dd0bca10 chore(release): 5.2.7 2020-07-03 03:06:51 +03:00
Zoltan Kochan
71aeb9a382 refactor: API of resolvers and fetchers
Instead of creating a separate fetch function for the resolvers
and fetchers, use a single one.

Also, use a single getCredentials function.

close #2652
PR #2655
2020-06-29 17:13:02 +03:00
Zoltan Kochan
d918937597 chore(release): 5.2.4 2020-06-22 15:45:36 +03:00
Zoltan Kochan
60544ee5ed chore(release): 5.2.0-0 2020-06-16 01:08:54 +03:00
Zoltan Kochan
6ecce09d12 chore(release): 5.1.5 2020-06-08 16:01:43 +03:00
Zoltan Kochan
2ebb7af333 fix: print a warning when an HTTP request fails
close #1240
PR #2615
2020-06-08 13:49:54 +03:00
Zoltan Kochan
cc1b43886f fix(deps): update p-limit to v3.0.1 2020-06-06 19:36:42 +03:00
Zoltan Kochan
d3ddd023c5 fix(deps): update p-limit to v3 2020-06-06 15:28:20 +03:00
Zoltan Kochan
5a51caa594 chore(release): 5.1.2 2020-06-02 11:41:56 +03:00