chore: Bump Microsoft.OpenApi from 2.9.0 to 3.10.2 - #1370
Conversation
--- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Not superseded — kept open per lane policy after review in #1391 (part of #1240). Your PR cannot restore as-is: This is structural: Microsoft.AspNetCore.OpenApi 10.0.11 (our committed version) constrains Microsoft.OpenApi to < 3.0.0, and our spec pipeline builds with doc generation ON under warnings-as-errors, so nothing short of demoting/suppressing NU1608 would get green — which the lane forbids. The package stays at 2.9.0 for now; re-run this bump once Microsoft.AspNetCore.OpenApi supports Microsoft.OpenApi 3.x. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…e to 10.0.11, fix the transitive security pin (supersedes #1368; stops #1370) (#1391) Closes #1390. Part of #1240. Applies Dependabot #1368 as a human PR: Microsoft.EntityFrameworkCore and Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 10.0.7 → 10.0.11 in Directory.Packages.props, with the red-CI root cause (NU1109 on System.Security.Cryptography.Xml) fixed in code — no ruleset, analyzer or suppression change. The committed OpenAPI document and packages/client-ts are unchanged (zero spec diff); spec-drift gates green. Dependabot #1370 (Microsoft.OpenApi 3.10.2) was stopped with evidence: Microsoft.AspNetCore.OpenApi 10.0.11 requires Microsoft.OpenApi < 3.0.0, so the bump cannot restore; #1370 closed with that reason. Implementer: Ox Alpha (stealth/ox-alpha via Nous Portal, max effort, jcode). Reviewer: hy3 (OpenCode Go, after free rungs failed) — APPROVED at 8440031; CI 16/16 green at that tip. Unverified: DataProtection key-ring decryption of pre-existing keys is not exercised by a test (patch-level bump within the 10.x band); EF Core is left mixed-patch (core 10.0.11, Relational/Design 10.0.7) — follow-up issue opened to align.
Updated Microsoft.OpenApi from 2.9.0 to 3.10.2.
Release notes
Sourced from Microsoft.OpenApi's releases.
3.10.2
3.10.2 (2026-08-20)
Bug Fixes
3.10.1
3.10.1 (2026-08-19)
Bug Fixes
3.10.0
3.10.0 (2026-08-11)
Features
Bug Fixes
3.9.0
3.9.0 (2026-07-15)
Features
Bug Fixes
3.8.0
3.8.0 (2026-07-03)
Features
Bug Fixes
3.7.0
3.7.0 (2026-06-10)
Features
Bug Fixes
3.6.0
3.6.0 (2026-06-01)
Features
3.5.5
3.5.5 (2026-05-28)
Bug Fixes
3.5.4
3.5.4 (2026-05-26)
Bug Fixes
3.5.3
3.5.3 (2026-04-27)
Bug Fixes
Performance Improvements
3.5.2
3.5.2 (2026-04-14)
Bug Fixes
3.5.1
3.5.1 (2026-03-31)
Bug Fixes
3.5.0
3.5.0 (2026-03-20)
Features
Bug Fixes
3.4.0
3.4.0 (2026-03-04)
Features
Bug Fixes
3.3.1
3.3.1 (2026-01-22)
Features
Bug Fixes
3.3.0
3.3.0 (2026-01-21)
Features
3.2.0
3.2.0 (2026-01-19)
Features
Bug Fixes
3.1.3
3.1.3 (2026-01-16)
Bug Fixes
3.1.2
3.1.2 (2026-01-06)
Bug Fixes
3.1.1
3.1.1 (2025-12-18)
Bug Fixes
additionalProperties: false(6651c36)additionalProperties: false(e36fc95)3.1.0
3.1.0 (2025-12-17)
Features
type: "null"downcasting when in oneOf and anyOf for OpenAPI v3 (782cf8d)3.0.3
3.0.3 (2025-12-16)
Bug Fixes
3.0.2
3.0.2 (2025-12-08)
Bug Fixes
3.0.1
3.0.1 (2025-11-17)
Bug Fixes
3.0.0
3.0.0 (2025-11-11)
⚠ BREAKING CHANGES
Features
Special thanks
2.12.2
2.12.2 (2026-08-20)
Bug Fixes
2.12.1
2.12.1 (2026-08-19)
Bug Fixes
2.12.0
2.12.0 (2026-08-12)
Features
Bug Fixes
2.11.0
2.11.0 (2026-07-15)
Features
Bug Fixes
2.10.0
2.10.0 (2026-07-03)
Features
Bug Fixes
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Part of #1240 (NuGet bump, wave 2 after the org move; merged on green CI per the #1240 plan).