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 the nuget group with 9 updates #874

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuget group with 10 updates:

Package From To
CliWrap 3.7.1 3.8.1
FluentAssertions 8.0.1 8.1.1
Microsoft.NET.Test.Sdk 17.12.0 17.13.0
xunit.runner.visualstudio 3.0.1 3.0.2
PolyShim 1.14.0 1.15.0
Avalonia 11.2.3 11.2.5
Avalonia.Desktop 11.2.3 11.2.5
Avalonia.Diagnostics 11.2.3 11.2.5
Avalonia 11.2.3 11.1.0
Material.Avalonia 3.9.1 3.9.2

Updates CliWrap from 3.7.1 to 3.8.1

Release notes

Sourced from CliWrap's releases.

3.8.1

Full Changelog: Tyrrrz/CliWrap@3.8...3.8.1

3.8

What's Changed

Full Changelog: Tyrrrz/CliWrap@3.7.1...3.8

Commits
  • 7676d77 Clean up
  • 0842a1c Don't fail when trying to set resource policy on fast-exiting process
  • d606b4d Clean up tests
  • 01ee07d Add support for resource policies (#276)
  • a6ad926 Add an overload of PipeSource.FromCommand(...) that accepts a transform fun...
  • a1aa848 Downgrade System.Threading.Tasks.Extensions again x2
  • 7be609d Bump the nuget group with 9 updates (#274)
  • See full diff in compare view

Updates FluentAssertions from 8.0.1 to 8.1.1

Release notes

Sourced from FluentAssertions's releases.

8.1.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

8.1.0

What's Changed

Improvements

Fixes

Documentation

Others

New Contributors

... (truncated)

Commits
  • 4d70568 Removed the PS script that opens the FA website because it misbehaves.
  • 3405157 Fix a formatting exception when {} is used as a dictionary key.
  • af8910f Update releases.md
  • 255d397 Merge pull request #3028 from jnyrup/upmerge
  • ecbe47f Merge branch 'support-7.0' into upmerge
  • e3693fe Bump Microsoft.NETFramework.ReferenceAssemblies, System.Collections.Immutable...
  • 09d3108 Bump the mstest group with 2 updates
  • ee5d499 Bump Microsoft.Testing.Extensions.CodeCoverage from 17.13.1 to 17.14.1
  • f46c84f Bump TUnit from 0.10.6 to 0.13.3
  • d75eee3 Bump Verify.Xunit from 28.10.1 to 28.11.0 in the xunit group
  • Additional commits viewable in compare view

Updates Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0

Release notes

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

v17.13.0

What's Changed

New Contributors

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

Commits

Updates xunit.runner.visualstudio from 3.0.1 to 3.0.2

Commits

Updates PolyShim from 1.14.0 to 1.15.0

Release notes

Sourced from PolyShim's releases.

1.15

What's Changed

Full Changelog: Tyrrrz/PolyShim@1.14...1.15

Commits
  • f362e68 Detect Microsoft.Bcl.Memory and disable related polyfills (#21)
  • 6c18a87 Update license
  • 0e4433a Add polyfill for OverloadResolutionPriorityAttribute (#19)
  • d063b63 Disable NuGet audit in tests
  • a8aea00 Use .NET 9
  • 966037c Add polyfills for FeatureGuardAttribute and `FeatureSwitchDefinitionAttribu...
  • 4505056 Add comments to ignore StyleCop warnings (#17)
  • See full diff in compare view

Updates Avalonia from 11.2.3 to 11.2.5

Release notes

Sourced from Avalonia's releases.

11.2.5

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

What's Changed

Enhancements

Fixes

11.2.4

Full Changelog: AvaloniaUI/Avalonia@11.2.3...11.2.4

What's Changed

Enhancements

Fixes

... (truncated)

Commits
  • 4971681 Version 11.2.5
  • 6af2b2e Fix Window.MeasureOverride measuring with the old ClientSize (#18338)
  • c1b1a1c [DRAFT] Send dispose command for CompositionTarget as an OOB batch (#18119)
  • fa10d1e Fix SlicedStream.Seek(offset, SeekOrigin.End) (#18313)
  • e5aff32 Fix TextLayout.Width calculation (#18305) (#18310)
  • 719f1c3 Don't alter any InputElement properties from in-process dnd handler (#18288)
  • 3a97c6a In-process dnd should always handle pointermoved for consistency with actual ...
  • dadcfd0 [X11] Use XcursorLibraryLoadCursor for dnd cursors (#18286)
  • 5a57b1e Root assemblies for SRE XAML loader (#18290)
  • b5cfcf2 Fix Win32 MonitorFromRect (#18285)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.3 to 11.2.5

Release notes

Sourced from Avalonia's releases.

11.2.5

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

What's Changed

Enhancements

Fixes

11.2.4

Full Changelog: AvaloniaUI/Avalonia@11.2.3...11.2.4

What's Changed

Enhancements

Fixes

... (truncated)

Commits
  • 4971681 Version 11.2.5
  • 6af2b2e Fix Window.MeasureOverride measuring with the old ClientSize (#18338)
  • c1b1a1c [DRAFT] Send dispose command for CompositionTarget as an OOB batch (#18119)
  • fa10d1e Fix SlicedStream.Seek(offset, SeekOrigin.End) (#18313)
  • e5aff32 Fix TextLayout.Width calculation (#18305) (#18310)
  • 719f1c3 Don't alter any InputElement properties from in-process dnd handler (#18288)
  • 3a97c6a In-process dnd should always handle pointermoved for consistency with actual ...
  • dadcfd0 [X11] Use XcursorLibraryLoadCursor for dnd cursors (#18286)
  • 5a57b1e Root assemblies for SRE XAML loader (#18290)
  • b5cfcf2 Fix Win32 MonitorFromRect (#18285)
  • Additional commits viewable in compare view

Updates Avalonia.Desktop from 11.2.3 to 11.2.5

Release notes

Sourced from Avalonia.Desktop's releases.

11.2.5

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

What's Changed

Enhancements

Fixes

11.2.4

Full Changelog: AvaloniaUI/Avalonia@11.2.3...11.2.4

What's Changed

Enhancements

Fixes

... (truncated)

Commits
  • 4971681 Version 11.2.5
  • 6af2b2e Fix Window.MeasureOverride measuring with the old ClientSize (#18338)
  • c1b1a1c [DRAFT] Send dispose command for CompositionTarget as an OOB batch (#18119)
  • fa10d1e Fix SlicedStream.Seek(offset, SeekOrigin.End) (#18313)
  • e5aff32 Fix TextLayout.Width calculation (#18305) (#18310)
  • 719f1c3 Don't alter any InputElement properties from in-process dnd handler (#18288)
  • 3a97c6a In-process dnd should always handle pointermoved for consistency with actual ...
  • dadcfd0 [X11] Use XcursorLibraryLoadCursor for dnd cursors (#18286)
  • 5a57b1e Root assemblies for SRE XAML loader (#18290)
  • b5cfcf2 Fix Win32 MonitorFromRect (#18285)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.3 to 11.2.5

Release notes

Sourced from Avalonia's releases.

11.2.5

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

What's Changed

Enhancements

Fixes

11.2.4

Full Changelog: AvaloniaUI/Avalonia@11.2.3...11.2.4

What's Changed

Enhancements

Fixes

Bumps the nuget group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [CliWrap](https://github.com/Tyrrrz/CliWrap) | `3.7.1` | `3.8.1` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `8.0.1` | `8.1.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.1` | `3.0.2` |
| [PolyShim](https://github.com/Tyrrrz/PolyShim) | `1.14.0` | `1.15.0` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.3` | `11.2.5` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.3` | `11.2.5` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.3` | `11.2.5` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.3` | `11.1.0` |
| [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.9.1` | `3.9.2` |


Updates `CliWrap` from 3.7.1 to 3.8.1
- [Release notes](https://github.com/Tyrrrz/CliWrap/releases)
- [Commits](Tyrrrz/CliWrap@3.7.1...3.8.1)

Updates `FluentAssertions` from 8.0.1 to 8.1.1
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@8.0.1...8.1.1)

Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.12.0...v17.13.0)

Updates `xunit.runner.visualstudio` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.1...3.0.2)

Updates `PolyShim` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/Tyrrrz/PolyShim/releases)
- [Commits](Tyrrrz/PolyShim@1.14...1.15)

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

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

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

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

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

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

Updates `Material.Avalonia` from 3.9.1 to 3.9.2
- [Release notes](https://github.com/AvaloniaCommunity/Material.Avalonia/releases)
- [Commits](AvaloniaCommunity/Material.Avalonia@v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: CliWrap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: PolyShim
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia.Desktop
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Material.Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@Tyrrrz Tyrrrz merged commit 22c0adc into master Mar 3, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/nuget-d5309e2726 branch March 3, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant