Commit Graph

7377 Commits

Author SHA1 Message Date
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
Zoltan Kochan
34639c43ce chore(deps): update 2022-03-29 02:19:18 +03:00
Tmk
618842b0df fix: handle undefined version spec (#4487) 2022-03-29 01:13:03 +03:00
Whitewater
cfe345b6d6 fix(publish): better error when git branch cannot be detected (#4488) 2022-03-27 15:55:23 +03:00
CommanderRoot
bc35dff9a9 chore: replace deprecated String.prototype.substr() (#4479)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-03-25 23:04:20 +02:00
Zoltan Kochan
426f751aa7 test: fix 2022-03-25 22:17:56 +02:00
Zoltan Kochan
e2866dee92 chore(deps): update 2022-03-23 11:58:00 +02:00
Zoltan Kochan
546e644e93 fix: types should not be hoisted to the root of node_modules (#4459)
close #4457
2022-03-23 02:03:00 +02:00
Zoltan Kochan
688b0eaff9 fix(lockfile-utils): checking dependenciesMeta (#4463) 2022-03-21 21:56:29 +02:00
Homyee King
97d710c136 fix: typo (#4462) 2022-03-21 19:05:55 +02:00
Zoltan Kochan
01f4e9c914 fix: fetch should allow the same options as install (#4460)
close #4453
2022-03-21 12:30:49 +02:00
Zoltan Kochan
2109f2e8e3 fix: use @pnpm/graph-sequencer instead of graph-sequencer (#4458) 2022-03-21 00:08:26 +02:00
Zoltan Kochan
9156419679 test(package-requester): fix 2022-03-20 03:09:23 +02:00
Zoltan Kochan
884dd286da chore(release): 7.0.0-beta.2 v7.0.0-beta.2 2022-03-20 02:48:24 +02:00
Zoltan Kochan
d29352bda0 fix: downgrade @zkochan/pkg 2022-03-20 02:47:21 +02:00
Zoltan Kochan
cc4a46d44d chore(release): 7.0.0-beta.1 v7.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
a36b6026bb feat(core): pruneLockfileImporters is true by default 2022-03-16 23:46:39 +02:00
Zoltan Kochan
f332202030 chore: use Node.js 14 for the exe version 2022-03-16 22:39:13 +02:00
Zoltan Kochan
5757eec7cf chore(deps): update 2022-03-16 15:52:19 +02:00
Zoltan Kochan
6aa02cee18 feat(npm-resolver): add more info into the not found error object 2022-03-16 15:27:14 +02:00
Zoltan Kochan
8465aefe08 chore(release): 7.0.0-beta.0 v7.0.0-beta.0 2022-03-16 00:39:24 +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