Commit Graph

16 Commits

Author SHA1 Message Date
Zoltan Kochan
ee61ca4cb7 style: update eslint (#6236) 2023-03-18 14:57:29 +02:00
Zoltan Kochan
583e3954be fix: remove suppressImplicitAnyIndexErrors from typescript settings (#5991) 2023-01-28 18:19:26 +02:00
Zoltan Kochan
5bac26658f style: fix 2023-01-11 01:22:11 +02:00
Zoltan Kochan
313702d76b refactor: all packages should be in the @pnpm scope (#5785) 2022-12-13 03:46:56 +02:00
Zoltan Kochan
0b2af0becc style: no default exports (#5498) 2022-10-15 04:33:38 +03:00
Zoltan Kochan
043d988fc9 style: no default exports (#5490) 2022-10-14 16:49:11 +03:00
MCMXC
39c0401277 chore: upgrade various dependencies (#5138)
* chore: upgrade various dependencies

- upgrade syncpack from v6 to v8
- set syncpack workspace option to false to avoid changing workspace:* to exact version

* - remove deprecated @types/json5
- upgrade eslint-config-standard-with-typescript to v22
- install eslint-plugin-n which is now a required peer dependency
- upgrade eslint-plugin-promise to v6
- bump minimum node version to >=12.22.0 in @pnpm/eslint-config

* sync various @types/* packages to be at the same major version as the dep they provide types for

* fix new reported lint issues

* add changeset

* docs: update changesets

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-08-02 11:36:06 +03:00
Zoltan Kochan
cdeb652035 feat: the global store location should be inside the pnpm home directory (#4522) 2022-04-02 23:34:46 +03:00
Zoltan Kochan
faf830b8f6 feat: improve dep path of local deps 2022-03-19 20:39:10 +02:00
Zoltan Kochan
0d68aa002e style: fix 2021-03-17 17:27:00 +02:00
Zoltan Kochan
f2c8e95e30 fix(deps): update dependency eslint-config-standard-with-typescript to v20
close #3236
2021-03-13 03:33:30 +02:00
Zoltan Kochan
048c948719 fix: rename .pnp.js to .pnp.cjs (#3148)
ref #2902
2021-02-17 00:37:17 +02:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
Zoltan Kochan
3503951d39 perf: don't use graceful-fs and mz/fs (#3129) 2021-02-09 13:44:07 +02:00
Zoltan Kochan
e71cdfbcd2 chore: fix installation of dependencies 2021-01-03 16:52:58 +02:00
Zoltan Kochan
34c5e120a1 feat: new CLI that allow to mount node_modules with FUSE
PR #3047
2020-12-31 12:27:35 +02:00