Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.OpenApi 2.3.22.4.2 age adoption passing confidence

Release Notes

Microsoft/OpenAPI.NET (Microsoft.OpenApi)

v2.4.2

Bug Fixes
  • wrap extension parser calls in try-catch to ensure correct error pointers (63cf4a3)
  • wrap extension parser calls in try-catch to ensure correct error pointers (458cabe)

v2.4.1

Bug Fixes
  • schema: always serialize additionalProperties: false (6651c36)
  • schema: always serialize additionalProperties: false (e36fc95)

v2.4.0

Features
  • Add type: "null" downcasting when in oneOf and anyOf for OpenAPI v3 (782cf8d)

v2.3.12

Bug Fixes
  • load JSON documents that are preceded by multiple whitespace (640e59a)
  • non-seekable json streams would fail to load as a document (76b0159)
  • non-seekable json streams would fail to load as a document (2436d73)
  • reading streams in an asp.net context would cause async exceptions (f9e5248)

v2.3.11

Bug Fixes
  • additional properties serialization should not emit a schema in v2 (946cba9)
  • additional properties serialization should not emit a schema in v2 fix: additional properties serialization should not emit booleans in v3.1+ (275dd9d)
  • additional properties serialization should not emit booleans in v3.1+ (946cba9)

v2.3.10

  • empty strings should be quoted in yaml (e919b33)
  • empty strings should be quoted in yaml (0ca10db)

v2.3.9

Bug Fixes
  • a bug where null sentinel value would appear in YAML documents (0e864c7)
  • a bug where null sentinel value would appear in YAML documents (15618e1)

v2.3.8

Bug Fixes
  • an issue where numeric property names would be missing quotes in yaml conversion (da43c98)
  • an issue where numeric property names would be missing quotes in yaml conversion (234504c)
  • quote property names in yaml that match boolean values (39a9f41)
  • yaml blocks and line returns (b053848)
  • yaml multi-line literals maintain their lines (558a1ce)

v2.3.7

Bug Fixes
  • adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (337c6eb)
  • adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (63b2b98)
  • fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (6e62de2)
  • fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (994184b)
  • YamlConverter adding extra quotes to string values when converting from JSON to YAML (ccfebc8)
Performance Improvements
  • do not duplicate nodes when indexing (dbbbf13)
  • only initialize map node nodes on demand (bdb5264)
  • reduce allocations in mapnode (f58aad2)
  • removes the lazy initialization since the node is always enumerated (1c96521)
  • switches to lazy instantiation (d3c758b)
  • use deep equals for comparison to reduce allocations (6ce3214)

v2.3.6

Bug Fixes
  • a bug where empty collections would not be serialized for default values (4c4d257)

v2.3.5

Bug Fixes
  • use settings for terse output in serialization extension methods (246039b)
  • use settings for terse output in serialization extension methods (8b91278)

v2.3.4

Bug Fixes
  • Improve server creation and URL handling logic to maintain port (3e6ee80)
  • missing deserialization for header content property in 3.1 and 3.0 (717f154)
  • missing deserialization for header content property in 3.1 and 3.0 (0fdfae1)

v2.3.3

Bug Fixes
  • typo in allowReserved property name for deserialization (1633453)
  • typo in allowReserved property name for deserialization (f7e34be)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Europe/Madrid, Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Europe/Madrid.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Nov 4, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/Basket.API/packages.lock.json, src/eShop.AppHost/packages.lock.json, tests/Basket.UnitTests/packages.lock.json, src/Catalog.API/packages.lock.json, tests/Catalog.FunctionalTests/packages.lock.json, src/ClientApp/packages.lock.json, tests/ClientApp.UnitTests/packages.lock.json, src/EventBus/packages.lock.json, src/EventBusRabbitMQ/packages.lock.json, src/OrderProcessor/packages.lock.json, src/Ordering.API/packages.lock.json, tests/Ordering.FunctionalTests/packages.lock.json, tests/Ordering.UnitTests/packages.lock.json, src/PaymentProcessor/packages.lock.json, src/WebApp/packages.lock.json, src/Webhooks.API/packages.lock.json, src/IntegrationEventLogEF/packages.lock.json, src/Ordering.Infrastructure/packages.lock.json, src/HybridApp/packages.lock.json, src/Identity.API/packages.lock.json, src/Ordering.Domain/packages.lock.json, src/WebAppComponents/packages.lock.json, src/WebhookClient/packages.lock.json, src/eShop.ServiceDefaults/packages.lock.json
  Determining projects to restore...
/opt/containerbase/tools/dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1147: To build this project, the following workloads must be installed: maui-tizen [/tmp/renovate/repos/github/Pinguteca/eShop/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj]
/opt/containerbase/tools/dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1147: To install these workloads, run the following command: dotnet workload restore [/tmp/renovate/repos/github/Pinguteca/eShop/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj]

@renovate renovate bot added the renovate label Nov 4, 2025
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from a6e35b1 to ac49500 Compare November 10, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency microsoft.openapi to 2.3.8 chore(deps): update dependency microsoft.openapi to 2.3.9 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from ac49500 to 47da614 Compare November 10, 2025 19:42
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch 2 times, most recently from d7bff62 to 79af57d Compare November 20, 2025 17:02
@renovate renovate bot changed the title chore(deps): update dependency microsoft.openapi to 2.3.9 chore(deps): update dependency microsoft.openapi to 2.3.10 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from 79af57d to 0b7d7da Compare December 11, 2025 21:04
@renovate renovate bot changed the title chore(deps): update dependency microsoft.openapi to 2.3.10 chore(deps): update dependency microsoft.openapi to 2.3.11 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from 0b7d7da to c8d8441 Compare December 19, 2025 17:57
@renovate renovate bot changed the title chore(deps): update dependency microsoft.openapi to 2.3.11 chore(deps): update dependency microsoft.openapi to 2.3.12 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from c8d8441 to c85f5f3 Compare December 21, 2025 05:03
@renovate renovate bot changed the title chore(deps): update dependency microsoft.openapi to 2.3.12 chore(deps): update dependency microsoft.openapi to 2.4.0 Dec 21, 2025
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from c85f5f3 to 8196dd6 Compare December 21, 2025 13:06
@renovate renovate bot changed the title chore(deps): update dependency microsoft.openapi to 2.4.0 chore(deps): update dependency microsoft.openapi to 2.4.1 Dec 21, 2025
@Pinguladora Pinguladora self-assigned this Jan 3, 2026
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch 13 times, most recently from 03cfbfb to 422eb17 Compare January 4, 2026 00:51
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch 17 times, most recently from 9a8bec3 to dde3cab Compare January 11, 2026 00:27
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from dde3cab to c50d485 Compare January 11, 2026 21:18
@renovate renovate bot force-pushed the renovate/openapi-dotnet-monorepo branch from c50d485 to 13f9e23 Compare January 20, 2026 16:59
@renovate renovate bot changed the title chore(deps): update dependency microsoft.openapi to 2.4.1 chore(deps): update dependency microsoft.openapi to 2.4.2 Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant