Commit Graph

313 Commits

Author SHA1 Message Date
Zoltan Kochan
4e55758eee chore(release): 6.25.0 2022-01-06 13:49:07 +02:00
Zoltan Kochan
2990b06ce3 chore(release): 6.25.0-3 2022-01-05 00:23:12 +02:00
Zoltan Kochan
5e21b13837 chore(release): 6.25.0-2 2022-01-04 11:34:46 +02:00
Zoltan Kochan
5beae223e4 chore(release): 6.25.0-1 2022-01-03 23:18:16 +02:00
Zoltan Kochan
2c7970c4d6 chore(release): 6.25.0-0 2022-01-03 21:01:01 +02:00
Dave Brotherstone
a6cf11cb77 feat(config): add support for token helper (#4163)
* feat(config): add support for token helper

Use the new interface in `pnpm/credentials-by-uri` for supporting token
helpers. A token helper is an executable, set in the user's `.npmrc`
which outputs an auth token. This can be used in situations where the
`authToken` is not a constant value, but is something that refreshes
regularly, where a script or other tool can use an existing refresh
token to obtain a new access token.

The configuration for the path to the helper must be an absolute path,
with no arguments. In order to be secure, it is _only_ permitted to set
this value in the user `.npmrc`, otherwise a project could place a value
in a project local `.npmrc` and run arbitrary executables.

A similar feature is available in many similar tools. The implementation
in `credentials-by-uri` is modelled after the `vault` (vaultproject.io)
implementation - https://github.com/hashicorp/vault/blob/main/command/token/helper_external.go

* test: fix

* docs: add changesets

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-12-30 23:16:06 +02:00
Zoltan Kochan
6e4becd997 chore(release): 6.24.4 2021-12-29 13:01:14 +02:00
Zoltan Kochan
e492d1b869 chore(release): 6.24.3 2021-12-25 21:17:23 +02:00
Zoltan Kochan
cbe938e48e chore(release): 6.24.2 2021-12-19 02:27:42 +02:00
Zoltan Kochan
3c704d9d4c chore(release): 6.24.1 2021-12-15 20:17:48 +02:00
Zoltan Kochan
af15da323e chore(release): 6.24.0 2021-12-14 14:17:42 +02:00
Zoltan Kochan
e30064087b chore(release): 6.23.6 2021-12-04 03:00:37 +02:00
Zoltan Kochan
b83756bd7f chore(release): 6.23.5 2021-12-02 16:21:44 +02:00
Zoltan Kochan
4c175e58fc chore(release): 6.23.4 2021-12-01 16:59:27 +02:00
Zoltan Kochan
fe6bdf7677 chore(release): 6.23.3 2021-11-28 11:34:18 +02:00
Zoltan Kochan
69b56f1489 chore(release): 6.23.2 2021-11-24 11:41:21 +02:00
Zoltan Kochan
0d0a2947f2 chore(release): 6.23.1 2021-11-22 19:31:37 +02:00
Zoltan Kochan
23de26f187 chore(release): 6.23.0 2021-11-21 11:31:14 +02:00
Zoltan Kochan
2e3dd8af47 chore(release): 6.22.1 2021-11-15 00:23:43 +02:00
Zoltan Kochan
6aa89cc5b8 chore(release): 6.22.0 2021-11-14 21:32:37 +02:00
Zoltan Kochan
0b60dcb490 chore(release): 6.21.1 2021-11-12 14:51:39 +02:00
Zoltan Kochan
98b383bd0e chore(release): 6.21.0 2021-11-10 03:11:59 +02:00
Zoltan Kochan
4674ac11a0 chore(release): 6.20.4 2021-11-08 17:16:44 +02:00
Zoltan Kochan
5e5185192c chore(release): 6.20.3 2021-11-05 04:08:38 +02:00
Zoltan Kochan
918d23de78 chore(release): 6.20.2 2021-11-04 00:47:04 +02:00
Zoltan Kochan
1650b6e962 fix: rename typings field to types 2021-11-03 15:24:31 +02:00
foora
6a54be5a12 feat: support pnpm recursive import (#3909)
close #3908

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-11-02 21:40:27 +00:00
Zoltan Kochan
6dc3a26bce chore(release): 6.20.0 2021-11-01 10:06:00 +02:00
Zoltan Kochan
76ae8d5570 chore(release): 6.19.1 2021-10-26 19:39:04 +03:00
Zoltan Kochan
ec88dc8103 chore(release): 6.19.0 2021-10-22 21:31:31 +03:00
Victor Vlasenko
b19ada8ef3 refactor: simplify scripts for running lint (#3895) 2021-10-19 17:40:20 +03:00
Zoltan Kochan
55e7d6e5d4 chore(release): 6.18.0 2021-10-19 12:37:43 +03:00
Zoltan Kochan
917b95c01f fix: upgrade typescript to v4.4.4 2021-10-16 23:33:34 +03:00
Zoltan Kochan
3882510d52 chore(release): 6.17.2 2021-10-16 04:00:20 +03:00
Zoltan Kochan
75d1ab862c chore(release): 6.17.1 2021-10-14 15:16:59 +03:00
Zoltan Kochan
0a639e41b8 feat: every package should have a pnpm<major_version> keyword 2021-10-11 12:15:32 +03:00
Zoltan Kochan
79ed068e56 chore: release @pnpm/filter-workspace-packages 2021-10-11 11:35:44 +03:00
Zoltan Kochan
9821c0289b chore(release): 6.17.0 2021-10-10 15:05:02 +03:00
Zoltan Kochan
b70ea5756a chore(release): 6.16.1 2021-10-05 00:49:40 +03:00
Zoltan Kochan
b14c9a0f1e chore(release): 6.16.0 2021-09-29 01:16:31 +03:00
Zoltan Kochan
ea69daae5d chore(release): 6.15.2 2021-09-26 14:33:29 +03:00
Zoltan Kochan
00ede7ba82 chore(release): 6.15.1 2021-09-16 14:03:49 +03:00
Zoltan Kochan
12686104e6 chore(release): 6.15.0 2021-09-13 04:50:24 +03:00
Zoltan Kochan
5ec55641d4 chore(release): 6.14.7 2021-09-07 00:16:25 +03:00
Zoltan Kochan
82a8e5d754 chore(release): 6.14.6 2021-09-03 11:19:34 +03:00
Zoltan Kochan
f2c46c5515 chore(release): 6.14.5 2021-08-30 00:10:33 +03:00
Zoltan Kochan
40690fa58e chore(release): 6.14.4 2021-08-29 13:25:37 +03:00
Zoltan Kochan
8a6ef97528 chore(release): 6.14.1 2021-08-22 12:06:58 +03:00
Zoltan Kochan
d7c0264234 chore(release): 6.14.0 2021-08-20 17:57:45 +03:00
Zoltan Kochan
f93aa3699c chore(release): 6.14.0-0 2021-08-17 03:20:53 +03:00