Skip to content

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

Merged
spaenleh merged 1 commit intomainfrom
renovate/devdependencies-(non-major)
Oct 23, 2025
Merged

chore(deps): update devdependencies (non-major) (minor)#821
spaenleh merged 1 commit intomainfrom
renovate/devdependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint-react/eslint-plugin (source) 1.52.3 -> 1.53.1 age confidence
@eslint/compat (source) 1.3.1 -> 1.4.0 age confidence
@eslint/js (source) 9.35.0 -> 9.38.0 age confidence
@hey-api/openapi-ts (source) 0.78.3 -> 0.86.1 age confidence
@inlang/paraglide-js (source) 2.2.0 -> 2.4.0 age confidence
@playwright/test (source) 1.55.0 -> 1.56.1 age confidence
@testing-library/jest-dom 6.8.0 -> 6.9.1 age confidence
@types/node (source) 24.3.1 -> 24.9.1 age confidence
@types/react (source) 19.1.12 -> 19.2.2 age confidence
@types/react-dom (source) 19.1.9 -> 19.2.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.43.0 -> 8.46.2 age confidence
@typescript-eslint/parser (source) 8.43.0 -> 8.46.2 age confidence
eslint (source) 9.35.0 -> 9.38.0 age confidence
hono (source) 4.9.6 -> 4.10.2 age confidence
playwright (source) 1.55.0 -> 1.56.1 age confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.53.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.53.0...v1.53.1

v1.53.0

Compare Source

✨ New
  • feat: update naming convention rules default excepts to include common patterns by @​Rel1cx in #​1216
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.52.8...v1.53.0

v1.52.9

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.8...v1.52.9

v1.52.8

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.7...v1.52.8

v1.52.7

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.6...v1.52.7

v1.52.6

Compare Source

🐞 Fixes
  • fix: correct logic in naming-convention/component-name validation to continue on valid names, closes #​1176 by @​Rel1cx in #​1177

Full Changelog: Rel1cx/eslint-react@v1.52.5...v1.52.6

v1.52.5

Compare Source

🐞 Fixes
  • fix: refactor is-from-react utility in react-debug/is-from-react rule and improve react-x/no-forward-ref rule autofix handling, closes #​1172 by @​Rel1cx in #​1173

Full Changelog: Rel1cx/eslint-react@v1.52.4...v1.52.5

v1.52.4

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.3...v1.52.4

eslint/rewrite (@​eslint/compat)

v1.4.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated

v1.3.2

Compare Source

Dependencies
  • The following workspace dependencies were updated
eslint/eslint (@​eslint/js)

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)

v9.36.0

Compare Source

Features
  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)
Bug Fixes
Documentation
  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
Chores
hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.86.1

Compare Source

Patch Changes

v0.86.0

Compare Source

Minor Changes
Patch Changes
Updated Dependencies:

v0.85.2

Compare Source

Patch Changes

v0.85.1

Compare Source

Patch Changes

v0.85.0

Compare Source

Minor Changes
Updated output options

We made the output configuration more consistent by using null to represent disabled options. This change does not affect boolean options.

export default {
  input: 'hey-api/backend', // sign up at app.heyapi.dev
  output: {
    format: null,
    lint: null,
    path: 'src/client',
    tsConfigPath: null,
  },
};
Patch Changes
Updated Pinia Colada query options

Pinia Colada query options now use defineQueryOptions to improve reactivity support. Instead of calling the query options function, you can use one of the following approaches.

No params
useQuery(getPetsQuery);
Constant
useQuery(getPetByIdQuery, () => ({
  path: {
    petId: 1,
  },
}));
Reactive
const petId = ref<number | null>(1);

useQuery(getPetByIdQuery, () => ({
  path: {
    petId: petId.value,
  },
}));
Properties
const petId = ref<number | null>(1);

useQuery(() => ({
  ...getPetByIdQuery({
    path: { petId: petId.value as number },
  }),
  enabled: () => petId.value != null,
}));

v0.84.4

Compare Source

Patch Changes

v0.84.3

Compare Source

Patch Changes

v0.84.2

Compare Source

Patch Changes

v0.84.1

Compare Source

Patch Changes

v0.84.0

Compare Source

Minor Changes
  • feat: Symbol API
Symbol API

This release improves the Symbol API, which adds the capability to place symbols in arbitrary files. We preserved the previous output structure for all plugins except Angular.

You can preserve the previous Angular output by writing your own placement function.

Removed output plugin option

Due to the Symbol API release, this option has been removed from the Plugin API. (#​2664) (e1ede9c) by @​mrlubos

Patch Changes
  • fix(plugin): every plugin extends Plugin.Hooks interface (#​2664) (e1ede9c) by @​mrlubos

  • fix(renderer): group and sort imported modules

TypeScript renderer

We ship a dedicated TypeScript renderer for .ts files. This release improves the renderer's ability to group and sort imported modules, resulting in a more polished output. (#​2664) (e1ede9c) by @​mrlubos

v0.83.1

Compare Source

Patch Changes

v0.83.0

Compare Source

Minor Changes
  • feat: Symbol API
Symbol API

This release adds the Symbol API, which significantly reduces the risk of naming collisions. While the generated output should only include formatting changes, this feature introduces breaking changes to the Plugin API that affect custom plugins.

We will update the custom plugin guide once the Plugin API becomes more stable. (#​2582) (10aea89) by @​mrlubos

  • feat(pinia-colada): remove groupByTag option
Removed groupByTag Pinia Colada option

This option has been removed to provide a more consistent API across plugins. We plan to bring it back in a future release. (#​2582) (10aea89) by @​mrlubos

Patch Changes
Updated Dependencies:

v0.82.5

Compare Source

Patch Changes

v0.82.4

Patch Changes

v0.82.1

Compare Source

Patch Changes

v0.82.0

Compare Source

Minor Changes
Added Hooks API
This release adds the [Hooks API](https://heyapi.dev/openapi-ts/configuration/parser#hooks), giving you granular control over which operations generate queries and mutations. As a result, we tightened the previous behavior and POST operations no longer generate queries by default. To preserve the old behavior, add a custom matcher.

```js
export default {
  input: 'hey-api/backend', // sign up at app.heyapi.dev
  output: 'src/client',
  parser: {
    hooks: {
      operations: {
        isQuery: (op) => (op.method === 'post' ? true : undefined),
      },
    },
  },
};
```
Patch Changes

v0.81.1

Compare Source

Patch Changes

v0.81.0

Compare Source

Minor Changes

v0.80.18

Compare Source

Patch Changes

v0.80.17

Compare Source

Patch Changes

v0.80.16

Compare Source

Patch Changes

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 1, 2025
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 11 times, most recently from 60c66e4 to cb98301 Compare August 9, 2025 01:47
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 11 times, most recently from cc1bca2 to 6c6b139 Compare August 16, 2025 02:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from 6a55ece to 5df2b4a Compare August 19, 2025 20:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 63f42de to dac9603 Compare September 8, 2025 19:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from e7f66a7 to 5d3adfd Compare September 16, 2025 02:15
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 121fd83 to 4c625a8 Compare September 22, 2025 22:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from a4f49f9 to e1fd5bd Compare September 29, 2025 19:14
@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 v2.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant