Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honojs/hono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.12.5
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.6
Choose a head ref
  • 7 commits
  • 36 files changed
  • 7 contributors

Commits on Mar 6, 2026

  1. fix(accept): replace regex split to mitigate ReDoS (#4758)

    * fix(accept): replace regex split to mitigate ReDoS
    
    * test(accept): cover escaped quote and backslash parsing paths
    
    * fix(accept): handle quoted params and comma safely
    
    * refactor: improve accept header parsing
    
    ---------
    
    Co-authored-by: Taku Amano <taku@taaas.jp>
    EdamAme-x and usualoma authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    5086956 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. fix(jsx): align link hoisting and dedupe with React 19 (#4792)

    * fix(jsx): align link hoisting and dedupe with React 19
    
    * ci: apply automated fixes
    
    * test(jsx): fix expected output for link element deduplication
    
    * fix: remove unused argument from shouldDeDupeByKey
    
    Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
    
    * test: Add test to check behavior of uncovered conditional branches
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
    3 people authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    8217d9e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. chore(builld): tsconfig project references (#4797)

    * chore(builld): tsconfig project references
    
    * ci: apply automated fixes
    
    * chore(perf-measures): include type-check scripts
    
    * chore(perf-measures): install and build
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    BarryThePenguin and autofix-ci[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d69deb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. chore: add tsconfig.spec.json (#4798)

    * chore: add `tsconfig.spec.json`
    
    * Update tsconfig.spec.json
    
    Co-authored-by: Jonathan Haines <jonno.haines@gmail.com>
    
    ---------
    
    Co-authored-by: Jonathan Haines <jonno.haines@gmail.com>
    yusukebe and BarryThePenguin authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    0e80acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58825a7 View commit details
    Browse the repository at this point in the history
  3. fix(lambda-edge): avoid callback handler deprecation on NODEJS_24_X (#…

    …4782)
    
    * fix(lambda-edge): reduce handler arity to avoid NODEJS_24_X callback deprecation
    
    * style: format fix
    t0waxx authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    53b66ae View commit details
    Browse the repository at this point in the history
  4. 4.12.6

    yusukebe committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    3f88636 View commit details
    Browse the repository at this point in the history
Loading