heliosphere-xiv / plugin

Dalamud plugin for downloading and managing mods from Heliosphere
European Union Public License 1.2
14 stars 1 forks source link

chore(deps): bump the all group across 1 directory with 11 updates #32

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the all group with 11 updates in the / directory:

Package From To
BitFaster.Caching 2.4.1 2.5.0
Fody 6.8.0 6.8.1
Markdig 0.36.2 0.37.0
Microsoft.Extensions.Http.Resilience 8.3.0 8.5.0
Microsoft.Windows.CsWin32 0.3.49-beta 0.3.106
Penumbra.Api 1.0.15 5.0.0
Sentry 4.2.1 4.7.0
StrawberryShake.Server 13.9.4 13.9.5
StrawberryShake.Transport.Http 13.9.4 13.9.5
ZstdSharp.Port 0.7.6 0.8.1
strawberryshake.tools 13.9.4 13.9.5

Updates BitFaster.Caching from 2.4.1 to 2.5.0

Release notes

Sourced from BitFaster.Caching's releases.

v2.5.0

What's changed

  • Provide time-based expiry for ConcurrentLfu, matching ConcurrentLru. This closely follows the implementation in Java's Caffeine, using a port of Caffeine's hierarchical timer wheel to perform all operations in O(1) time. Expire after write, expire after access and expire after using IExpiryCalculator can be configured via ConcurrentLfuBuilder extension methods.
  • Provide ICacheExt and IAsyncCacheExt to enable client code compiled against .NET Standard to use the builder APIs and cache methods added since v2.0. These new methods are excluded in the base interfaces for .NET Standard, since adding them would be a breaking change.
  • Provide the Duration convenience methods FromHours and FromDays.

Full changelog: https://github.com/bitfaster/BitFaster.Caching/compare/v2.4.1...v2.5.0

Commits


Updates Fody from 6.8.0 to 6.8.1

Release notes

Sourced from Fody's releases.

6.8.1

What's Changed

Full Changelog: https://github.com/Fody/Fody/compare/6.8.0...6.8.1

Commits
  • d1c50af V 6.8.1
  • c4a1446 Merge pull request #1269 from ltrzesniewski/change-load-contexts
  • 5057b82 Better error message when a weaver assembly load fails
  • 21bcb7e Make load contexts dependent on weaver paths
  • 4efd176 Fix build.yml
  • 6531bf6 Removed qualifier Rider complained about
  • 2c3a7a8 Update AssemblyExtensions.cs
  • e513c35 Update FodyHelpers.Tests.csproj
  • 9b40897 Revert "refs and cleanup"
  • d961bee Revert "refs and cleanup"
  • Additional commits viewable in compare view


Updates Markdig from 0.36.2 to 0.37.0

Release notes

Sourced from Markdig's releases.

0.37.0

Changes

🐛 Bug Fixes

  • Fix issues for math span calculation (PR #785) by @​toothache
  • Fix invalid setext heading (#785) (000393f4)

🚀 Enhancements

🧰 Misc

  • Update readme.md (fd226d53)
  • Update parsing-extensions.md (c75a11ec)

Full Changelog: 0.36.2...0.37.0

Published with dotnet-releaser

Commits
  • 1a1bbec Merge pull request #786 from MartinZikmund/feature/youtube-short-support
  • 68bd307 Add support for YouTube Shorts embedding
  • e486903 Test support for YouTube Shorts embedding
  • 8e22754 Merge pull request #785 from toothache/fix_issues
  • 93d88ab Fix math span calculation.
  • 000393f Fix invalid setext heading (#785)
  • a579689 Merge pull request #784 from Abrynos/case-invariant-alerts
  • c19ba5b Add fallback value in order to mark unknown alert kinds in some way as well
  • 03390e4 Misc.
  • 42bd65c Apply feedback
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Http.Resilience from 8.3.0 to 8.5.0

Release notes

Sourced from Microsoft.Extensions.Http.Resilience's releases.

.NET Extensions 8.5.0

8.5.0 packages are now all published in NuGet.org.

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/extensions/compare/v8.4.0...v8.5.0

.NET Extensions 8.4.0

8.4.0 packages are now all published in NuGet.org.

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/extensions/compare/v8.3.0...v8.4.0

Commits


Updates Microsoft.Windows.CsWin32 from 0.3.49-beta to 0.3.106

Release notes

Sourced from Microsoft.Windows.CsWin32's releases.

v0.3.106

What's Changed

High level enhancements

Fixes or enhancements

Full Changelog: https://github.com/microsoft/CsWin32/compare/v0.3.49-beta...v0.3.106

Commits
  • a37a0b4 Fix release pipeline
  • e47f83b Fix publish stage
  • ca50da3 Merge pull request #1175 from microsoft/stableVersion
  • 6e5cb82 Merge pull request #1174 from microsoft/libtemplateUpdate
  • f92891d Build stable package version
  • 67da07f Merge pull request #1148 from microsoft/bumpMetadata
  • c3dfe42 Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate
  • 9c9861c Merge remote-tracking branch 'origin/main' into bumpMetadata
  • af68891 Add special handling for a few more release methods
  • d6011ee Add missing TeamName to source code archival pipeline
  • Additional commits viewable in compare view


Updates Penumbra.Api from 1.0.15 to 5.0.0

Commits


Updates Sentry from 4.2.1 to 4.7.0

Release notes

Sourced from Sentry's releases.

4.7.0

API Changes

  • SentryOptions.EnableTracing has been marked as Obsolete (#3381)

Features

  • Added an SentrySdk.RunAsyncVoid helper method that lets you capture exceptions from async void methods (#3379)

Fixes

  • P/Invoke warning for GetWindowThreadProcessId no longer shows when using Sentry in UWP applications (#3372)

Dependencies

4.6.2

Fixes

  • Reverted changes to the SentryHttpMessageHandler and SentryGraphQLHttpMessageHandler to automatically create transactions for each request as this could negatively affect users' quota (#3367)

4.6.1

Fixes

  • Fixed SentryHttpMessageHandler and SentryGraphQLHttpMessageHandler not creating spans when there is no active Transaction on the scope (#3360)
  • The SDK no longer (wrongly) initializes sentry-native on Blazor WASM builds with RunAOTCompilation enabled. (#3363)
  • HttpClient requests now show on the Requests dashboard in Sentry (#3357)

Dependencies

  • Bump Hangfire from v1.8.7 to v1.8.12 (#3361)

4.6.0

Features

  • Hints now accept byte[] as attachment (#3352)
  • InApp includes/excludes can now be configured using regular expressions (#3321)

Fixes

  • Fixed memory leak in BackgroundWorker observed when using Sentry with Quartz and MySql (#3355)

Dependencies

... (truncated)

Changelog

Sourced from Sentry's changelog.

4.7.0

API Changes

  • SentryOptions.EnableTracing has been marked as Obsolete (#3381)

Features

  • The SDK now supports monitor upserting. You can programmatically set up your monitors via the options callback in SentrySdk.CaptureCheckIn (#3330)
  • Added an SentrySdk.RunAsyncVoid helper method that lets you capture exceptions from async void methods (#3379)

Fixes

  • P/Invoke warning for GetWindowThreadProcessId no longer shows when using Sentry in UWP applications (#3372)
  • Fixed InvalidOperationException when pulling the HttpRequestUrl from Uri's with DangerousDisablePathAndQueryCanonicalization set to true (#3393)

Dependencies

4.6.2

Fixes

  • Reverted changes to the SentryHttpMessageHandler and SentryGraphQLHttpMessageHandler to automatically create transactions for each request as this could negatively affect users' quota (#3367)

4.6.1

Fixes

  • Fixed SentryHttpMessageHandler and SentryGraphQLHttpMessageHandler not creating spans when there is no active Transaction on the scope (#3360)
  • The SDK no longer (wrongly) initializes sentry-native on Blazor WASM builds with RunAOTCompilation enabled. (#3363)
  • HttpClient requests now show on the Requests dashboard in Sentry (#3357)

Dependencies

  • Bump Hangfire from v1.8.7 to v1.8.12 (#3361)

4.6.0

Features

  • Hints now accept byte[] as attachment (#3352)
  • InApp includes/excludes can now be configured using regular expressions (#3321)

... (truncated)

Commits


Updates StrawberryShake.Server from 13.9.4 to 13.9.5

Release notes

Sourced from StrawberryShake.Server's releases.

13.9.5

What's Changed

  • [Fusion] Reset requirements planner for every iteration.

Full Changelog: https://github.com/ChilliCream/graphql-platform/compare/13.9.4...13.9.5

Commits


Updates StrawberryShake.Transport.Http from 13.9.4 to 13.9.5

Release notes

Sourced from StrawberryShake.Transport.Http's releases.

13.9.5

What's Changed

  • [Fusion] Reset requirements planner for every iteration.

Full Changelog: https://github.com/ChilliCream/graphql-platform/compare/13.9.4...13.9.5

Commits


Updates ZstdSharp.Port from 0.7.6 to 0.8.1

Release notes

Sourced from ZstdSharp.Port's releases.

0.8.1

Better decompression speed in .NET 8 (~5%)

0.8.0

Ported zstd v1.5.6 Workaround for .NET Native

Commits


Updates strawberryshake.tools from 13.9.4 to 13.9.5

Release notes

Sourced from strawberryshake.tools's releases.

13.9.5

What's Changed

  • [Fusion] Reset requirements planner for every iteration.

Full Changelog: https://github.com/ChilliCream/graphql-platform/compare/13.9.4...13.9.5

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