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: orval-labs/orval
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.14.0
Choose a base ref
...
head repository: orval-labs/orval
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.15.0
Choose a head ref
  • 14 commits
  • 342 files changed
  • 9 contributors

Commits on Oct 19, 2025

  1. Configuration menu
    Copy the full SHA
    5d9de71 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. chore(deps): bump actions/setup-node from 4 to 6 (#2453)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    c346b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5ee5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef77aa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    d58241f View commit details
    Browse the repository at this point in the history
  2. chore(format): format code

    melloware committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    fa69296 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump hono from 4.9.7 to 4.10.2 (#2462)

    Bumps [hono](https://github.com/honojs/hono) from 4.9.7 to 4.10.2.
    - [Release notes](https://github.com/honojs/hono/releases)
    - [Commits](honojs/hono@v4.9.7...v4.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: hono
      dependency-version: 4.10.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    37a1f88 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. fix(hono): zValidator wrapper doesn't typecheck with 0.7.4 (#2468)

    Update the zValidator wrapper with the latest polymorphic/backwards compatible types from
    `@hono/zod-validator` 0.7.4. Try hard to not rely on `any`. Type check the code with `tsc` during
    linting to catch errors.
    
    I'm not personally a fan of how `@hono/zod-validator` is typed. This may be a situation, however,
    where TypeScript's verifier can't exhaustively check things because of the lack of higher-kinded
    types. I think the solution is for them to provide overloads for v3 and v4 zod schemata and make the
     innards of the function very vague about types.
    
    Signed-off-by: Alexandra Parker <alexandra.i.parker.civ@us.navy.mil>
    Co-authored-by: Alexandra Parker <alexandra.i.parker.civ@us.navy.mil>
    xandris and Alexandra Parker authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    13e868b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b6d4b View commit details
    Browse the repository at this point in the history
  3. Disable samples update step in tests workflow

    Comment out the samples update step in CI workflow
    melloware authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    3592bae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d0812b View commit details
    Browse the repository at this point in the history
  5. fix(zod): fixed bug where zod did not correctly use namespace import (#…

    …2472)
    
    * fix(core): added possibility to explicitly mark dependencies as namespace imports
    
    * fix(zod): fixed bug where zod did not correctly use namespace import
    chcederquist authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    b119209 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Configuration menu
    Copy the full SHA
    0dfe795 View commit details
    Browse the repository at this point in the history
  2. chore(release): bump version to v7.15.0 (#2474)

    Co-authored-by: melloware <4399574+melloware@users.noreply.github.com>
    github-actions[bot] and melloware authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    bdacff4 View commit details
    Browse the repository at this point in the history
Loading