Skip to content

fix(deps): update restdocs-api-spec to v0.16.2 #153

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

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.epages:restdocs-api-spec-model 0.11.5 -> 0.16.2 age adoption passing confidence
com.epages:restdocs-api-spec-postman-generator 0.11.5 -> 0.16.2 age adoption passing confidence
com.epages:restdocs-api-spec-openapi3-generator 0.11.5 -> 0.16.2 age adoption passing confidence
com.epages:restdocs-api-spec-openapi-generator 0.11.5 -> 0.16.2 age adoption passing confidence

Release Notes

ePages-de/restdocs-api-spec

v0.16.2

Compare Source

Same fix as 1.16.1, unfortunately gradle-plugins weren't published correctly.

v0.16.1

Compare Source

See https://github.com/ePages-de/restdocs-api-spec/pull/202 for issue description.

Thanks to @​jgazeau for contributing!

v0.16.0

Compare Source

Thanks to @​iwaltgen for solving https://github.com/ePages-de/restdocs-api-spec/issues/95 with https://github.com/ePages-de/restdocs-api-spec/pull/200

  • Attributes map from ParameterDescriptor and HeaderDescriptor are retained when using ParameterDescriptorWithType and HeaderDescriptorWithType
  • This enables you to document a list of possible values (enumValues) for request parameters and headers
  • OpenAPI 2 and OpenAPI 3 generators consider those enumValues when generating JSON Schema

v0.15.3

Compare Source

v0.15.2

Compare Source

Thanks to @​jackcat13 for providing #​195 #​194 !

v0.15.1

Compare Source

0.15.0 failed build step with a linting error, CI wasn't run on #​193

v0.14.1

Compare Source

Thanks to @​jgazeau for providing the fix https://github.com/ePages-de/restdocs-api-spec/pull/192

  • Fix JSON Schema for arrays and nested objects

v0.14.0

Compare Source

Thanks to @​taehioum for pointing out #​190 :
The new default value support for Header- and ParameterDescriptors introduced with 0.12.0 and 0.13.0 was using default as field and property names. This is fine in Kotlin, this is an error in Java. This release should fix Java compatibility.

v0.13.0

Compare Source

Thanks to @​jgazeau for this amendment to v0.12.0:

  • Support default values for HeaderDescriptors in JSON Schema generated by OpenAPI 2 and OpenAPI 3 generators, see #​189

v0.12.0

Compare Source

Thanks to @​jgazeau and @​TiboStev for contributing the following changes:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 4 times, most recently from 8d50136 to 0bd9f93 Compare September 13, 2021 18:33
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 2 times, most recently from 3d9e9bc to 2ba2780 Compare September 22, 2021 21:30
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 2 times, most recently from 9a2f4c0 to f36ea79 Compare October 15, 2021 11:01
@renovate renovate bot changed the title chore(deps): update restdocs-api-spec to v0.12.0 chore(deps): update restdocs-api-spec to v0.13.0 Oct 15, 2021
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from f36ea79 to ada6f19 Compare October 19, 2021 18:01
@renovate renovate bot changed the title chore(deps): update restdocs-api-spec to v0.13.0 chore(deps): update restdocs-api-spec to v0.14.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from ada6f19 to 8c0edbf Compare October 29, 2021 17:15
@renovate renovate bot changed the title chore(deps): update restdocs-api-spec to v0.14.0 chore(deps): update restdocs-api-spec to v0.14.1 Oct 29, 2021
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 2 times, most recently from 0f0a03f to 1acf98b Compare November 24, 2021 12:31
@renovate renovate bot changed the title chore(deps): update restdocs-api-spec to v0.14.1 chore(deps): update restdocs-api-spec to v0.15.1 Nov 24, 2021
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 3 times, most recently from 1b9d560 to 9fd0406 Compare November 28, 2021 17:30
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from 9fd0406 to 8171cb9 Compare December 6, 2021 11:27
@renovate renovate bot changed the title chore(deps): update restdocs-api-spec to v0.15.1 chore(deps): update restdocs-api-spec Dec 6, 2021
@renovate renovate bot changed the title chore(deps): update restdocs-api-spec chore(deps): update restdocs-api-spec to v0.15.2 Dec 7, 2021
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from 8171cb9 to 73a92d6 Compare December 16, 2021 16:35
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 3 times, most recently from 524d64a to 2b9fff7 Compare January 8, 2022 23:47
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 4 times, most recently from 501a63f to d17d666 Compare January 18, 2022 13:02
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from c83a4a4 to c9f3e6b Compare February 23, 2022 08:38
@renovate renovate bot changed the title fix(deps): update restdocs-api-spec to v0.15.3 fix(deps): update restdocs-api-spec Feb 23, 2022
@renovate renovate bot changed the title fix(deps): update restdocs-api-spec fix(deps): update restdocs-api-spec to v0.16.0 Feb 23, 2022
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 2 times, most recently from 6956c98 to 58e4f74 Compare March 11, 2022 17:32
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from 58e4f74 to 30de798 Compare April 4, 2022 23:59
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 4 times, most recently from 3960c40 to 79eef8b Compare April 21, 2022 18:58
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from 79eef8b to e6408b8 Compare April 29, 2022 15:03
@renovate renovate bot changed the title fix(deps): update restdocs-api-spec to v0.16.0 fix(deps): update restdocs-api-spec to v0.16.1 Apr 29, 2022
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from e6408b8 to 0b7ccb0 Compare May 2, 2022 10:24
@renovate renovate bot changed the title fix(deps): update restdocs-api-spec to v0.16.1 fix(deps): update restdocs-api-spec to v0.16.2 May 2, 2022
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 3 times, most recently from e56909b to 6a45fff Compare May 25, 2022 23:18
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 3 times, most recently from e87be9f to 6f60cbf Compare June 24, 2022 10:55
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 2 times, most recently from 0f8f2de to 103f628 Compare July 27, 2022 00:43
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch 3 times, most recently from cb505c8 to 5d1695a Compare August 16, 2022 23:23
@renovate renovate bot force-pushed the renovate/restdocs-api-spec branch from 5d1695a to 3af3388 Compare August 24, 2022 04:38
@klieber klieber force-pushed the renovate/restdocs-api-spec branch from 3af3388 to b316893 Compare August 24, 2022 05:03
@klieber klieber merged commit 8abfde1 into master Aug 24, 2022
@renovate renovate bot deleted the renovate/restdocs-api-spec branch August 24, 2022 05:08
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.

1 participant