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 nuget-dependencies group across 1 directory with 11 updates #6

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuget-dependencies group with 11 updates in the / directory:

Package From To
Discord.Addons.Hosting 6.0.0 6.1.0
Discord.Net 3.14.1 3.15.2
Microsoft.EntityFrameworkCore 8.0.4 8.0.6
Microsoft.EntityFrameworkCore.Design 8.0.4 8.0.6
Microsoft.EntityFrameworkCore.Relational 8.0.4 8.0.6
Microsoft.EntityFrameworkCore 8.0.4 8.0.6
Microsoft.Extensions.ApiDescription.Client 8.0.4 8.0.6
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.2 8.0.4
OneOf 3.0.263 3.0.271
Serilog 3.1.1 4.0.0
Serilog.Settings.Configuration 8.0.0 8.0.1
Serilog.Sinks.Console 5.0.1 6.0.0
Serilog 3.1.1 4.0.0

Updates Discord.Addons.Hosting from 6.0.0 to 6.1.0

Release notes

Sourced from Discord.Addons.Hosting's releases.

v6.1.0

  • Updates Discord.NET to v3.15 to fix a binary compatibility break introduced in that version (Closes #32).
Commits

Updates Discord.Net from 3.14.1 to 3.15.2

Release notes

Sourced from Discord.Net's releases.

3.15.2

[3.15.2] - 2024-06-18

Fixed

  • readded back empty AutocompleteAttribute ctor
  • removed validation in Emote ctor

Full Changelog: discord-net/Discord.Net@3.15.1...3.15.2

v3.15.1

[3.15.1] - 2024-06-18

This release brings some minor but useful additions and QoL changes. "It aint much but it's honest work"

Added

  • #2942 Add purchase notification (9d92435)
  • #2934 Add MessageCallData (21195a8)
  • #2932 Config Bypass for CanSendResponse (9030a5b)
  • #2933 Premium Buttons (531b5eb)
  • #2941 Add UseExternalApps permission (f7f29d5)

Fixed

  • #2927 Add missing PollProperties (a59f4ba)

Misc

  • #2936 Public constructor for Emote (3be72a8)
  • #2935 Generic autocomplete (35b102a)
  • #2929 Enable nuget debug symbols. (aa424f6)

New Contributors

Full Changelog: discord-net/Discord.Net@3.15.0...3.15.1

v3.15.0

[3.15.0] - 2024-05-12

This release brings support for polls & related gateway events, new store features and a bunch of utility attributes for interaction & text command frameworks.

Important notes:

Known Issues

  • services.AddSingleton<InteractionService>(); may fail on this version, we are working on a fix. As a temporary solution do the following:
services.AddSingleton<IRestClientProvider>(x => x.GetRequiredService<DiscordSocketClient>());

replace DiscordSocketClient with DiscordShardedClient if you use one.

Added

  • #2902 Polls (476ec06)
  • #2898 Guild bans with seconds prune period (d1da2a0)

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.15.2] - 2024-06-18

Hotfix

  • fix AutocompleteAttribute with empty constructor
  • fix Emote constructor related issues

[3.15.1] - 2024-06-18

Added

  • #2927 Add missing PollProperties (a59f4ba)
  • #2942 Add purchase notification (9d92435)
  • #2934 Add MessageCallData (21195a8)
  • #2932 Config Bypass for CanSendResponse (9030a5b)
  • #2933 Premium Buttons (531b5eb)
  • #2941 Add UseExternalApps permission (f7f29d5)

Misc

  • #2936 Public constructor for Emote (3be72a8)
  • #2935 Generic autocomplete (35b102a)
  • #2929 Enable nuget debug symbols. (aa424f6)

[3.15.0] - 2024-05-12

Added

  • #2902 Polls (476ec06)
  • #2898 Guild bans with seconds prune period (d1da2a0)
  • #2903 Create RequireTeamAttribute (753724d)
  • #2906 Create DoHierarchyCheckAttribute (1a5cba8)
  • #2923 Create RequireRoleAttribute (5dadcb2)
  • #2919 More store stuff (f9086d3)
  • #2920 Add SocketInteraction.InteractionChannel (3054505)

Fixed

  • #2910 RestDMChannel relies on recipient (13ea566)
  • #2911 Don't rely on Guild for id (397a887)
  • #2912 Don't depend on WebSocket for Interaction service (a2f624e)
  • #2922 NRE with rest interactions & no api call (again) (83fdc89)
  • #2924 Fix null error when using a SelectMenuBuilder constructor (93cb71a)

Misc

  • #2905 Remove analyzer project & resolve some build warnings (7aab366)
  • #2913 Replace generic exceptions. (54d2fe5)
  • #2908 Support options in Rest's AddRoleAsync (b70e21b)
  • #2914 .Distinct() roles(ids) in IGuildUser.ModifyAsync (27a0785)
  • #2915 Improve bulk bans (f85bf9a)
Commits

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.6

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.5.

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.6

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.5.

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.Relational from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

EF Core 8.0.6

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.5.

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.6

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.5.

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.Extensions.ApiDescription.Client from 8.0.4 to 8.0.6

Release notes

Sourced from Microsoft.Extensions.ApiDescription.Client's releases.

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

Commits
  • b8139c5 Update to runtime 226073
  • ff161f7 Update to efcore 226185
  • e9e452b Update to arcade with WiX fix (225805)
  • 75e0406 Update branding to 8.0.6 (#55472)
  • c9e3996 Merged PR 39207: [internal/release/8.0] Updated Version.Details.xml - replace...
  • 1681d9a Merged PR 39048: [internal/release/8.0] Update dependencies from dnceng/inter...
  • b5c1ba3 Merged PR 39041: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 582b2e3 Merged PR 38666: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 4fb5420 Merge in 'release/8.0' changes
  • d65b2f0 [release/8.0] Update Wix version (#55101)
  • 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 OneOf from 3.0.263 to 3.0.271

Commits

Updates Serilog from 3.1.1 to 4.0.0

Release notes

Sourced from Serilog's releases.

v4.0.0

What's new in Serilog 4.0.0?

If you're deploying to .NET Framework, note that Serilog's assembly version number has been unpinned from the long-running historical 2.0.0 default, and now matches the package version precisely. If you encounter issues, ensure your build is generating valid assembly binding redirects.

Simple, robust, built-in batching support

Sinks that need batching functionality can now be easily written, without any additional package dependencies, by implementing IBatchedLogEventSink:

class MyBatchedSink: IBatchedLogEventSink
{
    public Task EmitBatchAsync(IReadOnlyCollection<LogEvent> batch)
    {
        // Send a batch of log events...
    }
}

Batched sinks can be added using WriteTo.Sink(IBatchedLogEventSink, ...) - they're given first-class consideration just like regular un-batched sinks.

The built-in batching implementation is based on System.Threading.Channels and draws on the original Serilog.Sinks.PeriodicBatching package (now in maintenance-mode), to provide a full-featured, efficient, async-native batching implementation.

Experimental dotted name capturing

By setting an experimental AppContext switch, message templates can be used to capture dotted names, which are required when using some logging schemas.

AppContext.SetSwitch("Serilog.Parsing.MessageTemplateParser.AcceptDottedPropertyNames", true);
Log.Information("Running as {user.name}", Environment.UserName);
// Captures {"user.name": "nblumhardt"}

While currently experimental and unsupported, this flag is intended to help the ecosystem evaluate and prepare for dotted name support in a future Serilog release.

Changes

... (truncated)

Commits
  • 573a628 Merge pull request #2067 from serilog/dev
  • e963475 Attempt to make tests more robust on slow CI machines by increasing time steps
  • 5e18faf Update all dependencies, fix new xUnit lints
  • 9fcf795 Move TrimConfiguration to Capturing namespace, 'Configuration' namespace is j...
  • 4ef3a87 Remove noop byte cast
  • 9d3a088 fix: only disallows '}' in format strings, use byte comparison
  • 920b8c8 fix: allows all printable characters as format values
  • e1a0047 Typo - to -> do
  • 921eccc Scope back to only considering dots; improve tests
  • 592a124 Improve comment
  • Additional commits viewable in compare view

Updates Serilog.Settings.Configuration from 8.0.0 to 8.0.1

Release notes

Sourced from Serilog.Settings.Configuration's releases.

v8.0.1

Commits
  • 0ab5073 Merge pull request #422 from serilog/dev
  • cfe1b52 Revert minor version bump - forgot about the versioning policy used here :) [...
  • 39c07a9 Minor version bump - new features incoming
  • fda80d9 Merge pull request #405 from ChristofferGersen/support-collection-arguments
  • 8051c6b Merge pull request #416 from eleazarcelis/clarification-serilog-section-appse...
  • eca00c2 Clarification of the location of the 'Serilog' section in appsettings.json file.
  • 19f2a4a Merge pull request #412 from erichiller/patch-1
  • 5847ea7 Update README.md
  • 64a0130 Place JSON strings in variable before use
  • d0a1ba0 Support collections as constructor arguments
  • Additional commits viewable in compare view

Updates Serilog.Sinks.Console from 5.0.1 to 6.0.0

Release notes

Sourced from Serilog.Sinks.Console's releases.

v6.0.0

Commits
  • 4c9a7b6 Merge pull request #158 from serilog/dev
  • 1c80080 Merge pull request #157 from nblumhardt/serilog-4
  • c608cc9 Sample targeting
  • fa07aaf Update to Serilog 4, file scoped namespaces
  • a9308ef Delete .travis.yml (Travis is no longer used) [skip ci]
  • ca14c12 Minor version bump - addition of NO_COLOR support
  • 1c35ad9 Merge pull request #154 from sungam3r/nocolor
  • cf2c80d Support NO_COLOR environment variable
  • 1f0919e Remove obsolete Gitter link from README
  • 7a388eb Dev version bump [skip ci]
  • See full diff in compare view

Updates Serilog from 3.1.1 to 4.0.0

Release notes

Sourced from Serilog's releases.

v4.0.0

What's new in Serilog 4.0.0?

If you're deploying to .NET Framework, note that Serilog's assembly version number has been unpinned from the long-running historical 2.0.0 default, and now matches the package version precisely. If you encounter issues, ensure your build is generating valid assembly binding redirects.

Simple, robust, built-in batching support

Sinks that need batching functionality can now be easily written, without any additional package dependencies, by implementing IBatchedLogEventSink:

class MyBatchedSink: IBatchedLogEventSink
{
    public Task EmitBatchAsync(IReadOnlyCollection<LogEvent> batch)
    {
        // Send a batch of log events...
    }
}

Batched sinks can be added using WriteTo.Sink(IBatchedLogEventSink, ...) - they're given first-class consideration just like regular un-batched sinks.

The built-in batching implementation is based on System.Threading.Channels and draws on the original Serilog.Sinks.PeriodicBatching package (now in maintenance-mode), to provide a full-featured, efficient, async-native batching implementation.

Experimental dotted name capturing

By setting an experimental AppContext switch, message templates can be used to capture dotted names, which are required when using some logging schemas.

AppContext.SetSwitch("Serilog.Parsing.MessageTemplateParser.AcceptDottedPropertyNames", true);
Log.Information("Running as {user.name}", Environment.UserName);
// Captures {"user.name": "nblumhardt"}

While currently experimental and unsupported, this flag is intended to help the ecosystem evaluate and prepare for dotted name support in a future Serilog release.

Changes

... (truncated)

Commits
  • 573a628 Merge pull request #2067 from serilog/dev
  • e963475 Attempt to make tests more robust on slow CI machines by increasing time steps
  • 5e18faf Update all dependencies, fix new xUnit lints
  • 9fcf795 Move TrimConfiguration to Capturing namespace, 'Configuration' namespace is j...
  • 4ef3a87 Remove noop byte cast
  • 9d3a088 fix: only disallows '}' in format strings, use byte comparison
  • 920b8c8 fix: allows all printable characters as format values
  • e1a0047 Typo - to -> do
  • 921eccc Scope back to only considering dots; improve tests
  • 592a124 Improve comment
  • 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 nuget-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Discord.Addons.Hosting](https://github.com/Hawxy/Discord.Addons.Hosting) | `6.0.0` | `6.1.0` |
| [Discord.Net](https://github.com/discord-net/Discord.Net) | `3.14.1` | `3.15.2` |
| [Microsoft.EntityFrameworkCore](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` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` |
| [Microsoft.Extensions.ApiDescription.Client](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `8.0.2` | `8.0.4` |
| [OneOf](https://github.com/mcintyre321/OneOf) | `3.0.263` | `3.0.271` |
| [Serilog](https://github.com/serilog/serilog) | `3.1.1` | `4.0.0` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `8.0.0` | `8.0.1` |
| [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) | `5.0.1` | `6.0.0` |
| [Serilog](https://github.com/serilog/serilog) | `3.1.1` | `4.0.0` |



Updates `Discord.Addons.Hosting` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/Hawxy/Discord.Addons.Hosting/releases)
- [Commits](Hawxy/Discord.Addons.Hosting@v6.0.0...v6.1.0)

Updates `Discord.Net` from 3.14.1 to 3.15.2
- [Release notes](https://github.com/discord-net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@3.14.1...3.15.2)

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.Relational` 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.Extensions.ApiDescription.Client` from 8.0.4 to 8.0.6
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@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 `OneOf` from 3.0.263 to 3.0.271
- [Commits](https://github.com/mcintyre321/OneOf/commits)

Updates `Serilog` from 3.1.1 to 4.0.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v3.1.1...v4.0.0)

Updates `Serilog.Settings.Configuration` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-settings-configuration@v8.0.0...v8.0.1)

Updates `Serilog.Sinks.Console` from 5.0.1 to 6.0.0
- [Release notes](https://github.com/serilog/serilog-sinks-console/releases)
- [Commits](serilog/serilog-sinks-console@v5.0.1...v6.0.0)

Updates `Serilog` from 3.1.1 to 4.0.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v3.1.1...v4.0.0)

---
updated-dependencies:
- dependency-name: Discord.Addons.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Discord.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.ApiDescription.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OneOf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Serilog.Sinks.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #7.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/nuget/nuget-dependencies-f4489c19ae branch July 15, 2024 06:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants