Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the production-dependencies group with 4 updates in the / directory: @hono/node-server, @hono/oauth-providers, dotenv and hono.

Updates @hono/node-server from 1.17.0 to 1.18.1

Release notes

Sourced from @​hono/node-server's releases.

v1.18.1

What's Changed

Full Changelog: honojs/node-server@v1.18.0...v1.18.1

v1.18.0

What's Changed

Full Changelog: honojs/node-server@v1.17.1...v1.18.0

v1.17.1

What's Changed

Full Changelog: honojs/node-server@v1.17.0...v1.17.1

Commits

Updates @hono/oauth-providers from 0.8.2 to 0.8.3

Release notes

Sourced from @​hono/oauth-providers's releases.

@​hono/oauth-providers@​0.8.3

Patch Changes

Changelog

Sourced from @​hono/oauth-providers's changelog.

0.8.3

Patch Changes

Commits

Updates dotenv from 17.2.0 to 17.2.1

Changelog

Sourced from dotenv's changelog.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)
Commits

Updates hono from 4.8.5 to 4.9.0

Release notes

Sourced from hono's releases.

v4.9.0

Release Notes

Hono v4.9.0 is now available!

This release introduces several enhancements and utilities.

The main highlight is the new parseResponse utility that makes it easier to work with RPC client responses.

parseResponse Utility

The new parseResponse utility provides a convenient way to parse responses from Hono RPC clients (hc). It automatically handles different response formats and throws structured errors for failed requests.

import { parseResponse, DetailedError } from 'hono/client'
// result contains the parsed response body (automatically parsed based on Content-Type)
const result = await parseResponse(client.hello.$get()).catch(
// parseResponse automatically throws an error if response is not ok
(e: DetailedError) => {
console.error(e)
}
)

This makes working with RPC client responses much more straightforward and type-safe.

Thanks @​NamesMT!

New features

All changes

... (truncated)

Commits
  • 82bdc4d 4.9.0
  • 793ffda chore: enable skipLibCheck to resolve TypeScript compilation issues (#4342)
  • 3a5248f Merge pull request #4340 from honojs/next
  • 87858fb fix(bun): exports functions related to websocket (#4341)
  • b0b8129 feat(ssg): mark old hook options as deprecated (#4331)
  • cd9629d feat: add parseResponse util to smartly parse hc's Response (#4314)
  • 0839066 feat(jwt): Exposing utility function verifyWithJwks for external use (#4302)
  • 1196f14 feat(serve-static): use join to correct path resolution (#4291)
  • fbd2ff1 feat(cookie): generateCookie and generateSignedCookie helpers (#4285)
  • 820d59c feat(jwk): Add headerName to jwk middleware (#4279)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… with 4 updates

Bumps the production-dependencies group with 4 updates in the / directory: [@hono/node-server](https://github.com/honojs/node-server), [@hono/oauth-providers](https://github.com/honojs/middleware/tree/HEAD/packages/oauth-providers), [dotenv](https://github.com/motdotla/dotenv) and [hono](https://github.com/honojs/hono).


Updates `@hono/node-server` from 1.17.0 to 1.18.1
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.17.0...v1.18.1)

Updates `@hono/oauth-providers` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/oauth-providers/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/[email protected]/packages/oauth-providers)

Updates `dotenv` from 17.2.0 to 17.2.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.0...v17.2.1)

Updates `hono` from 4.8.5 to 4.9.0
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.8.5...v4.9.0)

---
updated-dependencies:
- dependency-name: "@hono/node-server"
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@hono/oauth-providers"
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: hono
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automated-pr PRs created automatically dependencies labels Aug 11, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 18, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-pr PRs created automatically dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant