Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
0ca45b30e9 revert: "fix: don't extend NODE_PATH in command shims (#5290)"
This reverts commit e505b58e33.
2023-03-15 02:46:39 +02:00
Zoltan Kochan
d66dcb452d Merge branch 'main' into v8 2023-03-14 03:48:44 +02:00
Zoltan Kochan
abd556bfac chore(release): 7.29.2 v7.29.2 2023-03-14 03:46:08 +02:00
Zoltan Kochan
e505b58e33 fix: don't extend NODE_PATH in command shims (#5290)
close #5285
close #5176
2023-03-14 03:38:56 +02:00
Zoltan Kochan
5c16743a4d test: patch tests should not break fixtures 2023-03-14 03:31:37 +02:00
await-ovo
185ab01adf feat: when patch package does not specify a version, use locally installed version by default. (#6197)
close #6192
2023-03-13 16:40:21 +02:00
David Weitzman
787c43dcc1 fix: sort patchedDependencies consistently in lockfiles (#6208) 2023-03-11 18:31:55 +02:00
Zoltan Kochan
955874422c fix: retry copying from store on EBUSY error (#6207)
close #6201
2023-03-11 17:09:34 +02:00
await-ovo
272de3e227 fix: clean up child processes when process exited (#6190)
close #6162
2023-03-11 02:02:14 +02:00
Zoltan Kochan
ba4b2db1f2 ci: fix release v7.29.1 2023-03-08 03:33:01 +02:00
Zoltan Kochan
ff333556d8 chore(release): 7.29.1 2023-03-08 03:18:45 +02:00
Zoltan Kochan
6314a47b82 fix: settings related to authorization should be set by npm CLI (#6195)
close #6181
2023-03-08 03:17:15 +02:00
Zoltan Kochan
962c2b78b9 docs: remove doppler from sponsors 2023-03-07 01:26:45 +02:00
Zoltan Kochan
3ef3f13265 ci: use corepack 2023-03-06 03:25:49 +02:00
Zoltan Kochan
f6b1984a73 chore(release): 8.0.0-beta.0 v8.0.0-beta.0 2023-03-06 02:49:41 +02:00
Zoltan Kochan
2c8eecfa6c Merge branch 'main' into v8 2023-03-06 02:46:46 +02:00
Zoltan Kochan
54591c6867 feat!: dedupe-peer-dependents is true by default (#6185) 2023-03-06 02:44:35 +02:00
Zoltan Kochan
42edfc5177 chore(release): 7.29.0 v7.29.0 2023-03-06 01:40:59 +02:00
SoonIter
9d906fc94a fix: incorrect error block when subproject has been patched (#6183) (#6184)
close #6183
2023-03-06 01:28:00 +02:00
Zoltan Kochan
807158e58c chore: downgrade verdaccio 2023-03-05 23:47:32 +02:00
Zoltan Kochan
9bdb875397 test: fix 2023-03-05 23:45:39 +02:00
Zoltan Kochan
1f81e70e1a Merge branch 'main' into v8 2023-03-05 15:06:47 +02:00
Zoltan Kochan
890b497893 chore(release): 7.29.0-2 v7.29.0-2 2023-03-05 12:09:42 +02:00
Zoltan Kochan
670bea8440 fix: update on a subset of projects should work with dedupe-peer-dependents (#6178) 2023-03-05 12:01:52 +02:00
Zoltan Kochan
b11fa7093c fix: dedupe-peer-dependents when running a command inside a workspace project (#6175)
ref #6171
2023-03-04 19:20:09 +02:00
await-ovo
019e4f2de7 fix: should not throw an error when local dependency use file protocol (#6157)
close #6115
2023-03-04 05:08:26 +02:00
Zoltan Kochan
690bead267 fix: dedupe-peer-dependents on a subset of projects (#6173)
close #6171
2023-03-04 04:39:42 +02:00
Zoltan Kochan
b7ae11cf82 docs: add explanation about conflicting peer dependencies
ref #6153
2023-03-03 14:45:35 +02:00
Zoltan Kochan
d4c0ad0918 chore(release): 7.29.0-1 v7.29.0-1 2023-03-03 09:14:12 +02:00
Zoltan Kochan
045e35dd00 ci: fix setting auth token 2023-03-03 09:13:19 +02:00
Zoltan Kochan
98397265a1 ci: tag with latest-7 2023-03-03 09:07:17 +02:00
Zoltan Kochan
c6809217e0 chore(release): 7.29.0-0 v7.29.0-0 2023-03-03 08:33:03 +02:00
Zoltan Kochan
5c31fa8be6 feat: dedupe packages that have peers when dedupe-peer-dependents is true (#6153) 2023-03-03 08:31:41 +02:00
Zoltan Kochan
62d1cb8f1e fix: types error in npm-resolver 2023-03-03 06:26:54 +02:00
Zoltan Kochan
cfbab73a61 fix: update deps 2023-03-03 06:13:20 +02:00
jereklas
d583fbb2ad fix: allowedVersions corner case when only parent>child selectors exist (#6148) 2023-02-28 14:57:02 +02:00
Zoltan Kochan
059c6e83bd ci: turn on audit 2023-02-28 11:31:56 +02:00
Zoltan Kochan
d80661d425 fix(setup): don't extend the PATH multiple times
ref https://github.com/pnpm/get.pnpm.io/issues/27
2023-02-28 03:54:02 +02:00
await-ovo
7d64d757bb fix: add report summary skipped status when script is missing (#6139) 2023-02-27 18:28:01 +02:00
Zoltan Kochan
e570adc101 fix(env): fail with a meaningful error when no pnpm home dir is found (#6134)
close #6095
close #3865
2023-02-26 05:39:44 +02:00
Zoltan Kochan
cdd5eb6b5a chore(release): 7.28.0 v7.28.0 2023-02-25 18:17:46 +02:00
Zoltan Kochan
a3e0223ce4 fix: config set should write to the global config file (#6132)
close #5877
close #6131
2023-02-25 18:15:38 +02:00
jereklas
f39d608acb feat: add parent>child selector syntax to allowedVersions for peer dependency override capability (#6108)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-02-25 02:32:29 +02:00
Zoltan Kochan
a4ce8e1f27 Merge branch 'main' into v8 2023-02-23 13:13:30 +02:00
Zoltan Kochan
5e32ea9b19 fix: update TypeScript to v5 (#5990)
Co-authored-by: Brandon Cheng <gluxon@users.noreply.github.com>
2023-02-23 13:05:44 +02:00
Zoltan Kochan
ed946c73e9 fix: automatically resolve conflicts in lockfile v6 (#6127) 2023-02-23 12:13:04 +02:00
await-ovo
77c754b10a chore: eslint issues (#6123) 2023-02-23 12:12:32 +02:00
Zoltan Kochan
9f30734d30 Merge branch 'main' into v8 2023-02-22 23:17:24 +02:00
await-ovo
6f56cc16e3 fix: patch-commit should auto apply patches in workspaces (#6120)
close #6048
2023-02-22 22:56:35 +02:00
Zoltan Kochan
91b8027441 ci: use pnpm v8 (#6116) 2023-02-22 17:50:20 +02:00