Skip to content

chore: weekly merge of branch lockfiles into main#7322

Merged
yomybaby merged 1 commit into
mainfrom
05-08-chore_weekly_merge_of_branch_lockfiles_into_main
May 8, 2026
Merged

chore: weekly merge of branch lockfiles into main#7322
yomybaby merged 1 commit into
mainfrom
05-08-chore_weekly_merge_of_branch_lockfiles_into_main

Conversation

@yomybaby
Copy link
Copy Markdown
Member

@yomybaby yomybaby commented May 8, 2026

Summary

Weekly merge of stale branch-named pnpm lockfiles into pnpm-lock.yaml.

Same chore as precedent commit ebc0b2a43. All deleted lockfiles correspond to PRs already merged into main:

How it was produced

```bash
rm node_modules/.pnpm-workspace-state-v1.json # bypass install-skip cache
pnpm install --merge-git-branch-lockfiles --config.minimumReleaseAge=0
```

The two flags are needed because (1) the workspace-state cache makes pnpm exit before the merge step runs, and (2) minimumReleaseAge: 10080 in pnpm-workspace.yaml blocks install on packages whose registry metadata lacks a time field.

Test plan

  • pnpm install resolves with single pnpm-lock.yaml
  • No active branches own the deleted lockfiles

@yomybaby yomybaby marked this pull request as ready for review May 8, 2026 14:52
Copilot AI review requested due to automatic review settings May 8, 2026 14:52
@github-actions github-actions Bot added the size:XL 500~ LoC label May 8, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Copy link
Copy Markdown
Member Author

yomybaby commented May 8, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@yomybaby yomybaby merged commit aca1f24 into main May 8, 2026
10 checks passed
@yomybaby yomybaby deleted the 05-08-chore_weekly_merge_of_branch_lockfiles_into_main branch May 8, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XL 500~ LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants