Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump orval from 6.23.0 to 6.24.0 in /src/main/webui #307

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps orval from 6.23.0 to 6.24.0.

Release notes

Sourced from orval's releases.

Release 6.24.0

6.24.0 (2024-01-31)

Bug Fixes

  • add option for adding missing props to union types, fix duplicate props (340012c)
  • adjust SecondParameter utility type (#1125) (848bbe3)
  • auto-formatting regression (#1117) (5ab74a3)
  • avoid duplicate variable name in genrated function for query clients (#1131) (dbfb2e5)
  • core: add missing properties in subschemas to fix TS error (#1115) (b889c88)
  • core: Fixed condition for using barrel import in split-tags mode (#1122) (0a747c7)
  • define default value for msw mock orverride (#1184) (992085b)
  • handle nordic characters when converting to pascal-case (#1157) (7e563eb)
  • mock: null is excluded instead of being converted to an empty string '' (#1166) (c41635b)
  • openapi 3.1 schemas with multiple types (#1170) (35e5074)
  • reproducible typescript output (#1159) (#1179) (a11e821)
  • strictly check dependencies import judgment using regular expressions (#1146) (c42fcda)

Features

  • don't inject generated files into hook command (#1181) (2a77a04)
  • implement function generation using useSWRMutation (#1148) (632a666)
  • msw: define the return value type in the msw mock function. (#1171) (99cc5a6)
  • msw: possible to overwrite value when creating an object with msw mock (#1165) (c7ccb65)
  • msw: possible to value of the mock handler function overridable (#1186) (0d05129)
  • msw: separated mock handler and made it reusable (#1182) (02161de)
  • only generate the formData mutator if the operation body includes formData information (#1178) (48a1b6e)
  • possible to generate a function using useSWRInfinite on the swr client. (#1138) (67bf84f)
  • query: add shouldExportMutatorHooks option (#1105) (e602232)
  • show error stack traces (#1163) (461e813)
  • support for const types (#1180) (ee5334f)
  • support for prefixItems (#1175) (2231f78)

Reverts

Commits
  • 2962fc5 chore(release): 6.24.0
  • e602232 feat(query): add shouldExportMutatorHooks option (#1105)
  • 2a77a04 feat: don't inject generated files into hook command (#1181)
  • 0d05129 feat(msw): possible to value of the mock handler function overridable (#1186)
  • 992085b fix: define default value for msw mock orverride (#1184)
  • 99cc5a6 feat(msw): define the return value type in the msw mock function. (#1171)
  • c7ccb65 feat(msw): possible to overwrite value when creating an object with msw m...
  • 02161de feat(msw): separated mock handler and made it reusable (#1182)
  • ee5334f feat: support for const types (#1180)
  • 48a1b6e feat: only generate the formData mutator if the operation body includes formD...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2024
Bumps [orval](https://github.com/anymaniax/orval) from 6.23.0 to 6.24.0.
- [Release notes](https://github.com/anymaniax/orval/releases)
- [Changelog](https://github.com/anymaniax/orval/blob/master/.release-it.json)
- [Commits](orval-labs/orval@v6.23.0...v6.24.0)

---
updated-dependencies:
- dependency-name: orval
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/main/webui/orval-6.24.0 branch from b5bdaf4 to 02e10a5 Compare February 1, 2024 12:56
@melloware melloware merged commit 4bcd83d into main Feb 1, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/main/webui/orval-6.24.0 branch February 1, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant