Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FSharp.Core and FsUnit.xUnit #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps FSharp.Core and FsUnit.xUnit. These dependencies needed to be updated together.
Updates FSharp.Core from 8.0.400 to 5.0.2

Changelog

Sourced from FSharp.Core's changelog.

FSharp.Core 5.0.2

FSharp.Core 5.0.1

FSharp tools 12.0.0

FSharp tools 11.0.1

  • Significant improvements to the performance of code making heavy use of closures at runtime
  • Warnings for mismatched parameter names between signature and implementation files
  • Warnings for incorrect XML documentation files are turned on by default
  • Big performance gains in tools for codebases with F# signature files
  • Improved responsiveness for most IDE features
  • Signature Help for F# function calls
  • .NET 5 scripting for Visual Studio
  • Add ConvertToAnonymousRecord quick fix #10493
  • Add UseMutationWhenValueIsMutable code fix #10488
  • Add MakeDeclarationMutable code fix #10480
  • Add ChangeToUpcast code fix #10463
  • Add AddMissingEqualsToTypeDefinition code fixer #10470
  • Tag items in tooltips consistently with respect to document classification. #9563
  • Add ConvertToSingleEqualsEqualityExpression code fix #10462
  • Turn XML doc and SigImpl mismatch warnings on by default #10457
  • Add ChangeRefCellDerefToNotExpression code fixer #10469
  • Add WrapExpressionInParentheses code fix #10460
  • Add ChangePrefixNegationToInfixSubtraction code fixeroo #10471
  • Fix generic overloads with nullable #10582
  • Resolve issue with implicit yields requiring Zero #10556, by Ryan Coy
  • Fix issue10550 FSI accessing System.Configuration. #10572
  • Add field names to ILNativeType.Custom. #10567, by Scott Hutchinson
  • Add field names to the ILExceptionClause.FilterCatch constructor. #10559, by Scott Hutchinson
  • Fix completion with backticks, underscores, numbers #10500, by zanaptak
  • Emitting IsReadOnly/In attributes on abstract properties #10542
  • Disable partial type checking when getting full results for a file #10448
  • Fix unused open type declaration detection #10510, by André Slupik

FSharp Compiler Service 41.0.0

FSharp Compiler Service 40.0.0

This is a second big update to FCS. There are significant trimmings and renamings of the API and gets it close to a more permanent form:

... (truncated)

Commits

Updates FsUnit.xUnit from 6.0.1 to 7.0.0

Release notes

Sourced from FsUnit.xUnit's releases.

v7.0.0

What's Changed

  • [BREAKING] FsUnit.Xunit now consumes xunit.v3 as testing framework. - (fsprojects/FsUnit#297)
  • Update to NHamcrest v4.0.
  • Update to MsTest v3.6 in Fs30Unit.MsTest.
  • Update other dependencies.

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

Changelog

Sourced from FsUnit.xUnit's changelog.

7.0.0.0 - Dec 23, 2024

  • [BREAKING] FsUnit.Xunit now consumes xunit.v3 as testing framework. - (fsprojects/FsUnit#297)
  • Update to NHamcrest v4.0.
  • Update to MsTest v3.6 in Fs30Unit.MsTest.

6.0.1.0 - Sep 13, 2024

6.0.0.0 - Jan 11, 2024

5.6.1.0 - Nov 29, 2023

5.6.0.0 - Nov 10, 2023

5.5.0.0 - Oct 27, 2023

5.4.0.0 - Jul 10, 2023

5.3.1.0 - Jun 7, 2023

  • Set FSharp.Core back to ~5.0.0 to support older projects. (fsprojects/FsUnit#236)
  • Update some dependencies.

5.3.0.0 - May 6, 2023

  • Remove .NET7 as framework because of incompatibilities.
  • Update dependencies.

5.2.0 - Jan 13, 2023

  • Align should & throw in xUnit and MsTest. -> (fsprojects/FsUnit#226)
  • Add .NET7 as TargetFramework.
  • Update dependencies.

5.1.0 - Oct 29, 2022

5.0.5 - Sep 27, 2022

5.0.4 - Sep 6, 2022

  • Fix actual messages in xUnit & MsTest in operators throw & throwWithMessage when exception will be thrown inside lambda. - fsprojects/FsUnit#216

... (truncated)

Commits
  • 76834e7 Release v7.0.0.
  • 74255e6 Merge pull request #297 from CaptnCodr/feature/xunit-v3
  • c7cc890 Update xunit to v3 and other dependencies.
  • c5f2386 Merge pull request #295 from fsprojects/dependabot/nuget/paket-9.0.2
  • b422a45 Bump paket from 8.0.3 to 9.0.2
  • a305c31 Merge pull request #292 from fsprojects/dependabot/nuget/fantomas-6.3.16
  • d121ff2 Bump fantomas from 6.3.15 to 6.3.16
  • 45c2c03 Merge pull request #291 from fsprojects/dependabot/nuget/fake-cli-6.1.3
  • f5ad41e Bump fake-cli from 6.1.2 to 6.1.3
  • a00b5ea Merge pull request #290 from fsprojects/dependabot/nuget/fake-cli-6.1.2
  • Additional 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [FSharp.Core](https://github.com/dotnet/fsharp) and [FsUnit.xUnit](https://github.com/fsprojects/FsUnit). These dependencies needed to be updated together.

Updates `FSharp.Core` from 8.0.400 to 5.0.2
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `FsUnit.xUnit` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/fsprojects/FsUnit/releases)
- [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FsUnit@6.0.1...7.0.0)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: FsUnit.xUnit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 23, 2024
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