Add Mastra lockfile example and verified case study#498
Open
Ayush7614 wants to merge 1 commit into
Open
Conversation
4 tasks
Snapshot mastra-ai/mastra pnpm lockfile (4,555 packages, 64 findings) with full case study sections, local logo, and pnpm audit comparison.
sonukapoor
approved these changes
May 30, 2026
Collaborator
sonukapoor
left a comment
There was a problem hiding this comment.
Good study for an AI framework monorepo. Four direct findings with two command groups, and the workspace-scoped pnpm add vite@6.3.5 --filter playground is a concrete example of the filtered upgrade pattern. The size comparison to other fixtures in the repo (4,555 packages, largest in the set) is useful context. Single clean commit, all sections present.
Collaborator
|
After #474 merged today, this PR has conflicts in the shared files (README.md, CHANGELOG.md, examples/readme.md, website/sidebars.ts). Please rebase against main and push: git fetch upstream
git rebase upstream/main
# resolve any conflicts in README.md, examples/readme.md, sidebars.ts
git push --force-with-leaseThe review approval stands — this just needs a clean rebase. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
examples/mastra/from mastra-ai/mastra@e9d54b2 (package.json+pnpm-lock.yaml).website/docs/case-studies/mastra.md(4,555 packages, 64 findings, pnpm audit comparison).website/static/img/mastra-logo.svg(from repo playground assets).Test plan
npm run build && node dist/index.js examples/mastra --verbose --all— 64 findings (3 critical · 30 high · 25 medium · 6 low)pnpm audit(pnpm 11.3.0, Node 24) — 116 entries documented in case studycd website && npm run build— Docusaurus build succeedsMade with Cursor