Zoltan Kochan
cc4a46d44d
chore(release): 7.0.0-beta.1
2022-03-19 20:43:30 +02:00
Zoltan Kochan
faf830b8f6
feat: improve dep path of local deps
2022-03-19 20:39:10 +02:00
Zoltan Kochan
06e679f80f
feat: prevent deep imports using exports ( #4440 )
2022-03-15 23:42:48 +02:00
Zoltan Kochan
5420148392
feat: Node.js 12 is not supported
2022-03-15 02:18:08 +02:00
Zoltan Kochan
0845a87044
feat: a prerelease version is always saved as an exact version ( #4435 )
2022-03-15 00:03:10 +02:00
Zoltan Kochan
0378179e95
chore(deps): update @pnpm/registry-mock
2022-03-07 03:22:56 +02:00
Zoltan Kochan
e2d490192a
chore(release): 6.32.2
2022-02-27 18:18:29 +02:00
Zoltan Kochan
29ce7f7ea8
chore(release): 6.32.0
2022-02-22 03:04:17 +02:00
Zoltan Kochan
643e0c7c69
Merge branch 'main' into v7
2022-02-10 00:19:56 +02:00
Zoltan Kochan
633c6985a6
chore(release): 6.30.1
2022-02-10 00:15:01 +02:00
Zoltan Kochan
25a0b58d5d
ci: use pnpm v7 ( #4307 )
2022-02-08 02:33:55 +02:00
Zoltan Kochan
b9fdc3104c
Merge branch 'main' into v7
2022-02-06 23:38:24 +02:00
Zoltan Kochan
e6cc674d20
chore(release): 6.30.0
2022-02-06 18:54:52 +02:00
Zoltan Kochan
f6c5354b24
chore(release): 7.0.0-alpha.0
2022-01-31 18:08:28 +02:00
Zoltan Kochan
dbf4e9c825
fix: installation should not hang when there are broken symlinks in node_modules
2022-01-31 01:48:20 +02:00
Zoltan Kochan
0355d30e62
chore(release): 6.29.0
2022-01-30 05:06:30 +02:00
Zoltan Kochan
4a555464b5
chore(release): 6.28.0
2022-01-23 23:40:53 +02:00
Zoltan Kochan
e68cde97b7
fix: links to homepage and repository
...
close #4276
2022-01-22 15:57:26 +02:00
Zoltan Kochan
1d013d7e04
chore(release): 6.27.2
2022-01-20 13:13:28 +02:00
Valentin Semirulnik
b39cabde82
ci: setup cache for TS and Jest ( #4049 )
2022-01-19 00:13:13 +02:00
Zoltan Kochan
14f60eb105
chore(release): 6.27.0
2022-01-18 13:07:52 +02:00
Zoltan Kochan
d53490a088
chore(release): 6.26.1
2022-01-13 17:34:32 +02:00
Zoltan Kochan
551b253b71
chore(release): 6.26.0
2022-01-12 16:22:04 +02:00
Zoltan Kochan
71068f16a6
chore(release): pnpm@6.25.1
2022-01-08 17:35:12 +02:00
Zoltan Kochan
83a4ea0662
fix: prod deps should not be installed as dev deps ( #4210 )
2022-01-08 03:27:38 +02:00
Zoltan Kochan
ea24c69fe4
fix: prod deps should not be installed as dev deps
2022-01-07 22:44:07 +02:00
Zoltan Kochan
34f4409316
docs(readme): update installation sections
2022-01-07 18:05:35 +02:00
Zoltan Kochan
4e55758eee
chore(release): 6.25.0
2022-01-06 13:49:07 +02:00
Zoltan Kochan
5e21b13837
chore(release): 6.25.0-2
2022-01-04 11:34:46 +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
d00e1fc6af
fix: store prune should not crash on unexpected subdirs in the store ( #4072 )
2021-12-05 19:16:59 +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
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
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