chore(deps-dev): bump hono from 4.12.26 to 4.12.34 in /packages/bridge/bridge-react - #4975
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.26 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.26...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 dependency-type: direct:development ... 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: d73a1b0804
ℹ️ 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".
| "@module-federation/runtime": "workspace:*", | ||
| "@module-federation/runtime-core": "workspace:*", | ||
| "hono": "4.12.26" | ||
| "hono": "4.12.34" |
There was a problem hiding this comment.
Update the lockfile for the Hono bump
After this change, packages/bridge/bridge-react/package.json asks for hono 4.12.34, but pnpm-lock.yaml still records this importer with specifier/version 4.12.26. Any CI or fresh install path using pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml:40) will reject the out-of-sync lockfile before running tests, so the lockfile needs to be regenerated and committed with the new Hono version.
AGENTS.md reference: AGENTS.md:L28-L33
Useful? React with 👍 / 👎.
Bumps hono from 4.12.26 to 4.12.34.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
734755a4.12.349839ff3chore: updatebun.lock(#5182)0c45036Merge commit from fork720b566Merge commit from forkf70e2c3Merge commit from fork93fc250Merge commit from fork51db3134.12.33aed1463chore: remove undici in favor of global fetch (#5168)224d2f5fix(jsx): handle useSyncExternalStore subscription and snapshot changes (#5166)df653cechore: bump@hono/node-server(#5167)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.