Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2025

Updated Fake.DotNet.Cli from 6.1.3 to 6.1.4.

Release notes

Sourced from Fake.DotNet.Cli's releases.

6.1.4

BUGFIX: Fixes for the .NET CDN changes described at dotnet/core#9671, thanks @​richlander, @​Numpsy
BUGFIX: Update NuGet package dependencies to pick up security fixes, refs fsprojects/FAKE#2871. thanks @​Numpsy - fsprojects/FAKE#2872
BUGFIX: Fix documentation articles links, thanks @​jhromadik - fsprojects/FAKE#2842
ENHANCEMENT: Parse references at end of changelog as separate component, thanks @​florenzen - fsprojects/FAKE#2779
ENHANCEMENT: In Fake.Dotnet.Cli, parse global.json using System.Text.Json instead of Newtonsoft.Json, thanks @​Numpsy - fsprojects/FAKE#2839
ENHANCEMENT: Discover VSTest and MSTest using VSWhere, thanks @​farlee2121 - fsprojects/FAKE#2843

Commits viewable in compare view.

Updated Fake.JavaScript.Npm from 6.1.3 to 6.1.4.

Release notes

Sourced from Fake.JavaScript.Npm's releases.

6.1.4

BUGFIX: Fixes for the .NET CDN changes described at dotnet/core#9671, thanks @​richlander, @​Numpsy
BUGFIX: Update NuGet package dependencies to pick up security fixes, refs fsprojects/FAKE#2871. thanks @​Numpsy - fsprojects/FAKE#2872
BUGFIX: Fix documentation articles links, thanks @​jhromadik - fsprojects/FAKE#2842
ENHANCEMENT: Parse references at end of changelog as separate component, thanks @​florenzen - fsprojects/FAKE#2779
ENHANCEMENT: In Fake.Dotnet.Cli, parse global.json using System.Text.Json instead of Newtonsoft.Json, thanks @​Numpsy - fsprojects/FAKE#2839
ENHANCEMENT: Discover VSTest and MSTest using VSWhere, thanks @​farlee2121 - fsprojects/FAKE#2843

Commits viewable in compare view.

Updated Microsoft.Playwright from 1.52.0 to 1.55.0.

Release notes

Sourced from Microsoft.Playwright's releases.

1.55.0

Codegen

  • Automatic ToBeVisibleAsync() assertions: Codegen can now generate automatic ToBeVisibleAsync() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

1.54.0

Highlights

  • New cookie property PartitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    pwsh bin/Debug/netX/playwright.ps1 codegen --user-data-dir=./user-data
  • pwsh bin/Debug/netX/playwright.ps1 open does not open the test recorder anymore. Use pwsh bin/Debug/netX/playwright.ps1 codegen instead.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

1.53.0

Miscellaneous

  • New Steps in Trace Viewer:
    New Trace Viewer Steps

  • New method Locator.Describe() to describe a locator. Used for trace viewer.

    var button = Page.GetByTestId("btn-sub").Describe("Subscribe button");
    await button.ClickAsync();
  • pwsh bin/Debug/netX/playwright.ps1 install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

Commits viewable in compare view.

Updated System.Drawing.Common from 9.0.6 to 9.0.10.

Release notes

Sourced from System.Drawing.Common's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/winforms@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/winforms@v9.0.8...v9.0.9

Commits viewable in compare view.

Updated System.Formats.Asn1 from 9.0.6 to 9.0.10.

Release notes

Sourced from System.Formats.Asn1's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

Commits viewable in compare view.

Updated YoloDev.Expecto.TestSdk from 0.15.3 to 0.15.5.

Release notes

Sourced from YoloDev.Expecto.TestSdk's releases.

0.15.5

0.15.5 (2025-10-02)

Dependencies

0.15.4

0.15.4 (2025-07-23)

Bug Fixes

Dependencies

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

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 8, 2025
@dependabot dependabot bot requested a review from krymtkts as a code owner November 8, 2025 00:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Nov 8, 2025
Bumps Fake.DotNet.Cli from 6.1.3 to 6.1.4
Bumps Fake.JavaScript.Npm from 6.1.3 to 6.1.4
Bumps Microsoft.Playwright from 1.52.0 to 1.55.0
Bumps System.Drawing.Common from 9.0.6 to 9.0.10
Bumps System.Formats.Asn1 from 9.0.6 to 9.0.10
Bumps YoloDev.Expecto.TestSdk from 0.15.3 to 0.15.5

---
updated-dependencies:
- dependency-name: Fake.DotNet.Cli
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: Fake.JavaScript.Npm
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: Microsoft.Playwright
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: System.Drawing.Common
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: System.Formats.Asn1
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: YoloDev.Expecto.TestSdk
  dependency-version: 0.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/test/test-49f217d2af branch from 671e32f to 1bb25ea Compare November 8, 2025 00:30
@krymtkts krymtkts merged commit 2ce7b19 into main Nov 8, 2025
2 checks passed
@krymtkts krymtkts deleted the dependabot/nuget/test/test-49f217d2af branch November 8, 2025 00:38
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.

2 participants