Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,32 @@ updates:
patterns:
- "OpenTelemetry.*"
- "Azure.Monitor.OpenTelemetry.*"
# The test stack moves together: bUnit renders through AngleSharp, and the xunit/Moq/
# assertion packages are only ever consumed by test projects. Grouping them keeps a
# bUnit bump and its AngleSharp dependency in ONE pull request instead of two that
# touch the same lock files and therefore conflict with each other.
testing:
patterns:
- "bunit*"
- "AngleSharp*"
- "xunit*"
- "Moq"
- "AwesomeAssertions"
- "coverlet.*"
- "NetArchTest.*"
- "Testcontainers*"
- "Respawn"
# Catch-all for everything the groups above do not match, so ungrouped minor/patch
# updates arrive as ONE weekly pull request rather than one per package. This repo's
# CI is expensive (13 required checks including a MAUI windows build, three browser
# a11y legs, a BenchmarkDotNet gate and a Testcontainers Redis tier), and "require
# branches to be up to date" means every merge re-BEHINDs the rest, so N separate
# dependency PRs cost N full re-runs. Majors stay ungrouped: those deserve their own
# PR and their own read.
minor-and-patch:
update-types:
- "minor"
- "patch"
ignore:
# MassTransit is pinned to v8 by policy (v9 requires a commercial license); enforced by a
# fitness test. Don't let Dependabot propose the major bump. See Directory.Packages.props.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Cache MAUI workload packs
if: needs.changes.outputs.code == 'true'
id: maui-cache
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
${{ steps.sdk.outputs.root }}/sdk-manifests
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Cache Playwright browsers (${{ matrix.browser }})
if: needs.changes.outputs.code == 'true'
id: playwright-cache
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: ${{ github.workspace }}/.ms-playwright
key: playwright-${{ runner.os }}-${{ matrix.browser }}-${{ hashFiles('Tests/Presentation/MMCA.Common.UI.E2E.Tests/packages.lock.json', 'Directory.Packages.props') }}
Expand Down
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
a patched build for GHSA-2m69-gcr7-jv3q / CVE-2025-6965; referenced directly in
MMCA.Common.Infrastructure so the fix flows to consumers through the published package graph
(same pattern as the MessagePack pin above). -->
<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.4" />
<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.10" />
<PackageVersion Include="MiniProfiler.EntityFrameworkCore" Version="4.5.4" />
<PackageVersion Include="StackExchange.Redis" Version="2.13.17" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.19.2" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.21.0" />
<!-- Messaging (MassTransit) -->
<!-- Pinned to v8 (free). v9.x introduced a commercial license requirement; the bus fails the
license check at startup ("License must be specified with SetLicense/SetLicenseLocation
Expand Down Expand Up @@ -104,11 +104,11 @@
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
<!-- Testing -->
<!-- bUnit v2 (BunitContext / Render API) is the line compatible with xUnit v3 / Microsoft Testing Platform. -->
<PackageVersion Include="bunit" Version="2.7.2" />
<PackageVersion Include="bunit" Version="2.8.6" />
<!-- Pin the transitive AngleSharp (pulled by bUnit) to the patched 1.5.2: bUnit 2.7.2 floors it at
1.4.0, which carries CVE-2026-54570 / GHSA-pgww-w46g-26qg (mXSS via MathML annotation-xml). CPM
does not pin transitives, so the two bUnit-referencing projects add a direct PackageReference. -->
<PackageVersion Include="AngleSharp" Version="1.5.2" />
<PackageVersion Include="AngleSharp" Version="1.6.0" />
<PackageVersion Include="Deque.AxeCore.Playwright" Version="4.12.0" />
<!-- Pin the transitive Commons explicitly to 4.12.0 (= Playwright 4.12.0's floor): CPM does not pin
transitives, so a stale-cache restore could otherwise drift it down to 4.7.2 and dirty the lock. -->
Expand Down Expand Up @@ -147,7 +147,7 @@
<!-- Aspire / ServiceDefaults -->
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.8.0" />
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="10.8.0" />
<PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.5.0" />
<PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.6.0" />
<!-- OpenTelemetry.Api pinned directly to force transitive resolution to non-vulnerable version. -->
<PackageVersion Include="OpenTelemetry.Api" Version="1.17.0" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.17.0" />
Expand Down
34 changes: 17 additions & 17 deletions Source/Core/MMCA.Common.Infrastructure/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@
},
"SQLitePCLRaw.bundle_e_sqlite3": {
"type": "Direct",
"requested": "[3.0.4, )",
"resolved": "3.0.4",
"contentHash": "gg8vENKV/o0pWLI0eJxnTA4X9e63rOvzkCDMAOePDGLieNSHPCGUiJ4CQDqDyNqIf6IPVzD4TOjqY5ACygZkkA==",
"requested": "[3.0.5, )",
"resolved": "3.0.5",
"contentHash": "SW8iASIyWMrLzqabUHYQRvALhvD4ylSBsj4PgEVGwc36kQjc9xT5kSV/XQ9rU7nIpBWD+LPyX3Hlw5FzyUzGeQ==",
"dependencies": {
"SQLitePCLRaw.config.e_sqlite3": "3.0.4",
"SourceGear.sqlite3": "3.53.3"
"SQLite": "3.53.4",
"SQLitePCLRaw.config.e_sqlite3": "3.0.5"
}
},
"StackExchange.Redis": {
Expand Down Expand Up @@ -633,30 +633,30 @@
"resolved": "7.1.2",
"contentHash": "y3c6ulgULScWthHw5PLM1ShHRLhxg0vCtzX/hh61gRgNecL3ZC3WoBW2HYHoXOVRqTl99Br9E7CZEytGZEsCyQ=="
},
"SourceGear.sqlite3": {
"SQLite": {
"type": "Transitive",
"resolved": "3.53.3",
"contentHash": "PaDT7JwQ00HmXZT1xSGSC0c24A5lVpJYHMrXBuJATdpB2t0nf4Kq9HyPaZhxVW0elPq4XI1s5BLh7qLuObmzFA=="
"resolved": "3.53.4",
"contentHash": "KN7jeWqgUPeBRe1FlcpZURzxomuKKEKHmBBQfg+Nx7NkY1LjKhzHvH+3ASkNvhayESE34nMBinL9CV21JfPRJw=="
},
"SQLitePCLRaw.config.e_sqlite3": {
"type": "Transitive",
"resolved": "3.0.4",
"contentHash": "W2HMmjAZ1v27fbyzZtONCdC8Ma/tTr5wLAIr4Iq7T4oKrYaI4occJ5TBhSdK4pltwBJLQBG5DcQMz+/w9X4bbg==",
"resolved": "3.0.5",
"contentHash": "aSk8WE5tF2MybESMgtZAEyMVCAWA0nBqOMc48HFoa9UoSdtm3goDXVzNRnefeKIwE6bV9NaNXptn1F9ReMQI0Q==",
"dependencies": {
"SQLitePCLRaw.provider.e_sqlite3": "3.0.4"
"SQLitePCLRaw.provider.e_sqlite3": "3.0.5"
}
},
"SQLitePCLRaw.core": {
"type": "Transitive",
"resolved": "3.0.4",
"contentHash": "cOjxfdjE4zQDvDVDUBfucKGXEaYos4l4l+TVwePJEHp/nl9fkgBz/lIVgfMH5dOyKRmNi6RsptUGtZsvsD7iYQ=="
"resolved": "3.0.5",
"contentHash": "k81AYXXRCw3Zj8rOhyBoCsx/U97KYDFI2CSKr/ijl5BwpsW/hX/4kBiDmerFaoust8nxBwa0IHQFw8MmSHRtnQ=="
},
"SQLitePCLRaw.provider.e_sqlite3": {
"type": "Transitive",
"resolved": "3.0.4",
"contentHash": "L4uiEKeRSXxppkGE4iSpgBgC5lNvw2zEN/hAaxTecUS1+DhC6UEFhHaakSYYvnFq7x16B7DQcaXgXy0SkhSwnw==",
"resolved": "3.0.5",
"contentHash": "um8YSWduhhuskTG2bHfZrBqMNQOydfU8pcseT+cu5RivOGyoUbCrGXxgoRNTmRYw2VbMWnEZVVFcneZT/5dsBg==",
"dependencies": {
"SQLitePCLRaw.core": "3.0.4"
"SQLitePCLRaw.core": "3.0.5"
}
},
"StyleCop.Analyzers.Unstable": {
Expand Down Expand Up @@ -828,7 +828,7 @@
},
"System.IdentityModel.Tokens.Jwt": {
"type": "CentralTransitive",
"requested": "[8.19.2, )",
"requested": "[8.21.0, )",
"resolved": "7.7.1",
"contentHash": "rQkO1YbAjLwnDJSMpRhRtrc6XwIcEOcUvoEcge+evurpzSZM3UNK+MZfD3sKyTlYsvknZ6eJjSBfnmXqwOsT9Q==",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@
},
"System.IdentityModel.Tokens.Jwt": {
"type": "CentralTransitive",
"requested": "[8.19.2, )",
"requested": "[8.21.0, )",
"resolved": "8.16.0",
"contentHash": "rrs2u7DRMXQG2yh0oVyF/vLwosfRv20Ld2iEpYcKwQWXHjfV+gFXNQsQ9p008kR9Ou4pxBs68Q6/9zC8Gi1wjg==",
"dependencies": {
Expand Down
54 changes: 27 additions & 27 deletions Source/Hosting/MMCA.Common.Aspire/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
},
"Azure.Monitor.OpenTelemetry.AspNetCore": {
"type": "Direct",
"requested": "[1.5.0, )",
"resolved": "1.5.0",
"contentHash": "jXyeb4E5gB/VQt3EkNEyP1L+TgRT/66RcN21o0QQ3cIVywZC7V7I42s9cA7Yy9Ezd4RnSqATHb/c76QIMixF1Q==",
"requested": "[1.6.0, )",
"resolved": "1.6.0",
"contentHash": "9H0JgEl5yVdpOz+GqPBL5Qtfw0k/gAQ9iD8L+W9ucrxwMG/CMwdAg4mWdLWKUvW56iDCQ8PAHVVCxC4Hg5l1AA==",
"dependencies": {
"Azure.Core": "1.54.0",
"Azure.Monitor.OpenTelemetry.Exporter": "1.8.0",
"Azure.Core": "1.60.0",
"Azure.Monitor.OpenTelemetry.Exporter": "1.8.3",
"OpenTelemetry.Extensions.Hosting": "1.15.3",
"OpenTelemetry.Instrumentation.AspNetCore": "1.15.2",
"OpenTelemetry.Instrumentation.Http": "1.15.1"
Expand Down Expand Up @@ -153,30 +153,30 @@
},
"Azure.Core": {
"type": "Transitive",
"resolved": "1.54.0",
"contentHash": "m6hHbx1q9+GCBZ5A9ykzFylPdTwscX2APH7PlnqV+yu+DH3RRtuIDJMRqdU17cMyinv0hCPofpegoyQ6qWPW7g==",
"resolved": "1.60.0",
"contentHash": "qCa5DLAq0w14aTl9/bvMZNA/QxPzYj1a4zakrpeudxWd4D4YliRHRfccD3yFECeHkMkvQjMmyWLggb8bzhDVKA==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
"Microsoft.Identity.Client": "4.83.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
"System.ClientModel": "1.10.0",
"System.Memory.Data": "10.0.3"
"Microsoft.Bcl.AsyncInterfaces": "10.0.9",
"Microsoft.Identity.Client": "4.84.2",
"Microsoft.Identity.Client.Extensions.Msal": "4.84.2",
"System.ClientModel": "1.14.0",
"System.Memory.Data": "10.0.9"
}
},
"Azure.Monitor.OpenTelemetry.Exporter": {
"type": "Transitive",
"resolved": "1.8.0",
"contentHash": "JbNUQIK7uZ7Mg2fZzdsjqC/eso3Ag/tMwCqYvGvedyE1fObe6JAwCaCSMZDMrhrAaFn8x8+ZaKJelfcEK5MCcg==",
"resolved": "1.8.3",
"contentHash": "hZ35hXxiRuJcT67u970iqqJ+z2ol3Sg23/m1wwNNh8uzK/48uB9iJ3va9PQ7gXn6kij6wzowUe5olPPfObkEug==",
"dependencies": {
"Azure.Core": "1.54.0",
"Azure.Core": "1.60.0",
"OpenTelemetry.Extensions.Hosting": "1.15.3",
"OpenTelemetry.PersistentStorage.FileSystem": "1.0.3"
}
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "10.0.3",
"contentHash": "TV62UsrJZPX6gbt3c4WrtXh7bmaDIcMqf9uft1cc4L6gJXOU07hDGEh+bFQh/L2Az0R1WVOkiT66lFqS6G2NmA=="
"resolved": "10.0.9",
"contentHash": "Aq7M8lG6BrHeatqKqncVm9m55ec34k6nnfPRLe/PvGg+b/pAsRM2ejofeKmCLjTXMa+5NGXm382f8CG/D5WDow=="
},
"Microsoft.Data.SqlClient.SNI.runtime": {
"type": "Transitive",
Expand Down Expand Up @@ -247,18 +247,18 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.83.1",
"contentHash": "jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
"resolved": "4.84.2",
"contentHash": "Va9FjmABSgj/lcUfHH0pBNQkmS7SNyepz2ERV7Yynp6QgEYpFdSqR6Vzy1WWipN8GS5pBHuXoZbqaDWuARCrHQ==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "8.14.0"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.83.1",
"contentHash": "I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
"resolved": "4.84.2",
"contentHash": "+D98LaU3dOu/Nzs6kgbBJapMvH7iwYcAeC99XwSkpmEadsPv6rozecOl9P6m4A3RfpOuPt9e6J6TwwUUp3+M4w==",
"dependencies": {
"Microsoft.Identity.Client": "4.83.1",
"Microsoft.Identity.Client": "4.84.2",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
Expand Down Expand Up @@ -381,8 +381,8 @@
},
"System.ClientModel": {
"type": "Transitive",
"resolved": "1.10.0",
"contentHash": "lBEWs54F5Y5pZ9hC+8z4S/X76957ex+DPk7WecRHlbIHtrPfbRMMlOgI3iDn4Jpb3bSxvBnKaaHoD59auFjlBA==",
"resolved": "1.14.0",
"contentHash": "yhIJHDW3Hh5kcvhHv3ww1T8qvya06Nlwo/SR/rke4/fHXtyKiqQV/9b/VDhnVI7QUcMnpfvh4pIEFhNsTDLeKQ==",
"dependencies": {
"System.Memory.Data": "10.0.3"
}
Expand All @@ -397,8 +397,8 @@
},
"System.Memory.Data": {
"type": "Transitive",
"resolved": "10.0.3",
"contentHash": "MaGhRfGunmrj/nHjtsi9XkhlYJ/ERGWrbA+BiSKNtGnAjc9XlG5EhAvak6VRcX5LYzPF6pBO8nJ613dTgzabig=="
"resolved": "10.0.9",
"contentHash": "YweovHiLUoEdbr2Xv8eRqCSkTu1vMms4a6xBHaQiMSFVy32PL+hXv6Vhol2NWOmLHjaVgTyhJ3R52U6JxS6w3Q=="
},
"System.Runtime.Caching": {
"type": "Transitive",
Expand Down Expand Up @@ -455,7 +455,7 @@
},
"System.IdentityModel.Tokens.Jwt": {
"type": "CentralTransitive",
"requested": "[8.19.2, )",
"requested": "[8.21.0, )",
"resolved": "6.35.0",
"contentHash": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
"dependencies": {
Expand Down
Loading