Commit Graph

6963 Commits

Author SHA1 Message Date
Zoltan Kochan
ff2ba03e31 fix: avoid unnecessary output when executing shell commands 2021-05-28 03:12:19 +03:00
Zoltan Kochan
22f8410393 fix: execution of shell commands that have -h/--help option 2021-05-28 02:49:00 +03:00
Zoltan Kochan
9a23fbc712 chore: add .npmignore to artifacts 2021-05-28 02:30:42 +03:00
Zoltan Kochan
7d9d50e953 chore(release): 6.6.0 v6.6.0 2021-05-28 02:09:05 +03:00
Zoltan Kochan
3cabbd4d4a fix(exec): update help 2021-05-28 01:09:46 +03:00
Zoltan Kochan
209c142358 feat: run arbitrary commands via pnpm CLI (#3478)
ref #3191
2021-05-27 23:56:48 +03:00
Zoltan Kochan
618f7455ca fix: revert change in main.ts 2021-05-27 02:29:31 +03:00
Zoltan Kochan
c1f137412c fix: pnpm exec should use the right Node.js version (#3477) 2021-05-27 02:00:26 +03:00
Zoltan Kochan
7aa9f13a9b test(audit): fix 2021-05-26 16:40:54 +03:00
Zoltan Kochan
6d2ccc9a34 fix: download Node.js from nodejs.org (#3475) 2021-05-26 15:22:55 +03:00
Zoltan Kochan
6310770a9a docs(beta): add install instructions 2021-05-24 15:39:29 +03:00
Zoltan Kochan
038ab1a869 chore(deps): update 2021-05-23 01:39:46 +03:00
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