Commit Graph

10701 Commits

Author SHA1 Message Date
milahu
e941499872 fix(default-reporter): use loglevel to filter deprecation warnings (#4507)
close #4343

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-04-17 04:24:31 +03:00
Zoltan Kochan
275c405235 fix(exec): commands of workspace project should be in PATH (#4583)
close #4481
2022-04-16 20:20:29 +03:00
Zoltan Kochan
6fc4c89bc3 chore(release): 7.0.0-rc.6 v7.0.0-rc.6 2022-04-16 12:35:31 +03:00
Jon de la Motte
b716d2d06b Fix add bug with overlapping workspace packages (#4575)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-04-16 12:23:52 +03:00
Zoltan Kochan
7cdca5ef24 fix: store integrity check when the lockfile is updated (#4580)
close #4566
close #4565
2022-04-16 03:00:35 +03:00
Kam Figy
88289a42c9 fix(core): prevent duplication of peerDependencyRules in the lockfile (#4576)
If a workspace has a global peerDependencyRule that is applied by more
than one package, the lockfile could contain duplicate copies
of the patched range. For example react-dom might have
`peerDependencies: 17.0.2 | 17 | 17 | 17 | 17` in the lockfile.

This causes merge conflicts as package updates seem to regularly change
the number of duplicates, causing lockfile conflicts.

The fix checks if the same widened range has already been appended,
and ignores subsequent duplicates if they exist.
2022-04-15 20:06:11 +03:00
Zoltan Kochan
b2d00316f3 chore(release): 7.0.0-rc.5 v7.0.0-rc.5 2022-04-15 17:55:06 +03:00
那里好脏不可以
0453e21823 style(*): typo (#4573)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-04-15 02:53:14 +03:00
Jon de la Motte
d687a5d99a chore: improve spnpm to use esbuild (#4574) 2022-04-15 00:35:17 +03:00
Zoltan Kochan
1267e4eff4 feat: lockfile version bumped to v5.4 2022-04-14 22:45:05 +03:00
Zoltan Kochan
cb5a39d9ca chore: update lockfile 2022-04-14 17:09:58 +03:00
那里好脏不可以
30e7e65238 fix(exe): use the strict equality operator, and make JSON.parse execute correctly (#4571) 2022-04-14 15:48:11 +03:00
那里好脏不可以
afacf01f96 docs(*): fix problems with sample code in documentation (#4572) 2022-04-14 15:08:24 +03:00
那里好脏不可以
d50240f370 style(*): remove duplicate declarations in TypeScript types (#4570) 2022-04-14 15:01:09 +03:00
Zoltan Kochan
42d97cfcda chore(release): 7.0.0-rc.4 v7.0.0-rc.4 2022-04-14 12:54:59 +03:00
Zoltan Kochan
c3c5a80d54 docs: update CHANGELOG 2022-04-14 12:48:59 +03:00
Kenrick
c6463b9fd0 feat(git-fetcher): shallow clone when fetching git resource (#4548)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-04-14 12:08:59 +03:00
Zoltan Kochan
0a70aedb1c feat: use a shorter hash for dep path (#4552) 2022-04-13 12:05:07 +03:00
Zoltan Kochan
5e79891033 test(core): remove addDistTag util 2022-04-12 04:14:12 +03:00
Zoltan Kochan
a327af695c chore(deps): update 2022-04-12 01:09:44 +03:00
Zoltan Kochan
72b79f55a0 fix: auto-install-peers 2022-04-12 01:05:19 +03:00
Zoltan Kochan
905d19e904 chore(release): 7.0.0-rc.3 v7.0.0-rc.3 2022-04-09 16:57:19 +03:00
Zoltan Kochan
d9abbb13fe docs(README): update 2022-04-09 16:52:10 +03:00
Zoltan Kochan
dbe3669900 fix: peer dependency has workspace protocol (#4540)
close #4529
2022-04-09 16:47:44 +03:00
Zoltan Kochan
aecd4acdd6 fix: resolve peers from linked in dependencies (#4541) 2022-04-09 15:59:52 +03:00
Zoltan Kochan
9d35b88c1e docs: update CHANGELOG 2022-04-07 22:02:24 +03:00
Zoltan Kochan
e531325c3e fix: dependenciesMeta should be saved into the lockfile (#4538) 2022-04-07 21:20:23 +03:00
Zoltan Kochan
5d91e08edd test(plugin-commands-store): fix 2022-04-07 19:43:08 +03:00
Zoltan Kochan
ffb23448fc test(plugin-commands-installation): fix 2022-04-07 19:27:59 +03:00
Zoltan Kochan
a288467e6b fix(link-bins): revert breaking change 2022-04-07 18:46:28 +03:00
Zoltan Kochan
f37b075e90 chore(deps): update 2022-04-07 18:32:11 +03:00
Zoltan Kochan
41cae6450f fix: the file protocol should link all files by default (#4532)
close #4510
2022-04-06 17:19:56 +03:00
Zoltan Kochan
208f2dfd27 chore(release): 7.0.0-rc.2 v7.0.0-rc.2 2022-04-02 23:53:42 +03:00
Zoltan Kochan
cdeb652035 feat: the global store location should be inside the pnpm home directory (#4522) 2022-04-02 23:34:46 +03:00
Zoltan Kochan
1e0d20ea2d feat: move @pnpm/store-path to the monorepo 2022-04-02 02:52:51 +03:00
Zoltan Kochan
606436f7dd chore(release): 7.0.0-rc.1 v7.0.0-rc.1 2022-04-02 01:45:19 +03:00
Zoltan Kochan
4bed585e23 feat: remove deprecated settings (#4519) 2022-04-02 01:01:54 +03:00
傅鹏
8dac029ef6 chore: public-hoist-pattern prettier config (#3954)
* chore: public-hoist-pattern prettier config

* docs: add changesets

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-04-01 23:21:18 +03:00
Zoltan Kochan
8fa95fd868 fix(cmd-shim): extend NODE_PATH with path to hidden hoisted dir (#4513)
Deprecating `extend-node-path` in pnpm v7 has caused issues with "next dev".

This change is bringing back extending `NODE_PATH` in bin command shims. However, only when `node-linker` is set to `isolated` and packages are hoisted to `node_modules/.pnpm/node_modules`. Only `node_modules/.pnpm/node_modules` is added to `NODE_PATH`, so it should not cause too long input errors (as it was sometimes the case in pnpm v6)
2022-04-01 21:58:46 +03:00
Homyee King
998da3037c chore(eslint): set root (#4515) 2022-04-01 15:55:45 +03:00
Frozen FIsh
c8acba5cd6 chore: fix typo (#4516) 2022-04-01 15:52:37 +03:00
Zoltan Kochan
9f2adb40eb fix: types 2022-03-31 16:39:30 +03:00
Zoltan Kochan
3276ccec85 fix: types 2022-03-31 16:20:15 +03:00
Zoltan Kochan
5c5cbb110c fix: types 2022-03-31 16:01:54 +03:00
Zoltan Kochan
4926f85e2c chore: add missing peer dependencies 2022-03-31 14:51:17 +03:00
Zoltan Kochan
6b74b72060 chore(release): 7.0.0-rc.0 v7.0.0-rc.0 2022-03-31 12:26:46 +03:00
Zoltan Kochan
fe79f98a5f docs: update changesets 2022-03-31 12:25:34 +03:00
Zoltan Kochan
e7bdc2cc28 feat: don't resolve peer dependencies from workspace root (#4469) 2022-03-31 12:16:25 +03:00
Homyee King
5581e4ef62 fix: typo (#4499) 2022-03-30 11:53:58 +03:00
milahu
9a71923eb5 refactor: remove duplicate code (#4496) 2022-03-29 14:35:07 +03:00