Zoltan Kochan
01bc58e2c4
fix(deps): update
2023-10-15 13:08:09 +03:00
Zoltan Kochan
7be55be549
chore(deps): update
2023-10-15 13:01:52 +03:00
Nacho Aldama
6dfbca86b4
fix: bump reflink version to 0.1.12 ( #7203 )
2023-10-15 12:59:34 +03:00
Zoltan Kochan
46dc34dcc8
fix: reading settings from package.json when shared-workspace-lockfile is false ( #7202 )
...
close #7184
2023-10-15 12:46:56 +03:00
Zoltan Kochan
ac5abd3ff7
fix(dlx): don't fail when running dlx from project with patched deps ( #7201 )
...
close #7198
close #7183
close #7200
2023-10-15 04:44:55 +03:00
await-ovo
bc83798d46
refactor(plugin-commands-installation): optimize cli output after select dependencies when update ( #7125 )
...
* refactor(plugin-commands-installation): optimize cli output after select dependencies when update
* docs: add changeset
* chore: set dep group choice to disabled
* fix: test case
* feat: filter out dep group choice in prompt output
* docs: update changesets
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-13 22:36:08 +03:00
Zoltan Kochan
1c4e7817b3
docs: add new sponsor
2023-10-13 16:12:19 +03:00
Zoltan Kochan
d15606ad1c
chore(release): libs
2023-10-11 17:59:52 +03:00
Zoltan Kochan
4aa41ef3a6
perf(rebuild): only link bins if something was built ( #7193 )
2023-10-11 17:55:54 +03:00
Nacho Aldama
e19de6a596
fix: avoid empty cloned files ( #7190 )
...
* fix: avoid empty cloned files
* docs: add changesets
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-11 17:39:36 +03:00
Zoltan Kochan
8605ffa120
docs: fix utm_medium in release sponsor link
2023-10-10 02:26:48 +03:00
Zoltan Kochan
ef37a37566
docs: add new sponsor
2023-10-09 23:49:06 +03:00
Zoltan Kochan
346251348f
chore(release): 8.9.0
v8.9.0
2023-10-09 14:43:50 +03:00
Zoltan Kochan
e467c7df24
chore(release): 8.9.0-1
v8.9.0-1
2023-10-09 13:00:10 +03:00
Zoltan Kochan
6337dcdbcf
fix: cloning a package that has a file duplicate in the index ( #7179 )
2023-10-09 12:52:42 +03:00
Nacho Aldama
049720ad29
fix: bump @reflink/reflink version (0.1.8) ( #7178 )
2023-10-09 02:41:59 +03:00
Zoltan Kochan
201695f166
chore(release): 8.9.0-0
v8.9.0-0
2023-10-08 22:55:35 +03:00
Steven Petryk
b1dd0ee58f
feat: merge manifest resolutions and pnpm.overrides ( #7174 )
...
* feat: merge manifest `resolutions` and `pnpm.overrides`
As someone currently migrating from Yarn, I would find it extremely
helpful to be able to give Yarn and pnpm different override
instructions.
By merging these two, migration from Yarn is even easier, because you
can fix pnpm-specific overrides inside `pnpm.overrides` without
affecting the existing Yarn setup.
* style: make changeset just one line
* Update .changeset/twenty-walls-sit.md
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-08 22:32:03 +03:00
Zoltan Kochan
3ad2ec63eb
chore(release): libs
2023-10-08 17:21:51 +03:00
Steven Petryk
cb9af50880
fix(pd): ensure pd builds the pnpm worker ( #7173 )
...
Trying to develop from a fresh clone of `pnpm`, I noticed that the
worker was missing from `./pnpm/pnpm/dev/dist`. This makes it so that
esbuild compiles it in addition to the main `pnpm` script.
Without this, `pd install` was failing with:
```
MODULE_NOT_FOUND Cannot find module '/Users/steven/src/pnpm/pnpm/dev/dist/worker.js'
```
2023-10-08 03:47:58 +03:00
Zoltan Kochan
d774a3196c
feat: onlyBuiltDependenciesFile ( #7167 )
...
close #7137
2023-10-08 01:50:47 +03:00
Nacho Aldama
ca1c849b38
fix: bump reflink version (0.1.7) ( #7171 )
2023-10-07 21:12:07 +03:00
Eric Kwoka
2e6915727d
feat(env): allow installing and removing multiple NodeJS versions at once ( #7155 )
...
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-05 03:13:46 +03:00
Zoltan Kochan
ee6e0734e9
docs: add changesets
2023-10-04 13:03:44 +03:00
Zoltan Kochan
4d18bec33c
perf: use rclonefile to fix cloning on macOS and Windows Dev Drive ( #7031 )
...
close #5001
---------
Co-authored-by: Ignacio Aldama Vicente <sr.drabx@gmail.com >
2023-10-04 12:39:02 +03:00
Alvis Tang
12f45a83d2
fix: honor never/only-built-dependencies in workspace setup ( #7141 )
...
close #7135
close #5407
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-03 19:42:13 +03:00
Jannis Morgenstern
832e288263
feat: add disallow-workspace-cycles option to error on cyclic dependencies ( #7144 )
...
* feat: add `no-cyclic` option to error on cyclic dependencies
* refactor: rename no-cyclic to disallow-workspace-cycles
2023-10-03 19:25:22 +03:00
Zoltan Kochan
b0df222db0
docs: return silver sponsnor that was removed by mistake
2023-10-02 12:02:12 +03:00
Zoltan Kochan
fd91bdaa85
chore(release): libs
2023-10-01 12:08:32 +03:00
Zoltan Kochan
b0afd78339
fix: out-of-memory error during peers resolution ( #7149 )
2023-09-28 21:40:03 +03:00
Zoltan Kochan
a5fff1cf51
docs(README): update banner
2023-09-27 17:18:21 +03:00
Zoltan Kochan
122febe472
fix(list): export PackageDependencyHierarchy
2023-09-27 17:14:48 +03:00
LaicZhang
41b5eb7a5b
perf: replace startsWith with === ( #7138 )
2023-09-27 16:32:05 +03:00
Nacho Aldama
40798fb1cd
fix(reviewing): fix memory error in pnpm why ( #7122 )
...
* fix(reviewing): fix memory error in `pnpm why`
* fix: update comments
* fix: add support for `--depth`
* fix: move implementation to `@pnpm/list`
* fix: revert changes in Dependencies Hierarchy
* fix: add pnpm to patch list
* refactor: rename functions to descriptive names
* refactor: rename `findEndLeafs` to `findEndLeaves`
2023-09-27 15:35:48 +03:00
Zoltan Kochan
a30334f2f4
docs: we have less sponsors
2023-09-27 03:41:24 +03:00
Zoltan Kochan
73ebfc94e0
chore(release): 8.8.0
v8.8.0
2023-09-26 15:24:32 +03:00
Zoltan Kochan
101c97ecb8
feat(list): update the API for usage in Bit CLI ( #7132 )
...
* feat(list): update the API for usage in Bit CLI
* refactor: move createPackagesSearcher to dependencies-hierarchy package
* docs: add changesets
2023-09-26 15:23:36 +03:00
Zoltan Kochan
546ca3f21b
docs: update changesets
2023-09-26 15:15:04 +03:00
await-ovo
f394cfccda
fix(resolve-dependencies): not update git protocol dependency when add unrelated dependency ( #7054 )
...
close #7008
2023-09-23 14:11:48 +03:00
Chris
ee328fd25e
feat(reporter): add --hide-reporter-prefix option ( #7086 )
...
close #7061
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-09-23 03:56:36 +03:00
Zoltan Kochan
1f32d3eb89
fix: updating dependencies node_modules when node-linker is hoisted ( #7117 )
...
close #7107
2023-09-21 12:10:31 +03:00
Zoltan Kochan
98377afd34
chore(deps): update
2023-09-19 15:24:05 +03:00
Sukka
87148a4cfa
perf: use v8-compile-cache to speed up cold boot ( #7104 )
...
* feat: use `v8-compile-cache` to speed up cold boot
* chore: add missing build script
* refactor: require v8-compile-cache from node_modules
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-09-19 02:34:20 +03:00
Bryan Lee
ba48fe0bc4
feat: add pnpm dedupe --ignore-scripts ( #7103 )
...
close #7102
2023-09-19 02:09:09 +03:00
await-ovo
6d97739890
feat(plugin-commands-config): throw meaningful error for config sub commands ( #7108 )
...
close #7106
2023-09-19 01:41:49 +03:00
Zoltan Kochan
7173127aa0
chore(release): 8.7.6
v8.7.6
2023-09-17 22:18:18 +03:00
Zoltan Kochan
78a97774d1
fix: directories are not being removed from node_modules while linking commands ( #7101 )
...
close #6756
2023-09-17 18:25:12 +03:00
Zoltan Kochan
2690115d42
chore(deps): update
2023-09-15 18:28:45 +03:00
Zoltan Kochan
17d2ddb056
fix: don't run prepublishOnly of git-hosted dependencies ( #7096 )
...
close #7026
2023-09-15 17:04:28 +03:00
Khải
a6f5e5c9c0
fix: [use-]node-version isn't passed on workspace ( #7092 )
...
close #6981
2023-09-15 02:56:13 +03:00