Skip to content

build(deps-dev): bump @hey-api/openapi-ts from 0.97.3 to 0.99.0 in /XE-Local-AI-Engine.Client.React in the frontend-openapi-codegen group across 1 directory - #20

Merged
w0rldx merged 2 commits into
developfrom
dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-openapi-codegen-d90d1a36f4
Aug 23, 2026
Merged

build(deps-dev): bump @hey-api/openapi-ts from 0.97.3 to 0.99.0 in /XE-Local-AI-Engine.Client.React in the frontend-openapi-codegen group across 1 directory#20
w0rldx merged 2 commits into
developfrom
dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-openapi-codegen-d90d1a36f4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the frontend-openapi-codegen group with 1 update in the /XE-Local-AI-Engine.Client.React directory: @hey-api/openapi-ts.

Updates @hey-api/openapi-ts from 0.97.3 to 0.99.0

Changelog

Sourced from @​hey-api/openapi-ts's changelog.

0.99.0

Minor Changes

To better represent its functionality, the plugin.symbols property has been renamed to plugin.imports.

Plugin duplicates behavior

If you specified the same plugin multiple times, only the last instance would be used. We eventually added a warning for this behavior, but that didn't treat the root issue. This release changes that by merging duplicate plugin configurations.

Removed plugin.external() function

This function was used to reference external symbols. All plugins now use the Imports API, which allows you to reference external symbols in a type-safe way through plugin.imports.

Patch Changes

  • api: replace ~ fields with $ (#4086) (d5ca286) by @​mrlubos

  • config: add Presets API (3b4ee7a) by @​mrlubos

  • plugin(@​hey-api/client-angular): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (ab522ef) by @​matthewjamesadam

  • client: use getBaseUrl() function to determine default value (#3772) (4026955) by @​mrlubos

  • plugin(zod): improve discriminator handling (680b947) by @​mrlubos

  • plugin(@​tanstack/preact-query): fix: strip initialData from the inferred result types for infinite query options (7a4b0cf) by @​mrlubos

  • plugin(@​tanstack/solid-query): fix: strip initialData from the inferred result types for infinite query options (7a4b0cf) by @​mrlubos

  • plugin(valibot): support custom regular expression error messages with x-pattern-message (#4117) (3ed3afb) by @​pullfrog

  • plugin(@​hey-api/client-next): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (f6d4512) by @​matthewjamesadam

  • plugin(@​hey-api/client-axios): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (f6d4512) by @​matthewjamesadam

  • plugin(zod): support creating optional request schemas (11315c7) by @​mrlubos

  • plugin(@​tanstack/react-query): fix: strip initialData from the inferred result types for infinite query options (7a4b0cf) by @​mrlubos

  • plugin(@​hey-api/client-ky): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (f6d4512) by @​matthewjamesadam

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2026
@dependabot
dependabot Bot requested a review from w0rldx as a code owner August 22, 2026 19:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2026
@dependabot dependabot Bot changed the title build(deps-dev): bump @hey-api/openapi-ts from 0.97.1 to 0.99.0 in /XE-Local-AI-Engine.Client.React in the frontend-openapi-codegen group build(deps-dev): bump @hey-api/openapi-ts from 0.97.3 to 0.99.0 in /XE-Local-AI-Engine.Client.React in the frontend-openapi-codegen group across 1 directory Aug 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-openapi-codegen-d90d1a36f4 branch from ce7f562 to 1d795d6 Compare August 22, 2026 20:37
Bumps the frontend-openapi-codegen group with 1 update in the /XE-Local-AI-Engine.Client.React directory: [@hey-api/openapi-ts](https://github.com/hey-api/hey-api/tree/HEAD/packages/openapi-ts).


Updates `@hey-api/openapi-ts` from 0.97.3 to 0.99.0
- [Release notes](https://github.com/hey-api/hey-api/releases)
- [Changelog](https://github.com/hey-api/hey-api/blob/main/packages/openapi-ts/CHANGELOG.md)
- [Commits](https://github.com/hey-api/hey-api/commits/@hey-api/openapi-ts@0.99.0/packages/openapi-ts)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.99.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-openapi-codegen
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-openapi-codegen-d90d1a36f4 branch from 1d795d6 to ed96b99 Compare August 22, 2026 23:04
0.99.0 emits different output for the same committed spec: explicit return
types on the client helpers, function declarations in place of const arrow
bindings, and multi-line call signatures across sdk.gen.ts. Both drift
gates compare the generated tree against the committed one, so the stale
client failed openapi:check in client-react and openapi-live-check.sh in
build-and-test.

Regenerated from the committed openapi/v1.json; the spec itself is
unchanged. The exported surface is identical (324 operations in sdk.gen.ts
and the matching react-query bindings), types.gen.ts is untouched, and the
prototype-pollution hardening in buildClientParams stays -- 0.99.0 keeps
Object.create(null) for every slot it writes.
@w0rldx

w0rldx commented Aug 23, 2026

Copy link
Copy Markdown
Owner

Added a maintainer commit (c807bdb) regenerating the API client for openapi-ts 0.99.0. Both failing gates (openapi:check and openapi-live-check.sh) compare the generated tree against the committed one, so the stale client failed both. Regenerated from the committed spec — the spec itself is unchanged, the exported surface is identical (324 operations), types.gen.ts is untouched, and buildClientParams keeps its Object.create(null) prototype-pollution hardening.

@w0rldx
w0rldx merged commit bc57766 into develop Aug 23, 2026
9 checks passed
@w0rldx
w0rldx deleted the dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-openapi-codegen-d90d1a36f4 branch August 23, 2026 17:13
w0rldx added a commit that referenced this pull request Aug 25, 2026
- ProviderCallBudget: a step cap seeded at exactly the invocation ceiling is
  still the caller's per-step bound (<= not <), so its trip reads as a spent
  step, not a runaway loop.
- WorkSessionCheckpointComposer: document that the keep-2 fold persists the
  synopsis and advances the send path's compaction cover on purpose.
- WorkSessionToolHandler: expose the base logger as a protected property and
  drop SaveArtifactToolHandler's duplicate field.
- WorkSessionsPageE2ETests: the summary described the pre-#20 guard; restate
  what the fixture proves now and what the tool leg still needs.
w0rldx added a commit that referenced this pull request Aug 25, 2026
…F-less nodes, #17 test-gate node-settings deletion, #9 artifact purge, #13 neutral step-cap notice, #2 update_work_plan aliases, #3 short-session checkpoint summary, #7 OperationId + GetArtifactAsync)
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