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.Readers from 1.6.4 to 1.6.5 #1605

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps Microsoft.OpenApi.Readers from 1.6.4 to 1.6.5.

Release notes

Sourced from Microsoft.OpenApi.Readers's releases.

1.6.5

Changes:

  • #1279: Master refresh
  • #1276: Bump up lib versions
  • #1258: Feature/plugin
  • #1270: Clone extensions in the OpenApiSchema copy constructor
  • #1268: Bump Microsoft.Extensions.Logging.Abstractions from 7.0.0 to 7.0.1
  • #1269: Bump Microsoft.Windows.Compatibility from 7.0.1 to 7.0.3
  • #1245: ISSUE-1131: Added diagnostic reporting recursive concatenation of dia…
  • #1246: Issue #1228 path as reference to external
  • #1228: Cannot resolve reference of Path if the Path is reference to another Paht in another file with JSON escape characters for the '/' in the path
  • #1267: Bump docker/build-push-action from 4.0.0 to 4.1.0
  • #1266: Bump docker/login-action from 2.1.0 to 2.2.0
  • #1264: Bump Verify.Xunit from 19.14.1 to 20.3.2
  • #1263: Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2
  • #1259: Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1
  • #1253: Bump coverlet.collector from 3.2.0 to 6.0.0
  • #1252: Bump coverlet.msbuild from 3.2.0 to 6.0.0
  • #1247: Bump Microsoft.OData.Edm from 7.15.0 to 7.16.0
  • #1248: Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0
  • #1237: Bump Verify.Xunit from 19.13.1 to 19.14.1
  • #1241: Update README.md

This list of changes was auto generated.

Commits
  • ffb9bd0 Merge pull request #1279 from microsoft/vnext
  • f7968be Merge pull request #1276 from microsoft/mk/upgrade-libs
  • 4a24112 Merge branch 'vnext' into mk/upgrade-libs
  • 9d82233 Merge pull request #1258 from microsoft/feature/plugin
  • 181c6c3 Perform case-insensitive operationId and keyType match.
  • 038a356 Apply is operation suggestion.
  • 8f272aa Bump up conversion lib
  • 02e3708 Bump up lib versions
  • ca33d2b Merge pull request #1270 from microsoft/mk/fix-schema-copy-ctr
  • 15b4c75 Add plugin command test.
  • 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 June 19, 2023 20:57
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 19, 2023
@andrueastman
Copy link
Member

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.OpenApi.Readers-1.6.5 branch from 13ff177 to ab8a0ca Compare June 20, 2023 06:26
@andrueastman andrueastman enabled auto-merge (squash) June 20, 2023 06:35
@andrueastman andrueastman merged commit 2956c8d into dev Jun 20, 2023
7 checks passed
@andrueastman andrueastman deleted the dependabot/nuget/Microsoft.OpenApi.Readers-1.6.5 branch June 20, 2023 06:36
andrueastman added a commit that referenced this pull request Jun 20, 2023
* Fix: Use pascal case for issue property key (#1603)

* Use pascal case for issue propety key

* Update GraphWebApi/Controllers/KnownIssuesController.cs

Co-authored-by: Eastman <andrueastman@users.noreply.github.com>

---------

Co-authored-by: Eastman <andrueastman@users.noreply.github.com>

* Lookup schema with discriminator in OpenAPI snippets (#1604)

* Use shared base to reduce code repetition

* Looks up dereived types from schema list

* Fixes template matching for collections with functions

* Fixes Guid parsing

* Fixes enum parsing in path parameters

* Fix incorrect schema names when looked up from collections

* Fix namespaces lookup for collections

* Fix code smells

* Bump Microsoft.OpenApi from 1.6.4 to 1.6.5 (#1606)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.OpenApi.Readers from 1.6.4 to 1.6.5 (#1605)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: EvansA <evansonoka05.j@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

None yet

1 participant