Skip to content
Merged
Show file tree
Hide file tree
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/dts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@module-federation/managers": "workspace:*",
"@module-federation/sdk": "workspace:*",
"@module-federation/third-party-dts-extractor": "workspace:*",
"adm-zip": "0.5.10",
"adm-zip": "0.6.0",

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-lock.yaml for the adm-zip bump

This changes the workspace manifest to require adm-zip 0.6.0, but the packages/dts-plugin importer in pnpm-lock.yaml still records specifier: 0.5.10 and version: 0.5.10. The CI install path I checked (.github/workflows/build-and-test.yml:40) runs pnpm install --frozen-lockfile, and pnpm documents that CI installs fail when a present lockfile needs an update, so this commit makes the lockfile stale and blocks frozen installs instead of applying the security bump.

Useful? React with 👍 / 👎.

"isomorphic-ws": "5.0.0",
"undici": "7.28.0",
"ws": "8.21.0"
Expand Down
10 changes: 8 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading