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 9 updates #33

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the all group in /src with 9 updates:

Package From To
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
xunit 2.8.0 2.8.1
xunit.runner.visualstudio 2.8.0 2.8.1
Microsoft.EntityFrameworkCore 8.0.4 8.0.6
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.2 8.0.4
Microsoft.EntityFrameworkCore.Sqlite 8.0.4 8.0.6
Microsoft.EntityFrameworkCore.Design 8.0.4 8.0.6
Sentry.Extensions.Logging 4.4.0 4.7.0
dotnet-ef 8.0.4 8.0.6

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates xunit from 2.8.0 to 2.8.1

Commits
  • ba2ae9b v2.8.1
  • 151b8d0 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • be6db6f #2931: Tighten up types to prevent accidentically calling AddOrGet with a Con...
  • f466d81 #2927: Misleading error message when class used in IClassFixture<> throws exc...
  • 1911ea7 Missed unit test updates
  • f497d65 Cannot use full assembly path as dictionary key for execution options lookup,...
  • c2f2d47 Add ability to provide live output messages from running tests
  • 013093b Polyfill in StringSyntaxAttribute
  • e1e4c2e #2719: Class with custom Fact with throwing Skip should fail appropriately
  • 8b0b13c Clarify naming
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.8.0 to 2.8.1

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits
  • 6a2be34 Update to runtime 226073
  • ad2e6b2 Update to arcade with WiX fix (225805)
  • e53280a Update branding to 8.0.6 (#33659)
  • f42a208 Merged PR 39039: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 59616ed [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • e04487d [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 3d36306 Merge in 'release/8.0' changes
  • 4900726 Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • b8e872c Merge in 'release/8.0' changes
  • c12b6dc Merge pull request #33499 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.2 to 8.0.4

Commits
  • 51faf6e Fix NpgsqlCharacterStringTypeMapping for compiled model
  • e3a6f37 Bump version to 8.0.4
  • f280bb7 Add translation of string.Join overload used with List<string> parameter (#3106)
  • 1e6c725 Fix operator precedence of AT TIME ZONE (#2987)
  • 468c8be Bump version to 8.0.3
  • See full diff in compare view

Updates Microsoft.EntityFrameworkCore.Sqlite from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits
  • 6a2be34 Update to runtime 226073
  • ad2e6b2 Update to arcade with WiX fix (225805)
  • e53280a Update branding to 8.0.6 (#33659)
  • f42a208 Merged PR 39039: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 59616ed [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • e04487d [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 3d36306 Merge in 'release/8.0' changes
  • 4900726 Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • b8e872c Merge in 'release/8.0' changes
  • c12b6dc Merge pull request #33499 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits
  • 6a2be34 Update to runtime 226073
  • ad2e6b2 Update to arcade with WiX fix (225805)
  • e53280a Update branding to 8.0.6 (#33659)
  • f42a208 Merged PR 39039: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 59616ed [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • e04487d [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 3d36306 Merge in 'release/8.0' changes
  • 4900726 Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • b8e872c Merge in 'release/8.0' changes
  • c12b6dc Merge pull request #33499 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore.Design from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits
  • 6a2be34 Update to runtime 226073
  • ad2e6b2 Update to arcade with WiX fix (225805)
  • e53280a Update branding to 8.0.6 (#33659)
  • f42a208 Merged PR 39039: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 59616ed [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • e04487d [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 3d36306 Merge in 'release/8.0' changes
  • 4900726 Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • b8e872c Merge in 'release/8.0' changes
  • c12b6dc Merge pull request #33499 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits
  • 6a2be34 Update to runtime 226073
  • ad2e6b2 Update to arcade with WiX fix (225805)
  • e53280a Update branding to 8.0.6 (#33659)
  • f42a208 Merged PR 39039: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 59616ed [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • e04487d [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 3d36306 Merge in 'release/8.0' changes
  • 4900726 Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • b8e872c Merge in 'release/8.0' changes
  • c12b6dc Merge pull request #33499 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Sentry.Extensions.Logging from 4.4.0 to 4.7.0

Release notes

Sourced from Sentry.Extensions.Logging'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.Extensions.Logging'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 dotnet-ef from 8.0.4 to 8.0.6

Release notes

Sourced from dotnet-ef's releases.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits
  • 6a2be34 Update to runtime 226073
  • ad2e6b2 Update to arcade with WiX fix (225805)
  • e53280a Update branding to 8.0.6 (#33659)
  • f42a208 Merged PR 39039: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 59616ed [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • e04487d [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 3d36306 Merge in 'release/8.0' changes
  • 4900726 Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • b8e872c Merge in 'release/8.0' changes
  • c12b6dc Merge pull request #33499 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable 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 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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `8.0.2` | `8.0.4` |
| [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` |
| [Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet) | `4.4.0` | `4.7.0` |
| [dotnet-ef](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` |


Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `xunit` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

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

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

Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](npgsql/efcore.pg@v8.0.2...v8.0.4)

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

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

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

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

Updates `Sentry.Extensions.Logging` from 4.4.0 to 4.7.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.4.0...4.7.0)

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

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  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: Microsoft.EntityFrameworkCore
  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: Microsoft.EntityFrameworkCore
  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 Jun 1, 2024
@dependabot dependabot bot requested a review from ch1seL June 1, 2024 05:59
@ch1seL ch1seL enabled auto-merge (rebase) June 1, 2024 06:15
@ch1seL ch1seL merged commit 35ac91d into main Jun 1, 2024
2 checks passed
@ch1seL ch1seL deleted the dependabot/nuget/src/all-bd568f80e5 branch June 1, 2024 06:15
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