chore(deps): bump @hono/node-server from 1.19.13 to 2.0.10 in /packages/treeshake-server - #4927
Conversation
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.13 to 2.0.10. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.13...v2.0.10) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.0.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6d2d96dba6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "license": "ISC", | ||
| "dependencies": { | ||
| "@hono/node-server": "1.19.13", | ||
| "@hono/node-server": "2.0.10", |
There was a problem hiding this comment.
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 👍 / 👎.
| "license": "ISC", | ||
| "dependencies": { | ||
| "@hono/node-server": "1.19.13", | ||
| "@hono/node-server": "2.0.10", |
There was a problem hiding this comment.
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 👍 / 👎.
Bumps @hono/node-server from 1.19.13 to 2.0.10.
Release notes
Sourced from @hono/node-server's releases.
... (truncated)
Commits
7c1457e2.0.103a21938Merge commit from fork98420212.0.951f3bf5fix: recover complete request bodies after client disconnect (#375)fdb87bafix(serve-static): correct Range header parsing edge cases (#372)912e3fdfix(websocket): polyfill missing ErrorEvent global (#371)114c15e2.0.85db2d5dci(release): add--no-git-checksoption forpnpm stage publish(#369)a528a772.0.7b2d610cchore: bumpsupertest(#368)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@hono/node-serversince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.