ci: release#4026
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
@hey-api/codegen-core
@hey-api/json-schema-ref-parser
@hey-api/nuxt
@hey-api/openapi-python
@hey-api/openapi-ts
@hey-api/shared
@hey-api/spec-types
@hey-api/types
@hey-api/vite-plugin
commit: |
9af579f to
6dbd24d
Compare
6dbd24d to
c78b535
Compare
c78b535 to
46a88ff
Compare
46a88ff to
f7792fc
Compare
f7792fc to
021517e
Compare
021517e to
18011e5
Compare
18011e5 to
6701365
Compare
6701365 to
c6a37d0
Compare
c6a37d0 to
1113ec0
Compare
1113ec0 to
70c1968
Compare
70c1968 to
d6aac83
Compare
4d92eb6 to
fd78f9e
Compare
fd78f9e to
151f708
Compare
151f708 to
7894b25
Compare
7894b25 to
d8965f8
Compare
d8965f8 to
445a35a
Compare
445a35a to
7a7bb20
Compare
7a7bb20 to
4441c08
Compare
4441c08 to
a20d048
Compare
a20d048 to
4177e7c
Compare
4177e7c to
d5a92b8
Compare
d5a92b8 to
1fc7215
Compare
1fc7215 to
b21a273
Compare
b21a273 to
0e8ea68
Compare
0e8ea68 to
84db83f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4026 +/- ##
=======================================
Coverage 36.99% 36.99%
=======================================
Files 678 678
Lines 23843 23843
Branches 7149 7149
=======================================
Hits 8821 8821
Misses 12084 12084
Partials 2938 2938
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hey-api/openapi-ts@0.99.0
Minor Changes
.symbolsto.imports(#4052) (57fac5e) by @mrlubosTo better represent its functionality, the
plugin.symbolsproperty has been renamed toplugin.imports.089ed2e) by @mrlubosPlugin duplicates behavior
If you specified the same plugin multiple times, only the last instance would be used. We eventually added a warning for this behavior, but that didn't treat the root issue. This release changes that by merging duplicate plugin configurations.
BREAKING plugin(@hey-api/schemas): widen
schematype innameBuilderto unknown (#4076) (98ce35e) by @mrlubosBREAKING plugin: remove
.external()method (#4052) (57fac5e) by @mrlubosRemoved
plugin.external()functionThis function was used to reference external symbols. All plugins now use the Imports API, which allows you to reference external symbols in a type-safe way through
plugin.imports.Patch Changes
api: replace
~fields with$(#4086) (d5ca286) by @mrlubosconfig: add Presets API (
3b4ee7a) by @mrlubosplugin(@hey-api/client-angular): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
ab522ef) by @matthewjamesadamclient: use
getBaseUrl()function to determine default value (#3772) (4026955) by @mrlubosplugin(zod): improve discriminator handling (
680b947) by @mrlubosplugin(@tanstack/preact-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@tanstack/solid-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(valibot): support custom regular expression error messages with
x-pattern-message(#4117) (3ed3afb) by @pullfrogplugin(@hey-api/client-next): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/client-axios): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(zod): support creating optional request schemas (
11315c7) by @mrlubosplugin(@tanstack/react-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-ky): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(valibot): support creating optional request schemas (
11315c7) by @mrlubosexports: add
/pluginsexported module (#4076) (93129b7) by @mrlubosplugin(@tanstack/svelte-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-nuxt): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(zod): support custom regular expression error messages with
x-pattern-message(#4117) (3ed3afb) by @pullfrogplugin(@tanstack/angular-query-experimental): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-ofetch): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/client-fetch): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/typescript): improve discriminator handling (
680b947) by @mrlubosplugin(orpc): make
.input()optional if all layers are optional (11315c7) by @mrlubos*parser: fix: delete unresolvable
$refkeywords (#4087) (6c21d81) by @pullfrogplugin(@tanstack/vue-query): fix: strip
initialDatafrom the inferred result types for infinite query options (8d91bd5) by @magicismightplugin(valibot): improve discriminator handling (
680b947) by @mrlubosexports: export
pluginstype helpers (#4076) (93129b7) by @mrlubosUpdated Dependencies:
@hey-api/shared@0.5.0
Minor Changes
plugin: remove
.querySymbols()method (#4067) (4d49551) by @mrlubosplugin: rename
symbolstoimports(#4052) (57fac5e) by @mrlubosBREAKING plugin: remove
registerSymbol()function (#4078) (4ee65d5) by @mrlubosRemoved
plugin.registerSymbol()functionThis function was an alias for
plugin.symbol()accepting a single argument. It has been removed in favor ofplugin.symbol()which can now also accept a single argument.parser: improve discriminator handling (
680b947) by @mrlubosBREAKING utils: remove
warnOnConflictingDuplicatePluginsexport (089ed2e) by @mrlubosBREAKING plugin: remove
.external()method (#4052) (57fac5e) by @mrlubosBREAKING plugin: rename
.symbolsto.imports(#4052) (57fac5e) by @mrlubosPatch Changes
config: handle array values in
$dependencies(#4114) (835c230) by @mrlubosconfig: add Presets API (
3b4ee7a) by @mrlubosutils: export
deepMerge,resolvePluginsmethods,PluginResolutionInput,PluginResolutionResulttypes (089ed2e) by @mrlubosplugin: add
outerOptionaloption toRequestSchemaContext(11315c7) by @mrlubosutils: export
getBaseUrl()function (#3772) (4026955) by @mrlubossymbol: add implicit priority (
7dbfe4e) by @mrlubosutils: export discriminator utilities (
680b947) by @mrlubosplugin: add
symbolMetafield (#4051) (51818a7) by @mrlubosapi: replace
~fields with$(#4086) (d5ca286) by @mrlubosutils: export
pluginHelper()function (#4076) (93129b7) by @mrlubosUpdated Dependencies:
@hey-api/codegen-core@0.9.1
Patch Changes
utils: tighten up object identity check (
089ed2e) by @mrlubossymbol: add priority field (
7dbfe4e) by @mrlubos@hey-api/json-schema-ref-parser@1.4.4
Patch Changes
package: remove
cjsfrom files array (3b4ee7a) by @mrlubos*parser: fix: delete unresolvable
$refkeywords (#4087) (6c21d81) by @pullfrog@hey-api/openapi-python@0.0.24
Patch Changes
Updated Dependencies:
@hey-api/vite-plugin@0.3.2
Patch Changes
bdf3a26) by @pullfrog