Zoltan Kochan
b9fdc3104c
Merge branch 'main' into v7
2022-02-06 23:38:24 +02:00
Zoltan Kochan
e6cc674d20
chore(release): 6.30.0
v6.30.0
2022-02-06 18:54:52 +02:00
Zoltan Kochan
50e347d23c
fix: perf improvement + don't fail if an injected package has no package.json ( #4304 )
2022-02-06 17:13:46 +02:00
Zoltan Kochan
c44abfd173
chore(release): 6.29.2
v6.29.2
2022-02-05 13:52:31 +02:00
Zoltan Kochan
329e186e9e
feat: set hoisting limits ( #4300 )
2022-02-05 13:23:58 +02:00
Zoltan Kochan
7ae349cd3f
fix: don't overwrite node_modules inside inject dependencies ( #4299 )
2022-02-05 00:52:05 +02:00
Zoltan Kochan
f6c5354b24
chore(release): 7.0.0-alpha.0
v7.0.0-alpha.0
2022-01-31 18:08:28 +02:00
Zoltan Kochan
585e9ca9ec
feat!: global bins should be created only in predefined locations ( #4280 )
2022-01-31 18:01:37 +02:00
Zoltan Kochan
067d9abbc2
Merge remote-tracking branch 'origin/main' into v7
2022-01-31 15:19:48 +02:00
Brandon Cheng
3e682067de
fix: revert backwards compatible handling of -- for run ( #4291 )
2022-01-31 15:11:14 +02:00
Zoltan Kochan
1a3126e0bc
chore(release): 6.29.1
v6.29.1
2022-01-31 02:06:20 +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
3b77e2f1e5
Merge remote-tracking branch 'origin/main' into v7
2022-01-30 22:20:07 +02:00
Brandon Cheng
c35ac786b2
feat: run scripts without -- ( #4290 )
...
close #3778
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-01-30 22:12:04 +02:00
Zoltan Kochan
17785450a3
chore(release): @pnpm/core@2.5.4
2022-01-30 17:25:02 +02:00
Zoltan Kochan
cc727797f9
fix(core): add publicHoistPattern to the fields of InstallOptions
2022-01-30 17:21:32 +02:00
Zoltan Kochan
c0070f7606
chore(deps): update
2022-01-30 11:41:39 +02:00
Zoltan Kochan
0355d30e62
chore(release): 6.29.0
v6.29.0
2022-01-30 05:06:30 +02:00
Zoltan Kochan
37d09a68fa
fix: a package should be able to be a dependency of itself ( #4289 )
2022-01-30 05:02:42 +02:00
Zoltan Kochan
9639f57872
fix: install-completion should work in the compiled CLI
...
close #4208
2022-01-30 01:47:57 +02:00
LeSuisse
334e5340a4
feat: add support of the update-notifier configuration option ( #4285 )
...
The configuration option `update-notifier` allows users to disable the
update verification. This is interesting when pnpm is installed from
another package manager because the given instructions will not be
accurate. The `update-notifier` option exists in NPM so it can also
ease the migration to pnpm.
(https://docs.npmjs.com/cli/v8/using-npm/config#update-notifier ).
close #4158 .
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-01-28 00:54:02 +02:00
Zoltan Kochan
4e778cfbab
chore(deps): update
2022-01-26 22:33:56 +02:00
Zoltan Kochan
9d9977d937
Merge branch 'main' into v7
2022-01-26 00:02:22 +02:00
Zoltan Kochan
7012164d43
chore(release): @pnpm/core@2.5.2
2022-01-25 16:43:50 +02:00
Zoltan Kochan
d464f0351e
chore(deps): update
2022-01-25 16:39:57 +02:00
Zoltan Kochan
c1383044d1
fix(core): don't try to read the name prop of manifest that is null
2022-01-25 16:38:30 +02:00
Zoltan Kochan
705929f752
Merge branch 'main' into v7
2022-01-23 23:42:16 +02:00
Zoltan Kochan
4a555464b5
chore(release): 6.28.0
v6.28.0
2022-01-23 23:40:53 +02:00
Zoltan Kochan
f333c5e9c8
chore(deps): update
2022-01-23 23:37:33 +02:00
Zoltan Kochan
b054af6ac2
chore(deps): update
2022-01-23 23:21:02 +02:00
Zoltan Kochan
fa656992c4
feat!: embed-readme is false by default
2022-01-23 02:27:17 +02:00
Zoltan Kochan
ad1aaa5025
feat!: pnpx is an alias of pnpm dlx ( #4267 )
2022-01-23 02:21:37 +02:00
Zoltan Kochan
610577c7dc
Merge remote-tracking branch 'origin/main' into v7
2022-01-23 02:03:40 +02:00
Zoltan Kochan
9c0f7e69ab
fix(exec): look for the executed command in the current dir first
2022-01-23 02:00:56 +02:00
Zoltan Kochan
47cb11f8c3
Merge remote-tracking branch 'origin/main' into v7
2022-01-22 23:38:43 +02:00
Zoltan Kochan
d90e668421
test(audit): fix
2022-01-22 22:00:43 +02:00
Zoltan Kochan
e68cde97b7
fix: links to homepage and repository
...
close #4276
2022-01-22 15:57:26 +02:00
Zoltan Kochan
5fa29295b6
feat(pack)!: limit what files are packed as executables ( #4266 )
...
ref https://github.com/pnpm/pnpm/discussions/3536
2022-01-21 00:18:09 +02:00
Zoltan Kochan
73fce0d935
Merge branch 'main' into v7
2022-01-20 23:28:21 +02:00
Zoltan Kochan
38d7ca869d
test(server): add --detectOpenHandlers option
2022-01-20 22:52:36 +02:00
Dan Onoshko
b7566b9791
feat: embed-readme option ( #4265 )
2022-01-20 19:20:27 +02:00
Zoltan Kochan
1d013d7e04
chore(release): 6.27.2
v6.27.2
2022-01-20 13:13:28 +02:00
Zoltan Kochan
cdc521cfa4
feat: save the locations of injected deps to the modules state file ( #4259 )
2022-01-20 13:05:30 +02:00
Zoltan Kochan
d9fc6abdd3
Merge branch 'main' into v7
2022-01-20 12:35:54 +02:00
Zoltan Kochan
5168591786
feat!: breaking config changes for v7 ( #4253 )
...
ref https://github.com/pnpm/pnpm/discussions/3536
2022-01-20 12:34:14 +02:00
Zoltan Kochan
0239127fb4
chore: use peerDependencyRules
2022-01-19 12:15:13 +02:00
Zoltan Kochan
191d233bad
chore(deps): update
2022-01-19 12:00:20 +02:00
Zoltan Kochan
59275d0688
chore(release): 6.27.1
v6.27.1
2022-01-19 11:57:56 +02:00
Zoltan Kochan
08d781b806
fix: peerDependencyRules when other rules are also present ( #4255 )
2022-01-19 11:48:19 +02:00
Kenrick
57af1b1b5e
feat: pnpm list to show information whether the package is private or not ( #4256 )
...
close #4246
2022-01-19 11:27:51 +02:00