-
Notifications
You must be signed in to change notification settings - Fork 555
feat!: pnpm migration #7410
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
Merged
paulbalaji
merged 44 commits into
main
from
pbio-cursor/investigate-pnpm-package-manager-migration-2193
Dec 15, 2025
Merged
feat!: pnpm migration #7410
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
91a38fb
cursor agent
cursoragent a1489ce
gemini agent
paulbalaji fae16e4
cr fixes
paulbalaji 72e9be1
fixes?
paulbalaji 898da92
fix
paulbalaji 305a691
fixes
paulbalaji 96760d3
fix
paulbalaji 6d420de
fixes
paulbalaji 292d426
update lockfile
paulbalaji 40a310b
fix
paulbalaji a15cc1f
fix?
paulbalaji 70390f9
ci fixes
paulbalaji 6a610d2
delete unnecessary content
paulbalaji 1ae8d3d
prettier
paulbalaji efa093a
update prettierignore
paulbalaji 517b873
fix?
paulbalaji 223727e
lockfile
paulbalaji 3a33ec7
final fix
paulbalaji 23f36f4
rebase fixes
paulbalaji c70b1cd
rebase fixes v2
paulbalaji 04be9b8
CR andrey
paulbalaji 3c9b327
CR andrey
paulbalaji d5438ea
remove .npmrc reference in Dockerfile
paulbalaji 2293a54
merge origin/main
paulbalaji e51a290
fix conflicts
paulbalaji 851023d
Merge remote-tracking branch 'origin/main' into pbio-cursor/investiga…
paulbalaji 89d179d
fix: aleo-sdk package.json
paulbalaji 0e2e529
CR: coderabbit
paulbalaji 614d80b
chore: update pnpm to 10.25.0
paulbalaji 1bdd673
Merge remote-tracking branch 'origin/main' into pbio-cursor/investiga…
paulbalaji 00dc3c9
ci: update actions/checkout to v6
paulbalaji 228f1c0
Merge remote-tracking branch 'origin/main' into pbio-cursor/investiga…
paulbalaji 41dcc30
Address review comments: pnpm style improvements
paulbalaji 23a1693
Rename cache-provider env var to cache_provider (avoid hyphenated env…
paulbalaji 7df3f3e
Merge remote-tracking branch 'origin/main' into pbio-cursor/investiga…
paulbalaji d903f4f
fix(infra): standardize pnpm syntax in helm templates and workflows
paulbalaji 4c4fa7b
fix(cli): skip signer middleware for non-sign commands
paulbalaji 22310c6
fix(cli): use pnpm -C syntax in core-check e2e tests
paulbalaji a75c8ae
fix(pnpm): update lockfile
paulbalaji e78c1d3
fix(cli): use pnpm --filter in core-check tests for correct working d…
paulbalaji 807e649
fix(cli): correct signerMiddleware early return placement for AltVM s…
paulbalaji c769f78
fix(infra): increase timeout for warpIds test
paulbalaji 12f6846
Merge remote-tracking branch 'origin/main' into pbio-cursor/investiga…
paulbalaji e5016c3
fix: add build:zk task for pnpm migration
paulbalaji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [codespell] | ||
| skip = .git,node_modules,yarn.lock,Cargo.lock,./typescript/helloworld,./rust/main/config | ||
| skip = .git,node_modules,pnpm-lock.yaml,Cargo.lock,./typescript/helloworld,./rust/main/config | ||
| count = | ||
| quiet-level = 3 | ||
| ignore-words = ./.codespell/ignore.txt |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name: 'PNPM Build with Cache' | ||
| description: 'Run pnpm build using pnpm cache' | ||
|
|
||
| runs: | ||
| using: 'composite' | ||
| steps: | ||
| - name: Setup Foundry | ||
| uses: ./.github/actions/setup-foundry | ||
|
|
||
| - name: pnpm-cache | ||
| id: pnpm-cache | ||
| uses: ./.github/actions/pnpm-cache | ||
|
|
||
| # Always run install - pnpm needs to create symlinks from the cached store | ||
| # The cache makes this much faster by restoring the pnpm store | ||
| - name: Install dependencies | ||
| shell: bash | ||
| run: pnpm install --frozen-lockfile | ||
|
|
||
| - name: Build | ||
| shell: bash | ||
| run: pnpm run build |
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.