Skip to content

Bump the nuget-minor-patch group with 4 updates#88

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/src/nuget-minor-patch-8f6431e09f
Apr 13, 2026
Merged

Bump the nuget-minor-patch group with 4 updates#88
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/src/nuget-minor-patch-8f6431e09f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updated Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

Commits viewable in compare view.

Updated Microsoft.Playwright from 1.58.0 to 1.59.0.

Release notes

Sourced from Microsoft.Playwright's releases.

1.59.0

🎬 Screencast

New Page.Screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts
Demo

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideoDir option:

await page.Screencast.StartAsync(new() { Path = "video.webm" });
// ... perform actions ...
await page.Screencast.StopAsync();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.Screencast.ShowActionsAsync(new() { Position = "top-right" });

ShowActionsAsync accepts Position ("top-left", "top", "top-right", "bottom-left", "bottom", "bottom-right"), Duration (ms per annotation), and FontSize (px). Returns a disposable to stop showing actions.

Visual overlays — add chapter titles and custom HTML overlays on top of the page for richer narration:

await page.Screencast.ShowChapterAsync("Adding TODOs", new() {
    Description = "Type and press enter for each TODO",
    Duration = 1000,
});

await page.Screencast.ShowOverlayAsync("<div style=\"color: red\">Recording</div>");

Real-time frame capture — stream JPEG-encoded frames for custom processing like thumbnails, live previews, AI vision, and more:

await page.Screencast.StartAsync(new() {
    OnFrame = frame => SendToVisionModel(frame.Data),
});

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Playwright.NUnit from 1.58.0 to 1.59.0.

Release notes

Sourced from Microsoft.Playwright.NUnit's releases.

1.59.0

🎬 Screencast

New Page.Screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts
Demo

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideoDir option:

await page.Screencast.StartAsync(new() { Path = "video.webm" });
// ... perform actions ...
await page.Screencast.StopAsync();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.Screencast.ShowActionsAsync(new() { Position = "top-right" });

ShowActionsAsync accepts Position ("top-left", "top", "top-right", "bottom-left", "bottom", "bottom-right"), Duration (ms per annotation), and FontSize (px). Returns a disposable to stop showing actions.

Visual overlays — add chapter titles and custom HTML overlays on top of the page for richer narration:

await page.Screencast.ShowChapterAsync("Adding TODOs", new() {
    Description = "Type and press enter for each TODO",
    Duration = 1000,
});

await page.Screencast.ShowOverlayAsync("<div style=\"color: red\">Recording</div>");

Real-time frame capture — stream JPEG-encoded frames for custom processing like thumbnails, live previews, AI vision, and more:

await page.Screencast.StartAsync(new() {
    OnFrame = frame => SendToVisionModel(frame.Data),
});

... (truncated)

Commits viewable in compare view.

Updated Sentry from 6.3.0 to 6.3.1.

Release notes

Sourced from Sentry's releases.

6.3.1

Fixes 🐛

  • fix: Workaround FileNotFoundException on Android when recovering sessions by @​jamescrosswell in #​5084
  • fix: CaptureFeedback now supports multiple attachments correctly by @​bitsandfoxes in #​5077

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.13.5 by @​github-actions in #​5119
  • chore(deps): update CLI to v3.3.5 by @​github-actions in #​5093
  • chore(deps): update Native SDK to v0.13.4 by @​github-actions in #​5081
  • chore(deps): update Java SDK to v8.37.1 by @​github-actions in #​5071
  • chore(deps): update CLI to v3.3.4 by @​github-actions in #​5068
  • chore(deps): update Java SDK to v8.37.0 by @​github-actions in #​5069
  • chore(deps): update Cocoa SDK to v9.8.0 by @​github-actions in #​5044
  • chore(deps): update Java SDK to v8.36.0 by @​github-actions in #​5036
  • chore(deps): update epitaph to 0.1.1 by @​github-actions in #​5036

Other

  • chore: Update validate-pr workflow by @​stephanie-anderson in #​5108
  • ci: fix workflows that always fail for fork PRs by @​jamescrosswell in #​5065

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0
Bumps Microsoft.Playwright from 1.58.0 to 1.59.0
Bumps Microsoft.Playwright.NUnit from 1.58.0 to 1.59.0
Bumps Sentry from 6.3.0 to 6.3.1

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Playwright
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Playwright.NUnit
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Sentry
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 13, 2026
@github-actions github-actions bot merged commit e90239d into main Apr 13, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/nuget-minor-patch-8f6431e09f branch April 13, 2026 03:39
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants