chore(deps): bump hono from 4.12.7 to 4.12.14 in /packages/treeshake-server#4670
chore(deps): bump hono from 4.12.7 to 4.12.14 in /packages/treeshake-server#4670dependabot[bot] wants to merge 1 commit intomainfrom
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: 86aab55b27
ℹ️ 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.14", |
There was a problem hiding this comment.
Regenerate pnpm lockfile for hono bump
The dependency spec in packages/treeshake-server/package.json was changed to hono: 4.12.14, but this commit leaves pnpm-lock.yaml unchanged (the packages/treeshake-server importer still records hono specifier/version: 4.12.7). Because this repo’s CI/local parity flows run pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml:38 and tools/scripts/ci-local.mjs:32), this lockfile drift will cause install/pipeline failures until the lockfile is updated in the same change.
Useful? React with 👍 / 👎.
Bumps [hono](https://github.com/honojs/hono) from 4.12.7 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.7...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
86aab55 to
47db69c
Compare
|
Superseded by #4713. |
Bumps hono from 4.12.7 to 4.12.14.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
cf2d2b74.12.1466daa2eMerge commit from forkfa2c74ffix(aws-lambda): handle invalid header names in request processing (#4883)37799274.12.13faa6c46feat(cache): addonCacheNotAvailableoption (#4876)f23e97bfeat(trailing-slash): addskipoption (#4862)1aa32fbfix(types): infer response type from last handler in app.on 9- and 10-handler...c37ba264.12.12cc067c8Merge commit from forka586cd7Merge commit from fork