nodePackages.pnpm: 7.29.1 -> 8.1.1

Signed-off-by: Nick Gerace <nickagerace@gmail.com>
This commit is contained in:
Nick Gerace 2023-04-05 14:11:21 -04:00 committed by Yt
parent c816bd50aa
commit 6b556aed2c
2 changed files with 6 additions and 3 deletions

View file

@ -217,6 +217,9 @@ In addition to numerous new and upgraded packages, this release has the followin
- `go-ethereum` package has been updated to v1.11.5 and the `puppeth` command is no longer available as of v1.11.0.
- The `pnpm` package has be updated to from version 7.29.1 to version 8.1.1 and Node.js 14 support has been discontinued (though, there are workarounds if Node.js 14 is still required)
- Migration instructions: ["Before updating pnpm to v8 in your CI, regenerate your pnpm-lock.yaml. To upgrade your lockfile, run pnpm install and commit the changes. Existing dependencies will not be updated; however, due to configuration changes in pnpm v8, some missing peer dependencies may be added to the lockfile and some packages may get deduplicated. You can commit the new lockfile even before upgrading Node.js in the CI, as pnpm v7 already supports the new lockfile format."](https://github.com/pnpm/pnpm/releases/tag/v8.0.0)
## Other Notable Changes {#sec-release-23.05-notable-changes}
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->

View file

@ -131006,10 +131006,10 @@ in
pnpm = nodeEnv.buildNodePackage {
name = "pnpm";
packageName = "pnpm";
version = "7.29.1";
version = "8.1.1";
src = fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-7.29.1.tgz";
sha512 = "dn+65B2XpMIin7sQZvBIJ2Zyx8Z7LK95qyAvgEPE8qXkWYL/LuwpfMfK9Muc7+zNnpPwiQgtGEsxgOtuabFibQ==";
url = "https://registry.npmjs.org/pnpm/-/pnpm-8.1.1.tgz";
sha512 = "XLzcc4O8YrqfQ1+qjPtHGDFcdUeno2Zk+kuuSc9CagIiY8y4uhnqQ2B7jW8tgwQDNmehewGZuqrAoskgCkbTnw==";
};
buildInputs = globalBuildInputs;
meta = {