Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2025

Bumps the microsoft-openapi group with 2 updates: Microsoft.OpenApi and Microsoft.OpenApi.Readers.

Updates Microsoft.OpenApi from 1.6.23 to 1.6.24

Release notes

Sourced from Microsoft.OpenApi's releases.

v1.6.24

1.6.24 (2025-04-01)

Bug Fixes

  • a flaky behaviour for format property serialization (e072790)
  • a flaky behaviour for format property serialization (4d06f86)
  • null reference on alternate keys during hidi transform (17247ed)
  • null reference on alternate keys during hidi transform (55f0f54)
Changelog

Sourced from Microsoft.OpenApi's changelog.

1.6.24 (2025-04-01)

Bug Fixes

  • a flaky behaviour for format property serialization (e072790)
  • a flaky behaviour for format property serialization (4d06f86)
  • null reference on alternate keys during hidi transform (17247ed)
  • null reference on alternate keys during hidi transform (55f0f54)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 253b139 Merge pull request #2293 from microsoft/release-please--branches--support/v1-...
  • a1d481b chore(support/v1): release 1.6.24
  • 17247ed Merge pull request #2292 from microsoft/fix/hidi-convert-null-reference
  • 7d2a4ca update file path to moved file
  • 55f0f54 fix: null reference on alternate keys during hidi transform
  • b0e754b Merge pull request #2116 from microsoft/ci/release-please-to-v1
  • cff2f2d ci: fix starting version for release please
  • 3aeedac ci: configures release please for v1 branch
  • ebf3605 ci: updates the ADO pipeline to match release please configuration
  • 9bc10b0 ci: adds release please configuration
  • Additional commits viewable in compare view

Updates Microsoft.OpenApi.Readers from 1.6.23 to 1.6.24

Release notes

Sourced from Microsoft.OpenApi.Readers's releases.

v1.6.24

1.6.24 (2025-04-01)

Bug Fixes

  • a flaky behaviour for format property serialization (e072790)
  • a flaky behaviour for format property serialization (4d06f86)
  • null reference on alternate keys during hidi transform (17247ed)
  • null reference on alternate keys during hidi transform (55f0f54)
Changelog

Sourced from Microsoft.OpenApi.Readers's changelog.

1.6.24 (2025-04-01)

Bug Fixes

  • a flaky behaviour for format property serialization (e072790)
  • a flaky behaviour for format property serialization (4d06f86)
  • null reference on alternate keys during hidi transform (17247ed)
  • null reference on alternate keys during hidi transform (55f0f54)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 253b139 Merge pull request #2293 from microsoft/release-please--branches--support/v1-...
  • a1d481b chore(support/v1): release 1.6.24
  • 17247ed Merge pull request #2292 from microsoft/fix/hidi-convert-null-reference
  • 7d2a4ca update file path to moved file
  • 55f0f54 fix: null reference on alternate keys during hidi transform
  • b0e754b Merge pull request #2116 from microsoft/ci/release-please-to-v1
  • cff2f2d ci: fix starting version for release please
  • 3aeedac ci: configures release please for v1 branch
  • ebf3605 ci: updates the ADO pipeline to match release please configuration
  • 9bc10b0 ci: adds release please configuration
  • Additional 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the microsoft-openapi group with 2 updates: [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) and [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET).


Updates `Microsoft.OpenApi` from 1.6.23 to 1.6.24
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/v1.6.24/CHANGELOG.md)
- [Commits](microsoft/OpenAPI.NET@1.6.23...v1.6.24)

Updates `Microsoft.OpenApi.Readers` from 1.6.23 to 1.6.24
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/v1.6.24/CHANGELOG.md)
- [Commits](microsoft/OpenAPI.NET@1.6.23...v1.6.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from martincostello April 4, 2025 04:59
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 4, 2025
Copy link
Contributor

@costellobot costellobot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependency update.

@costellobot costellobot bot enabled auto-merge (squash) April 4, 2025 04:59
@costellobot costellobot bot merged commit b457cd3 into main Apr 4, 2025
9 checks passed
@costellobot costellobot bot deleted the dependabot/nuget/microsoft-openapi-f5ddc3f4e2 branch April 4, 2025 05:06
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