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

build(deps): bump the dependencies group across 1 directory with 10 updates #218

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Bumps the dependencies group with 10 updates in the /server directory:

Package From To
Verify.Xunit 26.4.5 26.6.0
Vogen 4.0.19 5.0.3
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.4 8.0.8
Scrutor 4.2.2 5.0.1
Sentry.Serilog 4.10.2 4.11.0
Serilog 4.0.1 4.0.2
Swashbuckle.AspNetCore 6.7.3 6.8.0
Microsoft.NET.Test.Sdk 17.11.0 17.11.1
xunit 2.9.0 2.9.2
swashbuckle.aspnetcore.cli 6.7.3 6.8.0

Updates Verify.Xunit from 26.4.5 to 26.6.0

Commits

Updates Vogen from 4.0.19 to 5.0.3

Release notes

Sourced from Vogen's releases.

5.0.3

What's Changed

Full Changelog: SteveDunn/Vogen@5.0.2...5.0.3

5.0.2

Full Changelog: SteveDunn/Vogen@5.0.1...5.0.2

Description

Bug Fixes

Performance Improvements

5.0.1

What's Changed

Full Changelog: SteveDunn/Vogen@4.0.19...5.0.1

5.0.0

What's Changed

Full Changelog: SteveDunn/Vogen@4.0.19...5.0.0

5.0.0

What's Changed

Full Changelog: SteveDunn/Vogen@4.0.19...5.0.0

Commits

Updates Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.4 to 8.0.8

Commits
  • 55dd99e Properly escape constant regex patterns (#3299)
  • 3ebe6f5 Bump some test dependencies to avoid CVE warnings
  • 2b5d63e Test fixes for 8.0.x sync
  • d856230 Bump version to 8.0.8
  • aec0d1f Correct non-NodaTime date/time type mappings when NodaTime is configured (#3214)
  • 8a4c25b Add ordering by ordinality column for primitive collections (#3209)
  • 1292512 Add missing check for predicate in primitive collection simplifications (#3196)
  • a2ce3ee Bump version to 8.0.5
  • See full diff in compare view

Updates Scrutor from 4.2.2 to 5.0.1

Release notes

Sourced from Scrutor's releases.

Brave Stinger

What's Changed

New Contributors

Full Changelog: khellang/Scrutor@v4.2.2...v5.0.0

Commits
  • ab67b16 Version bump
  • face8c7 Work around type load errors in .NET Framework
  • d7f676e Change to latest LangVersion
  • 481f71b Allow registering fully closed generic types, even if arity doesn't match #104
  • 5221bff Add package README.md #223
  • 32f5b8b Update package versions
  • a55d056 FromExecutingAssembly and FromCallingAssembly are misleading #92
  • ade33df Bump major version
  • 99ec65d Bump dependencies to RTM
  • 315fa2b Add plumbing to support decorating keyed services
  • Additional commits viewable in compare view

Updates Sentry.Serilog from 4.10.2 to 4.11.0

Release notes

Sourced from Sentry.Serilog's releases.

4.11.0

Features

  • All exceptions are now added as breadcrumbs on future events. Previously this was only the case for exceptions captured via the Sentry.SeriLog or Sentry.Extensions.Logging integrations. (#3584)

Fixes

  • On mobile devices, the SDK no longer throws a FormatException for ProcessorFrequency when trying to report native events (#3541)
  • Add missing org parameter to the CLI release operations (#3600)

API Changes

  • When the Sentry SDK is disabled, SentrySdk.StartTransaction() now returns a NoOpTransaction, which avoids unnecessary memory allocations (#3581)

Dependencies

Changelog

Sourced from Sentry.Serilog's changelog.

4.11.0

Features

  • All exceptions are now added as breadcrumbs on future events. Previously this was only the case for exceptions captured via the Sentry.SeriLog or Sentry.Extensions.Logging integrations. (#3584)

Fixes

  • On mobile devices, the SDK no longer throws a FormatException for ProcessorFrequency when trying to report native events (#3541)
  • Add missing org parameter to the CLI release operations (#3600)

API Changes

  • When the Sentry SDK is disabled, SentrySdk.StartTransaction() now returns a NoOpTransaction, which avoids unnecessary memory allocations (#3581)

Dependencies

Commits
  • 92aae4b release: 4.11.0
  • c892db4 fixed remark (#3612)
  • a77e1bd build(deps): bump gradle/actions from 4.0.1 to 4.1.0 (#3610)
  • 9b61b5b build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 (#3609)
  • 3411797 docs(SentrySdk): correct typo in code docs (#3608)
  • 9ad2caa All exceptions are now added as breadcrumbs on future events (#3584)
  • ea2dce1 chore: update scripts/update-cli.ps1 to 2.36.1 (#3606)
  • 241184f chore: update scripts/update-cli.ps1 to 2.36.0 (#3603)
  • 34cd01c build(deps): bump jlumbroso/free-disk-space from 1.3.0 to 1.3.1 (#3602)
  • bece0a3 fix: Add missing org parameter to CLI release operations (#3600)
  • Additional commits viewable in compare view

Updates Serilog from 4.0.1 to 4.0.2

Release notes

Sourced from Serilog's releases.

v4.0.2

Commits
  • 4c9a312 Merge pull request #2118 from serilog/dev
  • 7b85d53 Update publishing key
  • 3aa295b Properly synchronize use of InMemoryBatchedSink fields (attempting to fix fla...
  • 6e5a82c Tighten up the test to ensure we don't add IAsyncDisposable to the test stub
  • b5085aa Fall back to IDisposable in Log.CloseAndFlushAsync() when the target logger i...
  • 68881e1 Don't capture properties with private get accessors
  • 3f6d855 Optimize ReusableStringWriter.Write/WriteLine(ReadOnlySpan<char>) methods
  • 9f6b814 Added test for timestamp formatting
  • 64fccfa Removed boxing and string allocations in DateTimeOffset/DateTime serializatio...
  • 8c82a50 Remove junk file (#2095)
  • Additional commits viewable in compare view

Updates Swashbuckle.AspNetCore from 6.7.3 to 6.8.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

Commits

Updates Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

Release notes

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

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

Commits
  • 58dbd02 Revert "Do not publish to BAR when RTM version is built"
  • aa62848 Do not publish to BAR when RTM version is built
  • d824a2f Bump 17.11.1
  • ed4ac92 Forward error output from testhost as info (#5193)
  • See full diff in compare view

Updates xunit from 2.9.0 to 2.9.2

Commits
  • 82543a6 v2.9.2
  • 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects
  • 502f6d1 Bump up to v2.9.2-pre
  • bb7c3e4 v2.9.1
  • 5d70d25 #3028: Support IGrouping<TKey,TValue> in Assert.Equivalent (v2)
  • ed6e05b Add support for IGrouping<,> in ArgumentFormatter, assuming it's safe to re-e...
  • d97c7f8 Restore TestInvoker<T>.GetTaskFromResult (forwards to AsyncUtility.TryConvert...
  • 416ed81 #3021: Add overload of Assert.Equal to resolve compiler ambiguity
  • 6b86235 Add Assert.Equivalent support for evaluating Lazy<T>
  • aadff05 Updated build table in README
  • Additional commits viewable in compare view

Updates swashbuckle.aspnetcore.cli from 6.7.3 to 6.8.0

Release notes

Sourced from swashbuckle.aspnetcore.cli's releases.

v6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

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

@dependabot dependabot bot added dependencies nuget nuget package-ecosystem labels Sep 29, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/server/dependencies-68f3540448 branch from d4b2bb1 to 1adfdf9 Compare September 29, 2024 07:37
@just-seba just-seba enabled auto-merge (squash) September 29, 2024 07:39
@dependabot dependabot bot force-pushed the dependabot/nuget/server/dependencies-68f3540448 branch from 1adfdf9 to 11655c8 Compare September 29, 2024 07:45
…pdates

Bumps the dependencies group with 10 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [Verify.Xunit](https://github.com/VerifyTests/Verify) | `26.4.5` | `26.6.0` |
| [Vogen](https://github.com/SteveDunn/Vogen) | `4.0.19` | `5.0.3` |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `8.0.4` | `8.0.8` |
| [Scrutor](https://github.com/khellang/Scrutor) | `4.2.2` | `5.0.1` |
| [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) | `4.10.2` | `4.11.0` |
| [Serilog](https://github.com/serilog/serilog) | `4.0.1` | `4.0.2` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.7.3` | `6.8.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` |
| [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` |
| [swashbuckle.aspnetcore.cli](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.7.3` | `6.8.0` |



Updates `Verify.Xunit` from 26.4.5 to 26.6.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@26.4.5...26.6.0)

Updates `Vogen` from 4.0.19 to 5.0.3
- [Release notes](https://github.com/SteveDunn/Vogen/releases)
- [Commits](SteveDunn/Vogen@4.0.19...5.0.3)

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

Updates `Scrutor` from 4.2.2 to 5.0.1
- [Release notes](https://github.com/khellang/Scrutor/releases)
- [Commits](khellang/Scrutor@v4.2.2...v5.0.1)

Updates `Sentry.Serilog` from 4.10.2 to 4.11.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.10.2...4.11.0)

Updates `Serilog` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.1...v4.0.2)

Updates `Swashbuckle.AspNetCore` from 6.7.3 to 6.8.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0)

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

Updates `xunit` from 2.9.0 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.0...v2-2.9.2)

Updates `swashbuckle.aspnetcore.cli` from 6.7.3 to 6.8.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Vogen
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Scrutor
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Sentry.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: swashbuckle.aspnetcore.cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@just-seba just-seba force-pushed the dependabot/nuget/server/dependencies-68f3540448 branch from 11655c8 to 482d408 Compare September 29, 2024 10:32
@just-seba just-seba merged commit a9b3e45 into main Sep 29, 2024
10 checks passed
@just-seba just-seba deleted the dependabot/nuget/server/dependencies-68f3540448 branch September 29, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies nuget nuget package-ecosystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant