Skip to content

Update lockfile to latest versions to fix CI#1227

Merged
graygilmore merged 1 commit into
mainfrom
gg-fix-lockfile
Jun 8, 2026
Merged

Update lockfile to latest versions to fix CI#1227
graygilmore merged 1 commit into
mainfrom
gg-fix-lockfile

Conversation

@graygilmore

@graygilmore graygilmore commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Refreshes pnpm-lock.yaml so it matches the package version bumps from #1203.

Why

The release PR bumped workspace package versions and dependency ranges, but the lockfile still had the old workspace specifiers. For example, packages/theme-check-browser/package.json expects @shopify/theme-check-common at workspace:3.26.1, while pnpm-lock.yaml still had workspace:3.26.0.

Both CI and the release workflow install with pnpm install --frozen-lockfile, so main currently fails before tests or publishing can run. This gets the lockfile back in sync so the already-merged release can publish.

Follow-up

#1226 updates the release orchestrator to refresh the lockfile while generating release PRs, so future release PRs include this file when package manifests change.

@graygilmore graygilmore marked this pull request as ready for review June 5, 2026 21:38
@graygilmore graygilmore requested a review from a team as a code owner June 5, 2026 21:38
@graygilmore graygilmore merged commit a47fd5e into main Jun 8, 2026
8 checks passed
@graygilmore graygilmore deleted the gg-fix-lockfile branch June 8, 2026 15:40
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.

3 participants