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

chore(deps): update dependency orval to v6.31.0 #3329

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
orval 6.5.1 -> 6.31.0 age adoption passing confidence

Release Notes

orval-labs/orval (orval)

v6.31.0: Release 6.31.0

Compare Source

Bug Fixes
Features

v6.30.2: Release 6.30.2

Compare Source

Bug Fixes
  • query: correctly set global options (8d3b3ea)

v6.30.1: Release 6.30.1

Compare Source

Bug Fixes
  • core: verboptions revert deep merge operations and tags (f49e706)
  • query: properly merge options by operation and tag (27080ea)

v6.30.0: Release 6.30.0

Compare Source

Bug Fixes
Features

v6.29.1: Release 6.29.1

Compare Source

Bug Fixes
  • hono: correctly check response validator application/json (43766c8)

v6.29.0: Release 6.29.0

Compare Source

Bug Fixes
Features
  • 'suppressReadonlyModifier' override option introduced (#​1354) (86f2cf1)
  • allow override for mock handlers to be a function (#​1375) (bc3d277)
  • hono: add async to handler (db7de2f)
  • hono: add validator option (770295f)
Reverts

v6.28.2: Release 6.28.2

Compare Source

Bug Fixes
  • zod: remove double strict (b311298)
  • zod: response and body parser array compatibility (0a03004)

v6.28.1: Release 6.28.1

Compare Source

Bug Fixes
  • zod: missing zod prefix (8df6df7)

v6.28.0: Release 6.28.0

Compare Source

Bug Fixes
Features
  • added output.fileExtension option to possible specifying the extension for the generated file. (#​1320) (913ac00)
  • core: add option to apply biome to generated files (#​1321) (5f5dc17)
  • zod: add option coerce (#​1310) (25267ae)

v6.27.1: Release 6.27.1

Compare Source

Bug Fixes
  • hono: missing import when operationId in pascal case (0794603)

v6.27.0: Release 6.27.0

Compare Source

Bug Fixes
Features

v6.26.0: Release 6.26.0

Compare Source

Bug Fixes
Features

v6.25.0: Release 6.25.0

Compare Source

Bug Fixes
  • afterAllFilesWritten (#​1194) (84a9ac7)
  • angular: avoid Angular type error when nullable (#​1200) (cd0a56e)
  • core: implement {} insterd of unknown for blank schema interface (#​1219) (97552e4)
  • msw: changed naming convention for response mock functions to avoid function name conflicts (#​1217) (e528e11)
  • msw: fixed imports of split-tags, tags, and split mode (#​1205) (9f16e37)
  • msw: refactor to include duplication of mock imports in mocks in split and split-tags modes (#​1214) (1c39aab)
  • useMutation still appears even if false (#​1209) (288f488)
  • useQuery improve override logic (#​1212) (1aff031)
Features

v6.24.0: Release 6.24.0

Compare Source

Bug Fixes
Features
Reverts

v6.23.0: Release 6.23.0

Compare Source

Bug Fixes
Features
  • schemas: Add option to configure generated schema item suffix (#​1104) (1423d08)

v6.22.1: Release 6.22.1

Compare Source

Bug Fixes
  • query: mutation dont force to pass a paramater to mutate function (e03b0ad)

v6.22.0: Release 6.22.0

Compare Source

Bug Fixes
Features

v6.21.0: Release 6.21.0

Compare Source

Bug Fixes
Features
  • add optional configuration parameter to generate native Typescript enums (#​1058) (76efc85)
  • mock: moved msw folder to 'mock' to account for future work with other mocking solutions (4f9003b)

v6.20.0: Release 6.20.0

Compare Source

Bug Fixes
Features

v6.19.1: Release 6.19.1

Compare Source

Bug Fixes

v6.19.0: Release 6.19.0

Compare Source

Bug Fixes
Features
  • msw: allow regex for entire paths instead of only property names (#​957) (9a4ce8f)
  • orval: allow custom baseUrl for each OpenAPI specification (#​968) (8a12c3d)
  • react-query: add option to generate suspense query (83e567b)
Performance Improvements

v6.18.1: Release 6.18.1

Compare Source

Bug Fixes
  • workspace: add correctly the index file (703814c)

v6.18.0: Release 6.18.0

Compare Source

Bug Fixes
Features
Performance Improvements

v6.17.0: Release 6.17.0

Compare Source

Bug Fixes
Features
  • packages: add regex option to filter generated endpoints (#​835) (ece8051)

v6.16.0: Release 6.16.0

Compare Source

Bug Fixes
  • core: file parsing handling esnext correctly (d415077)
Features

v6.15.0: Release 6.15.0

Compare Source

Features
  • core: add optional flag to force number type instead of bigint (#​841) (a2798af)

v6.14.4: Release 6.14.4

Compare Source

Bug Fixes
  • core: use bigint for int64 types (#​829) (64c62a1)
  • schemas: handling correctly non openapi file entry (be77eb2)

v6.14.3: Release 6.14.3

Compare Source

Bug Fixes
  • core: resolve value avoid infinite loop on multi files refs by adding a parents relation (9707881)

v6.14.2: Release 6.14.2

Compare Source

Bug Fixes
  • core: resolve value on readonly avoid infinite loop on multi files refs (05c966f)

v6.14.1: Release 6.14.1

Compare Source

Bug Fixes
  • core: add non readonly only inside implementation file when needed (3be6a54)

v6.14.0: Release 6.14.0

Compare Source

Bug Fixes
  • correctly handle enums without type properties (#​814) (daf83a5)
  • zod: avoid deplicated consts declaration (03a058f)
  • zod: change import to handle synthetic import config (8a37cda)
Features
  • core: remove readonly properties from request body (#​813) (f5b1ec9)
  • packages: add option to filter generated endpoints (#​810) (673bb55)
  • query: generate query and mutation options functions (#​821) (79e9527)

v6.13.1: Release 6.13.1

Compare Source

Bug Fixes
  • zod: handling correctly deeper ref by deferencing (3aa9162)

v6.13.0: Release 6.13.0

Compare Source

Features

v6.12.1: Release 6.12.1

Compare Source

Bug Fixes
  • core: bump ibm-openap

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 5, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 04f530b to 41785aa Compare February 8, 2022 14:58
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.5.3 chore(deps): update dependency orval to v6.6.0 Feb 8, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch 5 times, most recently from 46d039b to b9a92ba Compare February 11, 2022 16:04
@renovate renovate bot force-pushed the renovate/orval-6.x branch from b9a92ba to a2d23dc Compare February 16, 2022 19:14
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.6.0 chore(deps): update dependency orval to v6.6.1 Feb 16, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch from a2d23dc to 5196f96 Compare February 17, 2022 19:35
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.6.1 chore(deps): update dependency orval to v6.6.2 Feb 17, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 5196f96 to f481a5b Compare February 20, 2022 09:50
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.6.2 chore(deps): update dependency orval to v6.6.3 Feb 20, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch 2 times, most recently from bd77be2 to b74cc22 Compare February 21, 2022 17:26
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.6.3 chore(deps): update dependency orval to v6.6.4 Feb 21, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch 4 times, most recently from ac94f29 to b1aa569 Compare February 28, 2022 09:26
@renovate renovate bot force-pushed the renovate/orval-6.x branch 3 times, most recently from a36cc36 to 7add090 Compare March 14, 2022 15:11
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 7add090 to 7294d05 Compare March 29, 2022 11:31
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.6.4 chore(deps): update dependency orval to v6.7.0 Apr 2, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch 2 times, most recently from c23cd23 to 9357b6c Compare April 7, 2022 17:43
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.7.0 chore(deps): update dependency orval to v6.7.1 Apr 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.19.1 chore(deps): update dependency orval to v6.20.0 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from dcf6901 to dedb1b0 Compare November 28, 2023 13:07
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.20.0 chore(deps): update dependency orval to v6.21.0 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from dedb1b0 to 62cd377 Compare December 6, 2023 14:27
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.21.0 chore(deps): update dependency orval to v6.22.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 62cd377 to 0aa9127 Compare December 6, 2023 18:50
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.22.0 chore(deps): update dependency orval to v6.22.1 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 0aa9127 to 05cf182 Compare December 19, 2023 12:11
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.22.1 chore(deps): update dependency orval to v6.23.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 05cf182 to db5fee4 Compare January 31, 2024 23:09
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.23.0 chore(deps): update dependency orval to v6.24.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from db5fee4 to 1c3a872 Compare February 17, 2024 22:57
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.24.0 chore(deps): update dependency orval to v6.25.0 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 1c3a872 to bc6745a Compare April 1, 2024 13:02
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.25.0 chore(deps): update dependency orval to v6.26.0 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from bc6745a to a39760d Compare April 11, 2024 15:10
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.26.0 chore(deps): update dependency orval to v6.27.0 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from a39760d to 9f62367 Compare April 11, 2024 20:06
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.27.0 chore(deps): update dependency orval to v6.27.1 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 9f62367 to 87ba026 Compare April 25, 2024 12:51
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.27.1 chore(deps): update dependency orval to v6.28.1 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 87ba026 to 757f449 Compare April 25, 2024 15:57
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.28.1 chore(deps): update dependency orval to v6.28.2 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 757f449 to 37e6ca1 Compare May 17, 2024 16:48
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.28.2 chore(deps): update dependency orval to v6.29.1 May 17, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 37e6ca1 to c3ca028 Compare June 7, 2024 16:08
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.29.1 chore(deps): update dependency orval to v6.30.2 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/orval-6.x branch from c3ca028 to e4eb284 Compare June 25, 2024 15:30
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.30.2 chore(deps): update dependency orval to v6.31.0 Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant