chore(deps): bump hono from 4.12.7 to 4.12.18 in /packages/treeshake-server#4720
chore(deps): bump hono from 4.12.7 to 4.12.18 in /packages/treeshake-server#4720dependabot[bot] wants to merge 1 commit into
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: 5f702703f1
ℹ️ 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".
| "@hono/zod-validator": "0.7.4", | ||
| "dotenv": "16.4.5", | ||
| "hono": "4.12.7", | ||
| "hono": "4.12.18", |
There was a problem hiding this comment.
Update the lockfile with the dependency bump
This changes the manifest to require the exact hono version 4.12.18, but pnpm-lock.yaml still records packages/treeshake-server with hono specifier/version 4.12.7 (and peer resolutions against hono@4.12.7). The repo’s CI install steps, including .github/workflows/e2e-treeshake.yml, run pnpm install --frozen-lockfile, so any workflow that installs dependencies will reject the out-of-date lockfile before tests/builds run. Please regenerate and commit the lockfile alongside this manifest change.
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:production ... Signed-off-by: dependabot[bot] <support@github.com>
5f70270 to
56daabb
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