Bump the nuget group with 7 updates by dependabot[bot] · Pull Request #1255 · Tyrrrz/DiscordChatExporter (original) (raw)
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
- Fix milestone closure by @martincostello in App-vNext/Polly#2106
- Fix potential github action smells by @ceddy4395 in App-vNext/Polly#2097
- Bump actionlint to 1.7.0 by @martincostello in App-vNext/Polly#2107
- Drop net7.0 from test projects by @martincostello in App-vNext/Polly#2108
- Fix S3872 warning by @iamdmitrij in App-vNext/Polly#2111
- Fix IDE1006 warning by @iamdmitrij in App-vNext/Polly#2112
- [Docs] Fix pollydocs menu by @peter-csala in App-vNext/Polly#2136
- Issue comment automation by @martincostello in App-vNext/Polly#2137
- Fix package validation by @martincostello in App-vNext/Polly#2138
- Removing Warnings SA1108 and SA1118 from NoWarn list by @henriqueholtz in App-vNext/Polly#2148
- Fix retry delay going negative for large retries with exponential delays by @martincostello in App-vNext/Polly#2164
- Bump cake tools by @martincostello in App-vNext/Polly#2165
- Handle nested inner exceptions by @martincostello in App-vNext/Polly#2166
New Contributors
- @ceddy4395 made their first contribution in App-vNext/Polly#2097
- @henriqueholtz made their first contribution in App-vNext/Polly#2148
Full Changelog: App-vNext/Polly@8.4.0...8.4.1
Changelog
Sourced from Polly's changelog.
8.4.1
- Fix milestone closure by @martincostello in App-vNext/Polly#2106
- Fix potential github action smells by @ceddy4395 in App-vNext/Polly#2097
- Bump actionlint to 1.7.0 by @martincostello in App-vNext/Polly#2107
- Drop net7.0 from test projects by @martincostello in App-vNext/Polly#2108
- Fix S3872 warning by @iamdmitrij in App-vNext/Polly#2111
- Fix IDE1006 warning by @iamdmitrij in App-vNext/Polly#2112
- [Docs] Fix pollydocs menu by @peter-csala in App-vNext/Polly#2136
- Issue comment automation by @martincostello in App-vNext/Polly#2137
- Fix package validation by @martincostello in App-vNext/Polly#2138
- Removing Warnings SA1108 and SA1118 from NoWarn list by @henriqueholtz in App-vNext/Polly#2148
- Fix retry delay going negative for large retries with exponential delays by @martincostello in App-vNext/Polly#2164
- Bump cake tools by @martincostello in App-vNext/Polly#2165
- Handle nested inner exceptions by @martincostello in App-vNext/Polly#2166
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.2Published: 6/26/2024Change 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.1Published: 6/24/2024Change 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
- WebMarkupMin: NUglify contains adapters for the NUglify version 1.21.8
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 removedv2.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: AvaloniaUI/Avalonia@11.0.10...11.0.11
What's Changed
- Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon by @maxkatz6 in #14348
- Create a new run loop observer for a nested loop if it's being started from an observer callback by @kekekeks in #15425
- Fix VirtualizingStackPanel ScrollIntoView by @grokys in #15449
- [Win] Fix composition on focus change by @Gillibald in #15907
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: AvaloniaUI/Avalonia@11.0.10...11.0.11
What's Changed
- Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon by @maxkatz6 in #14348
- Create a new run loop observer for a nested loop if it's being started from an observer callback by @kekekeks in #15425
- Fix VirtualizingStackPanel ScrollIntoView by @grokys in #15449
- [Win] Fix composition on focus change by @Gillibald in #15907
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: AvaloniaUI/Avalonia@11.0.10...11.0.11
What's Changed
- Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon by @maxkatz6 in #14348
- Create a new run loop observer for a nested loop if it's being started from an observer callback by @kekekeks in #15425
- Fix VirtualizingStackPanel ScrollIntoView by @grokys in #15449
- [Win] Fix composition on focus change by @Gillibald in #15907
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: AvaloniaUI/Avalonia@11.0.10...11.0.11
What's Changed
- Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon by @maxkatz6 in #14348
- Create a new run loop observer for a nested loop if it's being started from an observer callback by @kekekeks in #15425
- Fix VirtualizingStackPanel ScrollIntoView by @grokys in #15449
- [Win] Fix composition on focus change by @Gillibald in #15907
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: AvaloniaUI/Avalonia@11.0.10...11.0.11
What's Changed
- Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon by @maxkatz6 in #14348
- Create a new run loop observer for a nested loop if it's being started from an observer callback by @kekekeks in #15425
- Fix VirtualizingStackPanel ScrollIntoView by @grokys in #15449
- [Win] Fix composition on focus change by @Gillibald in #15907
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
- Disable content cover animations by @SKProCH in AvaloniaUtils/DialogHost.Avalonia#55
Full Changelog: AvaloniaUtils/DialogHost.Avalonia@v0.7.8...v0.7.9
v0.7.8
What's Changed
- Fix SetBorderThickness by @klorman in AvaloniaUtils/DialogHost.Avalonia#50
- Fixes the AlignmentDialogPopupPositioner margins by @SKProCH in AvaloniaUtils/DialogHost.Avalonia#54
New Contributors
- @klorman made their first contribution in AvaloniaUtils/DialogHost.Avalonia#50
Full Changelog: AvaloniaUtils/DialogHost.Avalonia@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
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 remove the ignore condition of the specified dependency and ignore conditions