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 16 updates #351

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
Newtonsoft.Json 13.0.1 13.0.3
xunit 2.7.1 2.8.0
xunit.runner.visualstudio 2.5.8 2.8.0
CommandLineParser 1.9.71 2.9.1
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.5
Microsoft.AspNetCore.Components.WebAssembly.DevServer 8.0.4 8.0.5
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.1
YamlDotNet 15.1.2 15.1.4
Microsoft.Extensions.FileProviders.Embedded 8.0.4 8.0.5
Newtonsoft.Json.Schema 3.0.15 3.0.16
Newtonsoft.Json 13.0.1 13.0.3

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

Commits
  • be260b3 v2.8.0
  • a8ceb66 #783: Add -useansicolor flag to console runner (v2)
  • 7b0ff93 Don't show /aggressive with unlimited threads
  • 46cdf06 Support parallel algorithm in MSBuild runner
  • b4aa876 Support multipler syntax in MSBuild runner
  • 6790b48 Add aggressive display to TestFrameworkEnvironment reported by XunitTestAssem...
  • 3dd7e91 Update mocks to make CollectionBehaviorAttribute property values optional
  • 4c82dea Asking for default threads should set 0, not null
  • d73cdef Should not try to use a semaphore when we've been asked for unlimited threads
  • 3722e54 Enable multiplier style max threads support
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.5.8 to 2.8.0

Commits
  • 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
  • 144931e Missing height on version
  • 4315921 Fix concurrency bug in AssemblyHelper (#407)
  • 8617393 Bump up to 2.5.9-pre
  • See full diff 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.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 #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 System.Reflection.TypeExtensions from 4.4.0 to 4.7.0

Release notes

Sourced from System.Reflection.TypeExtensions's releases.

.NET Core 2.1.0 RC1

Repos

Commits

Updates Microsoft.AspNetCore.Components.WebAssembly from 8.0.4 to 8.0.5

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

.NET 8.0.5

Release

Commits
  • 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)
  • eac2e5a Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • 90f8928 Merged PR 38780: Fix Abort lock
  • 1002bb7 Merge in 'release/8.0' changes
  • fa6339e Merge pull request #55034 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.4 to 8.0.5

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases.

.NET 8.0.5

Release

Commits
  • 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)
  • eac2e5a Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • 90f8928 Merged PR 38780: Fix Abort lock
  • 1002bb7 Merge in 'release/8.0' changes
  • fa6339e Merge pull request #55034 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Microsoft.NET.Sdk.Functions from 4.3.0 to 4.4.0

Commits

Updates System.Runtime from 4.3.0 to 4.3.1

Updates Swashbuckle.AspNetCore from 6.5.0 to 6.6.1

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.6.1

What's Changed

... (truncated)

Commits

Updates YamlDotNet from 15.1.2 to 15.1.4

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.4

  • Merge pull request #903 from lahma/license-expression
    Switch to using PackageLicenseExpression

  • Merge pull request #904 from airbreather/fix-656
    Add a regression test for #656

Commits
  • 22070fd Merge pull request #904 from airbreather/fix-656
  • 4da74f4 Merge pull request #903 from lahma/license-expression
  • c9b7638 Switch to using PackageLicenseExpression
  • 912e5f9 Ensure that this new test can't just pass by leaving the object in its defaul...
  • 83beaba It was actually fixed in e1986a45
  • See full diff in compare view

Updates Microsoft.Extensions.FileProviders.Embedded from 8.0.4 to 8.0.5

Release notes

Sourced from Microsoft.Extensions.FileProviders.Embedded's releases.

.NET 8.0.5

Release

Commits
  • 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)
  • eac2e5a Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • 90f8928 Merged PR 38780: Fix Abort lock
  • 1002bb7 Merge in 'release/8.0' changes
  • fa6339e Merge pull request #55034 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Newtonsoft.Json.Schema from 3.0.15 to 3.0.16

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
  • Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [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.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.8` | `2.8.0` |
| [CommandLineParser](https://github.com/commandlineparser/commandline) | `1.9.71` | `2.9.1` |
| [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.5` |
| [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.5` |
| [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.1` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.2` | `15.1.4` |
| [Microsoft.Extensions.FileProviders.Embedded](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.5` |
| [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 `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.0
- [Commits](xunit/xunit@2.7.1...2.8.0)

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

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

Updates `Microsoft.AspNetCore.Components.WebAssembly.DevServer` from 8.0.4 to 8.0.5
- [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.5)

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.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.6.1)

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

Updates `Microsoft.Extensions.FileProviders.Embedded` from 8.0.4 to 8.0.5
- [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.5)

Updates `Newtonsoft.Json.Schema` from 3.0.15 to 3.0.16
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json.Schema/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json.Schema/commits)

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: 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.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: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 22, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dotnet-c0ccff68a5 branch May 22, 2024 21:05
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.

None yet

0 participants