-
-
Notifications
You must be signed in to change notification settings - Fork 422
chore(deps): bump @hono/node-server from 1.19.13 to 2.0.10 in /packages/treeshake-server #4927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ | |
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@hono/node-server": "1.19.13", | ||
| "@hono/node-server": "2.0.10", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This changes a runtime dependency of the publishable Useful? React with 👍 / 👎. |
||
| "@hono/zod-validator": "0.7.4", | ||
| "dotenv": "16.4.5", | ||
| "hono": "4.12.26", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As committed,
packages/treeshake-server/package.jsonnow requires@hono/node-server2.0.10, but thepackages/treeshake-serverimporter inpnpm-lock.yamlstill recordsspecifier: 1.19.13andversion: 1.19.13(hono@4.12.26). pnpm documents that--frozen-lockfilefails when the lockfile is out of sync with the manifest (pnpm docs), and this repo installs withpnpm install --frozen-lockfile, so CI/release installs will fail until the lockfile is regenerated with the same bump.Useful? React with 👍 / 👎.