Skip to content

Bump the test group with 8 updates#399

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/test-0d65aa4ed8
Closed

Bump the test group with 8 updates#399
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/test-0d65aa4ed8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 7, 2025

Copy link
Copy Markdown
Contributor

Updated fable from 5.0.0-alpha.13 to 5.0.0-alpha.14.

Release notes

Sourced from fable's releases.

5.0.0-alpha.14

Added

  • [Python] Support for Nullable Reference Types (by @​dbrattli)
  • [JS/TS] Fix #​3533: Add directives prologues supports (by @​MangelMaxime)
  • [JS/TS] Support for Nullable Reference Types (by @​ncave and @​MangelMaxime)
  • [Rust] Initial support for Nullable Reference Types (by @​ncave)

Changed

  • [Python] Use Python 3.12 type parameter syntax. Deprecate Python 3.10 and 3.11 (by @​dbrattli)
  • [Python] Records now snake-cases all member fields (by @​dbrattli)
  • [Python] Anonymous records now preserves the casing of member fields (by @​dbrattli)
  • [Python] Option type is now Option[T] instead of T | None (by @​dbrattli)
  • [Python] Use uv instead of Poetry for package management (by @​dbrattli)
  • [Python] Fable Library for Python is now partially written in Rust (by @​dbrattli)
  • [All] Improve filewatcher error messages (by @​goswinr)

Fixed

  • [Python] Fixed static properties and are now translated as Python class attributes (by @​dbrattli)
  • [Python] Fixed DateTime with DateTimeKind generates proper enum reference (#​3689) (by @​dbrattli)
  • [Python] Fixed Dictionary KeyValuePair enumeration when casting to IEnumerable (#​3771) (by @​dbrattli)
  • [Python] Fixed createEmpty<T> for interfaces using SimpleNamespace with type casting (#​3604) (by @​dbrattli)
  • [Python] Fixed EmitMethod + ParamObject losing keyword arguments (#​3871) (by @​dbrattli)
  • [Python] Fixed EmitConstructor + ParamObject losing keyword arguments (#​3871) (by @​dbrattli)
  • [Python] Fixed DateTimeOffset.TryParse, ToString() and Offset property access (#​3854) (by @​dbrattli)
  • [Python] Fixed anonymous records in Maps causing comparison errors (#​3869) (by @​dbrattli)
  • [Python] Fixed handling of erased types for Python (#​3968) (by @​dbrattli)
  • [Python] Fixed unit function (zero arguments functions) are transpiled inconsistently (#​4126) (by @​dbrattli)
  • [Python] Fixed resource managers with empty body (#​3912) (by @​dbrattli)
  • [Python] Fixed Async.Sleepto handle TimeSpan correctly (#​4137) (by @​dbrattli)
  • [Python] Make sure snake-cased Record do not conflict (by @​dbrattli)
  • [Python] Do not return None | None for optional unit types (#​4127) (by @​dbrattli)
  • [JS/TS] JSX : Alias empty CEs list to null when encountered in the children list (by @​MangelMaxime)
  • [JS/TS] JSX : Allow usage of unbox when definining properties for JSX.create (by @​MangelMaxime)

Commits viewable in compare view.

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 fantomas from 7.0.2 to 7.0.3.

Release notes

Sourced from fantomas's releases.

7.0.3

7.0.3

Fixed

  • Application in indexed set should not be multiline. #​1999

Special thanks to @​Numpsy and @​nojaf!

https://www.nuget.org/packages/fantomas/7.0.3

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

Bumps fable from 5.0.0-alpha.13 to 5.0.0-alpha.14
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 fantomas from 7.0.2 to 7.0.3
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: fable
  dependency-version: 5.0.0-alpha.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
- 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: fantomas
  dependency-version: 7.0.3
  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] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 7, 2025
@dependabot
dependabot Bot requested a review from krymtkts as a code owner November 7, 2025 14:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Nov 7, 2025

@krymtkts krymtkts left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Nov 8, 2025

Copy link
Copy Markdown
Contributor Author

The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@krymtkts

krymtkts commented Nov 8, 2025

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Nov 8, 2025

Copy link
Copy Markdown
Contributor Author

The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@krymtkts krymtkts closed this Nov 8, 2025
@dependabot @github

dependabot Bot commented on behalf of github Nov 8, 2025

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/nuget/dot-config/test-0d65aa4ed8 branch November 8, 2025 02:24
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.

1 participant