⬆ Bump @hey-api/openapi-ts from 0.57.0 to 0.82.5 in /frontend
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(9 months ago)
(9 months ago)
(9 months ago)
dependencies javascript
Bumps @hey-api/openapi-ts from 0.57.0 to 0.82.5.
Release notes
Sourced from @hey-api/openapi-ts's releases.
@hey-api/openapi-ts@0.82.5Patch Changes
fix(client):
mergeHeadersfunctions use.forEach()instead of.entries()(#2585) (debba72) by@volesenfix(client): move
getValidRequestBody()function toclient-core(#2605) (b180e4e) by@franworks
@hey-api/openapi-ts@0.82.4Patch Changes
fix(client): improve handling of plain text, falsy, and unserialized request bodies (#2564) (
074a459) by@franworksfeat(pinia-colada): implicit
$fetchforclient-nuxt(hidecomposable) (#2598) (7143078) by@brolnickijfix(pinia-colada): optional
optionsin mutation factory (#2593) (4137445) by@brolnickijfix(parser): improve $ref handling (#2588) (
c97e7a8) by@carson2222
@hey-api/openapi-ts@0.82.1Patch Changes
#2541
ad3c633Thanks@ixnas! - feat(typescript): addtypescript-consttoenums.modefor generating TypeScript enums as constants#2556
74c16f2Thanks@carson2222! - fix(parser): prunerequiredarray after removing properties#2559
5012a72Thanks@jgoz! - fix(output): avoid appending.gento file names multiple times whenoutput.cleanisfalse
@hey-api/openapi-ts@0.82.0Minor Changes
#2505
97c57f6Thanks@SebastiaanWouters! - feat(parser): add Hooks APIAdded Hooks API
This release adds the Hooks API, 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.
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), }, }, }, };
... (truncated)
Commits
a17130eMerge pull request #2607 from hey-api/changeset-release/mainbdb61b9ci: release949b2b0Merge pull request #2605 from franworks/refactor/#2604-move-get-valid-request...aca5a7cMerge branch 'main' into refactor/#2604-move-get-valid-request-body-to-core-u...b180e4eCreate two-deers-pump.md77deab5test(client): updates snapshotsa542b20chore(client): consolidates serialized body conditions into one block67e066fMerge pull request #2585 from volesen/volesen/node-compatible-mergeHeaders391ced3Merge branch 'main' into volesen/node-compatible-mergeHeadersdebba72Create metal-brooms-yawn.md- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+361
-66
Package Dependencies
@hey-api/openapi-ts
npm
0.57.0 → 0.82.5
Minor
/frontend
Technical Details
| ID: | 7393892 |
| UUID: | 2808662102 |
| Node ID: | PR_kwDOPF3fpc6naMhW |
| Host: | GitHub |
| Repository: | Cheap-AI/FullServiceAPI |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |