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 Microsoft.OpenApi from 1.2.3 to 1.3.1 in /src #593

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2022

Bumps Microsoft.OpenApi from 1.2.3 to 1.3.1.

Release notes

Sourced from Microsoft.OpenApi's releases.

1.3.1

Changes:

  • #828: Release/1.3.0
  • #826: Fix failing Github release task
  • #822: Added support for Validation to produce warnings as well as errors
  • #827: Remove unnecessary reference that made netcoreapp2.1 incompatible
  • #825: Made ResolveReference public again as it is used by Swashbuckle
  • #823: Update vnext with Release/1.3.1 preview6 version
  • #824: Update master with Release/1.3.1 preview6
  • #821: [bugfix] Resolve local file reference with Schema type properly
  • #816: Bump Verify.Xunit from 16.4.4 to 16.5.4
  • #815: Bump FluentAssertions from 6.5.1 to 6.6.0
  • #814: Bump Verify from 16.4.4 to 16.5.4
  • #809: Bump Microsoft.OpenApi.OData from 1.0.10-preview2 to 1.0.10-preview3
  • #817: Convert anyOf/oneOf to allOf with first schema when writing v2
  • #803: Added CSDL filter for entitysets and singletons
  • #794: Parse Nested postman collections
  • #619: Fix resolution of external files
  • #796: Fixes failing script for Hidi exe
  • #791: Fixed issues related to merge conflicts
  • #789: Add --clean-output parameter to allow overwriting existing files
  • #790: Dependabot updates
  • #767: Simplify openapi spec version for Hidi
  • #785: Better error handling
  • #773: - fixes failing hidi release script for exe
  • #772: - fixes failing hidi release script for exe
  • #771: - fixes branch filter for deploy jobs
  • #770: - fixes branch filter for deploy jobs
  • #761: Release/1.3.1 preview5
  • #769: latest pipeline and reference updates for the unpublished release
  • #768: - bumps reference to openapi.odata
  • #752: updates pipeline definition to align with openapi.odata lib changes
  • #754: Bump Verify.Xunit from 16.1.2 to 16.3.2
  • #755: Bump Verify from 16.1.2 to 16.3.2
  • #757: Bump actions/setup-dotnet from 1 to 2
  • #758: Bump Moq from 4.16.1 to 4.17.1
  • #760: Updated versions to preview5
  • #727: Catch any OpenApiExceptions thrown during parsing and continue processing Schema Components
  • #756: fixes an issue where hidi would not process async
  • #750: Publish hidi as a self-contained application
  • #753: - upgrades odata conversion lib reference in hidi
  • #744: Migrate all projects to .NET6
  • #745: Adds Constants for the Scheme and Bearer format types
  • #743: Upgrade packages
  • #746: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0

... (truncated)

Commits
  • 5eb1481 Merge pull request #828 from microsoft/release/1.3.0
  • 274acb5 Updated version numbers
  • f1fcecf Merge remote-tracking branch 'origin/vnext' into release/1.3.0
  • a16ef23 Merge pull request #826 from microsoft/fix/failing-github-release-task
  • 962b971 Merge pull request #822 from microsoft/fix/warnings
  • a09cc5c Merge pull request #827 from microsoft/fix/removesystemjsontextref
  • 27dd1e9 Update ci-build.yml for Azure Pipelines
  • 62f7879 Merge pull request #825 from microsoft/fix/resolvereference
  • 2fa91a8 Update ci-build.yml for Azure Pipelines
  • b790ce1 Merge pull request #823 from microsoft/release/1.3.1-preview6
  • 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 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 a team as a code owner April 13, 2022 13:31
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 13, 2022
@codecov
Copy link

codecov bot commented Apr 13, 2022

Codecov Report

Merging #593 (d5acea5) into main (e1053a6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #593   +/-   ##
=======================================
  Coverage   61.67%   61.67%           
=======================================
  Files         120      120           
  Lines        3875     3875           
=======================================
  Hits         2390     2390           
  Misses       1485     1485           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1053a6...d5acea5. Read the comment docs.

Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.2.3...1.3.1)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Microsoft.OpenApi-1.3.1 branch from 85bfe7d to d5acea5 Compare April 13, 2022 13:43
@kbeaugrand kbeaugrand enabled auto-merge (squash) April 13, 2022 13:44
@kbeaugrand kbeaugrand merged commit 4b787ff into main Apr 13, 2022
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/Microsoft.OpenApi-1.3.1 branch April 13, 2022 13:52
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant