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 #8

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 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.3
Microsoft.EntityFrameworkCore 8.0.4 8.0.7
Microsoft.EntityFrameworkCore.Design 8.0.4 8.0.7
Microsoft.EntityFrameworkCore.Relational 8.0.4 8.0.7
Microsoft.EntityFrameworkCore 8.0.4 8.0.7
Microsoft.Extensions.ApiDescription.Client 8.0.4 8.0.7
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.2
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.3

Release notes

Sourced from Discord.Net's releases.

v3.15.3

[3.15.3] - 2024-07-21

This release brings support for application owned custom emojis and fixes a number of bugs within the library.

Added

  • #2963 Application Emojis (26bb789)
  • [EXPERIMENTAL] #2931 Member search v2 (e18915a)
  • #2952 add IsAvailable to GuildEmote (cb79f04)
  • #2965 Add team member Role property (6e531a2)

Fixed

  • #2958 crash when poll is null in RestMessageComponent (24c7605)
  • #2962 incomplete validation when ChannelFlags.RequireTag is true (f5fdfb2)
  • #2948 Fix IndexOf bug in CreateBucketId (ec0ba49)
  • #2959 Fix automod related events in the sharded client (8b6be64)
  • #2966 Fix CustomSticker.DeleteAsync() (359f6db)

Misc

  • #2951 Update for the breaking change discord has made + v3 is cringe (8afea2c)
  • #2953 longer polls (ae49794)
  • #2956 Add missing role tags (6b691b1)
  • #2957 Longer MaxCustomBlockMessageLength (bae7861)

New Contributors

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

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)

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.15.3] - 2024-07-21

Added

  • #2963 Application Emojis (26bb789)
  • [EXPERIMENTAL] #2931 Member search v2 (e18915a)
  • #2952 add IsAvailable to GuildEmote (cb79f04)
  • #2965 Add team member Role property (6e531a2)

Fixed

  • #2958 crash when poll is null in RestMessageComponent (24c7605)
  • #2962 incomplete validation when ChannelFlags.RequireTag is true (f5fdfb2)
  • #2948 Fix IndexOf bug in CreateBucketId (ec0ba49)
  • #2959 Fix automod related events in the sharded client (8b6be64)
  • #2966 Fix CustomSticker.DeleteAsync() (359f6db)

Misc

  • #2951 Update for the breaking change discord has made + v3 is cringe (8afea2c)
  • #2953 longer polls (ae49794)
  • #2956 Add missing role tags (6b691b1)
  • #2957 Longer MaxCustomBlockMessageLength (bae7861)

[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)

... (truncated)

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

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

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

Updates Microsoft.EntityFrameworkCore.Design from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

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

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

Updates Microsoft.EntityFrameworkCore.Relational from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

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

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

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

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

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

Updates Microsoft.Extensions.ApiDescription.Client from 8.0.4 to 8.0.7

Release notes

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

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

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

Commits

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

Release notes

Sourced from Serilog.Settings.Configuration's releases.

v8.0.2

  • #428 - update Microsoft.Extensions.DependencyModel dependency to avoid vulnerable transitive dependency on System.Text.Json (@​Numpsy)
  • #427 - test project update (@​Numpsy)

v8.0.1

Commits
  • d54b133 Merge pull request #429 from serilog/dev
  • e42be6a Merge pull request #428 from Numpsy/bump
  • d9ddc39 Merge pull request #427 from serilog/xunit
  • 6c231a3 Update Microsoft.Extensions.DependencyModel to 8.0.1
  • 80b30e1 Update xunit to 2.9.0
  • a502598 Dev version bump [skip ci]
  • 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
  • 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.3` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Microsoft.Extensions.ApiDescription.Client](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.7` |
| [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.2` |
| [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.3
- [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.3)

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

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

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

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

Updates `Microsoft.Extensions.ApiDescription.Client` from 8.0.4 to 8.0.7
- [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.7)

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.2
- [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.2)

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 Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #9.

@dependabot dependabot bot closed this Jul 29, 2024
@dependabot dependabot bot deleted the dependabot/nuget/nuget-dependencies-4e852264f8 branch July 29, 2024 07:02
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