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 dotnet group across 1 directory with 23 updates #357

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dotnet group with 23 updates in the / directory:

Package From To
Pathological.ProjectSystem 1.0.0 8.0.2
Octokit 10.0.0 11.0.1
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
Newtonsoft.Json 13.0.1 13.0.3
xunit 2.7.1 2.8.1
xunit.runner.visualstudio 2.5.8 2.8.1
CommandLineParser 1.9.71 2.9.1
Microsoft.Build 17.9.5 17.10.4
Microsoft.CodeQuality.Analyzers 2.6.0 3.3.2
Microsoft.NetCore.Analyzers 2.6.0 3.3.2
Microsoft.NetFramework.Analyzers 2.6.0 3.3.2
System.Reflection.TypeExtensions 4.4.0 4.7.0
Microsoft.AspNetCore.Components.WebAssembly 8.0.4 8.0.6
Microsoft.AspNetCore.Components.WebAssembly.DevServer 8.0.4 8.0.6
Microsoft.NET.Sdk.Functions 4.3.0 4.4.0
System.Runtime 4.3.0 4.3.1
Swashbuckle.AspNetCore 6.5.0 6.6.2
Microsoft.Azure.Functions.Worker.Extensions.Http 3.1.0 3.2.0
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.2.1 1.3.1
Microsoft.Azure.Functions.Worker.Extensions.Http 3.1.0 3.2.0
YamlDotNet 15.1.2 15.1.6
Spectre.Console 0.48.1-preview.0.38 0.49.1
Microsoft.Extensions.FileProviders.Embedded 8.0.4 8.0.6
Newtonsoft.Json.Schema 3.0.15 3.0.16
Newtonsoft.Json 13.0.1 13.0.3

Updates Pathological.ProjectSystem from 1.0.0 to 8.0.2

Release notes

Sourced from Pathological.ProjectSystem's releases.

8.0.2

Added support for understanding .slnx files.

Full Changelog: IEvangelist/pathological.globbing@8.0.1...8.0.2

v8.0.1

  • Added Globbing.ProjectSystem to read projects, solutions, and Dockerfiles.

Full Changelog: IEvangelist/pathological.globbing@8.0.0...8.0.1

v8.0.0

Full Changelog: IEvangelist/pathological.globbing@8.0.0-rc.1.23419.4...8.0.0

v8.0.0-rc.1.23419.4

No release notes provided.

Commits

Updates Octokit from 10.0.0 to 11.0.1

Release notes

Sourced from Octokit's releases.

v11.0.1

What's Changed

Fix

Full Changelog: octokit/octokit.net@v11.0.0...v11.0.1

v11.0.0

What's Changed

BREAKING CHANGE

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v10.0.0...v10.0.1

Commits
  • 4ca8f1c fix: "zip" Content-Type resulting in null Stream for Artifacts on Blob Storag...
  • 889bf25 feat/fix: Allow zip MIME type (#2902)
  • 92ff70b BREAKING CHANGE (behavior): Modify caching to only attempt to update the resp...
  • 1dc9c5e Bump Cake.Coverlet from 3.0.4 to 4.0.1 in /build (#2896)
  • 41d5d24 feat: Add create organization invitation via email (#2895)
  • See full diff in compare view

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 Newtonsoft.Json from 13.0.1 to 13.0.3

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.3

  • Fix - Fixed parsed zero decimals losing trailing zeroes
  • Fix - Fixed parsed negative zero double losing negative
  • Fix - Fixed null string being reported as String rather than JTokenType.Null

13.0.2

  • New feature - Add support for DateOnly and TimeOnly
  • New feature - Add UnixDateTimeConverter.AllowPreEpoch property
  • New feature - Add copy constructor to JsonSerializerSettings
  • New feature - Add JsonCloneSettings with property to disable copying annotations
  • Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer)
  • Change - Reduced allocations by reusing boxed values
  • Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter
  • Fix - Fixed deserializing mismatched JToken types in properties
  • Fix - Fixed merging enumerable content and validate content
  • Fix - Fixed using $type with arrays of more than two dimensions
  • Fix - Fixed rare race condition in name table when deserializing on device with ARM processors
  • Fix - Fixed deserializing via constructor with ignored base type properties
  • Fix - Fixed MaxDepth not being used with ISerializable deserialization
Commits
  • 0a2e291 Remove prerelease for 13.0.3
  • 4949c66 Update to 13.0.3-beta1
  • 5702581 Fix: Null String being reported as String rather than JTokenType.Null (#2796)
  • c908de3 Fix not returning negative double from box cache (#2777)
  • 2afdccd Fix parsed decimal losing trailing zeroes (#2769)
  • 4fba53a Remove prerelease for 13.0.2
  • b15df4b Add missing headers
  • 789bfd3 Update to 13.0.2-beta3
  • b13717a Add JsonCloneSettings to disable copy annotations (#2757)
  • d0a328e Fix MaxDepth not being used with ISerializable deserialization (#2736)
  • Additional commits viewable in compare view

Updates xunit from 2.7.1 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.5.8 to 2.8.1

Commits
  • ce9211e v2.8.1
  • 3656cb8 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • 45eb783 Pull in output printing bug fix from core
  • e205244 #408: Add ability to print live output messages
  • 06087e3 Latest actions versions
  • 075f3ff Bump up to 2.8.1-pre
  • 6438bb8 v2.8.0
  • 2afd4cd Pick up latest dependencies
  • b8be108 Add multiplier format support to RunSettings
  • 3c2e493 Update to 2.7.2-pre.17 and support Xunit.ParallelAlgorithm in RunSetttings
  • Additional commits viewable in compare view

Updates CommandLineParser from 1.9.71 to 2.9.1

Release notes

Sourced from CommandLineParser's releases.

v2.9.1

What's Changed

New Contributors

Full Changelog: commandlineparser/commandline@2.8.0...v2.9.1

v2.9.0-preview3

No release notes provided.

v2.9.0-preview1

No release notes provided.

2.8.0

No release notes provided.

2.8.0-preview4

No release notes provided.

v2.8.0-preview2

The new featurs and fixes, read changelog

v2.8.0-preview1

No release notes provided.

... (truncated)

Commits

Updates Microsoft.Build from 17.9.5 to 17.10.4

Release notes

Sourced from Microsoft.Build's releases.

v17.10.4

What's Changed

... (truncated)

Commits

Updates Microsoft.CodeQuality.Analyzers from 2.6.0 to 3.3.2

Release notes

Sourced from Microsoft.CodeQuality.Analyzers's releases.

v3.3.2

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

  • Contains important functionality and performance bug fixes on top of v3.3.1 release
  • New deprecation warning CA9998 for Microsoft.CodeAnalysis.FxCopAnalyzers package: FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.

v3.3.1

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

Contains following important changes on top of v3.3.0 release:

Bug Fixes

  • Functionality and performance bug fixes
  • Tainted data rules improvements
  • CA5377: Don't warn when unable to get the control flow graph for dataflow analysis
  • CA3075: Fix false positive on XmlReader.Create(string) invocations
  • Optimizing error list refresh times for full compilation analyzers in Visual Studio 2019 16.9

Additional analyzers/fixers

Added

  • Globalization
    • CA1310: Specify StringComparison for correctness -- Enabled by default
  • Interoperability
    • CA1416: Validate platform compatibility -- Enabled by default

Changed

  • Globalization
    • CA1307: Specify StringComparison for clarity -- Now disabled by default

v3.3.0

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

Contains following important changes on top of v3.0.0 release

The new security rules CA2350-CA2362 can help find vulnerabilities related to DataSet and DataTable security guidance.

Feature

Editorconfig based file/directory level options configuration. See details here

Bug Fixes

  • Many bug fixes, including performance fixes.
  • Various tainted data rules: Don't report tainted data flowing into non-sink method parameters, when other tainted data does flow into a sink parameter.

Additional analyzers/fixers

Added

  • Design
    • CA1002: Do not expose generic lists
    • CA1005: Avoid excessive parameters on generic types

... (truncated)

Commits
  • 4e0e1e8 Merge pull request #4494 from dotnet/merges/release/5.0.2xx-to-master
  • 5530a8b Merge branch 'master' into merges/release/5.0.2xx-to-master
  • 26b2159 Merge pull request #4492 from mavasani/Issue4491_5_0_2xx
  • 23619eb Harden InterproceduralAnalysisConfiguration to prevent null tree argument
  • 9df0075 Merge pull request #4490 from mavasani/FI_5_0_2xx
  • 5671c0b Merge remote-tracking branch 'upstream/release/5.0.2xx' into FI_5_0_2xx
  • f7aad5c Merge pull request #4489 from dotnet/mavasani-patch-1
  • 389ac2f Update Program.cs
  • 3b7bb4a Merge pull request #4488 from dotnet/netanalyzers-5-0-1
  • 704496d Update auto-generated documentation file by running msbuild /t:pack
  • Additional commits viewable in compare view

Updates Microsoft.NetCore.Analyzers from 2.6.0 to 3.3.2

Release notes

Sourced from Microsoft.NetCore.Analyzers's releases.

v3.3.2

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

  • Contains important functionality and performance bug fixes on top of v3.3.1 release
  • New deprecation warning CA9998 for Microsoft.CodeAnalysis.FxCopAnalyzers package: FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.

v3.3.1

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

Contains following important changes on top of v3.3.0 release:

Bug Fixes

  • Functionality and performance bug fixes
  • Tainted data rules improvements
  • CA5377: Don't warn when unable to get the control flow graph for dataflow analysis
  • CA3075: Fix false positive on XmlReader.Create(string) invocations
  • Optimizing error list refresh times for full compilation analyzers in Visual Studio 2019 16.9

Additional analyzers/fixers

Added

  • Globalization
    • CA1310: Specify StringComparison for correctness -- Enabled by default
  • Interoperability
    • CA1416: Validate platform compatibility -- Enabled by default

Changed

  • Globalization
    • CA1307: Specify StringComparison for clarity -- Now disabled by default

v3.3.0

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

Contains following important changes on top of v3.0.0 release

The new security rules CA2350-CA2362 can help find vulnerabilities related to DataSet and DataTable security guidance.

Feature

Editorconfig based file/directory level options configuration. See details here

Bug Fixes

  • Many bug fixes, including performance fixes.
  • Various tainted data rules: Don't report tainted data flowing into non-sink method parameters, when other tainted data does flow into a sink parameter.

Additional analyzers/fixers

Added

  • Design
    • CA1002: Do not expose generic lists
    • CA1005: Avoid excessive parameters on generic types

... (truncated)

Commits
  • 4e0e1e8 Merge pull request #4494 from dotnet/merges/release/5.0.2xx-to-master
  • 5530a8b Merge branch 'master' into merges/release/5.0.2xx-to-master
  • 26b2159 Merge pull request #4492 from mavasani/Issue4491_5_0_2xx
  • 23619eb Harden InterproceduralAnalysisConfiguration to prevent null tree argument
  • 9df0075 Merge pull request #4490 from mavasani/FI_5_0_2xx
  • 5671c0b Merge remote-tracking branch 'upstream/release/5.0.2xx' into FI_5_0_2xx
  • f7aad5c Merge pull request #4489 from dotnet/mavasani-patch-1
  • 389ac2f Update Program.cs
  • 3b7bb4a Merge pull request #4488 from dotnet/netanalyzers-5-0-1
  • 704496d Update auto-generated documentation file by running msbuild /t:pack
  • Additional commits viewable in compare view

Updates Microsoft.NetFramework.Analyzers from 2.6.0 to 3.3.2

Release notes

Sourced from Microsoft.NetFramework.Analyzers's releases.

v3.3.2

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

  • Contains important functionality and performance bug fixes on top of v3.3.1 release
  • New deprecation warning CA9998 for Microsoft.CodeAnalysis.FxCopAnalyzers package: FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.

v3.3.1

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

Contains following important changes on top of v3.3.0 release:

Bug Fixes

  • Functionality and performance bug fixes
  • Tainted data rules improvements
  • CA5377: Don't warn when unable to get the control flow graph for dataflow analysis
  • CA3075: Fix false positive on XmlReader.Create(string) invocations
  • Optimizing error list refresh times for full compilation analyzers in Visual Studio 2019 16.9

Additional analyzers/fixers

Added

  • Globalization
    • CA1310: Specify StringComparison for correctness -- Enabled by default
  • Interoperability
    • CA1416: Validate platform compatibility -- Enabled by default

Changed

  • Globalization
    • CA1307: Specify StringComparison for clarity -- Now disabled by default

v3.3.0

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

Contains following important changes on top of v3.0.0 release

The new security rules CA2350-CA2362 can help find vulnerabilities related to DataSet and DataTable security guidance.

Feature

Editorconfig based file/directory level options configuration. See details here

Bug Fixes

  • Many bug fixes, including performance fixes.
  • Various tainted data rules: Don't report tainted data flowing into non-sink method parameters, when other tainted data does flow into a sink parameter.

Additional analyzers/fixers

Added

  • Design
    • CA1002: Do not expose generic lists
    • CA1005: Avoid excessive parameters on generic types

... (truncated)

Commits
  • 4e0e1e8 Merge pull request #4494 from dotnet/merges/release/5.0.2xx-to-master
  • 5530a8b Merge branch 'master' into merges/release/5.0.2xx-to-master
  • 26b2159 Merge pull request #4492 from mavasani/Issue4491_5_0_2xx
  • 23619eb Harden InterproceduralAnalysisConfiguration to prevent null tree argument
  • 9df0075 Merge pull request

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 29, 2024
Bumps the dotnet group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Pathological.ProjectSystem](https://github.com/IEvangelist/pathological.globbing) | `1.0.0` | `8.0.2` |
| [Octokit](https://github.com/octokit/octokit.net) | `10.0.0` | `11.0.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.1` | `13.0.3` |
| [xunit](https://github.com/xunit/xunit) | `2.7.1` | `2.8.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.8` | `2.8.1` |
| [CommandLineParser](https://github.com/commandlineparser/commandline) | `1.9.71` | `2.9.1` |
| [Microsoft.Build](https://github.com/dotnet/msbuild) | `17.9.5` | `17.10.4` |
| [Microsoft.CodeQuality.Analyzers](https://github.com/dotnet/roslyn-analyzers) | `2.6.0` | `3.3.2` |
| [Microsoft.NetCore.Analyzers](https://github.com/dotnet/roslyn-analyzers) | `2.6.0` | `3.3.2` |
| [Microsoft.NetFramework.Analyzers](https://github.com/dotnet/roslyn-analyzers) | `2.6.0` | `3.3.2` |
| [System.Reflection.TypeExtensions](https://github.com/dotnet/corefx) | `4.4.0` | `4.7.0` |
| [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` |
| [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` |
| [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk) | `4.3.0` | `4.4.0` |
| System.Runtime | `4.3.0` | `4.3.1` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.6.2` |
| [Microsoft.Azure.Functions.Worker.Extensions.Http](https://github.com/Azure/azure-functions-dotnet-worker) | `3.1.0` | `3.2.0` |
| [Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore](https://github.com/Azure/azure-functions-dotnet-worker) | `1.2.1` | `1.3.1` |
| [Microsoft.Azure.Functions.Worker.Extensions.Http](https://github.com/Azure/azure-functions-dotnet-worker) | `3.1.0` | `3.2.0` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.2` | `15.1.6` |
| [Spectre.Console](https://github.com/spectreconsole/spectre.console) | `0.48.1-preview.0.38` | `0.49.1` |
| [Microsoft.Extensions.FileProviders.Embedded](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` |
| [Newtonsoft.Json.Schema](https://github.com/JamesNK/Newtonsoft.Json.Schema) | `3.0.15` | `3.0.16` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.1` | `13.0.3` |



Updates `Pathological.ProjectSystem` from 1.0.0 to 8.0.2
- [Release notes](https://github.com/IEvangelist/pathological.globbing/releases)
- [Commits](https://github.com/IEvangelist/pathological.globbing/commits/8.0.2)

Updates `Octokit` from 10.0.0 to 11.0.1
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v10.0.0...v11.0.1)

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 `Newtonsoft.Json` from 13.0.1 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.3)

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

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

Updates `CommandLineParser` from 1.9.71 to 2.9.1
- [Release notes](https://github.com/commandlineparser/commandline/releases)
- [Changelog](https://github.com/commandlineparser/commandline/blob/master/docs/ChangeLog)
- [Commits](https://github.com/commandlineparser/commandline/commits/v2.9.1)

Updates `Microsoft.Build` from 17.9.5 to 17.10.4
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.9.5...v17.10.4)

Updates `Microsoft.CodeQuality.Analyzers` from 2.6.0 to 3.3.2
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@v2.6.0...v3.3.2)

Updates `Microsoft.NetCore.Analyzers` from 2.6.0 to 3.3.2
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@v2.6.0...v3.3.2)

Updates `Microsoft.NetFramework.Analyzers` from 2.6.0 to 3.3.2
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@v2.6.0...v3.3.2)

Updates `System.Reflection.TypeExtensions` from 4.4.0 to 4.7.0
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Updates `Microsoft.AspNetCore.Components.WebAssembly` 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 `Microsoft.AspNetCore.Components.WebAssembly.DevServer` 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 `Microsoft.NET.Sdk.Functions` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases)
- [Commits](Azure/azure-functions-vs-build-sdk@4.3.0...4.4.0)

Updates `System.Runtime` from 4.3.0 to 4.3.1

Updates `Swashbuckle.AspNetCore` from 6.5.0 to 6.6.2
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.6.2)

Updates `Microsoft.Azure.Functions.Worker.Extensions.Http` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases)
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md)
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits/http-extension-3.2.0)

Updates `Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore` from 1.2.1 to 1.3.1
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases)
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md)
- [Commits](Azure/azure-functions-dotnet-worker@tables-extension-1.2.1...http-aspnetcore-extension-1.3.1)

Updates `Microsoft.Azure.Functions.Worker.Extensions.Http` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases)
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md)
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits/http-extension-3.2.0)

Updates `YamlDotNet` from 15.1.2 to 15.1.6
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.2...v15.1.6)

Updates `Spectre.Console` from 0.48.1-preview.0.38 to 0.49.1
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](https://github.com/spectreconsole/spectre.console/commits/0.49.1)

Updates `Microsoft.Extensions.FileProviders.Embedded` 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 `Newtonsoft.Json.Schema` from 3.0.15 to 3.0.16
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json.Schema/releases)
- [Commits](JamesNK/Newtonsoft.Json.Schema@3.0.15...3.0.16)

Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.3)

---
updated-dependencies:
- dependency-name: Pathological.ProjectSystem
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: CommandLineParser
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.CodeQuality.Analyzers
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.NetCore.Analyzers
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.NetFramework.Analyzers
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: System.Reflection.TypeExtensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Spectre.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.FileProviders.Embedded
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Newtonsoft.Json.Schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet-b97b724bfa branch from 7f5b990 to bd23e2b Compare June 5, 2024 20:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2024

Superseded by #360.

@dependabot dependabot bot closed this Jun 12, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dotnet-b97b724bfa branch June 12, 2024 20:52
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.

0 participants