build(deps): bump @hono/node-server from 1.19.14 to 2.0.6#24
build(deps): bump @hono/node-server from 1.19.14 to 2.0.6#24dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.14 to 2.0.6. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.14...v2.0.6) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ac73766d67
ℹ️ 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".
| "@dnd-kit/utilities": "^3.2.2", | ||
| "@hivekeep/sdk": "workspace:*", | ||
| "@hono/node-server": "^1.19.9", | ||
| "@hono/node-server": "^2.0.6", |
There was a problem hiding this comment.
Update the Bun lockfile with the dependency bump
This manifest bump leaves bun.lock out of sync: the root workspace entry still requires @hono/node-server as ^1.19.9 and the only locked package is 1.19.14. I checked the install paths and CI/Docker use bun install --frozen-lockfile (for example .github/workflows/ci.yml and docker/Dockerfile); Bun's help says that flag disallows lockfile changes, so clean/frozen installs must resolve a new 2.0.6 entry but cannot write it. Please regenerate and commit bun.lock with this package update so CI and image builds can install dependencies.
Useful? React with 👍 / 👎.
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by minimax-m3 · Input: 39.5K · Output: 4.8K · Cached: 422.9K |
Bumps @hono/node-server from 1.19.14 to 2.0.6.
Release notes
Sourced from @hono/node-server's releases.
... (truncated)
Commits
ff75c612.0.6814720ffix: preserve status and statusText when cloning a Response with live headers...a76209aci: use npm Staged publishing (#364)44c365aci: publish to npm from CI with OIDC trusted publishing and bumpnp(#361)9d569002.0.5cd076e1Merge commit from fork9e1cdee2.0.4b4ca622fix: stub ws types to prevent them leaking in public types (#359)9d879872.0.39463250fix: preserve headers mutated after raw Response construction (#357)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)