Tyrrrz / YoutubeDownloader

Downloads videos and playlists from YouTube
MIT License
8.7k stars 1.19k forks source link

Bump the nuget group with 4 updates #498

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the nuget group with 4 updates: CSharpier.MsBuild, AsyncImageLoader.Avalonia, CommunityToolkit.Mvvm and DialogHost.Avalonia.

Updates CSharpier.MsBuild from 0.28.2 to 0.29.1

Release notes

Sourced from CSharpier.MsBuild's releases.

0.29.1

What's Changed

Sorting of usings with underscore differs from Visual Studio #1327

CSharpier now sorts _ to the bottom of usings.

using SomeCompany.MWord;
using SomeCompany.ZWord;
using SomeCompany._Word;

Process cannot access the file "....net8.0\any\server.log" while running multiple extensions. #1324

CSharpier Server now uses a log file name based on the port that it is starting on to avoid concurrency issues trying to access the same log file

Full Changelog: https://github.com/belav/csharpier/compare/0.29.0...0.29.1

0.29.0

Breaking Changes

The formatting command will now exit with an error code of 1 if one of the target files cannot be compiled #1131

Prior to 0.29.0 if csharpier encountered a file that could not be compiled it would treat it as a warning and exit with a code of 0.
As of 0.29.0 a file that cannot be compiled is now treated as an error and csharpier will exit with code 1

What's Changed

Enforce trailing commas in object and collection initializer #668

CSharpier will now add trailing commas automatically where appropriate. It will collapse to a single line and remove the trailing comma in cases where everything fits on one line.

// input
public enum SomeEnum
{
    Value1,
    Value2
}

string[] someArray = new string[] { someLongValue_____________________________________________, someLongValue_____________________________________________ };

string[] someArray = new string[] { someValue, someValue, };

// 0.29.0 public enum SomeEnum { Value1, Value2, }

</tr></table>

... (truncated)

Changelog

Sourced from CSharpier.MsBuild's changelog.

# 0.29.1

What's Changed

Sorting of usings with underscore differs from Visual Studio #1327

CSharpier now sorts _ to the bottom of usings.

using SomeCompany.MWord;
using SomeCompany.ZWord;
using SomeCompany._Word;

Process cannot access the file "....net8.0\any\server.log" while running multiple extensions. #1324

CSharpier Server now uses a log file name based on the port that it is starting on to avoid concurrency issues trying to access the same log file

Full Changelog: https://github.com/belav/csharpier/compare/0.29.0...0.29.1

0.29.0

Breaking Changes

The formatting command will now exit with an error code of 1 if one of the target files cannot be compiled #1131

Prior to 0.29.0 if csharpier encountered a file that could not be compiled it would treat it as a warning and exit with a code of 0.
As of 0.29.0 a file that cannot be compiled is now treated as an error and csharpier will exit with code 1

What's Changed

Enforce trailing commas in object and collection initializer #668

CSharpier will now add trailing commas automatically where appropriate. It will collapse to a single line and remove the trailing comma in cases where everything fits on one line.

// input
public enum SomeEnum
{
    Value1,
    Value2
}

string[] someArray = new string[] { someLongValue_____________________________________________, someLongValue_____________________________________________ };

string[] someArray = new string[] { someValue, someValue, };

// 0.29.0 public enum SomeEnum { Value1, Value2, }

string[] someArray = new string[] </tr></table>

... (truncated)

Commits
  • b87b4df Releasing 0.29.1 (#1331)
  • 10e0780 Support for multiple csharpier servers running at the same time, have them wr...
  • 2ed8622 Getting _ to sort to the top like it should (#1328)
  • 688aeb7 VS - Use dotnet tool list to find both local and global installs of csharpier...
  • 1cdcf0a fix width
  • c529570 prettier all the java
  • 88383e7 Using dotnet tool list for rider extension (#1325)
  • 2456512 Modify VSCode extension to use dotnet tool list + only warn to instal… (#1323)
  • 6cb3821 Format with 29 (#1322)
  • 0abbc1d fix typo
  • Additional commits viewable in compare view


Updates AsyncImageLoader.Avalonia from 3.2.1 to 3.3.0

Release notes

Sourced from AsyncImageLoader.Avalonia's releases.

v3.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v3.2.1...v3.3.0

Commits
  • 5836120 Exclude demo project from dotnet pack
  • 00edb42 Merge pull request #24 from AvaloniaUtils/addLogging
  • 274706f Add errors logging to loaders
  • f02aaab Migrate to common pipelines, bump dependencies in demo
  • See full diff in compare view


Updates CommunityToolkit.Mvvm from 8.2.2 to 8.3.0

Release notes

Sourced from CommunityToolkit.Mvvm's releases.

8.3.0

What's Changed 🆕

New Contributors

Full Changelog: https://github.com/CommunityToolkit/dotnet/compare/v8.2.2...v8.3.0

Commits
  • a51c5ca Set version.json to 8.3.0
  • af626a6 Merge pull request #918 from CommunityToolkit/dev/observable-validator-trim-g...
  • 2e3ca71 Add unit tests for generated trim annotations
  • 095ac53 Generate [RequiresUnreferencedCode] when needed
  • b4bc12b Update assembly version in outdated unit tests
  • 9859a1d Update 'version.json' for 8.3.0 release
  • cc2aa2d Merge pull request #915 from CommunityToolkit/dev/trim-generated-code
  • 761a22c Forward generator options to FAWMN
  • 603e81c Add new FAWMN variant with global options
  • 2c2a1c3 Merge pull request #916 from CommunityToolkit/dev/update-sdk-package
  • Additional commits viewable in compare view


Updates DialogHost.Avalonia from 0.7.9 to 0.8.1

Release notes

Sourced from DialogHost.Avalonia's releases.

v0.8.1

What's Changed

Full Changelog: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.8.0...v0.8.1

v0.8.0

What's Changed

Full Changelog: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.7.9...v0.8.0

v0.8.0-avalonia11dot1-3

What's Changed

Full Changelog: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.8.0-avalonia11dot1-2...v0.8.0-avalonia11dot1-3

v0.8.0-avalonia11dot1-2

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.7.3...v0.8.0-avalonia11dot1-2

Commits
  • 61f074f Merge pull request #63 from AvaloniaUtils/avalonia11dot1redo
  • a56eb19 Bump dependencies
  • 7e9cc74 Update SDK, pipelines and bump version
  • 8f1b4cc Add a workaround for binding refactor #48
  • 82ffd15 Flatten subject classes
  • 3be2219 Bump avalonia to 11.1, remove ReactiveUI dependency
  • 3c4896c Merge pull request #61 from AvaloniaUtils/release/avalonia11.1
  • 73870da Add .editorconfig
  • 3ce657c Add the .disable-content-cover-animations class
  • 550f99c Fixes the AlignmentDialogPopupPositioner margins
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions