Skip to content

Commit

Permalink
chore(deps): update dependency orval to v6.23.0 (#5863)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [orval](https://togithub.com/anymaniax/orval) | [`6.21.0` ->
`6.23.0`](https://renovatebot.com/diffs/npm/orval/6.21.0/6.23.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/orval/6.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/orval/6.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/orval/6.21.0/6.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/orval/6.21.0/6.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>anymaniax/orval (orval)</summary>

###
[`v6.23.0`](https://togithub.com/anymaniax/orval/releases/tag/v6.23.0):
Release 6.23.0

[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.22.1...v6.23.0)

##### Bug Fixes

- **core:** readonly array schema value
([#&#8203;1103](https://togithub.com/anymaniax/orval/issues/1103))
([89368ea](https://togithub.com/anymaniax/orval/commit/89368eacca8225820ab1195052ffe858b7074507)),
closes [#&#8203;1102](https://togithub.com/anymaniax/orval/issues/1102)
- **core:** use non-barrel schema file imports when using split-tags
mode
([e3eb63e](https://togithub.com/anymaniax/orval/commit/e3eb63e0deced008c761d860d307ef8d996006d9))
- crash when no response mediaType
([#&#8203;1109](https://togithub.com/anymaniax/orval/issues/1109))
([793c8cf](https://togithub.com/anymaniax/orval/commit/793c8cf24c89bd9febfa9f04c9fa3bdb9f19b652))
- **zod:** allow blank value for non-required enums
([#&#8203;1113](https://togithub.com/anymaniax/orval/issues/1113))
([1edc2ab](https://togithub.com/anymaniax/orval/commit/1edc2ab5dde2326afd2834d190a1b3ae0dc04d36))

##### Features

- **schemas:** Add option to configure generated schema item suffix
([#&#8203;1104](https://togithub.com/anymaniax/orval/pull/1104))
([1423d08](https://togithub.com/anymaniax/orval/commit/1423d08f39c6f2120fadae4ea1937e0de0fe4bf7))

###
[`v6.22.1`](https://togithub.com/anymaniax/orval/releases/tag/v6.22.1):
Release 6.22.1

[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.22.0...v6.22.1)

##### Bug Fixes

- **query:** mutation dont force to pass a paramater to mutate function
([e03b0ad](https://togithub.com/anymaniax/orval/commit/e03b0ad795bebb1ddbbd416f352354ec734eb8a0))

###
[`v6.22.0`](https://togithub.com/anymaniax/orval/releases/tag/v6.22.0):
Release 6.22.0

[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.21.0...v6.22.0)

##### Bug Fixes

- add tests for types
([da00f2b](https://togithub.com/anymaniax/orval/commit/da00f2b70e05921266a2e76091da6380c16be0ff))
- do not use TVariables
([#&#8203;1085](https://togithub.com/anymaniax/orval/issues/1085))
([9ea4df5](https://togithub.com/anymaniax/orval/commit/9ea4df53d7d28b5d26628e4505d55170ae3503f8))
- enum string escape can be nullable
([#&#8203;1081](https://togithub.com/anymaniax/orval/issues/1081))
([ceb18bf](https://togithub.com/anymaniax/orval/commit/ceb18bfa0a74e1e6cfa79732e4248ae48510d142))
- freeze problem when $ref is deeply nested
([#&#8203;1083](https://togithub.com/anymaniax/orval/issues/1083))
([e7f2e5d](https://togithub.com/anymaniax/orval/commit/e7f2e5d3ed401c9dbdbaafa502452447537507d4))
- **generators:** formdata handling oneof and allof
([#&#8203;1091](https://togithub.com/anymaniax/orval/issues/1091))
([bb240ef](https://togithub.com/anymaniax/orval/commit/bb240ef62f826364c4a09fe0c6f8149a1c02b892))
- path parameters are not encoded
[#&#8203;679](https://togithub.com/anymaniax/orval/issues/679)
([df2d4ba](https://togithub.com/anymaniax/orval/commit/df2d4baf7837a6c1f70ff076fef4c68c7709429d))([b361cb9](https://togithub.com/anymaniax/orval/commit/b361cb90c6d1bcf84381cd3f3a81db15521505a3))
- **query:** enabled reactivity fix (new)
([#&#8203;1080](https://togithub.com/anymaniax/orval/issues/1080))
([e1eff52](https://togithub.com/anymaniax/orval/commit/e1eff52871d7fa73aa566fec0e085a1a0b7476eb))
- **query:** suspense query generation
([#&#8203;1100](https://togithub.com/anymaniax/orval/issues/1100))
([36d622b](https://togithub.com/anymaniax/orval/commit/36d622ba9f3595c98e49b57d46d268bb1dfcc5de)),
closes [#&#8203;1098](https://togithub.com/anymaniax/orval/issues/1098)
- add
[urlEncodeParameters](https://togithub.com/anymaniax/orval/blob/master/docs/src/pages/reference/configuration/output.md#urlencodeparameters)
options
([ff2b7d3](https://togithub.com/anymaniax/orval/commit/ff2b7d3ca17d18becb73285113766830e8fba9ee))
- add
[allParamsOptional](https://togithub.com/anymaniax/orval/blob/master/docs/src/pages/reference/configuration/output.md#allparamsoptional)
options
- uppercase verbs
([2077ded](https://togithub.com/anymaniax/orval/commit/2077dedb75599dcc1b68336c34192ab6b54e834c))

##### Features

- add tests
([58e366a](https://togithub.com/anymaniax/orval/commit/58e366ad827136efbbc2dd0c517edd5edf49ab12))
- allParamsOptional generated tests
([9fc3a9d](https://togithub.com/anymaniax/orval/commit/9fc3a9d079464d731457fdc87057ce0d302919b9))
- comment
([4bfad44](https://togithub.com/anymaniax/orval/commit/4bfad4486918d10468cad19ff0fcdcd2ce764a52))
- make all params optional
[#&#8203;858](https://togithub.com/anymaniax/orval/issues/858)
([3eda646](https://togithub.com/anymaniax/orval/commit/3eda6461b576adc9b98aabc99cacf4ecdcb94b75))([d92c33c](https://togithub.com/anymaniax/orval/commit/d92c33c7f67ee3cad85191ce4d6d97046daec713))
- more tests
([58f07ab](https://togithub.com/anymaniax/orval/commit/58f07ab292ff14856c3ceaab43a744bb731af5e5))
- revert import order changes
([2fb0d92](https://togithub.com/anymaniax/orval/commit/2fb0d926f2afabdc5e351b663909bcd71136b8fe))
- rm unused
([6472eda](https://togithub.com/anymaniax/orval/commit/6472eda88eabf3d04631d445dc795ceafe647f2d))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 11, 2024
1 parent 3c26c78 commit 6c5ae66
Showing 1 changed file with 449 additions and 490 deletions.

0 comments on commit 6c5ae66

Please sign in to comment.