Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the major-updates group with 11 updates:

Package From To
FSharp.Core 9.0.201 6.0.1
FSharp.Data 6.4.1 6.6.0
MSBuild.StructuredLogger 2.2.441 2.2.472
Avalonia 11.2.5 11.2.6
Avalonia.Controls.DataGrid 11.2.5 11.2.6
Avalonia.Desktop 11.2.5 11.2.6
Avalonia.Diagnostics 11.2.5 11.2.6
Avalonia.Headless.XUnit 11.2.5 11.2.6
Avalonia.ReactiveUI 11.2.5 11.2.6
Avalonia.Themes.Fluent 11.2.5 11.2.6
Microsoft.Extensions.DependencyInjection 9.0.2 9.0.3

Updates FSharp.Core from 9.0.201 to 6.0.1

Release notes

Sourced from FSharp.Core's releases.

.NET 5.0.8

Release

Changelog

Sourced from FSharp.Core's changelog.

36.0.1

From dotnet/fsharp:522dd906c..16bca5aef:

  • Fixes to attribute range parsing (thanks @​auduchinok)
  • Added nested exception details to Type Provider load errors (thanks @​dsyme)
  • Improved error messages around unknown identifiers in patterns (thanks @​jbeeko)
  • Better dependency probing behavior with Facade assemblies (thanks @​KevinRansom)
  • APIs for programmatically adding and retrieving bindings in an FSI session (thanks @​TIHan)
  • Optional parameter on FSharpChecker.FindBackgroundReferencesInFile API to allow for stale results (thanks @​TIHan)
  • Better tooltips for function arguments (thanks @​mcon)
  • Many performance tweaks to various compiler function implementations (thanks @​forki)
  • Typo fixes in the AST (thanks @​auduchinok)
  • Better IL emitted for usages of static members as System.Action (thanks @​MoFtZ)
  • Allow for indexers to specify a type annotation (thanks @​TIHan)
  • Allow languages/scripts that have no notion of upper-case to use their characters for DU identifiers (thanks @​KevinRansom)
  • more optimized comparison/equality for DateTime (thanks @​cartermp)
  • add support for char for the GenericZero/GenericOne mechanisms (thanks @​Happypig375)
  • enhancements for the dependencymanager's resolution for native scripts (thanks @​KevinRansom)
  • more consistent support for type-directed nullable parameters (thanks @​dsyme)
  • fix FSI's ordering of out-of-order dlls in nuget packages (thanks @​KevinRansom)
  • New SyntaxTree.Paren syntax node (thanks @​auduchinok)
  • add SRTP witness solutions (via the new CallWithWitnesses pattern) (thanks @​dsyme)

35.0.0

This version bumps the major due to API surface area changes in the AST and TAST. In addition, there's a new package for the built-in Nuget dependency manager for FSI: FSharp.DependencyManager.Nuget

Members are now in SyntaxTree/SyntaxTreeOps and TypedTree/TypedTreeBasics/TypedTreeOps/TypedTreePickle.

From dotnet/fsharp:d1a3d0705..522dd906c:

  • Improved error recovery from patterns (thanks @​auduchinok)
  • Smaller IL Emit for unsigned 64-bit constants (thanks @​teo-tsirpanis)
  • Improved ProvidedTypes Type generation (thanks @​DedSec256)
  • Improved CodeLenses provided (thanks @​realvictorprm)
  • Optimize internal member calculations in PrettyNaming and items lookup (thanks @​auduchinok)
  • More fixes to compiler internals, ranges, etc (thanks @​auduchinok)
  • Support for consumption of C# Default Interfaces
  • Better encapsulation of ProvidedExpr members (thanks @​DedSec256)

34.1.1

From dotnet/fsharp:3777cd4d8..836da28c0:

  • Slight tweaks to error messages around numeric literals (Thanks @​Happypig375)
  • Deny taking native address of an immutable local value (Thanks @​TIHan)
  • Fixes to reported ranges for wildcard self-identifiers, module abbreviations, nested modules, attributes, nested types, and fields (Thanks @​auduchinok)
  • Better compiler error recovery for errors in constructor expressions (Thanks @​auduchinok)

... (truncated)

Commits

Updates FSharp.Data from 6.4.1 to 6.6.0

Changelog

Sourced from FSharp.Data's changelog.

6.6.0 - Unreleased

  • Convert build.fsx script into a full build project at build/build.fsproj, letting developers use the .NET 6 runtime assemblies to build the project

6.5.0 - Mar 11 2025

  • Add JSON Schema support to the JSON Type Provider
  • Add JSON validation against JSON Schema
  • Add documentation for working with JSON Schema
Commits

Updates MSBuild.StructuredLogger from 2.2.441 to 2.2.472

Release notes

Sourced from MSBuild.StructuredLogger's releases.

v2.2.465: New, Faster Dark Theme

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.441...v2.2.465

Commits

Updates Avalonia from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia.Controls.DataGrid from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia.Controls.DataGrid's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia.Desktop from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia.Desktop's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia.Controls.DataGrid from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia.Controls.DataGrid's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia.Diagnostics from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia.Diagnostics's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDefault should not work when button is not effectively visible (#18484)
  • 0501499 Fix Loaded being incorrectly raised for unloaded controls (#18471)
  • 97fc847 fix file modified time in storage item properties (#18487)
  • 0be8ed3 Make mobile TryGetPlatformHandle consistent (#18483)
  • 344bb85 Extend diagnostic TreeNode features to more types (#18430)
  • 4962028 Fix - Search for visual parents when hittesting for pointer events (#18416)
  • Additional commits viewable in compare view

Updates Avalonia.Headless.XUnit from 11.2.5 to 11.2.6

Release notes

Sourced from Avalonia.Headless.XUnit's releases.

11.2.6

Full Changelog: AvaloniaUI/Avalonia@11.2.5...11.2.6

What's Changed

Enhancements

Fixes

Commits
  • 6a34161 Version 11.2.6
  • 3b64ef4 Avoid multiple resource change notifications (#18488)
  • e011861 Fix TextWrapping in combination with TextEndOfLine runs (#18523)
  • 408ca45 dismiss popups when toplevel deactivates in embedded scenarios (#18527)
  • c0f2c33 Button.IsDef...

    Description has been truncated

Bumps the major-updates group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `9.0.201` | `6.0.1` |
| [FSharp.Data](https://github.com/fsprojects/FSharp.Data) | `6.4.1` | `6.6.0` |
| [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) | `2.2.441` | `2.2.472` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Controls.DataGrid](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Headless.XUnit](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Themes.Fluent](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` |


Updates `FSharp.Core` from 9.0.201 to 6.0.1
- [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 `FSharp.Data` from 6.4.1 to 6.6.0
- [Release notes](https://github.com/fsprojects/FSharp.Data/releases)
- [Changelog](https://github.com/fsprojects/FSharp.Data/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/fsprojects/FSharp.Data/commits)

Updates `MSBuild.StructuredLogger` from 2.2.441 to 2.2.472
- [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases)
- [Commits](https://github.com/KirillOsenkov/MSBuildStructuredLog/commits)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Controls.DataGrid` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Desktop` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Controls.DataGrid` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Diagnostics` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Headless.XUnit` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.ReactiveUI` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Themes.Fluent` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Microsoft.Extensions.DependencyInjection` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: FSharp.Data
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major-updates
- dependency-name: MSBuild.StructuredLogger
  dependency-version: 2.2.472
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Controls.DataGrid
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Desktop
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Controls.DataGrid
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Diagnostics
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Headless.XUnit
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.ReactiveUI
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Themes.Fluent
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 1, 2025
@janssen-io janssen-io merged commit 8d551b4 into main Apr 1, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/major-updates-5e90bcdd4d branch April 1, 2025 20:03
janssen-io pushed a commit that referenced this pull request Apr 1, 2025
Bumps the major-updates group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `9.0.201` | `6.0.1` |
| [FSharp.Data](https://github.com/fsprojects/FSharp.Data) | `6.4.1` | `6.6.0` |
| [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) | `2.2.441` | `2.2.472` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Controls.DataGrid](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Headless.XUnit](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Themes.Fluent](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` |

Updates `FSharp.Core` from 9.0.201 to 6.0.1
- [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 `FSharp.Data` from 6.4.1 to 6.6.0
- [Release notes](https://github.com/fsprojects/FSharp.Data/releases)
- [Changelog](https://github.com/fsprojects/FSharp.Data/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/fsprojects/FSharp.Data/commits)

Updates `MSBuild.StructuredLogger` from 2.2.441 to 2.2.472
- [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases)
- [Commits](https://github.com/KirillOsenkov/MSBuildStructuredLog/commits)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Controls.DataGrid` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Desktop` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Controls.DataGrid` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Diagnostics` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Headless.XUnit` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.ReactiveUI` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Themes.Fluent` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Microsoft.Extensions.DependencyInjection` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: FSharp.Data
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major-updates
- dependency-name: MSBuild.StructuredLogger
  dependency-version: 2.2.472
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Controls.DataGrid
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Desktop
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Controls.DataGrid
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Diagnostics
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Headless.XUnit
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.ReactiveUI
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Themes.Fluent
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
janssen-io pushed a commit that referenced this pull request Apr 1, 2025
Bumps the major-updates group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `9.0.201` | `6.0.1` |
| [FSharp.Data](https://github.com/fsprojects/FSharp.Data) | `6.4.1` | `6.6.0` |
| [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) | `2.2.441` | `2.2.472` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Controls.DataGrid](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Headless.XUnit](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Avalonia.Themes.Fluent](https://github.com/AvaloniaUI/Avalonia) | `11.2.5` | `11.2.6` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` |

Updates `FSharp.Core` from 9.0.201 to 6.0.1
- [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 `FSharp.Data` from 6.4.1 to 6.6.0
- [Release notes](https://github.com/fsprojects/FSharp.Data/releases)
- [Changelog](https://github.com/fsprojects/FSharp.Data/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/fsprojects/FSharp.Data/commits)

Updates `MSBuild.StructuredLogger` from 2.2.441 to 2.2.472
- [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases)
- [Commits](https://github.com/KirillOsenkov/MSBuildStructuredLog/commits)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Controls.DataGrid` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Desktop` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Controls.DataGrid` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Diagnostics` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Headless.XUnit` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.ReactiveUI` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Avalonia.Themes.Fluent` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.5...11.2.6)

Updates `Microsoft.Extensions.DependencyInjection` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: FSharp.Data
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major-updates
- dependency-name: MSBuild.StructuredLogger
  dependency-version: 2.2.472
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Controls.DataGrid
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Desktop
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Controls.DataGrid
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Diagnostics
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Headless.XUnit
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.ReactiveUI
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Avalonia.Themes.Fluent
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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