Skip to content

Bump FSharp.Core, FsUnit, Microsoft.NETFramework.ReferenceAssemblies and NUnit#1111

Merged
cdrnet merged 1 commit intomasterfrom
dependabot/nuget/multi-57b42306cc
Mar 2, 2025
Merged

Bump FSharp.Core, FsUnit, Microsoft.NETFramework.ReferenceAssemblies and NUnit#1111
cdrnet merged 1 commit intomasterfrom
dependabot/nuget/multi-57b42306cc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 2025

Bumps FSharp.Core, FsUnit, Microsoft.NETFramework.ReferenceAssemblies and NUnit. These dependencies needed to be updated together.
Updates FSharp.Core from 8.0.100 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 from 5.3.0 to 5.6.1

Release notes

Sourced from FsUnit's releases.

v5.6.1

What's Changed

Full Changelog: fsprojects/FsUnit@5.6.0...5.6.1

v5.6.0

What's Changed

Full Changelog: fsprojects/FsUnit@5.5.0...5.6.0

v5.5.0

What's Changed

Full Changelog: fsprojects/FsUnit@5.4.0...5.5.0

v5.4.0

What's Changed

Full Changelog: fsprojects/FsUnit@5.3.1...5.4.0

v5.3.1

What's Changed

New Contributors

Full Changelog: fsprojects/FsUnit@5.3.0...5.3.1

Changelog

Sourced from FsUnit's changelog.

7.0.1.0 - Dec 30, 2024

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

... (truncated)

Commits
  • 93fc1b7 Release v5.6.1.
  • 33761c7 Merge pull request #257 from CaptnCodr/bugfix/nunit-constraint
  • ebe61df Add NUnit nuget constraint.
  • 2d70809 Merge pull request #255 from fsprojects/dependabot/nuget/paket-8.0.0
  • 2ed5260 Bump paket from 7.2.1 to 8.0.0
  • 882afd9 Release v5.6.0.
  • 0cae591 Merge pull request #254 from CaptnCodr/bugfix/dependencies-upper-bound
  • 866e478 Change LOCKEDVERSION operator in nuget package template. Set xunit to v2.5.3.
  • ad2d19b Merge pull request #252 from fsprojects/dependabot/nuget/fantomas-6.2.3
  • dd35903 Bump fantomas from 6.2.2 to 6.2.3
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.3

Commits

Updates NUnit from 3.13.3 to 3.14.0

Release notes

Sourced from NUnit's releases.

NUnit 3.14.0

See release notes

Changelog

Sourced from NUnit's changelog.

NUnit 3.14.0 - November 4, 2023

See Release Notes

Commits
  • d784a33 Merge pull request #4534 from nunit/release314
  • c0ce832 Fixing packages, readmes and (c)
  • d26355a Prepare release 3.14
  • c2eed24 Issue2466 propagate stack trace to child result (#4467)
  • 9b46601 Merge pull request #4392 from Plasma/feature-partition-filter
  • 90a1f99 Added a new filter, PartitionFilter, that allows you to filter to a subset of...
  • 4f009ef Merge pull request #4390 from stevenaw/2729-async-sources-v3
  • 8a86b36 Async valuesource + testfixturesource
  • 198e1fd Async TestCaseSource
  • c37595f Merge pull request #4346 from stevenaw/4246-fix-cultures-v3
  • 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)

…and NUnit

Bumps [FSharp.Core](https://github.com/dotnet/fsharp), [FsUnit](https://github.com/fsprojects/FsUnit), [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [NUnit](https://github.com/nunit/nunit). These dependencies needed to be updated together.

Updates `FSharp.Core` from 8.0.100 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` from 5.3.0 to 5.6.1
- [Release notes](https://github.com/fsprojects/FsUnit/releases)
- [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FsUnit@5.3.0...5.6.1)

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

Updates `NUnit` from 3.13.3 to 3.14.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/v3.14.0/CHANGES.md)
- [Commits](nunit/nunit@v3.13.3...v3.14.0)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: FsUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 2, 2025
@cdrnet cdrnet merged commit 135fa9b into master Mar 2, 2025
@cdrnet cdrnet deleted the dependabot/nuget/multi-57b42306cc branch March 2, 2025 09:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant