chore: prune PNPM dependency FOD#5224
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Ceremony 🤌✨ Deployment complete! Take a peek over at https://eb6e4621.ceremony-e8z.pages.dev |
eba8ca4 to
de3eada
Compare
App 2 🤌✨ Deployment complete! Take a peek over at https://89cd63f3.app2-9yo.pages.dev |
de3eada to
a7465db
Compare
Signed-off-by: Eric Hegnes <eric@hegnes.com>
Signed-off-by: Eric Hegnes <eric@hegnes.com>
Signed-off-by: Eric Hegnes <eric@hegnes.com>
a7465db to
5faa5ee
Compare
zkgm.dev 🦀✨ Deployment complete! Take a peek over at https://b9f3a186.zkgm-dev.pages.dev |
Signed-off-by: Eric Hegnes <eric@hegnes.com>
Docs 🤌✨ Deployment complete! Take a peek over at https://a3b105e3.docs-ajn.pages.dev |
Signed-off-by: Eric Hegnes <eric@hegnes.com>
Signed-off-by: Eric Hegnes <eric@hegnes.com>
… package derivation Signed-off-by: Eric Hegnes <eric@hegnes.com>
ehegnes
commented
Oct 9, 2025
ehegnes
commented
Oct 9, 2025
PoisonPhang
approved these changes
Oct 9, 2025
PoisonPhang
left a comment
Member
There was a problem hiding this comment.
LGTM, lets make sure we are tracking TODOs
Swepool
approved these changes
Oct 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR overhauls PNPM integration with Nix in the interests of safety and developer experience. The result is fewer changes to per-project
pnpm.fetchDepsfixed-output derivations in instances a dependency change in one project should not impact the dependencies of any unrelated project. This succeeds with the exception of instances where optional peer dependencies may be satisfied by workspace projects. This may be related to pnpm/pnpm#10046 or pnpm/pnpm#9288.pnpmandnodejswithin Nix such that versions are shared across the dev shell andbuildPnpmPackage.nodejs-slim*package to removenpm..npmrcfiles such that a rootpnpm-workspace.yamlconsolidates dependency resolution configuration.scripts/docs.mjsin favor of Nix output for TSDoc generated Markdown.package.json.peercatalog to relax version range when specifying peer dependencies.app:@aptos-labs/*which improves bundle output size by ~50%.@unionlabs/clientwhich is deprecated in favor of@unionlabs/sdkand family.@types/nodejs@^24to align with the pinned Node.js version for shell & build.