chore(deps): update devdependencies (non-major) (minor) #1144
+918
−677
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
9.36.0->9.39.20.84.4->0.89.25.90.2->5.91.21.136.18->1.144.05.3.16->5.5.28.45.0->8.50.18.45.0->8.50.15.0.4->5.1.215.6.0->15.8.19.36.0->9.39.21.19.0->1.36.01.55.1->1.57.03.6.2->3.7.47.1.12->7.3.00.11.0->0.12.0Release Notes
eslint/eslint (@eslint/js)
v9.39.2Compare Source
v9.39.1Compare Source
v9.39.0Compare Source
v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for @eslint/js release (Jenkins)c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0Compare Source
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for @eslint/js release (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)hey-api/openapi-ts (@hey-api/openapi-ts)
v0.89.2Compare Source
Patch Changes
plugin(@hey-api/typescript): improve type narrowing in discriminated types (#3120) (
6f8a43c) by @copilot-swe-agentplugin(@hey-api/client-axios): revert use
queryoption when noparamsSerializeris provided (#3125) (34c9a92) by @mrlubosv0.89.1Compare Source
Patch Changes
parser: expose OpenAPI extension keywords (#3119) (
c50190b) by @copilot-swe-agentplugin(@hey-api/client-axios): use
queryoption when noparamsSerializeris provided (#3062) (4dcc210) by @JanST123GSplugin(@hey-api/sdk): lazily initialize sub-resources to improve performance (#3099) (
f481f5c) by @mrlubosoutput: sanitize reserved names with underscore suffix instead of prefix (#3102) (
9116082) by @mrlubosparser: improve discriminator support in nested
allOffields (#3117) (ec1224d) by @copilot-swe-agentoutput: default to
.jsextension when module resolution is set tonode16(#3115) (18d218a) by @copilot-swe-agentv0.89.0Compare Source
Minor Changes
preferExportAlloption (#2990) (c3a81e8) by @mrlubosPrefer named exports
This release changes the default for
index.tsto prefer named exports. Named exports may lead to better IDE and bundler performance compared to asterisk (*) as your tooling doesn't have to inspect the underlying module to discover exports.While this change is merely cosmetic, you can set
output.preferExportAlltotrueif you prefer to use the asterisk.symbol:setValue:*events (#2990) (c3a81e8) by @mrlubosRemoved
symbol:setValue:*eventsThese events have been removed in favor of
node:set:*events.Patch Changes
nameConflictResolveroption (#2990) (c3a81e8) by @mrlubosv0.88.2Compare Source
Patch Changes
d663232) by @nachogarciav0.88.1Compare Source
Patch Changes
55ef279) by @mrlubosv0.88.0Compare Source
Minor Changes
37ff4ab) by @mrlubosRemoved
compilerandtscexportsThis release removes the
compilerutility functions. Instead, it introduces a new TypeScript DSL exposed under the$symbol. All plugins now use this interface, so you may notice slight changes in the generated output.v0.87.5Compare Source
Patch Changes
b290ec9) by @copilot-swe-agentv0.87.4Compare Source
Patch Changes
valibot: expose validator resolvers (#2980) (
6226f6f) by @mrluboszod: expose validator resolvers (#2980) (
6226f6f) by @mrlubosv0.87.3Compare Source
Patch Changes
valibot: allow generating custom pipes with
~resolvers(#2975) (62a4745) by @mrluboszod: allow generating custom chains with
~resolvers(#2975) (62a4745) by @mrlubos@tanstack/query: add type annotations to
queryOptions()(#2964) (7e1b017) by @NovakAntonclient-fetch: intercept AbortError (#2970) (
9075309) by @copilot-swe-agent@tanstack/query: prettier mutation options (#2972) (
50266bd) by @mrlubosv0.87.2Compare Source
Patch Changes
clients: add support for Ky client (#2958) (
212fcaf) by @SebastiaanWoutersparser: merge
defaultkeyword with$refin OpenAPI 3.1 (#2946) (15a178d) by @copilot-swe-agentoutput: run lint before format (#2937) (
eb23ee8) by @FloEdelmann@pinia/colada: correctly access instantiated SDKs (#2942) (
c041e96) by @mrlubosvalibot: use
.strictObject()instead of.objectWithRest()when additional properties are not allowed (#2945) (3786d2b) by @copilot-swe-agent@tanstack/query: prettier query options (#2947) (
0b79b89) by @mrlubosv0.87.1Compare Source
Patch Changes
fix(typescript): remove legacy options (#2929) (
97c1f0e) by @mrlubosfix(tanstack-query): correctly access instantiated SDKs (#2939) (
01a1fb4) by @mrlubosv0.87.0Compare Source
Minor Changes
c9fb65d) by @mrlubosRemoved legacy clients
This release removes support for legacy clients and plugins. Please migrate to the new clients if you haven't done so yet. If you're unable to do so due to a missing feature, let us know on GitHub.
v0.86.12Compare Source
Patch Changes
fix(transformers): do not reference undefined transformers (#2924) (
b3f4f91) by @mrlubosfix(sdk): add
paramsStructureoption (#2909) (d9dd389) by @mrlubosfix(sdk): handle conflicts between method names and subclasses in class-based SDKs (#2920) (
48c7fa3) by @mrlubosfix: bundled context types (#2923) (
f5a91c4) by @mrlubosUpdated Dependencies:
v0.86.11Compare Source
Patch Changes
PluginInstanceto avoid typing issues (#2897) (a625980) by @copilot-swe-agentv0.86.10Compare Source
Patch Changes
767ad18) by @copilot-swe-agentv0.86.9Compare Source
Patch Changes
fix(valibot): handle
timestring format (#2889) (0db5a43) by @copilot-swe-agentrefactor: replace plugin references with queries (#2873) (
1cfc8f2) by @mrlubosfix: gracefully handle errors in debug reports (#2884) (
d5c0a1c) by @copilot-swe-agentUpdated Dependencies:
v0.86.8Compare Source
Patch Changes
da88dd9) by @copilot-swe-agentv0.86.7Compare Source
Patch Changes
857c464) by @copilot-swe-agentv0.86.6Compare Source
Patch Changes
81f91a9) by @copilot-swe-agentv0.86.5Compare Source
Patch Changes
fix(parser): write-only schema incorrectly used in response schemas (#2850) (
16cc0e7) by @copilot-swe-agentfix(cli): move cli script to typescript (#2852) (
b677f89) by @mrlubosv0.86.4Compare Source
Patch Changes
feat(parser): pass tags to symbol meta (#2845) (
e157288) by @mrlubosfeat(clients): granular query parameter serialization strategy (#2837) (
e0e6ab3) by @pixelmordv0.86.3Compare Source
Patch Changes
feat(parser): add
eventshooks (#2829) (d5c85fc) by @mrlubosfix(parser): writeOnly schema properties missing from request types in nested schemas (#2793) (
7d1c475) by @copilot-swe-agentv0.86.2Compare Source
Patch Changes
fix(validators): do not reference variables before they are declared (#2812) (
69783d1) by @mrlubosfix(renderer): allow duplicate names when one symbol is a type (#2812) (
523038e) by @mrlubosUpdated Dependencies:
v0.86.1Compare Source
Patch Changes
5bba86e) by @mrlubosv0.86.0Compare Source
Minor Changes
7c7702a) by @mrlubosPatch Changes
fix: do not print error details if logs are set to silent (#2776) (
2274344) by @mrlubosfix(client-axios): return error when axios request fails (#2763) (
122a292) by @mauriciabadUpdated Dependencies:
v0.85.2Compare Source
Patch Changes
fix: dynamically load c12 to work with cjs modules (#2755) (
e6472cf) by @mrlubosfix(cli): detect watch mode with input array (#2751) (
3293cad) by @warrenseinev0.85.1Compare Source
Patch Changes
078face) by @copilot-swe-agentv0.85.0Compare Source
Minor Changes
fcdd73b) by @mrlubosUpdated
outputoptionsWe made the
outputconfiguration more consistent by usingnullto represent disabled options. This change does not affect boolean options.Patch Changes
feat: support multiple configurations (#2602) (
c84f10e) by @carson2222feat(config): add
output.importFileExtensionoption (#2718) (fcdd73b) by @mrlubosfeat(pinia-colada): query options use
defineQueryOptions(#2610) (33e6b31) by @brolnickijUpdated Pinia Colada query options
Pinia Colada query options now use
defineQueryOptionsto improve reactivity support. Instead of calling the query options function, you can use one of the following approaches.No params
Constant
Reactive
Properties
TanStack/query (@tanstack/react-query-devtools)
v5.91.2Compare Source
Patch Changes
f9fc56a,0b29b6f]:v5.91.1Compare Source
Patch Changes
b261b6f]:v5.91.0Compare Source
Minor Changes
Patch Changes
0e9d5b5]:TanStack/router (@tanstack/router-plugin)
v1.144.0Compare Source
Version 1.144.0 - 12/27/25, 2:58 PM
Changes
Feat
680671c) by Manuel SchillerPackages
v1.143.11Compare Source
Version 1.143.11 - 12/26/25, 1:34 AM
Changes
Fix
aa208f1) by Manuel SchillerChore
7d598a1) by Manuel SchillerPackages
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.
This PR was generated by Mend Renovate. View the repository job log.