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 7 updates #347

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 7 updates:

Package From To
coverlet.collector 6.0.2 6.0.3
CSharpier.MsBuild 0.30.2 0.30.4
xunit.runner.visualstudio 2.8.2 3.0.0
Avalonia 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

Updates coverlet.collector from 6.0.2 to 6.0.3

Release notes

Sourced from coverlet.collector's releases.

v6.0.3

Fixed

  • Fix RuntimeConfigurationReader to support self-contained builds #1705 by https://github.com/pfeigl
  • Fix inconsistent filenames with UseSourceLink after .NET 8 #1679
  • Fix hanging tests #989
  • Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200 #1620
  • Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time #1649
  • Fix Unable to instrument module - NET 8 #1631
  • Fix slow modules filtering process #1646 by https://github.com/BlackGad
  • Fix incorrect coverage await using in generic method #1490

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

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 xunit.runner.visualstudio from 2.8.2 to 3.0.0

Commits
  • e341b93 v3.0.0
  • 56f71f3 Second location where PreEnumerateTheories needs to be turned off for #426
  • d94ab88 #426: Can't filter by traits on ITheoryDataRow
  • 9154f3f Latest dependencies
  • feff8e2 Stick to .NET SDK 8
  • 62ae086 Conditional verbosity when packing packages based on the .NET SDK version
  • a7f5dc0 Latest dependencies
  • d5676ac #422: Add XunitSkipReason property to VSTest test case
  • 3d3b241 Back-fill tests for VsDiscoverySink
  • e2d5be2 Enable nullable in test project
  • 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.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.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. (#17695)
  • Additional commits viewable in compare view

Updates CommunityToolkit.Mvvm from 8.3.2 to 8.4.0

Release notes

Sourced from CommunityToolkit.Mvvm's releases.

8.4.0

What's Changed 🆕

New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.3.2...v8.4.0

8.4.0 Preview 3

What's Changed 🆕

... (truncated)

Commits
  • 657c697 Merge pull request #1026 from CommunityToolkit/dev/fix-body-expressions
  • 3c720dd Handle semi-auto properties with expression bodies
  • ef36a6d Merge pull request #1024 from CommunityToolkit/dev/better-analyzer-filtering
  • 6cf850f Improve filtering in semi-auto property analyzer
  • bcc6caf Merge pull request #1020 from CommunityToolkit/dev/semi-auto-property-fixer
  • 5766465 Enable pooling for objects in new analyzer
  • a1bfe3d Port 'ObjectPool<T>' type from Roslyn
  • 76c41aa Move MVVMTK0056 to 8.4.0 release
  • a91e7a8 Handle adding using directives if needed
  • df714ea Add support for 'get;' accessors too
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will...

Description has been truncated

Bumps the nuget group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` |
| [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.30.2` | `0.30.4` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.0` |
| [Avalonia](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` |


Updates `coverlet.collector` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3)

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 `xunit.runner.visualstudio` from 2.8.2 to 3.0.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0)

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.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.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)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: CSharpier.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@Tyrrrz Tyrrrz merged commit 84c5130 into master Jan 2, 2025
7 of 8 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/nuget-6aefb99329 branch January 2, 2025 06:44
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