⬆ Bump @hey-api/openapi-ts from 0.57.0 to 0.85.0 in /frontend
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
dependencies javascript
Bumps @hey-api/openapi-ts from 0.57.0 to 0.85.0.
Release notes
Sourced from @hey-api/openapi-ts's releases.
@hey-api/openapi-ts@0.85.0Minor Changes
Updated
outputoptionsWe made the
outputconfiguration more consistent by usingnullto 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
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
useQuery(getPetsQuery);Constant
useQuery(getPetByIdQuery, () => ({ path: { petId: 1, }, }));Reactive
... (truncated)
Commits
9ca3140Merge pull request #2716 from hey-api/changeset-release/main0b7d5caci: releasebf5331fMerge pull request #2728 from hey-api/chore/changeset-fix-5e8e8842chore: fix changelog2a192e4Merge pull request #2727 from hey-api/chore/changeset-fix-4210b96achore: fix changelog596c3e8Merge pull request #2726 from hey-api/chore/changeset-fix-328142d8chore: fix changelogb55e574chore: try no code blocks to fix changesets683dd22Merge pull request #2725 from hey-api/chore/changeset-fix-2- 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
+496
-783
Package Dependencies
@hey-api/openapi-ts
npm
0.57.0 → 0.85.0
Minor
/frontend
Technical Details
| ID: | 9694134 |
| UUID: | 2891815738 |
| Node ID: | PR_kwDOPqv4zc6sXZs6 |
| Host: | GitHub |
| Repository: | farmer911/full-stack-python |
| Merge State: | Unknown |