Skip to content

fix(deps): update all non-major dependencies#5843

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#5843
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 17, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@badeball/cypress-cucumber-preprocessor 23.0.023.2.1 age confidence
@bahmutov/cypress-esbuild-preprocessor 2.2.52.2.8 age confidence
@eslint/eslintrc 3.3.13.3.5 age confidence
@eslint/js (source) 9.39.19.39.4 age confidence
@hey-api/openapi-ts (source) 0.87.50.97.1 age confidence
@playwright/test (source) 1.56.11.60.0 age confidence
@storybook/addon-a11y (source) 7.6.207.6.24 age confidence
@storybook/addon-essentials (source) 7.6.207.6.24 age confidence
@storybook/addon-interactions (source) 7.6.207.6.24 age confidence
@storybook/addon-links (source) 7.6.207.6.24 age confidence
@storybook/blocks (source) 7.6.207.6.24 age confidence
@storybook/manager-api (source) 7.6.207.6.24 age confidence
@storybook/preset-create-react-app (source) 7.6.207.6.24 age confidence
@storybook/react (source) 7.6.207.6.24 age confidence
@storybook/react-webpack5 (source) 7.6.207.6.24 age confidence
@storybook/theming (source) 7.6.207.6.24 age confidence
@tanstack/react-query (source) 5.90.95.100.10 age confidence
@tanstack/react-query-devtools (source) 5.90.25.100.10 age confidence
@types/chance (source) 1.1.71.1.8 age confidence
@types/node (source) 25.0.325.7.0 age confidence
@typescript-eslint/parser (source) 8.46.48.59.3 age confidence
eslint-plugin-cypress 5.2.05.3.0 age confidence
eslint-plugin-no-only-tests 3.3.03.4.0 age confidence
eslint-plugin-playwright 2.3.02.10.2 age confidence
eslint-plugin-prettier 5.5.45.5.5 age confidence
eslint-plugin-testing-library 7.13.47.16.2 age confidence
eslint-plugin-unused-imports 4.3.04.4.1 age confidence
fishery 2.3.12.4.0 age confidence
ipaddr.js 2.2.02.4.0 age confidence
msw (source) 2.12.12.14.6 age confidence
nanoid 5.1.65.1.11 age confidence
sass 1.94.01.99.0 age confidence
start-server-and-test 2.1.22.1.5 age confidence
timezone-mock 1.3.61.4.2 age confidence
typescript-eslint (source) 8.46.48.59.3 age confidence

Release Notes

badeball/cypress-cucumber-preprocessor (@​badeball/cypress-cucumber-preprocessor)

v23.2.1

Compare Source

  • Determine interactive mode correctly, fixes #​1323.

v23.2.0

Compare Source

  • Add a flag to turn expectation errors soft. Relates to #​1313 and #​1222.

    • During creation of message reports, which the JSON & HTML reports are products of, some test state is tracked by this library. This requires taking into account a myriad of edge cases, mostly related to Cypress' reload behavior. There are however likely several remaining edge cases that are unaccounted for.

      In case of #​1222, the fail fast strategy adopted here appeared to mask an underlying issue. I suspect this might also be the case for #​1313 and similar issues. Thus an option for erroring softly is introduced. With this option, instead of throwing fast in Cypress' event handlers, the preprocessor will emit an error message to stderr at the end of a run.

      My hope is that this will make it easier for the end-user to provide proper reproducible examples when running into these errors. Additionally, it can be useful for users whom which reports aren't strictly a necessity but do encounter such errors.

      This option can be configured similar to other options, with examples shown below.

      // package.json
      {
        "dependencies": {
          "@​badeball/cypress-cucumber-preprocessor": "latest"
        },
        "cypress-cucumber-preprocessor": {
          "state": {
            "softErrors": true
          }
        }
      }
      
      // .cypress-cucumber-preprocessorrc.json
      {
        "state": {
          "softErrors": true
        }
      }
      
      $ cypress run -e stateSoftErrors=true
      
      $ env CYPRESS_stateSoftErrors=true cypress run
      

v23.1.0

Compare Source

  • Bumb engine requirement to Node v20.

    • This was accidentally left out during release of v23.0.0, where dropped support for v18 was announced. Due to the announcement, I don't consider this to be another breaking change.
  • Expand type signature of scenario and step hooks, to allow tags to be defined using pure string arguments. This is in line with how cucumber-js behaves.

  • Add support for attachments with filenames. This is in line with how cucumber-js behaves.

  • Implement log, as seen in cucumber-js.

  • Implement link, as seen in cucumber-js.

  • Minor changes to the messages report, to ensure compatibility with cucumber-js.

bahmutov/cypress-esbuild-preprocessor (@​bahmutov/cypress-esbuild-preprocessor)

v2.2.8

Compare Source

Bug Fixes
  • Await resolving on 1st run until bundle has made it to fs (#​515) (9729b37)

v2.2.7

Compare Source

Bug Fixes

v2.2.6

Compare Source

Bug Fixes
eslint/eslintrc (@​eslint/eslintrc)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes
  • update ajv to 6.14.0 to address security vulnerabilities (#​221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#​224) (30339d0)

v3.3.3

Compare Source

Bug Fixes
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

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

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@webteam-app
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 3f213c6 to 2a1c04c Compare November 24, 2025 18:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4adf7a1 to 612c94c Compare November 28, 2025 16:09
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 28, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 108b844 to 686fcdd Compare December 4, 2025 12:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 99f769c to 0feaf39 Compare December 14, 2025 03:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2bbca4c to fe7fadf Compare December 15, 2025 19:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4451b25 to 5110e31 Compare January 2, 2026 18:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 61b5a7d to d6e9cb9 Compare January 10, 2026 18:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5bbbcb5 to 3689609 Compare January 16, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant