Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.29k stars 668 forks source link

Bump the nuget group with 7 updates #1255

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the nuget group with 7 updates:

Package From To
Polly 8.4.0 8.4.1
WebMarkupMin.Core 2.16.0 2.16.2
Avalonia 11.0.10 11.0.11
Avalonia.Desktop 11.0.10 11.0.11
Avalonia.Diagnostics 11.0.10 11.0.11
DialogHost.Avalonia 0.7.7 0.7.9
Material.Icons.Avalonia 2.1.9 2.1.10

Updates Polly from 8.4.0 to 8.4.1

Release notes

Sourced from Polly's releases.

8.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/App-vNext/Polly/compare/8.4.0...8.4.1

Changelog

Sourced from Polly's changelog.

8.4.1

Commits
  • 2b44e7a Handle nested inner exceptions (#2166)
  • 3a78be9 Bump SonarAnalyzer.CSharp from 9.27.0.93347 to 9.28.0.94264 (#2167)
  • 7105558 Bump cake tools
  • 7301ef3 Fix retry delay going negative for large retries with exponential delays (#2164)
  • 5d81f99 Bump SonarAnalyzer.CSharp from 9.26.0.92422 to 9.27.0.93347 (#2157)
  • 921c187 Bump MicrosoftExtensionsTimeProviderVersion from 8.5.0 to 8.6.0 (#2151)
  • 8e04d65 Bump github/codeql-action from 3.25.8 to 3.25.10 (#2156)
  • 8fdc4bc Bump sign from 0.9.1-beta.24170.3 to 0.9.1-beta.24312.3 (#2152)
  • 6621e19 Bump actions/checkout from 4.1.6 to 4.1.7 (#2154)
  • aa0d862 Bump rojopolis/spellcheck-github-actions from 0.37.0 to 0.38.0 (#2153)
  • Additional commits viewable in compare view


Updates WebMarkupMin.Core from 2.16.0 to 2.16.2

Release notes

Sourced from WebMarkupMin.Core's releases.

v2.16.2

Version: 2.16.2 Published: 6/26/2024 Change Set: a2df569

Blazor streaming markers (<!--bl:…-->, <!--/bl:…--> and <!--bab39c12-73f9-4e04-b6b9-76cb2b324662-->) are no longer removed.

NuGet Packages

Core

v2.16.1

Version: 2.16.1 Published: 6/24/2024 Change Set: 52ae45e

  • New Blazor markers (<!--Blazor-Server-Component-State:…-->, <!--Blazor-WebAssembly-Component-State:…--> and <!--Blazor-Web-Initializers:…-->) are no longer removed
  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.8
  • In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.31
  • In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.20
  • In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.6

NuGet Packages

Core
External JS and CSS minifiers
ASP.NET Extensions
Changelog

Sourced from WebMarkupMin.Core's changelog.

v2.16.2 - June 26, 2024

  • Blazor streaming markers (<!--bl:…-->, <!--/bl:…--> and <!--bab39c12-73f9-4e04-b6b9-76cb2b324662-->) are no longer removed

v2.16.1 - June 24, 2024

  • New Blazor markers (<!--Blazor-Server-Component-State:…-->, <!--Blazor-WebAssembly-Component-State:…--> and <!--Blazor-Web-Initializers:…-->) are no longer removed
  • In WebMarkupMin.NUglify added support for the NUglify version 1.21.8
  • In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.31
  • In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.20
  • In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.6
Commits
  • a2df569 Version 2.16.2
  • adcd415 Blazor streaming markers (\<!--bl:…-->, \<!--/bl:…--> and `<!--bab39c12-73f...
  • 52ae45e Version 2.16.1
  • 6df7625 Improved a performance of the Blazor helpers
  • 6ebaf3d New Blazor markers (\<!--Blazor-Server-Component-State:…-->, `<!--Blazor-Web...
  • e5d2a24 In WebMarkupMin.NUglify added support for the NUglify version 1.21.8
  • a9655d1 In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.20
  • c35caee In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.31
  • 6d190ac In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.6
  • See full diff in compare view


Updates Avalonia from 11.0.10 to 11.0.11

Release notes

Sourced from Avalonia's releases.

11.0.11

https://www.nuget.org/packages/Avalonia/11.0.11 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.0.11

What's Changed

Commits
  • 8fd645e Update version to 11.0.11
  • f9be42b Make sure focus lost is delayed until IMM32 has finished up the composition o...
  • 21ee489 Fix VirtualizingStackPanel ScrollIntoView (#15449)
  • d719dd2 Create a new run loop observer for a nested loop if it's being started from a...
  • 6471650 Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon (#14348)
  • See full diff in compare view


Updates Avalonia.Desktop from 11.0.10 to 11.0.11

Release notes

Sourced from Avalonia.Desktop's releases.

11.0.11

https://www.nuget.org/packages/Avalonia/11.0.11 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.0.11

What's Changed

Commits
  • 8fd645e Update version to 11.0.11
  • f9be42b Make sure focus lost is delayed until IMM32 has finished up the composition o...
  • 21ee489 Fix VirtualizingStackPanel ScrollIntoView (#15449)
  • d719dd2 Create a new run loop observer for a nested loop if it's being started from a...
  • 6471650 Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon (#14348)
  • See full diff in compare view


Updates Avalonia from 11.0.10 to 11.0.11

Release notes

Sourced from Avalonia's releases.

11.0.11

https://www.nuget.org/packages/Avalonia/11.0.11 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.0.11

What's Changed

Commits
  • 8fd645e Update version to 11.0.11
  • f9be42b Make sure focus lost is delayed until IMM32 has finished up the composition o...
  • 21ee489 Fix VirtualizingStackPanel ScrollIntoView (#15449)
  • d719dd2 Create a new run loop observer for a nested loop if it's being started from a...
  • 6471650 Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon (#14348)
  • See full diff in compare view


Updates Avalonia.Diagnostics from 11.0.10 to 11.0.11

Release notes

Sourced from Avalonia.Diagnostics's releases.

11.0.11

https://www.nuget.org/packages/Avalonia/11.0.11 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.0.11

What's Changed

Commits
  • 8fd645e Update version to 11.0.11
  • f9be42b Make sure focus lost is delayed until IMM32 has finished up the composition o...
  • 21ee489 Fix VirtualizingStackPanel ScrollIntoView (#15449)
  • d719dd2 Create a new run loop observer for a nested loop if it's being started from a...
  • 6471650 Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon (#14348)
  • See full diff in compare view


Updates Avalonia from 11.0.10 to 11.0.11

Release notes

Sourced from Avalonia's releases.

11.0.11

https://www.nuget.org/packages/Avalonia/11.0.11 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.0.11

What's Changed

Commits
  • 8fd645e Update version to 11.0.11
  • f9be42b Make sure focus lost is delayed until IMM32 has finished up the composition o...
  • 21ee489 Fix VirtualizingStackPanel ScrollIntoView (#15449)
  • d719dd2 Create a new run loop observer for a nested loop if it's being started from a...
  • 6471650 Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon (#14348)
  • See full diff in compare view


Updates DialogHost.Avalonia from 0.7.7 to 0.7.9

Release notes

Sourced from DialogHost.Avalonia's releases.

v0.7.9

What's Changed

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

v0.7.8

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUtils/DialogHost.Avalonia/compare/v0.7.3...v0.7.dwa

Commits
  • fe0e5a1 Merge pull request #55 from AvaloniaUtils/disable-content-cover-animations
  • 9bdbab7 Add .editorconfig
  • 72b470d Add the .disable-content-cover-animations class
  • eed09f9 Change on tag pipelines
  • 7ed3f39 Merge pull request #54 from AvaloniaUtils/fixMarginsForPositioner
  • d38483f Fixes the AlignmentDialogPopupPositioner margins
  • See full diff in compare view


Updates Material.Icons.Avalonia from 2.1.9 to 2.1.10

Commits


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