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.14.1 #159

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2022

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

anymaniax/orval

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

v6.12.0: Release 6.12.0

Compare Source

Bug Fixes
  • core: request options without second argument correctly stringify (c2554a7)
  • options: normalize correctly query signal (903e0b5)
Features
  • query: add new tanstack vue query support and move to query object (ba7ee98)
  • query: add support of tanstack svelte query (b26ce92)

v6.11.1: Release 6.11.1

Compare Source

Bug Fixes
  • core: file loader use default path package to find correctly the file on all os (7147b72)
  • path: add upath test functions (a891796)
  • path: correctly handle windows path (6a34606)

v6.11.0: Release 6.11.0

Compare Source

Bug Fixes
  • case: handling name starting with underscore (d393a1c)
  • core: getters scalar stringify all enum items (83d1d59)
  • enum: authorise nullable (74993d1)
  • form-data: handling nullable object property (cb5db56)
  • getters: properties composition correctly check if the schema name already exist (60c6bb2)
  • import-schemas: handling schema file which contain other schemas (68f84a8)
  • imports: correctly handling schema file (c58c0df)
  • imports: non specification improve schema assertion (68522ac)
  • msw: handling combine without resolved type (17f4c82)
  • msw: handling combined type array correctly (128d0c4)
  • mutator: parser mutator double return arrow function (f9f1ee8)
  • mutators: imports error type and body type verify that not already imported (ccb78d5)
  • options: normalize correctly operations verboptions (bfe3333)
  • required query parameters with content (#​683) (98e311a)
  • scalar: handling enum without type (e2c449f)
Features
  • client: optional footer, header, title, dependencies and query add options (8b796d6)
  • enum: support x-enumNames (105c3f5)
  • query: add query & mutator options mutator and also query key mutator (0e71800)

v6.10.3: Release 6.10.3

Compare Source

Bug Fixes
  • enum: dont sanitize if only one char (81e9dcc)
  • getters: handle OpenAPI 3.1 nullability (#​645) (622919a)
  • multi-files: add better parsing for non openapi file (5218b91)
  • writers: parse current index to keep existing export (2d7bbb9)
  • writers: remove import if type or interface already in the file (12a7cfe)
  • cli: handling global input and output with config (a38b73d)

v6.10.2: Release 6.10.2

Compare Source

Bug Fixes
  • endpoints: parameters name are different from they usage names for form url encoded (21091ff)
  • formdata: handle special characters key (ea640ba)
  • msw: add missing import when combime with properties (c8720b2)
  • writers: compare versions handling latest (60b251d)

v6.10.1: Release 6.10.1

Compare Source

Bug Fixes
  • mock: combine allOf with properties when one element (78275c5)
  • msw: generate correctly multi files with non specification file (c36b4c8)

v6.10.0: Release 6.10.0

Compare Source

Bug Fixes
  • code: generated code for arrays with nullable items (#​563) (6b3f770)
  • compare-versions: handling range versions (031a02a)
  • generators: sanitize schema name (94a4d39)
  • msw (#​532) (e18539d)
  • msw: generated mocks for polymorphic type (#​567) (5748a40)
  • mutator: correctly check if custom instance is a hook (d921c2f)
  • writers: fix handling of duplicate kebab'd tag names (#​581) (a2b929a)
Features

v6.9.6: Release 6.9.6

Compare Source

Bug Fixes
  • mutators: parser handling return function with multiple statements (6975aff)

v6.9.5: Release 6.9.5

Compare Source

Bug Fixes
  • mutator: handling correctly hook mutator with second parameter (a5a3629)

v6.9.4: Release 6.9.4

Compare Source

Bug Fixes
  • msw: multi refs files context resolution (6e1a43f)
  • msw: multi refs files only change context for a ref (92c878f)
  • msw: path import enums multi refs files resolution (2f70caa)

v6.9.3: Release 6.9.3

Compare Source

Bug Fixes
  • query: remove useless semi-colon and add where needed (486dceb)

v6.9.2: Release 6.9.2

Compare Source

Bug Fixes
  • combine: handling combine + properties and enums (928e0a8)
  • string: enum sanitized correctly and sanitize only special char (c91b42b)

v6.9.1: Release 6.9.1

Compare Source

Bug Fixes
  • generators: discriminator resolvers & cleanup promise (4718234)
  • generators: fully handling react query v4 (f7e5cf5)

v6.9.0: Release 6.9.0

Compare Source

Bug Fixes
  • clients: handling typescript option exactOptionalPropertyTypes (460d3bb)
  • dependabot (#​401) (d5f62ae)
  • form-data: correctly handling array (9af1876)
  • generator: angular transform return types to map (9b0ef8f)
  • generators: clear return types on each generation (a663a17)
  • getters: route handling wildcard param (64d7a79)
  • imports: always split type and value (bd97425)
  • mock: no properties found replace {} by empty string (f55dafb)
  • mocks: combine with properties (899a8cb)
  • msw: improve route url generation (365b7ff)
  • query-params: add the possibility of required query params (d6f39f9)
Features
  • add delay parameter to override.mock (#​431) (8f5e3a2)
  • config: add hooks (#​459) (c594bac)
  • config: allow types to be used instead of interfaces (#​400) (3abf56c)
  • core: add possibility to generate headers (6dbaa3f)
  • generator: add type discriminator to subtypes (#​426) (048f594)
  • generators: add possibility to include and exclude content types (fde21ef)
  • openapi: support 3.1 (cd1c714)
  • query: add options to remove signal (a8023bc)
  • query: handle new react query feature notifyOnChangeProps (74c6350)
  • swr: add options in the orval config (734139d)
  • validation: upgrade dependencies (478270b)

v6.8.1: Release 6.8.1

Compare Source

Bug Fixes
  • client: remove export awaited type and only add it when needed (9491ee1)

v6.8.0: Release 6.8.0

Compare Source

Bug Fixes
  • generator: fix missing comma in axios generator when mutator has 2nd arg (#​383) (0edef1f)
  • mock: combine only one element different then object type (52a7da2)
  • mocks: fix array enum mock generation when enum is NOT a $ref (#​375) (336612f)
  • resolvers: fix generating schema for alias object (#​382) (37a993b)
Features
  • clients: add query cancellation (#​357) (48eda4b)
  • clients: align awaited type everywhere (4cc91cf)
  • enums: generate with new format (2014dc2)
  • expose api necessary to create generators' overrides (#​369) (8332ae7)

v6.7.1: Release 6.7.1

Compare Source

Bug Fixes
  • axios-client: better result type without mutators (ee09ac8)
  • generator: add prefix to es5keyword parameters (#​356) (940c729), closes #​284
  • options: add header content type (7cc54eb)
  • query: fix the mutation body using BodyType wrongly replaced (#​354) (ad21fe7)
  • writers: correctly pass customTitleFunc (fc1973b)

v6.7.0: Release 6.7.0

Compare Source

Bug Fixes
  • deps: update dependencies that are not major versions (#​341) (736e21d)
  • footer: warn about params change if footer function call fail (e9f073a)
  • getters: combine handling when only one element (8e99ff9)
  • getters: path to operationId accept dash (48c39af)
  • mocks: array enums handled correctly (0656ae5)
  • query: correctly set body definition (d5f36c1)
  • query: export QueryError type for muation query (ba57eb1)
  • query: prefer MutationData and MutationError suffix for mutations (6ebad15)
  • query: prefer Result over Data for result data type suffix (4cffd77)
  • query: use NonNullable for QueryData type generation (25341f1)
Features
  • angular: add return type for angular client (c234e7a)
  • axios: add return type for swr client (42c40c9)
  • axios: correctly handle return tyep for axios (d27df09)
  • query: allow body type customisation through mutator for mutations (#​319) (9856d94)
  • query: generate query return type along each client endpoints (#​318) (d7cb2d4)
  • query: generate query return type for along with hooks (e4c1dd9)
  • swr: add return type for swr client (40345ed)
  • writers: header handling directly return string or eslint-disable (df688ea)

v6.6.4: Release 6.6.4

Compare Source

Bug Fixes
  • cli: correctly pass all global options (de2e0e6)
  • writers: mutators multi arguments correctly generate parameters type (6ce1916)
  • params: allow [_-] in url params (#​322) (7cb7112)

v6.6.3: Release 6.6.3

Compare Source

Bug Fixes
  • deps: ibm validator fixes issue #​326 (#​327) (cfde8e2)
  • generator: scalar object allof enum nullable (#​330) (392c366)
  • generator: schema anyof correctly checked (#​331) (63848b7)
  • options: handling url only when needed (7174cd0)
  • scalar: better handling object properties with additionalProperties (44b6c4e)

v6.6.2: Release 6.6.2

Compare Source

Bug Fixes
  • scalar: more flexible object default type (539ba10)

v6.6.1: Release 6.6.1

Compare Source

Bug Fixes
  • badges: add badges to readme (#​316) (0f62905)
  • config: fix operationName bug not changing models naming (#​313) (e86d0ef)
  • deps: updated dependencies (#​324) (57f82bb)
  • enum: better nullable enum generation (#​312) (2cbb132)
  • getters: allow object additional properties along with properties (#​317) (d09a1c8)
  • loader: correctly handling * paths in tsconfig (5af4669)
  • mutator-parsing: stop loading the mutator and instead parse the code with acorn (#​325) (60d0934)
  • options: correctly check the config mode (cb5cb35)
  • schema: generate 'any' instead of '{}' (#​321) (46c7454)
  • server: fix operation names using ES5 keywords (#​314) (2ea8b8b)
  • writers: only add useful imports (9903620)
  • writers: synchronous write to not override previous projet generated (930bf1d)
  • writers: tags-split only use operations link to the tag (a555f05)

v6.6.0: Release 6.6.0

Compare Source

Bug Fixes
Features

v6.5.3: Release 6.5.3

Compare Source

v6.5.2: Release 6.5.2

Compare Source

There is a problem with the post-install script on this version. Use version 6.5.3 instead
Bug Fixes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/orval-6.x branch 9 times, most recently from bf657ac to a22936d Compare September 7, 2022 12:49
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.9.6 chore(deps): update dependency orval to v6.9.6 - autoclosed Sep 12, 2022
@renovate renovate bot closed this Sep 12, 2022
@renovate renovate bot deleted the renovate/orval-6.x branch September 12, 2022 15:39
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.9.6 - autoclosed chore(deps): update dependency orval to v6.9.6 Sep 13, 2022
@renovate renovate bot reopened this Sep 13, 2022
@renovate renovate bot restored the renovate/orval-6.x branch September 13, 2022 10:35
@renovate renovate bot force-pushed the renovate/orval-6.x branch 2 times, most recently from 283bba8 to af6d7ac Compare September 13, 2022 18:55
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.9.6 chore(deps): update dependency orval to v6.10.0 Sep 13, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch from af6d7ac to d512bc8 Compare September 22, 2022 10:17
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.10.0 chore(deps): update dependency orval to v6.10.1 Sep 22, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch from d512bc8 to aecdbcd Compare September 26, 2022 16:29
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.10.1 chore(deps): update dependency orval to v6.10.2 Sep 26, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch 4 times, most recently from 80b52cc to 5498310 Compare November 7, 2022 15:59
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.10.2 chore(deps): update dependency orval to v6.10.3 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 5498310 to 79f5f03 Compare November 8, 2022 10:46
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 79f5f03 to 6f4497a Compare November 8, 2022 11:12
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.10.3 Update dependency orval to v6.10.3 Dec 17, 2022
@renovate renovate bot changed the title Update dependency orval to v6.10.3 chore(deps): update dependency orval to v6.10.3 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 6f4497a to 4f1b966 Compare January 6, 2023 11:57
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.10.3 chore(deps): update dependency orval to v6.11.0 Jan 6, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 4f1b966 to 4fad14c Compare January 19, 2023 20:32
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.11.0 chore(deps): update dependency orval to v6.11.1 Jan 19, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch 2 times, most recently from f6cbd48 to 6a02f63 Compare January 22, 2023 11:48
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 6a02f63 to 008a106 Compare February 22, 2023 21:58
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.11.1 chore(deps): update dependency orval to v6.12.0 Feb 22, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 008a106 to 063496d Compare March 5, 2023 15:16
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.12.0 chore(deps): update dependency orval to v6.12.1 Mar 5, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from 063496d to cf254b6 Compare April 4, 2023 17:01
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.12.1 chore(deps): update dependency orval to v6.13.1 Apr 4, 2023
@renovate renovate bot force-pushed the renovate/orval-6.x branch from cf254b6 to ce32fb9 Compare April 11, 2023 20:38
@renovate renovate bot changed the title chore(deps): update dependency orval to v6.13.1 chore(deps): update dependency orval to v6.14.1 Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants