Skip to content
Open
Changes from all 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
2 changes: 1 addition & 1 deletion apps/next-app-router/next-app-router-4000/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "9.26.0",
"eslint-config-next": "16.0.10",
"lint-staged": "15.2.2",
"postcss": "8.5.10",
"postcss": "8.5.23",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Regenerate the pnpm lockfile for the bump

Changing this manifest to require postcss 8.5.23 without updating pnpm-lock.yaml leaves the importer entry for apps/next-app-router/next-app-router-4000 locked to specifier: 8.5.10 / version: 8.5.10. In any fresh install or CI setup that uses the repository’s required pnpm frozen-lockfile flow, pnpm will reject the out-of-date lockfile instead of installing the bumped dependency, so this dependency update cannot pass installation until the lockfile is regenerated.

AGENTS.md reference: AGENTS.md:L24-L32

Useful? React with 👍 / 👎.

"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
Expand Down
Loading