Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
d094a2f90a chore(release): 6.5.0 v6.5.0 2021-05-22 23:01:56 +03:00
Zoltan Kochan
473223be97 feat: a new command for setting up pnpm (#3456) 2021-05-22 22:36:50 +03:00
renovate[bot]
58d2e68be5 chore(deps): update dependency @types/http-proxy-agent to v4 (#3470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-22 04:17:16 +03:00
renovate[bot]
8870fdec0b fix(deps): update dependency eslint-plugin-promise to v5 (#3334)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-22 02:28:48 +03:00
renovate[bot]
1c2c3b3a30 chore(deps): update dependency jest to v27.0.0-next.11 (#3424)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-21 23:47:40 +03:00
renovate[bot]
dadfa0618f chore(deps): update dependency esbuild to ^0.12.0 (#3468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-21 23:32:00 +03:00
Zoltan Kochan
819f678942 feat(publish): --report-summary (#3461)
* feat(publish): --report-summary

* fix: typo

* fix: write a report summary even if packages were not published
2021-05-21 02:31:14 +03:00
Zoltan Kochan
f45b1af7d4 fix: update notifier should fail early (#3465)
close #3435
2021-05-21 02:13:05 +03:00
Zoltan Kochan
23adaf0c91 fix(node): write to stderr when installing Node.js 2021-05-20 03:22:31 +03:00
Daniel
6e8cedb79c feat(find-workspace-dir): add env var support for setting the workspace dir (#3464) 2021-05-20 03:15:33 +03:00
Zoltan Kochan
84ec82e05c feat: new plugin for managing Node.js versions (#3459) 2021-05-20 02:10:25 +03:00
Zoltan Kochan
ecd00529a4 chore(deps): update 2021-05-20 00:17:08 +03:00
Zoltan Kochan
c2a71e4fde feat: --use-stderr (#3463) 2021-05-19 23:50:27 +03:00
Zoltan Kochan
b0c5795e2a chore(release): sync artifact versions 2021-05-16 18:17:52 +03:00
Zoltan Kochan
c5304db4d4 feat: add artifact for macOS x64 2021-05-16 12:22:42 +03:00
Zoltan Kochan
18ee24eba7 feat(help): print info about the type CLI - binary or not 2021-05-16 12:04:27 +03:00
Zoltan Kochan
beb0d74a18 chore(release): 6.4.0 v6.4.0 2021-05-16 04:31:08 +03:00
Zoltan Kochan
80a5b41511 chore(deps): update @zkochan/npm-lifecycle 2021-05-16 04:18:40 +03:00
Zoltan Kochan
da0d4091d5 fix: always pass the right args to readPackage hook (#3455)
close #3453
2021-05-16 03:33:45 +03:00
Zoltan Kochan
0560ca63fb fix(hoist): don't print a warning on skipped optional deps (#3454)
close #2798
2021-05-15 21:27:05 +03:00
Zoltan Kochan
0332c8e6a3 chore(deps): update 2021-05-15 18:42:25 +03:00
Zoltan Kochan
256205029b fix: @pnpm/beta 2021-05-15 17:20:14 +03:00
Zoltan Kochan
1dbab3ad97 feat: bundle the pnpm CLI with Node.js using pkg (#3444) 2021-05-15 14:57:55 +03:00
Zoltan Kochan
e073f39bae test(audit): fix 2021-05-15 14:54:25 +03:00
Scott
6a1468495e support for type and imports in publishConfig (#3315)
* support for `type` and `imports` in publishConfig

This PR is for allowing `type` to be overriden in the `package.json` when used with the `publishConfig` key. This is so that during development, in particular with a monorepo, it can be challenging when on a project to be able to seamlessly work across dependencies, when `type` is is defined

* feat: created new changeset for feature addition

Co-authored-by: ScottAwesome <scottawesome@users.noreply.github.com>
2021-05-15 12:25:21 +03:00
Zoltan Kochan
7030ad8e28 chore(release): 6.3.0 v6.3.0 2021-05-10 01:54:20 +03:00
amit
6f3fa2233e feat(list): add workspace to list command when setting output to json (#3432)
when running pnpm list  with --json flag for each workspace print the path in the json output

closes #3418

Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com>
2021-05-10 00:47:16 +03:00
Zoltan Kochan
a7de89feb4 fix(why): do not incorrectly include linked deps in search results (#3428) 2021-05-08 02:43:07 +03:00
Zoltan Kochan
2f2dcce5b7 test(audit): fix 2021-05-07 13:09:34 +03:00
Zoltan Kochan
ff9714d783 fix: don't list commands twice in workspace root (#3423) 2021-05-07 11:46:03 +03:00
Zoltan Kochan
0e69ad4403 fix: prefer headless install when lockfile is up-to-date (#3422)
Prefer headless install, when the lockfile is up-to-date
and some packages are linked using relative path via `workspace:<path>`.
2021-05-07 11:45:47 +03:00
Zoltan Kochan
84654221fc chore: update deps 2021-05-07 03:22:02 +03:00
Zoltan Kochan
68491fbaa8 test(audit): fix 2021-05-06 15:16:06 +03:00
amit
9d2ff0309b fix: pnpm doesn't respect save-prefix (#3420)
When save-prefix in .npmrc is set to an empty string,
 pnpm does not honor it and sets the package version with the default ^ as a prefix.

Close #3414

Co-authored-by: amit <amit@enso.security>
2021-05-06 14:50:28 +03:00
Zoltan Kochan
e8c61859f2 chore(release): 6.2.5 v6.2.5 2021-05-04 01:26:35 +03:00
Zoltan Kochan
bf322c7022 fix(npm-resolver): avoid conflicts in metadata when pkg name is upper case 2021-05-04 01:04:12 +03:00
amit
ae36ac7d3c fix(npm-resolver): unhandled rejection in fetch (#3413)
When fetch command fails for any reason  catch it and return FetchError to avoid Unhandled rejection

close #3261.

Co-authored-by: amit <amit@enso.security>
2021-05-04 00:28:06 +03:00
Zoltan Kochan
20e2f235da fix: installing two packages with same name in different case (#3417) 2021-05-03 23:30:36 +03:00
Zoltan Kochan
ec097f4edb fix(hoist): ignore the case when deciding which dependency to hoist 2021-05-03 21:43:22 +03:00
Zoltan Kochan
c3595cb01c fix: installing two dependencies with same name (#3416)
close #3308
2021-05-03 21:04:35 +03:00
Zoltan Kochan
bcc82cd685 test: skip unstable test on Windows 2021-05-02 12:04:48 +03:00
Zoltan Kochan
f3b0f2fc1e fix: create temp pnpx directory in the store 2021-05-02 03:19:53 +03:00
Zoltan Kochan
c13196c737 test(pnpm): change assertion order 2021-05-01 21:44:38 +03:00
Zoltan Kochan
cf89197c11 chore(deps): update 2021-05-01 04:06:27 +03:00
Zoltan Kochan
e4a981c0c6 fix(default-reporter): update rxjs to v7 2021-04-30 23:40:00 +03:00
Zoltan Kochan
3f7503cda8 style: fix 2021-04-30 02:36:16 +03:00
Zoltan Kochan
5138b2bdc2 chore(release): 6.2.4 v6.2.4 2021-04-30 02:22:10 +03:00
Zoltan Kochan
a2aeeef888 fix: use graceful-fs for read/write files 2021-04-30 02:18:43 +03:00
Zoltan Kochan
ef0ca24be0 fix(cafs): use graceful-fs for reading files (#3411)
close #3378
2021-04-30 00:35:41 +03:00
Zoltan Kochan
cf7fdfcc59 ci: audit the dependencies 2021-04-28 23:06:26 +03:00