Commit Graph

139 Commits

Author SHA1 Message Date
Mark Omarov
ba270a9671 feat(env): add remove command to pnpm env (#5263)
* feat(env): add uninstall command to pnpm env

* chore(changeset): define minor bump

* fix(env): fixes for pnpm env uninstall

- Fix broken node path for the windows platform
- Notify user when removing default Node.JS
- Remove `await` on `fs.unlink` in `Promise.all`
- Add support for Node.JS v14.13 and earlier

* fix(env): fix failing tests on Windows platform

* fix(env): update aliases and error catching

- Add `rm, un, uninstall` aliases to the `remove` command
- Update CLI help message
- Ignore only `ENOENT` errors

* refactor(env): cr updates

- Use `remove` with `rm` alias only
- Update CLI help message
- Update tests to use `remove` command
- Replace custom support for older Node.JS versions
  with `@zkochan/rimraf`

* refactor(env): simplify catch block

* fix: env rm

* refactor: test

Co-authored-by: Mark Omarov <inkfaust@gmail.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-08-30 01:53:13 +03:00
Zoltan Kochan
7b2e5cdc9d chore(release): 7.9.5 2022-08-24 14:55:25 +03:00
Zoltan Kochan
93e0d0f209 chore(release): 7.9.4 2022-08-23 03:33:10 +03:00
JacobLinCool
c242672f5a feat(env): show state on fetching node (#5241)
* feat(env): show state on fetching node

* fix: use internal logger instead of console.log

* chore: add changeset
2022-08-22 19:24:09 +03:00
Zoltan Kochan
052f73d45b chore(release): 7.9.4-0 2022-08-18 12:35:37 +03:00
Zoltan Kochan
f815b6ca39 chore(release): 7.9.2 2022-08-17 12:03:52 +03:00
Zoltan Kochan
dbac0ca01d fix(deps): update (#5190)
close #5191
2022-08-14 00:19:54 +03:00
Zoltan Kochan
850cf0a8ee chore(release): 7.9.1 2022-08-10 12:41:58 +03:00
Zoltan Kochan
c9ce2725c4 chore(release): 7.9.0 2022-08-06 18:19:52 +03:00
Zoltan Kochan
f5c8710485 chore: add changeset 2022-08-06 17:06:39 +03:00
Zoltan Kochan
f5f0e4348e chore(release): 7.9.0-0 2022-08-03 17:48:37 +03:00
Zoltan Kochan
761be978b2 chore(release): 7.8.0 2022-07-31 11:25:05 +03:00
Zoltan Kochan
a80b98a7b8 chore(release): 7.7.0 2022-07-29 14:50:38 +03:00
Zoltan Kochan
f774dd1e16 chore(release): 7.7.0-1 2022-07-28 16:42:05 +03:00
Zoltan Kochan
1d1fc087ba chore(release): 7.7.0-0 2022-07-27 12:39:42 +03:00
Zoltan Kochan
9a35a899b0 chore(release): 7.6.0 2022-07-21 18:17:01 +03:00
Zoltan Kochan
132b83d1d5 chore(release): 7.6.0-0 2022-07-20 17:54:40 +03:00
Zoltan Kochan
80707088c2 refactor(env): releaseDir=>releaseChannel 2022-07-20 01:42:32 +03:00
Zoltan Kochan
7cba20498a test(script-runners): fix 2022-07-18 04:16:52 +03:00
MCMXC
532d5eb79e chore(deps): upgrade nock to v13 (#5043)
- upgrade nock throughout packages to 13.2.8
- remove nock from packageRules in renovate.json
2022-07-17 16:41:46 +03:00
Zoltan Kochan
8782bcba7e chore(release): 7.5.2 2022-07-14 02:24:09 +03:00
Zoltan Kochan
716a29acc9 chore(deps): update 2022-07-06 03:01:33 +03:00
Zoltan Kochan
c1493a4c55 chore(release): 7.5.0 2022-07-02 16:07:26 +03:00
Zoltan Kochan
b2d271d29c chore: use workspace with star to reference workspace dependencies 2022-07-01 03:45:20 +03:00
Zoltan Kochan
ef7d414ed9 chore(release): 7.4.0 2022-06-28 15:58:36 +03:00
Zoltan Kochan
597047fc05 chore(deps): update 2022-06-28 15:38:42 +03:00
Zoltan Kochan
b5b856bbde chore(release): 7.4.0-3 2022-06-27 20:02:30 +03:00
Zoltan Kochan
148a104da8 chore(release): 7.4.0-2 2022-06-27 01:16:31 +03:00
Zoltan Kochan
6576a92b12 chore(release): 7.4.0-1 2022-06-24 21:46:26 +03:00
Zoltan Kochan
c0a777e62d chore(release): 7.4.0-0 2022-06-23 01:17:54 +03:00
Zoltan Kochan
88bfdd9f14 test(env): fix 2022-06-22 15:04:45 +03:00
Zoltan Kochan
badbab1540 refactor: create @pnpm/node.resolver 2022-06-21 23:13:09 +03:00
Zoltan Kochan
228dcc3c9c refactor: create @pnpm/node.fetcher (#4908) 2022-06-21 20:42:21 +03:00
Zoltan Kochan
825867111b refactor: env 2022-06-21 12:59:32 +03:00
Zoltan Kochan
d1df380abe fix(env): use-node-version should work with prerelease versions (#4903) 2022-06-21 01:55:12 +03:00
Zoltan Kochan
148c028468 chore(release): 7.3.0 2022-06-18 23:31:44 +03:00
Zoltan Kochan
27ec3be6ca chore(release): 7.2.1 2022-06-11 04:51:53 +03:00
Zoltan Kochan
c38c2c5922 fix: support Node.js v14.6 (#4878) 2022-06-11 04:49:48 +03:00
Zoltan Kochan
1c884e8f57 chore(release): 7.2.0 2022-06-10 14:50:14 +03:00
Zoltan Kochan
0d18484f54 chore(release): 7.1.8 2022-06-05 00:27:29 +03:00
Zoltan Kochan
f2592de192 test: update Jest (#4644) 2022-06-02 02:56:29 +03:00
Zoltan Kochan
a39a411a1d chore(release): 7.1.6 2022-05-27 03:38:38 +03:00
Zoltan Kochan
38dd3bf839 chore(release): 7.1.4 2022-05-24 02:17:14 +03:00
Zoltan Kochan
24f936b3be chore(release): 7.1.3 2022-05-22 03:31:43 +03:00
Zoltan Kochan
58d656b070 chore(release): 7.1.1 2022-05-17 17:06:51 +03:00
Zoltan Kochan
fe06f7de4b chore(release): 7.1.0 2022-05-12 17:19:38 +03:00
Zoltan Kochan
a080a4ba0a chore(release): 7.0.1 2022-05-07 12:52:00 +03:00
Zoltan Kochan
cb31207f17 chore(release): 7.0.0 2022-05-01 01:35:26 +03:00
Zoltan Kochan
1ceb632b1c fix: solve circular dependencies issue in the workspace 2022-04-30 03:59:40 +03:00
Zoltan Kochan
88da235363 chore(release): 7.0.0-rc.8 2022-04-24 13:52:31 +03:00