Skip to content
Closed
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
chore(deps-dev): bump hono in /packages/bridge/bridge-react
Bumps [hono](https://github.com/honojs/hono) from 4.11.10 to 4.12.4.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.10...v4.12.4)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2026
commit fa29d36d00d261de48da890296021bb09114f21f
2 changes: 1 addition & 1 deletion packages/bridge/bridge-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@
"vite-plugin-dts": "^4.3.0",
"@module-federation/runtime": "workspace:*",
"@module-federation/runtime-core": "workspace:*",
"hono": "4.11.10"
"hono": "4.12.4"

Choose a reason for hiding this comment

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

P1 Badge Regenerate lockfile for the hono version bump

This change updates hono to 4.12.4 in packages/bridge/bridge-react/package.json, but the lockfile entry for the same importer is still pinned to 4.11.10 in pnpm-lock.yaml (packages/bridge/bridge-react devDependency block, lines 2853-2855 in this commit), leaving the manifest and lockfile out of sync. Because CI installs with pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml:60), this drift will cause install to fail before any build/test steps unless the lockfile is updated in the same commit.

Useful? React with 👍 / 👎.

}
}
Loading