Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@ai-sdk/openai": "^1",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

SUGGESTION — followup, not blocking this PR.

This same CI failure will recur on every Dependabot dev-deps PR as long as Dependabot's bot environment uses a different pnpm major than main's lockfile. Each future Dependabot PR will regenerate patch_hash here in pnpm 10's sha256-hex format and break --frozen-lockfile.

Structural fix (separate followup PR): add a packageManager: "pnpm@9.15.9" field to package.json. Once that's present, corepack will force Dependabot's own CI to use pnpm 9 when it runs pnpm install on the bumped branch, so the regenerated hash will already be in the base32 format matching main and the Dockerfile — no Julian-side manual regeneration needed.

R9 note: this is plan-controlled (a repo-level Dependabot/toolchain decision), not implementer-controlled for this PR. Filing here as a SUGGESTION because the friction is recurring and the fix is mechanical (one line + a Dependabot config update).

"@modelcontextprotocol/sdk": "^1.29.0",
"@playwright/test": "^1.59.1",
"@playwright/test": "^1.60.0",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/dom": "^10.4.1",
Expand All @@ -59,7 +59,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.3",
"@vitest/coverage-v8": "^4.1.4",
"@vitest/coverage-v8": "^4.1.6",
"ai": "^4",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
Expand All @@ -70,7 +70,7 @@
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^6",
"vitest": "^4.1.4",
"vitest": "^4.1.6",
"zod": "^3.25.76"
},
"pnpm": {
Expand Down
Loading
Loading