Skip to content

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

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

chore(deps): update devdependencies (non-major) (minor)#853
renovate[bot] wants to merge 1 commit intomainfrom
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.95.0 age confidence
@inlang/cli 3.0.123.1.9 age confidence
@inlang/paraglide-js (source) 2.4.02.15.3 age confidence
@playwright/test (source) 1.56.11.59.1 age confidence
@types/node (source) 24.9.124.12.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.46.28.58.1 age confidence
@typescript-eslint/parser (source) 8.46.28.58.1 age confidence
@vitejs/plugin-react (source) 5.0.25.2.0 age confidence
dotenv 17.2.217.4.1 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.59.1 age confidence
prettier (source) 3.6.23.8.2 age confidence
tsx (source) 4.20.54.21.0 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.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.

Patch Changes
Updated Dependencies:

v0.92.4

Compare Source

Patch Changes
Updated Dependencies:

v0.92.3

Compare Source

Patch Changes

v0.92.2

Minor Changes
Updated Symbol interface

The exportFrom property has been replaced with the getExportFromFilePath() function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.

Patch Changes
Updated Dependencies:

v0.91.1

Compare Source

Patch Changes
Updated Dependencies:

v0.91.0

Compare Source

Minor Changes
Removed CommonJS (CJS) support

@hey-api/openapi-ts is now ESM-only. This change simplifies the codebase, improves tree-shaking, and enables better integration with modern bundlers and TypeScript tooling.

CommonJS entry points (require(), module.exports) are no longer supported. If you are in a CJS environment, you can still load the package dynamically using import() like:

const { defineConfig } = await import('@​hey-api/openapi-ts');

If you have previously written:

const { defineConfig } = require('@​hey-api/openapi-ts');

Migrate by updating your static imports:

import { defineConfig } from '@​hey-api/openapi-ts';

If your environment cannot use ESM, pin to a previous version.

Patch Changes
Updated Dependencies:

v0.90.10

Compare Source

Patch Changes

v0.90.9

Compare Source

Patch Changes
Updated Dependencies:

v0.90.8

Compare Source

Patch Changes
Updated Dependencies:

v0.90.7

Compare Source

Patch Changes
Updated Dependencies:

v0.90.6

Patch Changes

v0.90.4

Compare Source

Patch Changes

v0.90.3

Compare Source

Patch Changes
  • output: add oxfmt pr

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 11 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

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