René's URL Explorer Experiment


Title: chore(deps): update pnpm to v10.28.2 by renovate[bot] · Pull Request #141 · allthingslinux/allthingslinux · GitHub

Open Graph Title: chore(deps): update pnpm to v10.28.2 by renovate[bot] · Pull Request #141 · allthingslinux/allthingslinux

X Title: chore(deps): update pnpm to v10.28.2 by renovate[bot] · Pull Request #141 · allthingslinux/allthingslinux

Description: This PR contains the following updates: Package Change Age Confidence pnpm (source) 10.17.0 → 10.28.2 Release Notes pnpm/pnpm (pnpm) v10.28.2 Compare Source v10.28.1 Compare Source v10.28.0 Compare Source v10.27.0 Compare Source v10.26.2: pnpm 10.26.2 Compare Source Patch Changes Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307. Fix installation of Git dependencies using annotated tags #​10335. Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash. Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244. Try to avoid making network calls with preferOffline #​10334. Platinum Sponsors Gold Sponsors v10.26.1: pnpm 10.26.1 Compare Source Patch Changes Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324. Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310. Platinum Sponsors Gold Sponsors v10.26.0 Compare Source v10.25.0 Compare Source v10.24.0 Compare Source v10.23.0: pnpm 10.23 Compare Source Minor Changes Added --lockfile-only option to pnpm list #​10020. Patch Changes pnpm self-update should download pnpm from the configured npm registry #​10205. pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190. Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209. The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208. pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:is-odd@3.0.1) #​8660. Don't add an extra slash to the Node.js mirror URL #​10204. pnpm store prune should not fail if the store contains Node.js packages #​10131. Platinum Sponsors Gold Sponsors v10.22.0: pnpm 10.22 Compare Source Minor Changes Added support for trustPolicyExclude #​10164. You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example: trustPolicy: no-downgrade trustPolicyExclude: - chokidar@4.0.3 - webpack@4.47.0 || 5.102.1 Allow to override the engines field on publish by the publishConfig.engines field. Patch Changes Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179. Platinum Sponsors Gold Sponsors v10.21.0 Compare Source v10.20.0 Compare Source Minor Changes Support --all option in pnpm --help to list all commands #​8628. Patch Changes When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100. create command should not verify patch info. Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063. v10.19.0 Compare Source Minor Changes You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example: onlyBuiltDependencies: - nx@21.6.4 || 21.6.5 - esbuild@0.25.1 Related PR: #​10104. Added support for exact versions in minimumReleaseAgeExclude #​9985. You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example: minimumReleaseAge: 1440 minimumReleaseAgeExclude: - nx@21.6.5 - webpack@4.47.0 || 5.102.1 v10.18.3 Compare Source Patch Changes Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060. Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362. Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646. Fixed EISDIR error when bin field points to a directory #​9441. Preserve version and hasBin for variations packages #​10022. Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884. When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072. Prevent a table width error in pnpm outdated --long #​10040. Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057. v10.18.2 Compare Source Patch Changes pnpm outdated --long should work #​10040. Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054. pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963. pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715. Fix EPIPE errors when piping output to other commands #​10027. v10.18.1 Compare Source Patch Changes Don't print a warning, when --lockfile-only is used #​8320. pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700. When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended. v10.18.0 Compare Source Minor Changes Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads. Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps. Warning messages are displayed when requests exceed time thresholds or fall below speed minimums Related PR: #​10025. Patch Changes Retry filesystem operations on EAGAIN errors #​9959. Outdated command respects minimumReleaseAge configuration #​10030. Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages. Don't fail with a meaningless error when scriptShell is set to false #​8748. pnpm dlx should not fail when minimumReleaseAge is set #​10037. v10.17.1 Compare Source Patch Changes When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #​9974. Fix state.json creation path when executing pnpm patch in a workspace project #​9733. When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #​9987. Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

Open Graph Description: This PR contains the following updates: Package Change Age Confidence pnpm (source) 10.17.0 → 10.28.2 Release Notes pnpm/pnpm (pnpm) v10.28.2 Compare Source v10.28.1 Compare Source v1...

X Description: This PR contains the following updates: Package Change Age Confidence pnpm (source) 10.17.0 → 10.28.2 Release Notes pnpm/pnpm (pnpm) v10.28.2 Compare Source v10.28.1 Compare Source v1...

Opengraph URL: https://github.com/allthingslinux/allthingslinux/pull/141

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d88234c7-a34a-2388-47b8-87e53d43b08b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE7C6:3324B8:2050FEB:2966853:697E27E5
html-safe-nonce274f33d899138162e62eda483d97fed47d77ad8a02b7a8b898bda8b1255b8f59
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFN0M2OjMzMjRCODoyMDUwRkVCOjI5NjY4NTM6Njk3RTI3RTUiLCJ2aXNpdG9yX2lkIjoiMjk1ODU1NDQ3ODA2MTQzMDc1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac550a81a1cb54b3ca42b72b9d114d6fef519e0494ec38afe8f0a00897ee7d4c9c
hovercard-subject-tagpull_request:3142964488
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/allthingslinux/allthingslinux/pull/141/files
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Change Age Confidence pnpm (source) 10.17.0 → 10.28.2 Release Notes pnpm/pnpm (pnpm) v10.28.2 Compare Source v10.28.1 Compare Source v1...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/allthingslinux/allthingslinux git https://github.com/allthingslinux/allthingslinux.git
octolytics-dimension-user_id152318691
octolytics-dimension-user_loginallthingslinux
octolytics-dimension-repository_id857589130
octolytics-dimension-repository_nwoallthingslinux/allthingslinux
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id857589130
octolytics-dimension-repository_network_root_nwoallthingslinux/allthingslinux
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fallthingslinux%2Fallthingslinux%2Fpull%2F141%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fallthingslinux%2Fallthingslinux%2Fpull%2F141%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=allthingslinux%2Fallthingslinux
Reloadhttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
Reloadhttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
Reloadhttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
allthingslinux https://patch-diff.githubusercontent.com/allthingslinux
allthingslinuxhttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux
Please reload this pagehttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fallthingslinux%2Fallthingslinux
Fork 2 https://patch-diff.githubusercontent.com/login?return_to=%2Fallthingslinux%2Fallthingslinux
Star 13 https://patch-diff.githubusercontent.com/login?return_to=%2Fallthingslinux%2Fallthingslinux
Code https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux
Issues 1 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/issues
Pull requests 11 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pulls
Actions https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/actions
Security 0 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/security
Insights https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pulse
Code https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux
Issues https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/issues
Pull requests https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pulls
Actions https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/actions
Security https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/security
Insights https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fallthingslinux%2Fallthingslinux%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fallthingslinux%2Fallthingslinux%2Fissues%2Fnew%2Fchoose
renovatehttps://patch-diff.githubusercontent.com/apps/renovate
mainhttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/tree/main
renovate/pnpm-10.xhttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/tree/renovate/pnpm-10.x
Conversation 2 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141
Commits 1 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/commits
Checks 8 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/checks
Files changed https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
Please reload this pagehttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
chore(deps): update pnpm to v10.28.2 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
7ed0f83 chore(deps): update pnpm to v10.28.2 renovate[bot] Jan 26, 2026 https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/commits/7ed0f835f6f7a0cdd99f96c10dc7811a78d8c29d
Clear filters https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
Please reload this pagehttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
Please reload this pagehttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files
package.jsonhttps://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/blob/7ed0f835f6f7a0cdd99f96c10dc7811a78d8c29d/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/allthingslinux/allthingslinux/pull/141/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.