Skip to content

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

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

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

Conversation

@renovate
Copy link
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.36.09.39.4 age confidence
@hey-api/openapi-ts (source) 0.84.40.94.0 age confidence
@tanstack/react-query-devtools (source) 5.90.25.91.3 age confidence
@tanstack/router-plugin (source) 1.136.181.166.7 age confidence
@types/node (source) 25.0.1025.4.0 age confidence
@types/papaparse (source) 5.3.165.5.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.45.08.57.0 age confidence
@typescript-eslint/parser (source) 8.45.08.57.0 age confidence
@vitejs/plugin-react (source) 5.0.45.1.4 age confidence
cypress (source) 15.6.015.11.0 age confidence
eslint (source) 9.36.09.39.4 age confidence
eslint-plugin-react-refresh 0.4.260.5.2 age confidence
happy-dom 20.0.1120.8.3 age confidence
oxlint (source) 1.19.01.52.0 age confidence
playwright (source) 1.55.11.58.2 age confidence
prettier (source) 3.6.23.8.1 age confidence
vite (source) 7.1.127.3.1 age confidence
vite-plugin-checker 0.11.00.12.0 age confidence
vite-plugin-static-copy 3.1.63.2.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

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores

v9.37.0

Compare Source

Features
  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)
Bug Fixes
Documentation
  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)
Chores
  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)
hey-api/openapi-ts (@​hey-api/openapi-ts)

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

v0.90.2

Compare Source

Patch Changes
Updated Dependencies:

v0.90.1

Compare Source

Patch Changes

The SDK plugin can generate ready-to-use code examples for each operation, showing how to call the SDK methods with proper parameters and setup.

Learn how to generate examples on the SDK plugin page.

Source is a copy of the input specification used to generate your outpu


Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), 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 ) (UTC).

🚦 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.

@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 11 times, most recently from a232d99 to 9e1a0b2 Compare November 8, 2025 03:08
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 17 times, most recently from e761d58 to c71ade7 Compare November 16, 2025 10:58
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from c71ade7 to 9d24ce8 Compare November 16, 2025 18:55
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 11 times, most recently from a0b8a8d to d6c4450 Compare November 28, 2025 23:10
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 52d0f00 to 29f02a8 Compare December 3, 2025 05:16
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 69799b1 to 2640340 Compare December 10, 2025 04:04
@renovate
Copy link
Contributor Author

renovate bot commented Mar 10, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 49, reused 0, downloaded 0, added 0
Progress: resolved 75, reused 0, downloaded 0, added 0
 ERROR  Could not resolve factories to a commit of https://github.com/graasp/graasp-sdk.git.

This error happened while installing a direct dependency of /tmp/renovate/repos/github/graasp/client

pnpm: Could not resolve factories to a commit of https://github.com/graasp/graasp-sdk.git.
    at resolveRefFromRefs (/opt/containerbase/tools/pnpm/10.22.0/22.16.0/node_modules/pnpm/dist/pnpm.cjs:53804:17)
    at resolveRef (/opt/containerbase/tools/pnpm/10.22.0/22.16.0/node_modules/pnpm/dist/pnpm.cjs:53797:14)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async resolveGit (/opt/containerbase/tools/pnpm/10.22.0/22.16.0/node_modules/pnpm/dist/pnpm.cjs:53736:24)
    at async Object.resolve (/opt/containerbase/tools/pnpm/10.22.0/22.16.0/node_modules/pnpm/dist/pnpm.cjs:60909:251)
    at async run (/opt/containerbase/tools/pnpm/10.22.0/22.16.0/node_modules/pnpm/dist/pnpm.cjs:107081:23)

@sonarqubecloud
Copy link

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