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 packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"picocolors": "1.1.1",
"prettier-plugin-tailwindcss": "0.6.2",
"prompts": "2.4.2",
"tar": "7.5.7",
"tar": "7.5.16",

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 Keep pnpm-lock.yaml in sync with tar bump

This manifest now asks for tar@7.5.16, but pnpm-lock.yaml still records packages/create-next-app with tar specifier/version 7.5.7 at lines 1013-1015. The Build packages workflow runs pnpm install --frozen-lockfile (.github/workflows/build_and_deploy.yml:554), and pnpm documents that this mode does not update the lockfile and fails when the lockfile is out of sync with the manifest (https://pnpm.io/cli/install#--frozen-lockfile). Please regenerate and commit the lockfile entry with this bump so CI and frozen installs can proceed.

Useful? React with 👍 / 👎.

"update-check": "1.5.4",
"validate-npm-package-name": "5.0.1"
},
Expand Down