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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ updates:
# A dependabot major bump would re-propose the commercial line; ignore it at the source.
- dependency-name: "AutoMapper"
update-types: ["version-update:semver-major"]
# FluentAssertions 7.2.2 is the LAST Apache-2.0 release; 8.0+ flips to a commercial
# Xceed licence (the exact invisible-to-expression-scanner shape #905 flagged, same as
# QuestPDF below). #949 proposed 8.10.0 and would have shipped the commercial line inside
# a grouped bump. Pinned by ai-01's #949 disposition (licence-purity, same basis as the
# AutoMapper pin #588 and the PdfPig swap #908). semver-major only: 7.2.x Apache patches
# keep flowing; only the 7->8 commercial jump is blocked. The 8.5.0 -> 7.2.2 downgrade
# ships in the same PR as this entry (ai-01: "la séquence importe" -- pinning before
# downgrading would freeze the commercial version).
- dependency-name: "FluentAssertions"
update-types: ["version-update:semver-major"]
# QuestPDF 2022.12.12 is the last release carrying the SPDX expression `MIT`.
# MEASURED on the NuGet catalog (2026-07-26): 2022.12.12 -> licenseExpression "MIT";
# 2026.7.1 -> NO licenseExpression at all, licenseUrl = aka.ms/deprecateLicenseUrl,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="FluentAssertions" Version="8.5.0" />
<PackageReference Include="FluentAssertions" Version="7.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.43.0" />
<PackageReference Include="Scriban" Version="7.2.2" />
Expand Down
Loading