Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Updated Microsoft.Playwright.MSTest.v4 from 1.57.0 to 1.58.0.

Release notes

Sourced from Microsoft.Playwright.MSTest.v4's releases.

1.58.0

Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

BrowserType.ConnectOverCDPAsync() now accepts an IsLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option Devtools from BrowserType.LaunchAsync() has been removed. Use Args = new[] { "--auto-open-devtools-for-tabs" } instead.
  • Removed macOS 13 support for WebKit.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

Commits viewable in compare view.

Updated MSTest.Sdk from 4.0.2 to 4.1.0.

Release notes

Sourced from MSTest.Sdk's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated TUnit from 1.12.15 to 1.12.125.

Release notes

Sourced from TUnit's releases.

1.12.125

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.111...v1.12.125

1.12.111

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.102...v1.12.111

1.12.102

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.93...v1.12.102

1.12.93

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.12.90...v1.12.93

1.12.90

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.86...v1.12.90

1.12.86

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.82...v1.12.86

1.12.82

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.80...v1.12.82

1.12.80

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.65...v1.12.80

1.12.65

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.58...v1.12.65

1.12.58

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.53...v1.12.58

1.12.53

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.43...v1.12.53

1.12.43

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.41...v1.12.43

1.12.41

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.15...v1.12.41

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.Playwright.MSTest.v4 from 1.57.0 to 1.58.0
Bumps MSTest.Sdk from 4.0.2 to 4.1.0
Bumps TUnit from 1.12.15 to 1.12.125

---
updated-dependencies:
- dependency-name: Microsoft.Playwright.MSTest.v4
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: MSTest.Sdk
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: TUnit
  dependency-version: 1.12.125
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: TUnit
  dependency-version: 1.12.125
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 4, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 4, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/nuget/minor-and-patch-269ac1b752

Comment @coderabbitai help to get the list of available commands and usage tips.

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