Skip to content

Bump orval from 8.0.1 to 8.0.2#341

Merged
Germandrummer92 merged 1 commit intomainfrom
dependabot/npm_and_yarn/orval-8.0.2
Jan 20, 2026
Merged

Bump orval from 8.0.1 to 8.0.2#341
Germandrummer92 merged 1 commit intomainfrom
dependabot/npm_and_yarn/orval-8.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps orval from 8.0.1 to 8.0.2.

Release notes

Sourced from orval's releases.

Release v8.0.2

What's Changed

New Contributors

Full Changelog: orval-labs/orval@v8.0.1...v8.0.2

Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This PR bumps orval from 8.0.1 to 8.0.2, a patch release with bug fixes and improvements. The project uses orval with the zod client to generate TypeScript schemas from an OpenAPI specification.

Key changes in 8.0.2:

  • Fixed nullable handling for OpenAPI < 3.1 specifications
  • Fixed x-enum value JS escaping to prevent syntax errors
  • Fixed AbortSignal renaming when API has a parameter named 'signal'
  • Added new operationSchemas option for schema separation (optional feature)

All changes are backward-compatible bug fixes and improvements. The project's orval configuration uses the zod client with single-file mode, which is unaffected by the new optional features.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Patch version bump (8.0.1 → 8.0.2) with only bug fixes and backward-compatible improvements. No breaking changes, and the fixes address real issues (nullable handling, enum escaping, signal parameter conflicts) that could improve code generation quality. Project's orval configuration (zod client, single mode) is unaffected by new optional features.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Updated orval from 8.0.1 to 8.0.2 (patch version bump)
pnpm-lock.yaml Lock file updates for orval and all its internal packages (@orval/* modules)

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant CLI as CLI Build Process
    participant Orval as Orval 8.0.2
    participant API as OpenAPI Spec
    participant Zod as Zod Schemas
    
    Dev->>CLI: Run build command
    CLI->>API: Fetch OpenAPI spec (preview.octomind.dev)
    API-->>CLI: Return OpenAPI YAML
    CLI->>Orval: Generate schemas with zod client
    Orval->>Orval: Parse OpenAPI spec
    Orval->>Orval: Fix nullable handling (OpenAPI < 3.1)
    Orval->>Orval: Escape x-enum values for JS
    Orval->>Orval: Handle signal parameter conflicts
    Orval->>Zod: Generate TypeScript + Zod schemas
    Zod-->>CLI: Output to ./src/schemas
    CLI->>Dev: Build complete with updated schemas
Loading

Bumps [orval](https://github.com/orval-labs/orval) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/orval-labs/orval/releases)
- [Commits](orval-labs/orval@v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: orval
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2026
@Germandrummer92 Germandrummer92 merged commit 1d912f0 into main Jan 20, 2026
4 checks passed
@Germandrummer92 Germandrummer92 deleted the dependabot/npm_and_yarn/orval-8.0.2 branch January 20, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant