Skip to content

[docs]: rm lockfile from docs package#2099

Merged
seanmcguire12 merged 1 commit into
mainfrom
rm-stale-docs-lockfile
May 8, 2026
Merged

[docs]: rm lockfile from docs package#2099
seanmcguire12 merged 1 commit into
mainfrom
rm-stale-docs-lockfile

Conversation

@seanmcguire12
Copy link
Copy Markdown
Member

@seanmcguire12 seanmcguire12 commented May 8, 2026

why

  • lockfile was unused, leftover from monorepo reorg

what changed

  • removed packages/docs/pnpm-lock.yaml

Summary by cubic

Removed the unused docs lockfile left over from the monorepo reorg. Deleting packages/docs/pnpm-lock.yaml reduces noise and avoids confusion about dependency state.

Written for commit d8a5c2b. Summary will update on new commits.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 8, 2026

⚠️ No Changeset found

Latest commit: d8a5c2b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 8, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
stagehand 🟢 Ready View Preview May 8, 2026, 10:03 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant RepoRoot as Monorepo Root
    participant DocsDir as packages/docs/
    participant PkgJSON as package.json
    
    Note over RepoRoot,PkgJSON: Workspace: docs package with unused lockfile
    
    RepoRoot->>DocsDir: pnpm install (workspace)
    DocsDir->>PkgJSON: check dependencies
    DocsDir->>DocsDir: pnpm-lock.yaml exists (legacy)
    Note over DocsDir: File is stale, not used by workspace install
    RepoRoot->>RepoRoot: workspace root pnpm-lock.yaml
    Note over RepoRoot: single lockfile governs all packages
Loading

@seanmcguire12 seanmcguire12 changed the title [docs]: rm lockfile [docs]: rm lockfile in docs workspace May 8, 2026
@seanmcguire12 seanmcguire12 changed the title [docs]: rm lockfile in docs workspace [docs]: rm lockfile from docs workspace May 8, 2026
@seanmcguire12 seanmcguire12 changed the title [docs]: rm lockfile from docs workspace [docs]: rm lockfile from docs package May 8, 2026
@seanmcguire12 seanmcguire12 merged commit 8e5a460 into main May 8, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants