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/treeshake-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hono/node-server": "1.19.13",
"@hono/node-server": "2.0.10",

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 the pnpm lockfile with this dependency bump

As committed, packages/treeshake-server/package.json now requires @hono/node-server 2.0.10, but the packages/treeshake-server importer in pnpm-lock.yaml still records specifier: 1.19.13 and version: 1.19.13(hono@4.12.26). pnpm documents that --frozen-lockfile fails when the lockfile is out of sync with the manifest (pnpm docs), and this repo installs with pnpm install --frozen-lockfile, so CI/release installs will fail until the lockfile is regenerated with the same bump.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add a changeset for the package dependency update

This changes a runtime dependency of the publishable @module-federation/treeshake-server package, but the commit only updates package.json and adds no .changeset/*.md. Without a changeset, the release plan has no reason to bump/release this package, so npm users may not receive the dependency update that this PR is intended to ship.

Useful? React with 👍 / 👎.

"@hono/zod-validator": "0.7.4",
"dotenv": "16.4.5",
"hono": "4.12.26",
Expand Down
Loading