Skip to content

chore(deps-dev): bump hono from 4.11.9 to 4.12.32 - #2840

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/hono-4.12.31
Closed

chore(deps-dev): bump hono from 4.11.9 to 4.12.32#2840
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/hono-4.12.31

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps hono from 4.11.9 to 4.12.32.

Release notes

Sourced from hono's releases.

v4.12.32

What's Changed

  • ci: enable reports for type & bundle size check in honojs/hono#5148
  • fix(aws-lambda): add jwt and lambda authorizer types for API Gateway v2 in honojs/hono#5142
  • fix(sse): emit empty id field to reset Last-Event-ID in honojs/hono#5138
  • test(cloudflare-workers): add coverage for onClose, onError, send, and close in Cloudflare Workers websocket adapter in honojs/hono#5145
  • fix: use Object.create(null) when parsing query, headers, and params in honojs/hono#5161
  • fix(secure-headers): keep CSP callbacks scoped to their header in honojs/hono#5147

Full Changelog: honojs/hono@v4.12.31...v4.12.32

v4.12.31

What's Changed

Full Changelog: honojs/hono@v4.12.30...v4.12.31

v4.12.30

What's Changed

Full Changelog: honojs/hono@v4.12.29...v4.12.30

v4.12.29

What's Changed

New Contributors

... (truncated)

Commits
  • 26d8e42 4.12.32
  • 402eb3a fix(secure-headers): keep CSP callbacks scoped to their header (#5147)
  • c85aead fix: use Object.create(null) when parsing query, headers, and params (#5161)
  • a88c89d test(cloudflare-workers): add coverage for onClose, onError, send, and close ...
  • 44f8843 fix(sse): emit empty id field to reset Last-Event-ID (#5138)
  • e36f57d fix(aws-lambda): add jwt and lambda authorizer types for API Gateway v2 (#5142)
  • bf8608c ci: enable reports for type & bundle size check (#5148)
  • cadff88 4.12.31
  • 64c613a test(validator): fix misspelled identifier in transform type test (#5136)
  • aeba9ec fix(sse): emit retry feild when retry is 0 (#5135)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for hono since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/hono-4.12.31 branch 3 times, most recently from a0fe943 to d711530 Compare July 23, 2026 12:11
@dependabot dependabot Bot changed the title chore(deps-dev): bump hono from 4.11.9 to 4.12.31 chore(deps-dev): bump hono from 4.11.9 to 4.12.32 Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/hono-4.12.31 branch 12 times, most recently from b68e11a to c63cd05 Compare July 26, 2026 08:28
Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.32.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.9...v4.12.32)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.31
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/hono-4.12.31 branch from a23a5a0 to b7554ae Compare July 26, 2026 09:17
@HughParry

Copy link
Copy Markdown
Contributor

Superseded by #2908, which combines this bump with the other open Dependabot PRs into a single lockfile regeneration. Closing to avoid 40 rounds of package-lock.json conflict resolution and CI.

@HughParry HughParry closed this Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/hono-4.12.31 branch July 27, 2026 10:52
HughParry added a commit that referenced this pull request Jul 27, 2026
Rebases this batch on top of chore/vite-8-rolldown-upgrade so the two stop
fighting over the same pins.

  - vitest 3.2.6 and vite 6.4.1 here are superseded by 4.1.10 / 8.1.5; all five
    conflicting manifests resolved to the Vite 8 side.
  - Everything this PR actually adds survives: lodash 4.18.1,
    webpack-dev-server 5.2.6, sharp 0.35.3, i18next-http-middleware 3.9.7 (plus
    its HandleOptions fix) and actions/setup-node v7.
  - flatted (#2906), immutable (#2842), hono (#2840) and tar (#2835) are no
    longer in the tree at all: they were transitive deps of the
    integration/frameworks demos, which the Vite 8 branch drops from the
    workspace. Those four bumps are moot rather than dropped.

Note #2907 is now fully contained in #2850, so it is redundant once that lands.
HughParry added a commit that referenced this pull request Jul 27, 2026
Rebuilt on top of main now that the Vite 8 upgrade (#2850) has landed there —
that PR was squash-merged, so the previous merge-based branch shared no history
with main and would have conflicted against changes it already contained.

What this now adds on top of main:

  lodash                  4.17.21 -> 4.18.1  (#2903, #2901)
  webpack-dev-server      5.2.5   -> 5.2.6   (#2859, #2857)
  sharp                   0.33.5  -> 0.35.3  (#2843, #2839)
  i18next-http-middleware 3.7.4   -> 3.9.7   (#2775, #2773)
  actions/setup-node      v6      -> v7      (#2826, 14 workflows)

Transitive (lockfile only): socket.io-parser #2905, yauzl #2904, tmp #2900,
@protobufjs/utf8 #2899, @babel/plugin-transform-modules-systemjs #2898,
form-data #2883, launch-editor #2882, axios #2860, fast-uri #2844,
shell-quote #2834, websocket-driver #2827.

No longer applicable:
  - vite/vitest/mongoose bumps: superseded by #2850 and #2907, already on main.
  - flatted #2906, immutable #2842, hono #2840, tar #2835: those packages left
    the dependency tree entirely with #2850, which drops the
    integration/frameworks demos from the workspace.
  - @angular/cli #2861 is a major; dependabot.yml keeps majors standalone.

i18next-http-middleware 3.9.x still declares HandleOptions but no longer
exports it, so packages/locale derives it from the handle() signature instead.

Verified locally: npm ci clean, turbo typecheck 55/55, turbo build 54/54,
npm run lint green, biome clean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant