Zoltan Kochan
0554d9201e
chore(release): 6.10.3
2021-07-19 02:24:42 +03:00
Zoltan Kochan
05f8e172cb
chore(deps): update
2021-07-19 01:25:49 +03:00
Zoltan Kochan
ca67f6004e
fix: overriding packages by parent pkg and no range
2021-07-19 00:48:03 +03:00
Zoltan Kochan
82f34bf3db
chore(release): 6.10.2
v6.10.2
2021-07-16 01:29:24 +03:00
Zoltan Kochan
caf453dd33
fix: overriding should work when the range selector contains >
2021-07-16 02:53:40 +03:00
Zoltan Kochan
386b7cb26f
chore(deps): update
2021-07-16 00:58:56 +03:00
Zoltan Kochan
9476d5ac5b
fix(exec): pnpm exec should work outside of Node.js projects ( #3597 )
2021-07-14 02:26:51 +03:00
Zoltan Kochan
0f62aa30e0
chore(release): 6.10.1
v6.10.1
2021-07-12 03:08:48 +03:00
Zoltan Kochan
d3ec941d2c
fix(link): don't run install in the global pkg when linking global pkgs ( #3594 )
...
close #3462
2021-07-12 02:58:54 +03:00
Lukas
a1b85a72ab
fix: ensure command output ends with newline ( #3565 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2021-07-11 01:38:44 +03:00
Zoltan Kochan
1e570b6522
chore(release): 6.10.0
v6.10.0
2021-07-10 23:27:24 +03:00
Zoltan Kochan
be6d31693c
docs: add external link to FUNDING.yml
2021-07-10 04:05:58 +03:00
Zoltan Kochan
8678e25533
fix(link): throw an error if "pnpm link" has no options and params ( #3590 )
...
ref #3532
2021-07-09 12:26:29 +03:00
Zoltan Kochan
2264bfdf45
fix: use proper default value for store-dir, cache-dir on macOS
...
ref #2574
2021-07-08 01:43:58 +03:00
Zoltan Kochan
489ee022df
chore(release): 6.10.0-1
v6.10.0-1
2021-07-07 01:34:23 +03:00
Pablo Sáez
25f6968d47
feat: workspace-concurrency based on cores amount ( #3574 )
2021-07-05 11:07:55 +03:00
Zoltan Kochan
5aaf3e3fa1
feat: save the pnpm state file to a state directory ( #3580 )
...
ref #2574
2021-07-05 02:31:08 +03:00
Zoltan Kochan
691f647137
feat: save the metadata separately from the CAFS ( #3578 )
...
ref #2574
2021-07-04 19:35:53 +03:00
Xingcan LAN
b3478c756a
fix(supi): never do full resolution when package manifest is ignored ( #3579 )
...
Close #3576
2021-07-04 15:04:50 +03:00
Zoltan Kochan
ed07cb97c5
chore: remove redundant tsconfig file
2021-07-03 20:59:40 +03:00
Zoltan Kochan
108325124d
chore: update meta-updater
2021-07-03 20:56:14 +03:00
Zoltan Kochan
c829c590a7
chore(release): 6.10.0-0
v6.10.0-0
2021-07-03 20:49:14 +03:00
Zoltan Kochan
a5bde0aa28
feat(find-workspace-packages): export findWorkspacePackagesNoCheck()
2021-07-03 14:59:09 +03:00
Zoltan Kochan
05258cd1da
refactor: resolving transitive peer dependencies ( #3572 )
2021-07-02 00:08:51 +03:00
javier-garcia-meteologica
5565dd5f42
fix: use a more detailed cyclic depedencies warning ( #3569 ) ( #3573 )
2021-07-01 22:58:55 +03:00
Jacob Gillespie
f5ec0a96f2
feat(plugin-commands-store): add store path command ( #3571 )
...
Add a `pnpm store path` command to print the location of the pnpm store
as the CLI would resolve it. This allows the user to inspect the current
store location, as well as allows external tooling (like shell scripts)
to locate the pnpm store without needing to make assumptions about its
location or needing to load the `@pnpm/store-path` module.
This command differs from running `pnpm get store`, as `pnpm get store`
prints "undefined" in the case that no custom store path has been set,
which requires external tooling to have knowledge about where pnpm
locates its store in the default case.
close #2575
2021-07-01 16:35:16 +03:00
Zoltan Kochan
18e270a2ea
chore: fix lint:meta on Windows
2021-06-29 00:54:03 +03:00
Zoltan Kochan
d1e877860a
chore: fix lint:meta
2021-06-28 23:05:22 +03:00
Zoltan Kochan
f8efedc6ab
chore: update meta-updater
2021-06-28 18:21:55 +03:00
Zoltan Kochan
e9a345659f
chore: update meta-updater
2021-06-28 16:00:47 +03:00
Zoltan Kochan
795148ce7d
chore: use packageExtensions
2021-06-24 14:09:07 +03:00
Zoltan Kochan
e2f2e4d038
chore(release): 6.9.1
v6.9.1
2021-06-24 11:06:28 +03:00
Zoltan Kochan
3898585093
fix: resolving peer deps from deps of root project ( #3559 )
2021-06-24 10:53:50 +03:00
Zoltan Kochan
f3599aaf97
chore(release): 6.9.0
v6.9.0
2021-06-23 10:52:00 +03:00
Zoltan Kochan
8e76690f4d
feat: packageExtensions ( #3553 )
...
close #3551
2021-06-23 09:42:34 +03:00
Zoltan Kochan
813d9da776
docs(readme): add link to Russian translation
2021-06-22 18:27:10 +03:00
javier-garcia-meteologica
1442f8786d
feat: warn about cyclic dependencies ( #2162 ) ( #3537 )
2021-06-22 00:53:54 +03:00
Zoltan Kochan
ec69d35cf5
docs(readme): add link to Turkish translation
2021-06-21 19:30:46 +03:00
Zoltan Kochan
24ecfb4f12
docs(readme): add link to Italian translation
2021-06-21 11:45:42 +03:00
Zoltan Kochan
181bc58164
chore(deps): update
2021-06-21 02:52:06 +03:00
Zoltan Kochan
588f20bec1
chore(release): 6.8.0
v6.8.0
2021-06-21 02:22:02 +03:00
Zoltan Kochan
c1cdc0184f
fix: resolve peer dependencies from the root of the workspace ( #3549 )
2021-06-21 00:48:56 +03:00
Zoltan Kochan
6c418943c3
fix: don't break the lockfile if it has peer deps with underscores ( #3546 )
...
close #3542
2021-06-20 02:40:33 +03:00
Zoltan Kochan
060c736779
fix: peer names in virtual store directory names ( #3545 )
2021-06-20 01:58:51 +03:00
Zoltan Kochan
5950459d7f
fix(update): read the production/dev/optional options from the CLI input only ( #3544 )
2021-06-19 23:25:45 +03:00
David Collins
c86fad0041
feat: filter packages based on glob pattern when filtering by directories ( #3521 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2021-06-18 00:06:10 +03:00
Zoltan Kochan
72c0dd7be4
fix(remove): read the production/optional/dev options ( #3541 )
2021-06-17 01:58:26 +03:00
Zoltan Kochan
7613675195
chore(deps): update
2021-06-13 14:50:50 +03:00
Lukas
571a5a3684
test: add missing package name to expect ( #3530 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2021-06-12 17:45:43 +03:00
Zoltan Kochan
a0649310a2
chore(release): 6.7.6
v6.7.6
2021-06-11 04:14:10 +03:00