chore(deps-dev): bump hono from 4.12.25 to 4.12.26 in /packages/bridge/bridge-react#4833
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: ed3e131fa0
ℹ️ 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.25", |
There was a problem hiding this comment.
Update the lockfile with the hono version bump
This changes bridge-react's hono devDependency to 4.12.25, but pnpm-lock.yaml still records the importer specifier and resolved version as 4.12.7. The repo's CI workflows, for example .github/workflows/build-and-test.yml:38, run pnpm install --frozen-lockfile, so CI and fresh frozen installs from this commit will fail before tests run. Please regenerate and commit the lockfile for the new version.
Useful? React with 👍 / 👎.
ed3e131 to
e8083dc
Compare
Bumps [hono](https://github.com/honojs/hono) from 4.12.25 to 4.12.26. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.25...v4.12.26) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
e8083dc to
031a417
Compare
Bumps hono from 4.12.25 to 4.12.26.
Release notes
Sourced from hono's releases.
Commits
27b79924.12.26d29982cchore: replace arg and glob with Bun native APIs in build script16215d5chore: remove unused devcontainer and gitpod configs (#5029)c574cf1ci: publish to npm from CI with OIDC trusted publishing (#5028)e50df01fix(lambda-edge): satisfy Deno lib types for Content-Length body encoding (#5...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for hono since your current version.