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 7.1.0 to 7.2.0 in /src/frontend #330

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2024

Bumps orval from 7.1.0 to 7.2.0.

Release notes

Sourced from orval's releases.

Release 7.2.0

7.2.0 (2024-10-22)

Bug Fixes

  • add nullable condition to multipart formdata for openapi3.1 (#1646) (b3b0306)
  • angular: add request overloads based on observe property (#1633) (398b667)
  • Correctly set type for false or 0 constants (#1653) (4692501)
  • deps: yarn.lock (f523b7c)
  • msw: ref in allOf expands the object (#1638) (a45b20f)
  • msw: do not import delay if not needed (#1643) (a752a3e)
  • msw: fix break msw when anyof included allof (#1635) (f373039)
  • msw: fix broken mocks when using 'allOf' within 'anyOf' and using a shared schema (#1663) (87e1db6)
  • msw: Incorrect Import Generated for Enum in Mock Files (#1639) (b37b2b3)
  • msw: when use useDates, convert faker values to Date instance (#1645) (535bb65)
  • required of parent schema not considered in allOf #1570 (#1659) (86b63eb)

Release 7.1.1

7.1.1 (2024-09-17)

Bug Fixes

  • change --apply to --write in biome check command (#1616) (f516975)
  • exclude readOnly fields from CreateBody schema in Zod generation (#1625) (bdc584b)
  • fetch: fetch client can now override headers with options (#1627) (d9fcfd5)
  • generate zod constants for oneOf schemas (#1618) (19ff0e0)
  • import react deps when tags have mutator (#1614) (47d3367)
  • msw: broken mock when allof with not has properties object (#1623) (2245435)
  • msw: do not use spread objects if nullable object schema in oneOf (#1626) (261f8de)
Commits
  • 87e1188 chore(release): 7.2.0
  • 14c36fa Fix custom client example to include a ? before query parameters (#1667)
  • 87e1db6 fix(msw): fix broken mocks when using 'allOf' within 'anyOf' and using a shar...
  • 86b63eb fix: required of parent schema not considered in allOf #1570 (#1659)
  • 8736381 chore(deps-dev): bump husky from 9.1.4 to 9.1.6 (#1652)
  • 493681f chore(deps): bump chokidar from 3.6.0 to 4.0.1 (#1648)
  • 3068af8 chore(deps): bump esbuild from 0.19.12 to 0.24.0 (#1650)
  • a64260d Fix small typo in the docs (#1654)
  • 4692501 fix: Correctly set type for false or 0 constants (#1653)
  • b3b0306 fix: add nullable condition to multipart formdata for openapi3.1 (#1646)
  • 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 requested a review from hwinther as a code owner October 27, 2024 01:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2024
Copy link

github-actions bot commented Oct 27, 2024

frontend

✅ Build successful

✅ No linting issues 🎊

@hwinther
Copy link
Owner

hwinther commented Nov 1, 2024

@dependabot rebase

Bumps [orval](https://github.com/orval-labs/orval) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/orval-labs/orval/releases)
- [Changelog](https://github.com/orval-labs/orval/blob/master/.release-it.json)
- [Commits](orval-labs/orval@v7.1.0...v7.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/frontend/dev/orval-7.2.0 branch from c359e96 to 0e0e402 Compare November 1, 2024 23:56
@hwinther hwinther merged commit 6d875a3 into dev Nov 2, 2024
6 checks passed
@hwinther hwinther deleted the dependabot/npm_and_yarn/src/frontend/dev/orval-7.2.0 branch November 2, 2024 00:10
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 frontend javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant