Commit Graph

33 Commits

Author SHA1 Message Date
Victor Vlasenko
b19ada8ef3 refactor: simplify scripts for running lint (#3895) 2021-10-19 17:40:20 +03:00
Zoltan Kochan
55e7d6e5d4 chore(release): 6.18.0 2021-10-19 12:37:43 +03:00
Zoltan Kochan
37905fcf7c feat: installing prerelease Node.js versions (#3892)
ref https://github.com/pnpm/pnpm/discussions/3857
2021-10-19 11:39:14 +03:00
Zoltan Kochan
917b95c01f fix: upgrade typescript to v4.4.4 2021-10-16 23:33:34 +03:00
Zoltan Kochan
1a6cc7ee77 feat(env): installing the latest Node.js version (#3879)
ref https://github.com/pnpm/pnpm/discussions/3857
2021-10-16 16:15:36 +03:00
Zoltan Kochan
3882510d52 chore(release): 6.17.2 2021-10-16 04:00:20 +03:00
Zoltan Kochan
5ee3b2dc77 fix: use single global config file for all npm/pnpm versions (#3873) 2021-10-15 13:10:02 +03:00
Zoltan Kochan
75d1ab862c chore(release): 6.17.1 2021-10-14 15:16:59 +03:00
Zoltan Kochan
913d97a050 fix(env): do not create a command shim for the Node.js executable (#3869) 2021-10-14 14:26:00 +03:00
Zoltan Kochan
0a639e41b8 feat: every package should have a pnpm<major_version> keyword 2021-10-11 12:15:32 +03:00
Zoltan Kochan
9821c0289b chore(release): 6.17.0 2021-10-10 15:05:02 +03:00
Zoltan Kochan
b70ea5756a chore(release): 6.16.1 2021-10-05 00:49:40 +03:00
Zoltan Kochan
b14c9a0f1e chore(release): 6.16.0 2021-09-29 01:16:31 +03:00
Zoltan Kochan
0d4a7c69e4 fix: installed commands cannot be found on case sensitive Windows (#3804)
close #3800
2021-09-29 00:21:36 +03:00
Zoltan Kochan
ea69daae5d chore(release): 6.15.2 2021-09-26 14:33:29 +03:00
Zoltan Kochan
553a5d840d feat: pin Node.js to global package (#3780) 2021-09-22 01:32:33 +03:00
Zoltan Kochan
04b7f60861 fix: prevent binary planting attacks on Windows 2021-09-16 12:10:46 +03:00
Zoltan Kochan
12686104e6 chore(release): 6.15.0 2021-09-13 04:50:24 +03:00
Zoltan Kochan
bab1723854 fix: do not silently exit on bad HTTPS requests (#3768)
close #3756
close #3754
2021-09-13 04:44:40 +03:00
Zoltan Kochan
5ec55641d4 chore(release): 6.14.7 2021-09-07 00:16:25 +03:00
Zoltan Kochan
82a8e5d754 chore(release): 6.14.6 2021-09-03 11:19:34 +03:00
Zoltan Kochan
869b1afcbe fix: the env command on Windows (#3742)
close #3711
2021-09-03 03:37:22 +03:00
Zoltan Kochan
f2c46c5515 chore(release): 6.14.5 2021-08-30 00:10:33 +03:00
Zoltan Kochan
40690fa58e chore(release): 6.14.4 2021-08-29 13:25:37 +03:00
Zoltan Kochan
cfae5193e0 chore(release): 6.14.2 2021-08-22 21:43:10 +03:00
Zoltan Kochan
25a2d6e5ca feat(env): link npm and npx as well, when installing Node.js (#3696) 2021-08-22 20:16:19 +03:00
Zoltan Kochan
d7c0264234 chore(release): 6.14.0 2021-08-20 17:57:45 +03:00
Zoltan Kochan
f93aa3699c chore(release): 6.14.0-0 2021-08-17 03:20:53 +03:00
Zoltan Kochan
dba24446ed chore(release): 6.12.1 2021-08-08 13:57:11 +03:00
Zoltan Kochan
bf309b39e7 chore(release): 6.12.0 2021-08-07 02:15:40 +03:00
Zoltan Kochan
3e61847356 chore(release): 6.12.0-0 2021-08-01 12:31:35 +03:00
Zoltan Kochan
27e6331c65 feat(env): install Node.js using a version range (#3629) 2021-07-31 00:21:42 +03:00
Zoltan Kochan
af8b5716e4 feat: a command for installing Node.js (#3620)
The following command will install Node.js (inspired by [poetry](https://python-poetry.org/docs/managing-environments/)):

```
pnpm env use --global 16.5.0
```
2021-07-30 14:21:19 +03:00