mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
* 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>