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-module-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"minimist": "1.2.8",
"rslog": "1.2.3",
"glob": "7.2.0",
"handlebars": "4.7.7"
"handlebars": "4.7.9"
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 Update pnpm lockfile for the handlebars version bump

Changing packages/create-module-federation/package.json to handlebars: 4.7.9 without updating pnpm-lock.yaml leaves the importer entry at 4.7.7 (pnpm-lock.yaml:3186-3188), so lockfile and manifest are out of sync. This will break install steps that require a frozen lockfile (for example .github/workflows/build-and-test.yml:38 and tools/scripts/ci-local.mjs:32), causing CI/local parity jobs to fail before tests run.

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@types/glob": "7.2.0",
Expand Down
Loading