Skip to content

Bump the test-deps group with 5 updates#8

Merged
HelgeSverre merged 2 commits into
mainfrom
dependabot/nuget/test-deps-00d48493d1
May 29, 2026
Merged

Bump the test-deps group with 5 updates#8
HelgeSverre merged 2 commits into
mainfrom
dependabot/nuget/test-deps-00d48493d1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated FsCheck.Xunit from 3.0.0 to 3.3.3.

Release notes

Sourced from FsCheck.Xunit's releases.

3.3.3

Add Gen.pick and Gen.tryPick functions.
Fill NullReferenceException when using Replay with an Implies combinator.
Improve behavior of stamps and labels when using And/Or property combinators.

3.3.2

Fixed FsCheck.NUnit failure reporting. (by Brian Rourke Boll)
Added a replay hint to failure message. (by Brian Rourke Boll)

3.3.1

Update xunit.v3.extensibility.core to v3.0.1 to fix a test discovery issue. (by Hyogeol Lee)

3.3.0

Added FsCheck.Xunit.v3. (by JohSand)

3.2.0

Support C# struct record generation. (by Brian Rourke Boll)
Xunit Property respects IAsyncLifetime. (by Arialdo Martini)

3.1.0

Support Async<'Testable> & Task<'Testable>. Slight behavior change: an explicit upcast to non-generic Task (:> Task) is now needed for tests involving Task<'T> where 'T is not itself a testable type. (by Brian Rourke Boll)

3.0.1

  • FsCheck.Xunit: target net462 explicitly, so xunit picks the right runner on .NET Framework.

Commits viewable in compare view.

Updated FsUnit.xUnit from 6.0.0 to 7.1.1.

Release notes

Sourced from FsUnit.xUnit's releases.

7.1.1

What's Changed

New Contributors

Full Changelog: fsprojects/FsUnit@7.0.1...7.1.1

7.0.1

What's Changed

Full Changelog: fsprojects/FsUnit@7.0.0...7.0.1

7.0.0

What's Changed

Full Changelog: fsprojects/FsUnit@6.0.1...7.0.0

6.0.1

What's Changed

New Contributors

Full Changelog: fsprojects/FsUnit@6.0.0...6.0.1

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.11.1 to 18.6.0.

Release notes

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

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

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

18.4.0

What's Changed

New Contributors

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

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

Commits viewable in compare view.

Updated xunit from 2.9.2 to 2.9.3.

Release notes

Sourced from xunit's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 2.8.2 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

3.1.5

Release notes: https://xunit.net/releases/visualstudio/3.1.5

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

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 27, 2026
@HelgeSverre

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps FsCheck.Xunit from 3.0.0 to 3.3.3
Bumps FsUnit.xUnit from 6.0.0 to 7.1.1
Bumps Microsoft.NET.Test.Sdk from 17.11.1 to 18.6.0
Bumps xunit from 2.9.2 to 2.9.3
Bumps xunit.runner.visualstudio from 2.8.2 to 3.1.5

---
updated-dependencies:
- dependency-name: FsCheck.Xunit
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-deps
- dependency-name: FsUnit.xUnit
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-deps
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-deps
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-deps
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@HelgeSverre HelgeSverre force-pushed the dependabot/nuget/test-deps-00d48493d1 branch from f47aea5 to 75c8e5a Compare May 29, 2026 02:26
@dependabot @github

dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@HelgeSverre HelgeSverre force-pushed the dependabot/nuget/test-deps-00d48493d1 branch 2 times, most recently from bd4c4a9 to bee876e Compare May 29, 2026 03:06
Microsoft.NET.Test.Sdk 18 and xunit.runner.visualstudio 3.x generate a
Microsoft.Testing.Platform entry point at build time. F# permits a single
[<EntryPoint>] and requires it to be last, so the hand-written one in
Program.fs collided with the generated Main (FS0433). Drop the manual
entry point and let the platform generate it; tests still run under VSTest
via dotnet test.
@HelgeSverre HelgeSverre force-pushed the dependabot/nuget/test-deps-00d48493d1 branch from bee876e to 948b2fa Compare May 29, 2026 03:13
@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@HelgeSverre HelgeSverre merged commit 2b1cd12 into main May 29, 2026
5 of 6 checks passed
@HelgeSverre HelgeSverre deleted the dependabot/nuget/test-deps-00d48493d1 branch May 29, 2026 03:18
HelgeSverre added a commit that referenced this pull request Jun 3, 2026
Replace the closed KeyInput DU with a structured Chord/KeyStroke model in
Keys.fs (Modifier/NamedKey/Key/Chord), decoding the full key universe in
Input.tryMap: Ctrl+Shift (no dropped Shift), F-keys, and Ctrl+arrows. Msg.KeyPressed
now carries a Chord; the three Editor dispatch sites match Chord records. Adds the
pure Sequence.step engine plus Model.PendingPrefix, a per-tick timeout, and a
[pending] status token — wired but dormant (no built-in sequence is bound yet).

Reachable for the first time: Ctrl+O file picker (wip #4), Ctrl+arrow word motion
(wip #8), and the plugin KeyChord CtrlShift/Alt/F variants via Chord.toKeyChord.

KeyInput is removed; default chords fire byte-for-byte as before (parity net in
UpdateTests migrated to Chord literals).
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