redbaty / Wasari

Downloads anime episodes
MIT License
10 stars 3 forks source link

Bump the dependencies group with 10 updates #104

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the dependencies group with 10 updates:

Package From To
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 8.0.1
Microsoft.Extensions.Logging.Abstractions 8.0.0 8.0.1
System.Text.Json 8.0.2 8.0.3
Microsoft.Extensions.Http.Polly 8.0.2 8.0.3
Microsoft.AspNetCore.OpenApi 8.0.2 8.0.3
WolverineFx 2.0.0 2.1.0
WolverineFx.EntityFrameworkCore 2.0.0 2.1.0
WolverineFx.FluentValidation 2.0.0 2.1.0
WolverineFx.Postgresql 2.0.0 2.1.0
coverlet.collector 6.0.1 6.0.2

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view


Updates System.Text.Json from 8.0.2 to 8.0.3

Release notes

Sourced from System.Text.Json's releases.

.NET 8.0.3

Release

Commits
  • 9f4b1f5 Merge in 'release/8.0' changes
  • 62304a6 Update dependencies from https://github.com/dotnet/arcade build 20240213.2 (#...
  • 457dc49 [release/8.0] Use the Wix version from arcade (#98453)
  • 0c7efec [release/8.0] Fix HTTP/2 WebSocket Abort
  • 49e1307 Merge in 'release/8.0' changes
  • 659d969 Merge pull request #98376 from vseanreesermsft/internal-merge-8.0-2024-02-13-...
  • 8a1649e Merge commit '1381d5ebd2ab1f292848d5b19b80cf71ac332508' into internal-merge-8...
  • fdbcb4a Merge in 'release/8.0' changes
  • 3de24ef Merge pull request #98328 from carlossanlop/release/8.0-staging
  • ec1636f Merge branch 'release/8.0' into release/8.0-staging
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Http.Polly from 8.0.2 to 8.0.3

Release notes

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

.NET 8.0.3

Release

Commits


Updates Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.3

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 8.0.3

Release

Commits


Updates WolverineFx from 2.0.0 to 2.1.0

Release notes

Sourced from WolverineFx's releases.

V2.1.0

Mostly about dealing with NpgsqlDataSource usage and eliminating the super aggravating "Persist Security Info" usage with PostgreSQL

What's Changed

New Contributors

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.0.0...V2.1.0

Commits
  • 790f387 Bumping to 2.1.0
  • 3bccc46 Making FailureAcknowledgement be self serializable. Closes GH-768
  • 004f916 Can register Marten or Postgresql integration with NpgsqlDataSource. Closes G...
  • 81bb1ce Ability to use DbDataSource all the way down in message persistence
  • a82bdb3 added test for AcceptResponse and 202
  • 30ccde7 Update IHttpAware.cs
  • 828f52c another occurrence of item.Ready = true;
  • c6987e2 Update event-sourcing.md
  • bc6f501 some vitepress updates, Listener documentation finally. Closes GH-751
  • 0d16297 Updating to Marten 7 & Wolverine 2!
  • See full diff in compare view


Updates WolverineFx.EntityFrameworkCore from 2.0.0 to 2.1.0

Release notes

Sourced from WolverineFx.EntityFrameworkCore's releases.

V2.1.0

Mostly about dealing with NpgsqlDataSource usage and eliminating the super aggravating "Persist Security Info" usage with PostgreSQL

What's Changed

New Contributors

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.0.0...V2.1.0

Commits
  • 790f387 Bumping to 2.1.0
  • 3bccc46 Making FailureAcknowledgement be self serializable. Closes GH-768
  • 004f916 Can register Marten or Postgresql integration with NpgsqlDataSource. Closes G...
  • 81bb1ce Ability to use DbDataSource all the way down in message persistence
  • a82bdb3 added test for AcceptResponse and 202
  • 30ccde7 Update IHttpAware.cs
  • 828f52c another occurrence of item.Ready = true;
  • c6987e2 Update event-sourcing.md
  • bc6f501 some vitepress updates, Listener documentation finally. Closes GH-751
  • 0d16297 Updating to Marten 7 & Wolverine 2!
  • See full diff in compare view


Updates WolverineFx.FluentValidation from 2.0.0 to 2.1.0

Release notes

Sourced from WolverineFx.FluentValidation's releases.

V2.1.0

Mostly about dealing with NpgsqlDataSource usage and eliminating the super aggravating "Persist Security Info" usage with PostgreSQL

What's Changed

New Contributors

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.0.0...V2.1.0

Commits
  • 790f387 Bumping to 2.1.0
  • 3bccc46 Making FailureAcknowledgement be self serializable. Closes GH-768
  • 004f916 Can register Marten or Postgresql integration with NpgsqlDataSource. Closes G...
  • 81bb1ce Ability to use DbDataSource all the way down in message persistence
  • a82bdb3 added test for AcceptResponse and 202
  • 30ccde7 Update IHttpAware.cs
  • 828f52c another occurrence of item.Ready = true;
  • c6987e2 Update event-sourcing.md
  • bc6f501 some vitepress updates, Listener documentation finally. Closes GH-751
  • 0d16297 Updating to Marten 7 & Wolverine 2!
  • See full diff in compare view


Updates WolverineFx.Postgresql from 2.0.0 to 2.1.0

Release notes

Sourced from WolverineFx.Postgresql's releases.

V2.1.0

Mostly about dealing with NpgsqlDataSource usage and eliminating the super aggravating "Persist Security Info" usage with PostgreSQL

What's Changed

New Contributors

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.0.0...V2.1.0

Commits
  • 790f387 Bumping to 2.1.0
  • 3bccc46 Making FailureAcknowledgement be self serializable. Closes GH-768
  • 004f916 Can register Marten or Postgresql integration with NpgsqlDataSource. Closes G...
  • 81bb1ce Ability to use DbDataSource all the way down in message persistence
  • a82bdb3 added test for AcceptResponse and 202
  • 30ccde7 Update IHttpAware.cs
  • 828f52c another occurrence of item.Ready = true;
  • c6987e2 Update event-sourcing.md
  • bc6f501 some vitepress updates, Listener documentation finally. Closes GH-751
  • 0d16297 Updating to Marten 7 & Wolverine 2!
  • See full diff in compare view


Updates coverlet.collector from 6.0.1 to 6.0.2

Release notes

Sourced from coverlet.collector's releases.

v6.0.2

Fixed

  • Threshold-stat triggers error #1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #1629
  • Exception when multiple exclude-by-attribute filters specified #1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #1624

Diff between 6.0.1 and 6.0.2

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