await-ovo
41c2b65cff
fix: respect workspace alias syntax in pkg graph ( #6928 )
...
close #6922
2023-08-10 01:41:10 +03:00
Khải
66423df837
feat: clear error on invalid node version ( #6916 )
...
related to #6909
2023-08-10 01:38:06 +03:00
Zoltan Kochan
96e165c7ff
perf: improve tarball fetching speed ( #6819 )
2023-08-09 01:41:28 +03:00
Zoltan Kochan
b4e8b75b67
test(pnpm): fix
2023-08-08 14:54:35 +03:00
Zoltan Kochan
efa465d630
chore(deps): update @types/node to v16
2023-08-08 14:25:32 +03:00
Song Gao
a992cecc0d
chore: remove useless async keyword ( #6918 )
...
Co-authored-by: Song Gao <songgao@microsoft.com >
2023-08-07 15:19:25 +03:00
Zoltan Kochan
362f41741f
chore(release): 8.6.12
v8.6.12
2023-08-06 14:10:47 +03:00
Zoltan Kochan
00d475594b
ci: use standalone pnpm to release pnpm
2023-08-06 14:04:37 +03:00
Zoltan Kochan
ecad8a724d
fix: install --frozen-lockfile --lockfile-only should work ( #6915 )
...
close #6913
2023-08-06 12:17:02 +03:00
Zoltan Kochan
aaefb07d0b
fix(list): don't fail on local directory dependencies ( #6911 )
...
close #6873
2023-08-05 12:58:03 +03:00
Zoltan Kochan
92f42224c6
perf: do not relink local dependencies ( #6895 )
2023-08-05 01:03:19 +03:00
Andrew Leedham
ec50dc98cc
fix(overrides): filter overrides by intersection instead of subset ( #6904 )
...
close #6878
2023-08-04 17:39:43 +03:00
Zoltan Kochan
840b65bda6
perf: report download progress less often ( #6906 )
...
ref https://github.com/pnpm/pnpm/pull/6819
2023-08-04 12:33:13 +03:00
Felix Wolfsteller
8a4dac63c3
feat(cli-output): harmonize download progress out ( #6902 )
...
When running the CLI, downloads will show their progress,
e.g. `1.12 MB/ 3 MB`, showing only significant digits.
As the output is constantly updated, the length of the line in the
output might constantly change (2.99 -> 3 -> 3.3 -> 3.33), leading
to a visually very noisy display.
close #6901
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-08-04 04:08:28 +03:00
Khải
c5fbdb55c2
feat: friendlier error message when command not found ( #6887 )
...
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-08-04 03:18:34 +03:00
Zoltan Kochan
35abeae9fa
fix: read lockfile entry for injected deps during resolution
2023-08-03 15:20:35 +03:00
await-ovo
12b0f09768
fix(plugin-commands-patching): patch should works correctly when shared-workspace-file is false ( #6889 )
2023-08-03 02:53:06 +03:00
Zoltan Kochan
6d697d7c65
chore(deps): update meta-updater
2023-08-02 18:10:14 +03:00
Zoltan Kochan
34724dd0f2
fix: env use should work on Windows ( #6884 )
...
close #6587
2023-07-31 11:39:50 +03:00
Zoltan Kochan
b454bb07bf
fix(dlx): should not print an error stack when dlx fails ( #6883 )
...
close #6698
2023-07-30 21:50:48 +03:00
Zoltan Kochan
b97ce54396
chore(release): 8.6.11
v8.6.11
2023-07-30 20:46:12 +03:00
Zoltan Kochan
3dfaf33c98
chore(release): libs
2023-07-30 14:32:08 +03:00
David Baynard
5e7ee2473a
fix: negate error on install without lockfile ( #6851 )
...
Change the error message to indicate the wanted lockfile is absent, not
present. This now reflects the actual error.
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-07-30 03:00:52 +03:00
Zoltan Kochan
347ca9f303
test: allow to run Jest directly for running tests
2023-07-29 22:53:16 +03:00
Zoltan Kochan
df11f2c62c
style: fix
2023-07-29 22:37:57 +03:00
Zoltan Kochan
d4ad189e3b
chore(deps): update
2023-07-29 22:32:10 +03:00
Zoltan Kochan
06c3473297
docs(README): update badges
2023-07-29 18:51:13 +03:00
await-ovo
78d43a8627
fix(deploy): ensure that the deploy target is generated in the same directory ( #6859 )
...
close #6858
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-07-29 18:44:55 +03:00
Khải
692197df3e
feat: override frozen-lockfile before lifecycle ( #6877 )
...
close #6865
2023-07-29 18:28:42 +03:00
await-ovo
32679f0ad4
fix: should not swallows empty string in params ( #6871 )
...
close #6594
2023-07-29 01:18:25 +03:00
Frederick Engelhardt
3c5aaaf84e
test: add tests specifically for removePort function includes http|https|wss|ws ( #6874 )
...
* * chore(tests): add tests specifically for removePort function
* chore(test): move removePort to it's own helper function
* add support for more url types, http,https,ws,wss
* chore(formatting): remove auto-formatting
* chore(formatting): remove auto-formatting for test file
* style: reformat
---------
Co-authored-by: Frederick Engelhardt <frederick.engelhardt@bestbuy.com >
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-07-29 01:14:18 +03:00
Zoltan Kochan
e60005635d
docs(CONTRIBUTING): update test scripts
2023-07-28 14:24:11 +03:00
Frederick Engelhardt
aa20818a0e
feat(always-auth): add https port parsing on registry matching for artifactory compatibility ( #6864 )
...
Co-authored-by: Frederick Engelhardt <frederick.engelhardt@bestbuy.com >
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-07-27 17:18:29 +03:00
Zoltan Kochan
09e08a9ae3
test(listing): use local pnpm to install in fixture
2023-07-27 13:29:20 +03:00
Zoltan Kochan
2b3d0b1b3b
chore(release): libs
2023-07-26 17:50:12 +03:00
Zoltan Kochan
340261bd67
ci: use standalone pnpm
2023-07-26 17:46:34 +03:00
Zoltan Kochan
751c157cd0
fix: don't print added stats when installing lockfile only ( #6868 )
...
Related PR: https://github.com/teambit/bit/pull/7703
2023-07-26 17:46:07 +03:00
Zoltan Kochan
25396e3c5a
fix: throttle progress ( #6867 )
...
Related: https://github.com/teambit/bit/pull/7703
2023-07-26 16:37:41 +03:00
Zoltan Kochan
dac59e6321
fix: use shorter temp file name for the index files ( #6863 )
...
close #6842
Co-authored-by: David Michon <dmichon@microsoft.com >
2023-07-26 12:44:06 +03:00
Zoltan Kochan
56564248c5
chore(release): libs
2023-07-24 22:08:46 +03:00
Zoltan Kochan
3d9503461f
fix: local dependencies pointing to a symlink ( #6854 )
2023-07-24 22:06:43 +03:00
Zoltan Kochan
73f2b68267
fix: don't fail when multiple containers use the same store ( #6853 )
...
ref #6817
2023-07-24 19:58:58 +03:00
Zoltan Kochan
c0ac3cac95
chore: update required pnpm version
2023-07-24 16:32:21 +03:00
Zoltan Kochan
a34f1b5acf
chore: update lockfile
2023-07-24 16:32:18 +03:00
Zoltan Kochan
ee5157d7da
chore(release): 8.6.10
v8.6.10
2023-07-24 01:43:41 +03:00
Zoltan Kochan
8452bb2d5b
fix: don't run postpublish of git-hosted dependency ( #6848 )
...
close #6846
2023-07-22 20:35:55 +03:00
Zoltan Kochan
a13a0e8f5c
fix: don't fail when a non-optional dep of an optional dep fails ( #6847 )
...
close #6822
2023-07-22 16:53:49 +03:00
Zoltan Kochan
fe1c5f48d3
fix: make shorter temp file names in the store ( #6845 )
...
close #6842
2023-07-22 02:54:57 +03:00
Zoltan Kochan
9d4c16876f
docs: update sponsors list
...
This reverts commit a246e38031 .
2023-07-19 15:19:55 +03:00
Khải
388a13b56a
feat: sort keys before calculating checksum ( #6839 )
...
close #6824
2023-07-19 15:19:27 +03:00