Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency hono to v4.6.18 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hono (source) 4.6.15 -> 4.6.18 age adoption passing confidence

Release Notes

honojs/hono (hono)

v4.6.18

Compare Source

What's Changed

Full Changelog: honojs/hono@v4.6.17...v4.6.18

v4.6.17

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.16...v4.6.17

v4.6.16

Compare Source

What's Changed

Full Changelog: honojs/hono@v4.6.15...v4.6.16


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sourcery-ai bot commented Jan 5, 2025

Reviewer's Guide by Sourcery

This PR updates the hono dependency from version 4.6.15 to 4.6.16. This update includes several bug fixes, such as preventing memoized results when the context changes, ensuring single body overrides other returns, and correcting the type definition for app.on.

Class diagram showing Hono type definition update

classDiagram
    class Hono {
        +on(method: string, paths: string[], middleware: Middleware, handler: Handler)
    }
    note for Hono "Updated type definition for app.on() method
to correctly handle array of paths"
Loading

File-Level Changes

Change Details Files
Updated the hono dependency to 4.6.16
  • Updated hono version in pnpm-lock.yaml
  • Updated hono version in package.json
pnpm-lock.yaml
package.json

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot changed the title Update dependency hono to v4.6.16 Update dependency hono to v4.6.17 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/hono-4.x branch 2 times, most recently from fc66d53 to 7fd7a43 Compare January 20, 2025 21:41
@renovate renovate bot force-pushed the renovate/hono-4.x branch from 7fd7a43 to 25336d6 Compare January 24, 2025 06:08
@renovate renovate bot changed the title Update dependency hono to v4.6.17 Update dependency hono to v4.6.18 Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants