Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pnpm: update to 10.2.1, add nodejs ver fallback #27570

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions devel/pnpm/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/pnpm/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test pnpm: Warning: pnpm is configured to build for the architecture(s) 'x86_64', but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/lib/node_modules/pnpm/dist/reflink.darwin-arm64-2HJ4WGO6.node Warning:

PortSystem 1.0
PortGroup npm 1.0

name pnpm
version 9.15.3
version 10.2.1
revision 0

categories devel
Expand All @@ -18,6 +18,15 @@

homepage https://pnpm.io

checksums rmd160 4715ffb3a376de1307bb22525b0716f56e3de403 \
sha256 c1da43727ccbc1ed42aff4fd6bdb4b1e91e65a818e6efff5b240fbf070ba4eaf \
size 4315860
checksums rmd160 415f149f7f0278acf1cf0c4c815a963c0378cd9b \
sha256 f988f0d93b87e1da2d8cdf6ac7f45a01c6f843ae3606b4ca0f2ffd713b85f975 \
size 4390422

platform darwin {
if {${os.major} < 20} {
# 10.15-
npm.nodejs_version \
18
npm.version 9
}
}