discord-oidc-worker
discord-oidc-worker copied to clipboard
Bump hono from 2.6.2 to 4.2.7
Bumps hono from 2.6.2 to 4.2.7.
Release notes
Sourced from hono's releases.
v4.2.7
This release fixes "Restricted Directory Traversal in serveStatic with deno".
Full Changelog: https://github.com/honojs/hono/compare/v4.2.6...v4.2.7
v4.2.6
What's Changed
- refactor(adapter/aws): Optimize multiple call of same conditions with polymorphism by
@exoegoin honojs/hono#2521- fix(sse): close sse stream on end by
@domecclestonin honojs/hono#2529- fix(client): Don't show
$wswhen not used WebSockets by@nakasyouin honojs/hono#2532- refactor(ssg): update utils.ts by
@eltociearin honojs/hono#2519New Contributors
@domecclestonmade their first contribution in honojs/hono#2529@eltociearmade their first contribution in honojs/hono#2519Full Changelog: https://github.com/honojs/hono/compare/v4.2.5...v4.2.6
v4.2.5
What's Changed
- fix(client): Allow calling toString and valueOf on the proxy object by
@ibashin honojs/hono#2510- fix(adapter): handle multi value headers in AWS Lambda by
@exoegoin honojs/hono#2494- fix(client): shuold not remove tailing slash from top-level URL by
@yusukebein honojs/hono#2523- fix(jsx/dom): remove lookbehind assertion in event regexp by
@usualomain honojs/hono#2524New Contributors
@ibashmade their first contribution in honojs/hono#2510Full Changelog: https://github.com/honojs/hono/compare/v4.2.4...v4.2.5
v4.2.4
What's Changed
- fix(jwt): Make JWT Header
typField Optional to Enhance Compatibility by@naporin0624in honojs/hono#2488- fix(testing): set
baseUrlfortestClientby@yusukebein honojs/hono#2496- fix(validator): Default use to
OutputTypeExcludeResponseTypewhenInputTypeis unknown by@nagasawaryoyain honojs/hono#2500- refactor(trie-router): parentPatterns is updated but never queried by
@exoegoin honojs/hono#2503- refactor: Remove redundant initializer by
@exoegoin honojs/hono#2502- refactor(cloudflare-workers): Suppress eslint noise by
@exoegoin honojs/hono#2504- fix(jsx): Add catch to async function's promise by
@mwilkins91in honojs/hono#2471New Contributors
@nagasawaryoyamade their first contribution in honojs/hono#2500@exoegomade their first contribution in honojs/hono#2503@mwilkins91made their first contribution in honojs/hono#2471Full Changelog: https://github.com/honojs/hono/compare/v4.2.3...v4.2.4
v4.2.3
What's Changed
- fix(ssg): use response header to mark as disabled routes for SSG by
@usualomain honojs/hono#2477
... (truncated)
Commits
28e597fv4.2.792e65fbMerge pull request from GHSA-3mpf-rcc7-5347b38e40ev4.2.6c882cefrefactor(ssg): update utils.ts (#2519)5c9d8b4fix(client): Don't show$wswhen not used WebSockets (#2532)9f9a41cfix(sse): close sse stream on end (#2529)c83d80frefactor(aws-lambda): replace conditional logics with polymorphism (#2521)fa9ed80v4.2.568cabdefix(jsx/dom): remove lookbehind assertion in event regexp (#2524)ed51b0bfix(client): shuold not remove tailing slash from top-level URL (#2523)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
@dependabot rebase
Superseded by #18.