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 8 updates #577

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuget group with 10 updates:

Package From To
CSharpier.MsBuild 0.30.2 0.30.4
Avalonia 11.2.2 11.2.3
Avalonia.Controls.DataGrid 11.2.2 11.2.3
Avalonia.Desktop 11.2.2 11.2.3
Avalonia.Diagnostics 11.2.2 11.2.3
CommunityToolkit.Mvvm 8.3.2 8.4.0
Avalonia 11.2.2 11.1.0
Material.Avalonia 3.8.0 3.9.1
Avalonia.Controls.DataGrid 11.2.2 11.1.0
Material.Avalonia.DataGrid 3.8.0 3.9.1

Updates CSharpier.MsBuild from 0.30.2 to 0.30.4

Release notes

Sourced from CSharpier.MsBuild's releases.

0.30.4

What's Changed

Formatting deletes unsafe modifier #1416

Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

// input & expected output
using unsafe NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;
// 0.30.3
using NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;

CSharpier keeps adding a newline every time a file is formatted #1408

In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file

// input & expected outpet
using System;
namespace MyCompany.MyNamespace;
// Comment block
// 0.30.3
using System;
namespace MyCompany.MyNamespace;
// Comment block

Full Changelog: belav/csharpier@0.30.3...0.30.4

0.30.3

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore #1357

The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to @​PetSerAl for the fix

Changelog

Sourced from CSharpier.MsBuild's changelog.

# 0.30.4

What's Changed

Formatting deletes unsafe modifier #1416

Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

// input & expected output
using unsafe NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;
// 0.30.3
using NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;

CSharpier keeps adding a newline every time a file is formatted #1408

In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file

// input & expected outpet
using System;
namespace MyCompany.MyNamespace;
// Comment block
// 0.30.3
using System;
namespace MyCompany.MyNamespace;
// Comment block

Full Changelog: belav/csharpier@0.30.3...0.30.4

0.30.3

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore #1357

The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to @​PetSerAl for the fix

Full Changelog: belav/csharpier@0.30.2...0.30.3

Commits
  • 064d35f Releasing 0.30.4 (#1420)
  • cd618ac Fixing a bug introduced by one of the fixes (#1421)
  • 3b88bee Fixing issue with losing unsafe keyword on using statement (#1417)
  • e3b5efb Figuring out a way to prevent the extra line before a file ending comment (#1...
  • baa3138 Some refactoring that was in the csproj branch but didn't really belng there ...
  • bfedce4 Ignoring files in "" when reporting that csharpier needs to be insta… (#1412)
  • 6d285fe Avoid eagerly warming csharpier, doesn't seem to be a good way to delay that ...
  • 5cf6488 Fixing bug for VS2022 options page not working when no solution open. (#1410)
  • 3c6f9ce Adding an option to disable diagnostics for unformatted code. (#1404)
  • 0bec7d2 Releasing 0.30.3 (#1401)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (#17695)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (#17695)
  • Additional commits viewable in compare view

Updates Avalonia.Controls.DataGrid from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia.Controls.DataGrid's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (#17695)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (#17695)
  • Additional commits viewable in compare view

Updates Avalonia.Desktop from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia.Desktop's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (#17695)
  • Additional commits viewable in compare view

Updates Avalonia from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (#17695)
  • Additional commits viewable in compare view

Updates Avalonia.Controls.DataGrid from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia.Controls.DataGrid's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (#17695)
  • Additional commits viewable in compare view

Updates Avalonia.Diagnostics from 11.2.2 to 11.2.3

Release notes

Sourced from Avalonia.Diagnostics's releases.

11.2.3

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

Enhancements

Fixes

Commits
  • 151d97a Bump version
  • aa9ce85 [macOS] Prevent popups from stealing focus (#17794)
  • f29675d [MacOS] fix small memory leak. base.Dispose so that _nativeControlHost and _m...
  • 9ad2ad6 Auto free finished vulkan command buffers in gpu interop feature implementati...
  • 04231a4 Update pen tap settings (#17780)
  • 5cc111c Implemented XEmbed client support with GtkSharp usage example (#17446)
  • b977368 [GLX] Resize the platform render target to compositor-provided size (#17779)
  • 261a08a Fix KnownFolder for x86 Windows (#17705)
  • d934958 Made OneTime bindings update on DataContext changes (#17683)
  • 2e5fbc8 Ignore key modifiers on text editing if field is a password field. (

Bumps the nuget group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.30.2` | `0.30.4` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.2.3` |
| [Avalonia.Controls.DataGrid](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.2.3` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.2.3` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.2.3` |
| [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) | `8.3.2` | `8.4.0` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.1.0` |
| [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.8.0` | `3.9.1` |
| [Avalonia.Controls.DataGrid](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.1.0` |
| [Material.Avalonia.DataGrid](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.8.0` | `3.9.1` |


Updates `CSharpier.MsBuild` from 0.30.2 to 0.30.4
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.30.2...0.30.4)

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

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

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

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

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

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

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

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

Updates `CommunityToolkit.Mvvm` from 8.3.2 to 8.4.0
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](CommunityToolkit/dotnet@v8.3.2...v8.4.0)

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  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
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia.Controls.DataGrid
  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.Controls.DataGrid
  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: CommunityToolkit.Mvvm
  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-minor
  dependency-group: nuget
- dependency-name: Material.Avalonia
  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-minor
  dependency-group: nuget
- dependency-name: Avalonia.Controls.DataGrid
  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-minor
  dependency-group: nuget
- dependency-name: Material.Avalonia.DataGrid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the enhancement New feature or request label Jan 1, 2025
@Tyrrrz Tyrrrz merged commit 1236803 into master Jan 2, 2025
17 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/nuget-eb91ef0de9 branch January 2, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant