Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group in /src with 13 updates #29

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the all group in /src with 13 updates:

Package From To
MassTransit.Abstractions 8.2.0 8.2.1
xunit 2.7.0 2.7.1
xunit.runner.visualstudio 2.5.7 2.5.8
MassTransit 8.2.0 8.2.1
MassTransit.Newtonsoft 8.2.0 8.2.1
MassTransit.Quartz 8.2.0 8.2.1
Microsoft.EntityFrameworkCore 8.0.3 8.0.4
Microsoft.EntityFrameworkCore.Sqlite 8.0.2 8.0.4
AngleSharp 1.1.1 1.1.2
MassTransit.RabbitMQ 8.2.0 8.2.1
Microsoft.EntityFrameworkCore.Design 8.0.3 8.0.4
Sentry.Extensions.Logging 4.2.1 4.4.0
dotnet-ef 8.0.3 8.0.4

Updates MassTransit.Abstractions from 8.2.0 to 8.2.1

Commits
  • ae18abb Added consumer instance pinning for partition keys, and ensuring partitions a...
  • 9771ce5 Fixed swapped flag for SQL Transport receive mode to use partitioned/ordered ...
  • b3efb0a Fixed #5086 - Comparison of subscription ForwardTo more efficiently parses th...
  • 846e17e Fixed #4952 - all temporary queue names are now created consistently using on...
  • 85ac435 Trim and simplify package references (#5079)
  • 1ff5fda Related #5068 - Added AlreadyClosedException to retry configuration.
  • 3a4f1ff Fixed #5072 - strip the parenthesis from the (LocalDb) host name for SQL
  • f70db01 POC, adding Wait methods using open telemetry to track subsequent message con...
  • f7867a7 Simple optimization from an old branch, copied over.
  • 596d244 Fixed #5015 - States and Events from state machine base classes are now prope...
  • Additional commits viewable in compare view

Updates xunit from 2.7.0 to 2.7.1

Commits
  • 62d5db6 v2.7.1
  • e3c980f #2913: Assert.Equivalent behaves incorrectly with decimal values (v2)
  • 57af1d9 Copy/paste error
  • 9f97a28 #2503: Attempt to shield against exceptions which throw in their properties (v2)
  • f69013b #2903: Add ArgumentFormatter aliases for nint and nuint (v2)
  • e074b6a Copy missing assertion test change
  • 3f1891d Unit tests for #2900 (v2)
  • 9f7e7e7 Use separate projects for x86 builds instead of alternate configuration
  • 4b2b9fa Add hidden overloads for binary compatibility for ConfigReader and friends
  • c10b7a2 Fix for #2892: Timeout async guard inappropriately triggers with F# (v2)
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.5.7 to 2.5.8

Commits

Updates MassTransit from 8.2.0 to 8.2.1

Commits
  • ae18abb Added consumer instance pinning for partition keys, and ensuring partitions a...
  • 9771ce5 Fixed swapped flag for SQL Transport receive mode to use partitioned/ordered ...
  • b3efb0a Fixed #5086 - Comparison of subscription ForwardTo more efficiently parses th...
  • 846e17e Fixed #4952 - all temporary queue names are now created consistently using on...
  • 85ac435 Trim and simplify package references (#5079)
  • 1ff5fda Related #5068 - Added AlreadyClosedException to retry configuration.
  • 3a4f1ff Fixed #5072 - strip the parenthesis from the (LocalDb) host name for SQL
  • f70db01 POC, adding Wait methods using open telemetry to track subsequent message con...
  • f7867a7 Simple optimization from an old branch, copied over.
  • 596d244 Fixed #5015 - States and Events from state machine base classes are now prope...
  • Additional commits viewable in compare view

Updates MassTransit.Newtonsoft from 8.2.0 to 8.2.1

Commits
  • ae18abb Added consumer instance pinning for partition keys, and ensuring partitions a...
  • 9771ce5 Fixed swapped flag for SQL Transport receive mode to use partitioned/ordered ...
  • b3efb0a Fixed #5086 - Comparison of subscription ForwardTo more efficiently parses th...
  • 846e17e Fixed #4952 - all temporary queue names are now created consistently using on...
  • 85ac435 Trim and simplify package references (#5079)
  • 1ff5fda Related #5068 - Added AlreadyClosedException to retry configuration.
  • 3a4f1ff Fixed #5072 - strip the parenthesis from the (LocalDb) host name for SQL
  • f70db01 POC, adding Wait methods using open telemetry to track subsequent message con...
  • f7867a7 Simple optimization from an old branch, copied over.
  • 596d244 Fixed #5015 - States and Events from state machine base classes are now prope...
  • Additional commits viewable in compare view

Updates MassTransit.Quartz from 8.2.0 to 8.2.1

Commits
  • ae18abb Added consumer instance pinning for partition keys, and ensuring partitions a...
  • 9771ce5 Fixed swapped flag for SQL Transport receive mode to use partitioned/ordered ...
  • b3efb0a Fixed #5086 - Comparison of subscription ForwardTo more efficiently parses th...
  • 846e17e Fixed #4952 - all temporary queue names are now created consistently using on...
  • 85ac435 Trim and simplify package references (#5079)
  • 1ff5fda Related #5068 - Added AlreadyClosedException to retry configuration.
  • 3a4f1ff Fixed #5072 - strip the parenthesis from the (LocalDb) host name for SQL
  • f70db01 POC, adding Wait methods using open telemetry to track subsequent message con...
  • f7867a7 Simple optimization from an old branch, copied over.
  • 596d244 Fixed #5015 - States and Events from state machine base classes are now prope...
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 8.0.3 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits

Updates Microsoft.EntityFrameworkCore.Sqlite from 8.0.2 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits

Updates AngleSharp from 1.1.1 to 1.1.2

Release notes

Sourced from AngleSharp's releases.

1.1.2

Released on Friday, March 8 2024.

  • Fixed exception when providing wrong response (#1181)
  • Fixed handling of various inputs leading to timeouts (#1180)

1.1.2-beta.407

Released on Friday, March 8 2024.

  • Fixed exception when providing wrong response (#1181)
  • Fixed handling of various inputs leading to timeouts (#1180)
Changelog

Sourced from AngleSharp's changelog.

1.1.2

Released on Friday, March 8 2024.

  • Fixed exception when providing wrong response (#1181)
  • Fixed handling of various inputs leading to timeouts (#1180)
Commits

Updates MassTransit.RabbitMQ from 8.2.0 to 8.2.1

Commits
  • ae18abb Added consumer instance pinning for partition keys, and ensuring partitions a...
  • 9771ce5 Fixed swapped flag for SQL Transport receive mode to use partitioned/ordered ...
  • b3efb0a Fixed #5086 - Comparison of subscription ForwardTo more efficiently parses th...
  • 846e17e Fixed #4952 - all temporary queue names are now created consistently using on...
  • 85ac435 Trim and simplify package references (#5079)
  • 1ff5fda Related #5068 - Added AlreadyClosedException to retry configuration.
  • 3a4f1ff Fixed #5072 - strip the parenthesis from the (LocalDb) host name for SQL
  • f70db01 POC, adding Wait methods using open telemetry to track subsequent message con...
  • f7867a7 Simple optimization from an old branch, copied over.
  • 596d244 Fixed #5015 - States and Events from state machine base classes are now prope...
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore.Design from 8.0.3 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits

Updates Sentry.Extensions.Logging from 4.2.1 to 4.4.0

Release notes

Sourced from Sentry.Extensions.Logging's releases.

4.4.0

Features

  • Metrics now honor any Rate Limits set in HTTP headers returned by Sentry (#3276)

Fixes

  • Fixed normalization for metric tag values for carriage return, line feed and tab characters (#3281)

Dependencies

4.3.0

Features

  • EnableNetworkEventBreadcrumbs can now be set on the Native Android options (#3267)
  • Update normalization of metrics keys, tags and values (#3271)

Fixes

  • Fix missing exception StackTraces in some situations (#3215)
  • Scopes now get applied to OTEL spans in ASP.NET Core (#3221)
  • Fixed InvalidCastException when setting the SampleRate on Android (#3258)
  • Fixed MAUI iOS build issue related to SentryVersionNumber and SentryVersionString (#3278)

API changes

  • Removed SentryOptionsExtensions class - all the public methods moved directly to SentryOptions (#3195)

Dependencies

Changelog

Sourced from Sentry.Extensions.Logging's changelog.

4.4.0

Features

  • Metrics now honor any Rate Limits set in HTTP headers returned by Sentry (#3276)

Fixes

  • Fixed normalization for metric tag values for carriage return, line feed and tab characters (#3281)

Dependencies

4.3.0

Features

  • EnableNetworkEventBreadcrumbs can now be set on the Native Android options (#3267)
  • Update normalization of metrics keys, tags and values (#3271)

Fixes

  • Fix missing exception StackTraces in some situations (#3215)
  • Scopes now get applied to OTEL spans in ASP.NET Core (#3221)
  • Fixed InvalidCastException when setting the SampleRate on Android (#3258)
  • Fixed MAUI iOS build issue related to SentryVersionNumber and SentryVersionString (#3278)

API changes

  • Removed SentryOptionsExtensions class - all the public methods moved directly to SentryOptions (#3195)

Dependencies

Commits

Updates dotnet-ef from 8.0.3 to 8.0.4

Release notes

Sourced from dotnet-ef's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

Bumps the all group in /src with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [MassTransit.Abstractions](https://github.com/MassTransit/MassTransit) | `8.2.0` | `8.2.1` |
| [xunit](https://github.com/xunit/xunit) | `2.7.0` | `2.7.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.7` | `2.5.8` |
| [MassTransit](https://github.com/MassTransit/MassTransit) | `8.2.0` | `8.2.1` |
| [MassTransit.Newtonsoft](https://github.com/MassTransit/MassTransit) | `8.2.0` | `8.2.1` |
| [MassTransit.Quartz](https://github.com/MassTransit/MassTransit) | `8.2.0` | `8.2.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.3` | `8.0.4` |
| [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) | `8.0.2` | `8.0.4` |
| [AngleSharp](https://github.com/AngleSharp/AngleSharp) | `1.1.1` | `1.1.2` |
| [MassTransit.RabbitMQ](https://github.com/MassTransit/MassTransit) | `8.2.0` | `8.2.1` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.3` | `8.0.4` |
| [Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet) | `4.2.1` | `4.4.0` |
| [dotnet-ef](https://github.com/dotnet/efcore) | `8.0.3` | `8.0.4` |


Updates `MassTransit.Abstractions` from 8.2.0 to 8.2.1
- [Commits](MassTransit/MassTransit@v8.2.0...v8.2.1)

Updates `xunit` from 2.7.0 to 2.7.1
- [Commits](xunit/xunit@2.7.0...2.7.1)

Updates `xunit.runner.visualstudio` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.7...2.5.8)

Updates `MassTransit` from 8.2.0 to 8.2.1
- [Commits](MassTransit/MassTransit@v8.2.0...v8.2.1)

Updates `MassTransit.Newtonsoft` from 8.2.0 to 8.2.1
- [Commits](MassTransit/MassTransit@v8.2.0...v8.2.1)

Updates `MassTransit.Quartz` from 8.2.0 to 8.2.1
- [Commits](MassTransit/MassTransit@v8.2.0...v8.2.1)

Updates `Microsoft.EntityFrameworkCore` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.3...v8.0.4)

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.2...v8.0.4)

Updates `AngleSharp` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/AngleSharp/AngleSharp/releases)
- [Changelog](https://github.com/AngleSharp/AngleSharp/blob/devel/CHANGELOG.md)
- [Commits](https://github.com/AngleSharp/AngleSharp/commits/1.1.2)

Updates `MassTransit.RabbitMQ` from 8.2.0 to 8.2.1
- [Commits](MassTransit/MassTransit@v8.2.0...v8.2.1)

Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.3...v8.0.4)

Updates `Sentry.Extensions.Logging` from 4.2.1 to 4.4.0
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@4.2.1...4.4.0)

Updates `dotnet-ef` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.3...v8.0.4)

---
updated-dependencies:
- dependency-name: MassTransit.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MassTransit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MassTransit.Newtonsoft
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MassTransit.Quartz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: AngleSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MassTransit.RabbitMQ
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Sentry.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: dotnet-ef
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 15, 2024
@dependabot dependabot bot requested a review from ch1seL April 15, 2024 06:26
@ch1seL ch1seL enabled auto-merge (rebase) April 15, 2024 12:55
@ch1seL ch1seL merged commit dac2514 into main Apr 15, 2024
1 check passed
@ch1seL ch1seL deleted the dependabot/nuget/src/all-542ad1e4df branch April 15, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant