Skip to content

Bump Microsoft.OpenApi and Microsoft.OpenApi.YamlReader#1702

Merged
waldekmastykarz merged 5 commits into
mainfrom
dependabot/nuget/DevProxy.Abstractions/multi-17b851a87c
Jun 9, 2026
Merged

Bump Microsoft.OpenApi and Microsoft.OpenApi.YamlReader#1702
waldekmastykarz merged 5 commits into
mainfrom
dependabot/nuget/DevProxy.Abstractions/multi-17b851a87c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.OpenApi from 3.5.4 to 3.6.0.

Release notes

Sourced from Microsoft.OpenApi's releases.

3.6.0

3.6.0 (2026-06-01)

Features

  • reader: remove ParseNode infrastructure (9b4f45b)
  • Significant performance improvements resulting ~40% reduced allocations when parsing JSON descriptions, ~25% for YAML.

3.5.5

3.5.5 (2026-05-28)

Bug Fixes

  • reader: preserve Null flag when nullable appears before type in V3.0/V3.1/V3.2 deserializers (2b9d7f4)

Commits viewable in compare view.

Updated Microsoft.OpenApi.YamlReader from 3.5.4 to 3.6.0.

Release notes

Sourced from Microsoft.OpenApi.YamlReader's releases.

3.6.0

3.6.0 (2026-06-01)

Features

  • reader: remove ParseNode infrastructure (9b4f45b)
  • Significant performance improvements resulting ~40% reduced allocations when parsing JSON descriptions, ~25% for YAML.

3.5.5

3.5.5 (2026-05-28)

Bug Fixes

  • reader: preserve Null flag when nullable appears before type in V3.0/V3.1/V3.2 deserializers (2b9d7f4)

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps Microsoft.OpenApi from 3.5.4 to 3.6.0
Bumps Microsoft.OpenApi.YamlReader from 3.5.4 to 3.6.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 9, 2026 05:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jun 9, 2026
waldekmastykarz
waldekmastykarz previously approved these changes Jun 9, 2026
@waldekmastykarz

Copy link
Copy Markdown
Collaborator

@copilot fix this

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

@copilot fix this

The build was failing because DevProxy.Plugins also directly references Microsoft.OpenApi and Microsoft.OpenApi.YamlReader at 3.5.4, causing a version conflict with DevProxy.Abstractions (bumped to 3.6.0). I've bumped both packages in DevProxy.Plugins to 3.6.0 and regenerated the lock files for DevProxy and DevProxy.Plugins. Build and locked-mode restore now pass.

@waldekmastykarz waldekmastykarz merged commit d55176e into main Jun 9, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/DevProxy.Abstractions/multi-17b851a87c branch June 9, 2026 05:58
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.

2 participants