fix(deps): update all non-major dependencies #75
+800
−920
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:
6.2.0→6.7.3^0.88.0→^0.92.0v1.0.1→v1.1.29.39.1→9.39.21.0.2→1.4.0v2.4.0→v2.5.0v2.27.3→v2.27.8v4.13.4→v4.15.0v1.10.1→v1.10.2v0.63.0→v0.65.0v0.63.0→v0.65.0v0.63.0→v0.65.0v1.38.0→v1.40.0v1.38.0→v1.40.0v1.38.0→v1.40.0v1.38.0→v1.40.0v1.38.0→v1.40.0v1.38.0→v1.40.0v1.38.0→v1.40.0v1.38.0→v1.40.01.25→1.261.25.5→1.26.02.6.2→2.9.0v9.1.0→v9.2.0v1.77.0→v1.78.0v1.36.10→v1.36.1110.24.0→10.29.3^0.16.0→^0.20.0Release Notes
antfu/eslint-config (@antfu/eslint-config)
v6.7.3Compare Source
🐞 Bug Fixes
catalogModein the enforced settings - by @antfu (4fc09)View changes on GitHub
v6.7.2Compare Source
🐞 Bug Fixes
eslint-reactv2 - by @Rel1cx in #795 (6b425)View changes on GitHub
v6.7.1Compare Source
🐞 Bug Fixes
catalogModewhen catalogs is not enabled - by @antfu (0471e)View changes on GitHub
v6.7.0Compare Source
🚀 Features
🐞 Bug Fixes
yamlandjsoncconfig in the factory, close #791 - by @antfu in #791 (3e0c5)View changes on GitHub
v6.6.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.6.0Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.5.0Compare Source
🚀 Features
🐞 Bug Fixes
cleanupUnusedCatalogssetting - by @antfu (f712a)View changes on GitHub
v6.4.2Compare Source
🐞 Bug Fixes
pnpm-workspace.yamlsorting config fromyamltopnpm- by @antfu (fc2b1)View changes on GitHub
v6.4.1Compare Source
No significant changes
View changes on GitHub
v6.3.0Compare Source
🚀 Features
🐞 Bug Fixes
cb29b1a- by @daflyinbed in #782 (b4e49)View changes on GitHub
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.92.3Compare Source
Patch Changes
e54db3e) by @mrlubosv0.92.2Minor Changes
exportFromarray withgetExportFromFilePath()function (#3312) (cd44523) by @mrlubosUpdated Symbol interface
The
exportFromproperty has been replaced with thegetExportFromFilePath()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
config: rename
exportFromIndexoption toincludeInEntry(#3312) (cd44523) by @mrlubosconfig:
includeInEntryaccepts function in addition to primitive value (#3312) (cd44523) by @mrlubosparser: add
getExportFromFilePath()hook (#3312) (cd44523) by @mrlubosplugin: add
commentsoption to all plugins (#3317) (7b3c8f2) by @mrlubostypes: improve
defineConfig()types (#3312) (cd44523) by @mrlubosconfig: rename
output.indexFiletooutput.entryFile(#3312) (cd44523) by @mrlubosfix: improve dev mode detection causing builds to fail (#3300) (
be2f3fb) by @copilot-swe-agentUpdated Dependencies:
v0.91.1Compare Source
Patch Changes
Updated Dependencies:
v0.91.0Compare Source
Minor Changes
7f19d59) by @mrlubosRemoved CommonJS (CJS) support
@hey-api/openapi-tsis 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 usingimport()like:If you have previously written:
Migrate by updating your static imports:
If your environment cannot use ESM, pin to a previous version.
Patch Changes
Updated Dependencies:
v0.90.10Compare Source
Patch Changes
plugin(@tanstack/solid-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosplugin(@tanstack/svelte-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosplugin(@tanstack/vue-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosplugin(@tanstack/react-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosparser: inline deep path
$refreferences (#3242) (00cfaed) by @chrg1001plugin(@tanstack/angular-query-experimental): index mutation options symbol (#3249) (
5977f56) by @j-ibarraplugin(@hey-api/sdk): correctly map body keys in flat mode (#3255) (
9ca5471) by @jsjamesv0.90.9Compare Source
Patch Changes
ts-dsl: allow removing object properties by passing
null(#3247) (7be1561) by @mrluboscli: clean up interface (#3244) (
4f52bce) by @mrlubosts-dsl: override object properties when called multiple times with the same name (#3247) (
7be1561) by @mrlubosconfig: move
loadConfigFilefunction to@hey-api/codegen-core(#3244) (4f52bce) by @mrlubosUpdated Dependencies:
v0.90.8Compare Source
Patch Changes
internal: move logger to codegen-core (#3235) (
88532f0) by @mrluboscli: do not show ascii logo on generate command (#3238) (
72e17f3) by @mrlubosUpdated Dependencies:
v0.90.7Compare Source
Patch Changes
edfce48) by @mrlubosUpdated Dependencies:
v0.90.6Patch Changes
384e52f) by @mrlubosv0.90.4Compare Source
Patch Changes
plugin(@hey-api/client-next): fix: JSON parsing error on empty response bodies without Content-Length header (#3201) (
8428ca5) by @copilot-swe-agentplugin(@hey-api/client-fetch): fix: JSON parsing error on empty response bodies without Content-Length header (#3201) (
2af4d9a) by @copilot-swe-agentplugin(@hey-api/client-ky): fix: JSON parsing error on empty response bodies without Content-Length header (#3201) (
c0563fb) by @copilot-swe-agentplugin(valibot): add
enumresolver (#3209) (f6723eb) by @thymingplugin(zod): add
enumresolver (#3209) (57334d8) by @thymingv0.90.3Compare Source
Patch Changes
oxfmtpreset (#3197) (701a69c) by @mrlubosv0.90.2Compare Source
Patch Changes
build: do not minify bundles for better code readability and debugging (#3186) (
4d46130) by @copilot-swe-agentplugin(@hey-api/sdk): fix: do not use bodySerializer if format is binary (#3190) (
dc28c4c) by @mrlubosUpdated Dependencies:
v0.90.1Compare Source
Patch Changes
examplesoption (#3175) (b985053) by @mrlubosThe 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.
sourceoption (#3175) (b985053) by @mrlubosSource is a copy of the input specification used to generate your output. It can be used to power documentation tools or to persist a stable snapshot alongside your generated files.
Learn how to use the source on the Output page.
Updated Dependencies:
v0.90.0Compare Source
Minor Changes
~resolversAPI (#3147) (ab80a4b) by @mrlubosThe Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.
815a3de) by @mrlubosStructure API
The SDK plugin now implements the Structure API, enabling more complex structures and fixing several known issues.
Some Structure APIs are incompatible with the previous configuration, most notably the
methodNameBuilderfunction, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.Please open an issue if you're unable to migrate your configuration to the new syntax.
~resolversAPI (#3147) (ab80a4b) by @mrlubosThe Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.
815a3de) by @mrlubosStructure API
The Angular plugin now implements the Structure API, enabling more complex structures and fixing several known issues.
Some Structure APIs are incompatible with the previous configuration, most notably the
methodNameBuilderfunction, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.Please open an issue if you're unable to migrate your configuration to the new syntax.
Patch Changes
plugin(@hey-api/client-nuxt): use serialized body in SSE requests (#3123) (
6505659) by @bilby91plugin(zod): expand support for bigint types (#3145) (
4a32dcf) by @mrlubosplugin(@hey-api/client-angular): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-next): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-axios): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-fetch): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-nuxt): preserve null in
WithRefstype for nullable fields (#3131) (3935034) by @rigtigeEmilrenderer: correctly render default import (#3109) (
815a3de) by @mrlubosplugin(@hey-api/client-ky): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosUpdated Dependencies:
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 @mrlubosbufbuild/protovalidate-go (buf.build/go/protovalidate)
v1.1.2Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v1.1.1...v1.1.2
v1.1.1Compare Source
This release is compatible with the v1.1.0 release of Protovalidate.
What's Changed
Full Changelog: bufbuild/protovalidate-go@v1.1.0...v1.1.1
v1.1.0Compare Source
This release is compatible with the v1.1.0 release of Protovalidate.
What's Changed
Full Changelog: bufbuild/protovalidate-go@v1.0.1...v1.1.0
eslint/eslint (eslint)
v9.39.2Compare Source
antfu/eslint-plugin-format (eslint-plugin-format)
v1.4.0Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.3.1Compare Source
🚀 Features
View changes on GitHub
v1.3.0Compare Source
🚀 Features
View changes on GitHub
v1.2.0Compare Source
🚀 Features
View changes on GitHub
v1.1.0Compare Source
🚀 Features
View changes on GitHub
go-viper/mapstructure (github.com/go-viper/mapstructure/v2)
v2.5.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.