Skip to content

chore: Bump coverlet.collector from 8.0.1 to 10.0.0#10

Merged
voyvodka merged 1 commit intomainfrom
dependabot/nuget/tests/WebhookEngine.API.Tests/multi-c0501c4ded
May 4, 2026
Merged

chore: Bump coverlet.collector from 8.0.1 to 10.0.0#10
voyvodka merged 1 commit intomainfrom
dependabot/nuget/tests/WebhookEngine.API.Tests/multi-c0501c4ded

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updated coverlet.collector from 8.0.1 to 10.0.0.

Release notes

Sourced from coverlet.collector's releases.

10.0.0

Improvements

  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823

Fixed

  • Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #​1836
  • Fix [BUG] Missing Coverage after moving to MTP #​1843
  • Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #​1842
  • Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #​1878
  • Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #​1880
  • Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #​1718 by https://github.com/yusyd
  • Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #​1762

Maintenance

  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0

Commits viewable in compare view.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet / .NET dependencies labels May 4, 2026
@voyvodka
Copy link
Copy Markdown
Owner

voyvodka commented May 4, 2026

@dependabot rebase

@voyvodka voyvodka enabled auto-merge (squash) May 4, 2026 22:36
@voyvodka
Copy link
Copy Markdown
Owner

voyvodka commented May 4, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/nuget/tests/WebhookEngine.API.Tests/multi-c0501c4ded branch from fd75b32 to c6aec26 Compare May 4, 2026 22:38
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

The base commit for this pull request has not changed.

2 similar comments
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

The base commit for this pull request has not changed.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

The base commit for this pull request has not changed.

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: coverlet.collector
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: coverlet.collector
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: coverlet.collector
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/tests/WebhookEngine.API.Tests/multi-c0501c4ded branch from c6aec26 to 8174378 Compare May 4, 2026 23:04
@voyvodka voyvodka merged commit 2389cb4 into main May 4, 2026
7 checks passed
@voyvodka voyvodka deleted the dependabot/nuget/tests/WebhookEngine.API.Tests/multi-c0501c4ded branch May 4, 2026 23:07
voyvodka added a commit that referenced this pull request May 8, 2026
…skeleton, no flash, awaited refetches (#68)

Six findings from the dashboard-expert audit, all in one PR before F12.

a11y on Modal (audit findings #9 + #10) — the dialog was an unlabelled,
focus-leaky panel: no role="dialog", no aria-modal, no aria-labelledby,
and Tab/Shift+Tab walked right out of the modal into the document
underneath. Fixed all four:
- Panel now carries role="dialog" + aria-modal="true" with useId-stable
  aria-labelledby (and aria-describedby when a description is passed).
- Close button got an explicit aria-label="Close dialog".
- New keydown handler implements a Tab/Shift+Tab focus trap that wraps
  focus between the first/last focusable descendants (or pins to the
  panel itself when nothing inside is focusable).

useDeliveryFeed reconnect cleanup (audit finding #19) — onreconnected
now resets lastHealthChange to null. Without this, an EndpointsPage that
re-subscribed after a disconnect would re-apply the pre-disconnect
snapshot from cache, masking whatever the server may have transitioned
to during the gap.

DeliveryLogPage skeleton (audit finding #22) — replaced the bare "Loading..."
text with a layout-preserving skeleton card (header strip + two attempt
blocks) plus aria-busy on the wrapper. No layout shift on completion.

EndpointsPage flash (audit finding #23) — the page was checking
applications.length === 0 before the apps fetch had returned, briefly
flashing "Create an application first" on every cold load. New
applicationsLoading state gates that branch so the spinner shows until
the apps fetch completes; only then does the empty / endpoints branch
render.

ApplicationsPage floating promise (audit finding #26) — both handleCreate
and the delete-confirm onConfirm called fetchApps() without awaiting it,
so any refetch rejection became an unhandled promise. Both now await,
landing failures inside the surrounding try-catch / setError flow.
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 nuget NuGet / .NET dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant