chore(deps-dev): bump hono from 4.12.7 to 4.12.18 in /packages/bridge/bridge-react#4719
Conversation
|
❌ Deploy Preview for module-federation-docs failed. Why did it fail? →
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ce41b8f06c
ℹ️ 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.7", | ||
| "hono": "4.12.18", |
There was a problem hiding this comment.
Update the lockfile for the hono bump
This package.json now requires hono 4.12.18, but pnpm-lock.yaml was not changed and its packages/bridge/bridge-react importer still records hono with specifier/version 4.12.7. In CI and fresh checkouts, the repo uses pnpm install --frozen-lockfile, so this mismatch will reject the install before tests/builds can run; regenerate and commit the lockfile entry for this dependency bump.
Useful? React with 👍 / 👎.
Bumps [hono](https://github.com/honojs/hono) from 4.12.7 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.7...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
ce41b8f to
4754ed7
Compare
Bumps hono from 4.12.7 to 4.12.18.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
f10dee84.12.18a5bd9ebMerge commit from fork58d3d3aMerge commit from fork568c2ecMerge commit from forkff2b3d34.12.1752aaaf9fix(types): propagate middleware response types to app.on overloads (#4906)76d5589fix(cors): make origin optional in CORSOptions (#4905)8f027e5fix(ssg): addatom+xmlandrss+xmltodefaultExtensionMap(#4899)bfba97cfix(jsx): normalize SVG attributes on the <svg> root element (#4893)90d41824.12.16