Skip to content

chore(deps): update devdependencies (non-major) (minor)#853

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies-(non-major)
Open

chore(deps): update devdependencies (non-major) (minor)#853
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.38.09.39.4 age confidence
@hey-api/openapi-ts (source) 0.86.10.97.3 age confidence
@inlang/cli 3.0.123.1.11 age confidence
@inlang/paraglide-js (source) 2.4.02.18.1 age confidence
@playwright/test (source) 1.56.11.60.0 age confidence
@types/node (source) 24.9.124.12.4 age confidence
@typescript-eslint/eslint-plugin (source) 8.46.28.60.0 age confidence
@typescript-eslint/parser (source) 8.46.28.60.0 age confidence
@vitejs/plugin-react (source) 5.0.25.2.0 age confidence
dotenv 17.2.217.4.2 age confidence
eslint (source) 9.38.09.39.4 age confidence
eslint-plugin-react-refresh 0.4.200.5.2 age confidence
globals 16.4.016.5.0 age confidence
playwright (source) 1.56.11.60.0 age confidence
prettier (source) 3.6.23.8.3 age confidence
tsx (source) 4.20.54.22.3 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.97.3

@​hey-api/openapi-ts 0.97.3

Plugins
@​hey-api/client-angular
@​hey-api/client-axios
@​hey-api/client-fetch
@​hey-api/client-ky
@​hey-api/client-next
@​hey-api/client-ofetch
@​hey-api/transformers
@​tanstack/angular-query-experimental
@​tanstack/preact-query
@​tanstack/react-query
@​tanstack/solid-query
@​tanstack/svelte-query
@​tanstack/vue-query
zod
  • avoid invalid .extend() on z.record() when a discriminated union member is an empty object (#​3915)

@​hey-api/codegen-core 0.8.2

Updates
  • symbols: prefer recursive over top-level merging in registry (#​3917)

@​hey-api/shared 0.4.5

Updates
  • parser: encode special characters in JSON Pointer (#​3903)
  • fix: various performance improvements (#​3917)
  • plugin: expose getHooks method (#​3913)
  • types: export ResolverNodes type on Plugin (#​3907)
  • utils: turn on enabled flag in mappers (#​3827)

v0.97.2

@​hey-api/openapi-ts 0.97.2

Updates
  • dsl: cache lazy node result (#​3855)
Plugins
@​hey-api/client-angular
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-axios
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-fetch
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-ky
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-next
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-nuxt
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-ofetch
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/sdk
  • support valibot as response transformer (#​3847)
  • support zod as response transformer (#​3847)
@​tanstack/angular-query-experimental
@​tanstack/preact-query
@​tanstack/react-query
@​tanstack/solid-query
@​tanstack/svelte-query
@​tanstack/vue-query
valibot
  • use enums from TypeScript if available (#​3884)
zod
  • use enums from TypeScript if available (#​3884)

@​hey-api/shared 0.4.4

Updates
  • plugin: add querySymbols() function (#​3884)

v0.97.1

@​hey-api/openapi-ts 0.97.1

Plugins
@​hey-api/transformers
  • use symbols for additionalProperties key variables (#​3841)

@​hey-api/json-schema-ref-parser 1.4.2

Updates
  • yaml: swap yaml back to js-yaml (#​3843)

@​hey-api/shared 0.4.3

No user-facing changes.


v0.97.0

@​hey-api/openapi-ts 0.97.0

⚠️ Breaking

This release has 15 breaking changes. Please review the release notes carefully before upgrading.

Updates
  • cli: print file count and generator speed (#​3828)
  • ⚠️ Breaking: client: resolve runtimeConfigPath relative to the output folder (#​3770)
Changed runtimeConfigPath behavior

This was a known, long-standing issue confusing first-time users. Before, defining client runtimeConfigPath value would paste it verbatim to the generated output. This release changes the behavior to resolve relative to the current working directory the same way output path works.

  • config: remove --apply flag from Biome post-processor commands (#​3812)
Plugins
@​hey-api/client-angular
  • ⚠️ Breaking: request and response objects might be undefined (#​3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#​3814)
@​hey-api/client-fetch
  • ⚠️ Breaking: pass previous result to error interceptors (#​3814)
  • ⚠️ Breaking: request and response objects might be undefined (#​3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#​3814)
@​hey-api/client-ky
  • ⚠️ Breaking: pass previous result to error interceptors (#​3814)
  • ⚠️ Breaking: request and response objects might be undefined (#​3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#​3814)
  • ⚠️ Breaking: respect ky instance defaults (#​3806)
Changed Ky client behavior

The Ky client was updated to be more intuitive. Some Ky options now need to be passed via the kyOptions field and you need to pass undefined to unset an option.

@​hey-api/client-next
  • ⚠️ Breaking: request and response objects might be undefined (#​3814)
  • ⚠️ Breaking: pass previous result to error interceptors (#​3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#​3814)
@​hey-api/client-ofetch
  • ⚠️ Breaking: request and response objects might be undefined (#​3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#​3814)
@​tanstack/angular-query-experimental
@​tanstack/preact-query
@​tanstack/react-query
@​tanstack/solid-query
@​tanstack/svelte-query
@​tanstack/vue-query
zod
  • fallback .discriminatedUnion to .union if members contain intersection (#​3813)

@​hey-api/codegen-core 0.8.1

Updates
  • planner: speed up identifier conflict detector (#​3823)
  • symbol: speed up symbol registry cache (#​3823)

@​hey-api/shared 0.4.2

Updates
  • graph: speed up graph builder (#​3823)
  • utils: speed up deep equality check (#​3823)

v0.96.1

@​hey-api/openapi-ts 0.96.1

Updates
  • config: warn on duplicated plugin configurations (#​3753)
  • output: surface postprocess errors (#​3683)
  • parser: re-add implicitly-filtered schemas in collectOperations (#​3791)
  • parser: avoid encoding url unsafe characters (#​3782)
Plugins
@​hey-api/client-angular
  • narrow headers to Headers in ResolvedRequestOptions (#​3757)
@​hey-api/client-fetch
  • narrow headers to Headers in ResolvedRequestOptions (#​3757)
@​hey-api/client-ky
  • narrow headers to Headers in ResolvedRequestOptions (#​3757)
@​hey-api/client-next
  • narrow headers to Headers in ResolvedRequestOptions (#​3757)
@​hey-api/client-ofetch
  • narrow headers to Headers in ResolvedRequestOptions (#​3757)
valibot
zod
  • add support for .discriminatedUnion() (#​3780)
  • support generating z.input and z.output types (#​3759)

@​hey-api/json-schema-ref-parser 1.4.1

Updates
  • parser: avoid encoding url unsafe characters (#​3782)

@​hey-api/shared 0.4.1

Updates
  • output: surface postprocess errors (#​3683)
  • parser: avoid encoding url unsafe characters (#​3782)
  • parser: re-add implicitly-filtered schemas in collectOperations (#​3791)
  • config: warn on duplicated plugin configurations (#​3753)

@​hey-api/vite-plugin 0.3.1

Updates

v0.96.0

@​hey-api/openapi-ts 0.96.0

⚠️ Breaking

This release has 1 breaking change. Please review the release notes carefully before upgrading.

Updates
  • ⚠️ Breaking: This release bumps the minimum required Node version to 22.13. (#​3694)
  • cli: improve error message on invalid input (#​3679)
  • parser: keep orphans when explicitly included in filters (#​3714)
  • parser: process enum metadata (#​3727)
Plugins
@​angular/common
  • requests and resources broken default configuration (#​3678)
@​hey-api/client-angular
  • simplify SSE line endings normalization (#​3686)
@​hey-api/client-axios
  • simplify SSE line endings normalization (#​3686)
@​hey-api/client-fetch
  • simplify SSE line endings normalization (#​3686)
@​hey-api/client-ky
  • simplify SSE line endings normalization (#​3686)
@​hey-api/client-next
  • simplify SSE line endings normalization (#​3686)
@​hey-api/client-nuxt
  • simplify SSE line endings normalization (#​3686)
@​hey-api/client-ofetch
  • simplify SSE line endings normalization (#​3686)
@​hey-api/transformers
  • return value for primitive array entries (#​3733)

@​hey-api/codegen-core 0.8.0

⚠️ Breaking

This release has 1 breaking change. Please review the release notes carefully before upgrading.

Updates
  • ⚠️ Breaking: This release bumps the minimum required Node version to 22.13. (#​3694)

@​hey-api/json-schema-ref-parser 1.4.0

⚠️ Breaking

This release has 1 breaking change. Please review the release notes carefully before upgrading.

Updates
  • ⚠️ Breaking: This release bumps the minimum required Node version to 22.13. (#​3694)
  • internal: export errors (#​3679)

@​hey-api/shared 0.4.0

⚠️ Breaking

This release has 1 breaking change. Please review the release notes carefully before upgrading.

Updates
  • ⚠️ Breaking: This release bumps the minimum required Node version to 22.13. (#​3694)
  • parser: keep orphans when explicitly included in filters (#​3714)
  • parser: process enum metadata (#​3727)
  • error: handle InputError (#​3679)

@​hey-api/spec-types 0.2.0

⚠️ Breaking

This release has 2 breaking changes. Please review the release notes carefully before upgrading.

Updates
  • ⚠️ Breaking: remove OpenAPI types from JSON Schema documents (#​3715)
  • ⚠️ Breaking: rename OpenAPIExtensions to SpecExtensions (#​3715)
  • types: add WithSpecExtensions type (#​3734)
  • openapi: stricter 2.0 version type (#​3715)
  • types: use mutable arrays (#​3715)

@​hey-api/vite-plugin 0.3.0

⚠️ Breaking

This release has 1 breaking change. Please review the release notes carefully before upgrading.

Updates
  • ⚠️ Breaking: This package is now ESM-only. (#​3688)

v0.95.0

Minor Changes
Validator request schemas

Valibot plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "valibot",
    },
    {
      name: "valibot",
      requests: {
        shouldExtract: true,
      },
    },
  ],
};
Removed plugin.getSymbol() function

This function has been removed. You can use plugin.querySymbol() instead. It accepts the same arguments and returns the same result.

Validator request schemas

Zod plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "zod",
    },
    {
      name: "zod",
      requests: {
        shouldExtract: true,
      },
    },
  ],
};
Patch Changes
Updated Dependencies:

v0.94.4

Compare Source

Patch Changes

v0.94.3

Compare Source

Patch Changes
Updated Dependencies:

v0.94.2

Compare Source

Patch Changes
Updated Dependencies:

v0.94.1

Compare Source

Patch Changes
Updated Dependencies:

v0.94.0

Compare Source

Minor Changes
Patch Changes
Updated Dependencies:

v0.93.1

Compare Source

Patch Changes

v0.93.0

Compare Source

Minor Changes
Removed resolver node

Valibot plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Removed resolver node

Zod plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Patc

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 of the month (* * 1 * *)
  • Automerge
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 860c5df to be54341 Compare November 7, 2025 08:50
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from dc321e7 to da7a408 Compare November 14, 2025 14:49
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 030b3fe to b51fee5 Compare November 24, 2025 18:59
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from a7fae5e to 2d60b0b Compare November 30, 2025 19:06
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from c3d1cbf to be4aaa9 Compare December 19, 2025 22:54
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 4c8c71a to f9a5d38 Compare December 29, 2025 19:06
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from 68d893a to 4ee7862 Compare January 7, 2026 06:44
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 57bf114 to c0c43cf Compare January 10, 2026 18:16
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants