Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the all group with 13 updates #1

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2023

Bumps the all group with 13 updates:

Package From To
Microsoft.CodeAnalysis.CSharp 4.0.0 4.7.0
H.Generators.Extensions 1.15.0 1.20.0
PolySharp 1.13.1 1.13.2
H.Generators.Tests.Extensions 1.15.0 1.20.0
Microsoft.NET.Test.Sdk 17.1.0 17.8.0
MSTest.TestAdapter 2.2.8 3.1.1
MSTest.TestFramework 2.2.8 3.1.1
FluentAssertions 6.5.1 6.12.0
Microsoft.CodeAnalysis.CSharp.Workspaces 4.5.0 4.7.0
Verify.MSTest 19.12.1 22.5.0
Verify.SourceGenerators 2.1.0 2.2.0
H.Resources.Generator 1.5.0 1.5.1
Microsoft.Bcl.AsyncInterfaces 1.0.0 8.0.0

Updates Microsoft.CodeAnalysis.CSharp from 4.0.0 to 4.7.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 7.0 Preview 5

Release

.NET 7.0 Preview 2

Release

.NET 7.0 Preview 1

Release

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Changelog

Sourced from Microsoft.CodeAnalysis.CSharp's changelog.

Version 4.7.0

SymbolDisplayFormat includes parameter name when invoked on IParameterSymbol

All SymbolDisplayFormats (predefined and user-created) now include parameter names by default if used on a standalone IParameterSymbol for consistency with predefined formats (see the breaking change for version 4.5.0 above).

Changed IncrementalStepRunReason when a modified input produced a new output

IncrementalGeneratorRunStep.Outputs previously contained IncrementalStepRunReason.Modified as Reason when the input to the step was modified in a way that produced a new output. Now the reason will be reported more accurately as IncrementalStepRunReason.New.

Version 4.8.0

Changed Assembly.Location behavior in non-Windows

The value of Assembly.Location previously held the location on disk where an analyzer or source generator was loaded from. This could be either the original location or the shadow copy location. In 4.8 this will be "" in certain cases when running on non Windows platforms. This is due the compiler server loading assemblies using AssemblyLoadContext.LoadFromStream instead of loading from disk.

This could already happen in other load scenarios but this change moves it into mainline build scenarios.

Deprecation warning for SyntaxNode serialization

The ability to serialize/deserialize a SyntaxNode to/from a Stream has been deprecated. The code for this still exists in Roslyn, but attempting to call the APIs to perform these functions will result in 'Obsolete' warnings being reported. A future version of Roslyn will remove this functionality entirely. This functionality could only work for a host that wrote out the nodes to a stream, and later read it back in within the same process instance. It could not be used to communicate across processes, or for persisting nodes to disk to be read in at a later time by a new host sessions. This functionality originally existed for the days when Roslyn was hosted in 32bit processes with limited address space. That is no longer a mainline supported scenario. Clients can get similar functionality by persisting the text of the node, and parsing it back out when needed.

PR: dotnet/roslyn#70365

Version 4.9.0

Obsoletion and removal of SyntaxNode serialization.

Continuation of the deprecation that happened in 4.8.0 (see information above). In 4.9.0 this functionality is now entirely removed, and will issue both an obsoletion error, and will throw at runtime if the APIs are used.

PR: dotnet/roslyn#70277

Changes in Microsoft.CodeAnalysis.Emit.EmitBaseline.CreateInitialBaseline method

A new required parameter Compilation has been added. Existing overloads without this parameter no longer work and throw NotSupportedException.

Changes in Microsoft.CodeAnalysis.Emit.SemanticEdit constructors

The value of preserveLocalVariables passed to the constructors is no longer used.

Commits

Updates H.Generators.Extensions from 1.15.0 to 1.20.0

Commits

Updates PolySharp from 1.13.1 to 1.13.2

Commits

Updates H.Generators.Tests.Extensions from 1.15.0 to 1.20.0

Commits

Updates Microsoft.NET.Test.Sdk from 17.1.0 to 17.8.0

Release notes

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

v17.8.0

What's Changed

Full Changelog: microsoft/vstest@v17.7.2...v17.8.0

v17.8.0-release-23468-02

What's Changed

Full Changelog: microsoft/vstest@v17.8.0-preview-23424-02...v17.8.0-release-23468-02

v17.8.0-preview-23424-02

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0-preview-23371-04...v17.8.0-preview-23424-02

v17.8.0-preview-23371-04

Issues Fixed

  • Take System dlls from testhost folder #4610
  • Simplify naming in ExecutionTests
  • Fix XmlException when writing Html log with certain test names #4576

Full Changelog: here

Drops

v17.7.2

What's Changed

... (truncated)

Changelog

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

Release Notes

17.6.1 and newer

Please see release notes directly in the release page: https://github.com/microsoft/vstest/releases

17.6.0

Issues Fixed

  • Add legacy feeds
  • [rel/17.6] Fix Newtonsoft versions in testhost.deps.json #4372
  • Revert "Revert "Fix signature verification" (#4333" #4345
  • Revert "Fix signature verification" #4333
  • Fix signature verification #4331
  • Pre-start testhosts #3666
  • Add dotnet vstest deprecation message #4297
  • Catch unhandled exception and avoid crash on test host exit #4291
  • Remove chutzpah #4249
  • Fix string conversion of Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome #4243
  • Fix potential trx logger NRE #4240
  • handle object disposed exception #4221
  • Added support for checking testhost compatibility with test sessions #4199

See full log here

Artifacts

  • TestPlatform vsix: 17.6.0
  • Microsoft.TestPlatform.ObjectModel : 17.6.0

17.3.3

Issues Fixed

  • [rel/17.3] Update Newtonsoft.Json to 13.0.1 #4299

See full log here

Drops

  • TestPlatform vsix: 17.3.3
  • Microsoft.TestPlatform.ObjectModel : 17.3.3

17.2.1

Issues Fixed

  • [rel/17.2] Update Newtonsoft.Json to 13.0.1 #4310

See full log here

... (truncated)

Commits

Updates MSTest.TestAdapter from 2.2.8 to 3.1.1

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.1.1

See the release notes here.

v3.1.0

See the release notes here.

ARTIFACTS FOR THIS RELEASE WERE CORRUPTED - YOU NEED TO LOOK AT ARTIFACTS OF v3.1.1

v3.0.4

See the release notes here.

v3.0.3

See the release notes here.

v3.0.2

See the release notes here.

v3.0.1

See the release notes here.

v3.0.0

See the release notes here.

v3.0.0-preview-20221122-01

See the release notes here.

v3.0.0-preview-20221110-04

See the release notes here.

Breaking changes

See breaking changes announcement

  • Following Microsoft .NET lifecycle
    • Dropped support for .NET Framework 4.5 (moved to 4.6.2)
    • Dropped support for .NET Standard 1.0 (moved to 2.0)
    • Dropped support for UWP before 16299
    • Dropped support for WinUI before 18362
    • Dropped support for .NET 5 (replaced with netcoreapp3.1 and .NET 6)
  • Merge timeout behaviors across all target frameworks
  • Change available constructors for DataRowAttribute
  • Change test ID generation strategy (allow to switch to previous strategies)

v2.3.0-preview-20220810-02

See release notes here.

v2.2.10

See release notes here.

v2.2.10-preview-20220414-01

... (truncated)

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.1.1] - 2023-07-14

Fixed

  • Artifact 3.1.0 was corrupted during pipeline and for security reasons we cannot regenerate it.

See full log here

Artifacts

[3.1.0] - 2023-07-14

See full log here

Added

  • Add AsyncLocal warning #1710
  • Adding warning that AssemblyResolution works only with .NET Frameworks #1669
  • Onboarding to GitOps.ResourceManagement #1688
  • Document data source configuration #1595
  • Enable TestContext.AddResultFile API for WinUI #1593
  • Add documentation for [DeploymentItem] attribute #1581
  • Docs: add links to MS learning docs #1577
  • Document LegacySettings- support as discontinued delta from MSTestV1 #1571
  • Add link to MSTest element settings in the Documentation page #1552
  • Add TreatDiscoveryWarningsAsErrors setting #1547

Changed

  • Rename Helper.cs into Guard.cs
  • Update Changelog.md
  • Bump TestPlatform to 17.6.0 #1666

Fixed

  • Avoid crash when method is not found using FQN #1714
  • Prevent swallowing inner exception in async error #1712
  • DeploymentItem: add test for file deployment using Windows/Linux path #1710
  • Fix parallel output isolation #1705
  • Fix DeploymentItem to support trailing directory separator #1703
  • Fix Logger.LogMessage to not call string.Format when no arguments are provided #1702
  • Update AreEqual/AreNotEqual XML documentation #1563

New Contributors

... (truncated)

Commits
  • 4971714 Bump to 3.1.1
  • 809b54c Try to fix RTM release pipeline
  • 1e2abd5 Prevent swallowing inner exception in async error (#1712)
  • 6485a10 [main] Update dependencies from dotnet/arcade (#1716)
  • 1e9779f Avoid crash when method is not found using FQN (#1714)
  • 7ebed2a [main] Update dependencies from dotnet/arcade (#1713)
  • 4c69360 [main] Update dependencies from dotnet/arcade (#1711)
  • 0c6283a Add AsyncLocal warning (#1710)
  • 4d52f05 Rename Helper.cs into Guard.cs
  • 0ee0586 DeploymentItem: add test for file deployment using Windows/Linux path… (#1709)
  • Additional commits viewable in compare view

Updates MSTest.TestFramework from 2.2.8 to 3.1.1

Release notes

Sourced from MSTest.TestFramework's releases.

v3.1.1

See the release notes here.

v3.1.0

See the release notes here.

ARTIFACTS FOR THIS RELEASE WERE CORRUPTED - YOU NEED TO LOOK AT ARTIFACTS OF v3.1.1

v3.0.4

See the release notes here.

v3.0.3

See the release notes here.

v3.0.2

See the release notes here.

v3.0.1

See the release notes here.

v3.0.0

See the release notes here.

v3.0.0-preview-20221122-01

See the release notes here.

v3.0.0-preview-20221110-04

See the release notes here.

Breaking changes

See breaking changes announcement

  • Following Microsoft .NET lifecycle
    • Dropped support for .NET Framework 4.5 (moved to 4.6.2)
    • Dropped support for .NET Standard 1.0 (moved to 2.0)
    • Dropped support for UWP before 16299
    • Dropped support for WinUI before 18362
    • Dropped support for .NET 5 (replaced with netcoreapp3.1 and .NET 6)
  • Merge timeout behaviors across all target frameworks
  • Change available constructors for DataRowAttribute
  • Change test ID generation strategy (allow to switch to previous strategies)

v2.3.0-preview-20220810-02

See release notes here.

v2.2.10

See release notes here.

v2.2.10-preview-20220414-01

... (truncated)

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.1.1] - 2023-07-14

Fixed

  • Artifact 3.1.0 was corrupted during pipeline and for security reasons we cannot regenerate it.

See full log here

Artifacts

[3.1.0] - 2023-07-14

See full log here

Added

  • Add AsyncLocal warning #1710
  • Adding warning that AssemblyResolution works only with .NET Frameworks #1669
  • Onboarding to GitOps.ResourceManagement #1688
  • Document data source configuration #1595
  • Enable TestContext.AddResultFile API for WinUI #1593
  • Add documentation for [DeploymentItem] attribute #1581
  • Docs: add links to MS learning docs #1577
  • Document LegacySettings- support as discontinued delta from MSTestV1 #1571
  • Add link to MSTest element settings in the Documentation page #1552
  • Add TreatDiscoveryWarningsAsErrors setting #1547

Changed

  • Rename Helper.cs into Guard.cs
  • Update Changelog.md
  • Bump TestPlatform to 17.6.0 #1666

Fixed

  • Avoid crash when method is not found using FQN #1714
  • Prevent swallowing inner exception in async error #1712
  • DeploymentItem: add test for file deployment using Windows/Linux path #1710
  • Fix parallel output isolation #1705
  • Fix DeploymentItem to support trailing directory separator #1703
  • Fix Logger.LogMessage to not call string.Format when no arguments are provided #1702
  • Update AreEqual/AreNotEqual XML documentation #1563

New Contributors

... (truncated)

Commits
  • 4971714 Bump to 3.1.1
  • 809b54c Try to fix RTM release pipeline
  • 1e2abd5 Prevent swallowing inner exception in async error (#1712)
  • 6485a10 [main] Update dependencies from dotnet/arcade (#1716)
  • 1e9779f Avoid crash when method is not found using FQN (#1714)
  • 7ebed2a [main] Update dependencies from dotnet/arcade (#1713)
  • 4c69360 [main] Update dependencies from dotnet/arcade (#1711)
  • 0c6283a Add AsyncLocal warning (#1710)
  • 4d52f05 Rename Helper.cs into Guard.cs
  • 0ee0586 DeploymentItem: add test for file deployment using Windows/Linux path… (#1709)
  • Additional commits viewable in compare view

Updates FluentAssertions from 6.5.1 to 6.12.0

Release notes

Sourced from FluentAssertions's releases.

6.12.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

New Contributors

... (truncated)

Commits
  • 340af80 Merge pull request #2270 from dennisdoomen/Release612
  • a6f615b Updated the release number
  • 3aa84ad Added Qodana batch
  • 3c635b9 Qodana scan: Use raw string: XmlElementAssertionSpecs
  • c5d4d07 Qodana scan: Use raw string: XElementAssertionSpecs
  • 38f6707 Qodana scan: Use raw string: XDocumentAssertionSpecs
  • 1ab324b Qodana scan: Potentially misleading parameter name in lambda or local function
  • ca6dcbf Tweak qodana.yaml
  • 7873005 Qodana scan: Convert constructor into member initializers
  • 4537b20 Qodana scan: Put local function after 'return' or 'continue'
  • Additional commits viewable in compare view

Updates Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.7.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Changelog

Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's changelog.

Version 4.5.0

SymbolDisplayFormat.CSharpErrorMessageFormat and CSharpShortErrorMessageFormat now include parameter names by default if used on a standalone IParameterSymbol. For example, parameter p in void M(ref int p) was previously formatted as "ref int" and now it is formatted as "ref int p".

Version 4.7.0

SymbolDisplayFormat includes parameter name when invoked on IParameterSymbol

All SymbolDisplayFormats (predefined and user-created) now include parameter names by default if used on a standalone IParameterSymbol for consistency with predefined formats (see the breaking change for version 4.5.0 above).

Changed IncrementalStepRunReason when a modified input produced a new output

IncrementalGeneratorRunStep.Outputs previously contained IncrementalStepRunReason.Modified as Reason when the input to the step was modified in a way that produced a new output. Now the reason will be reported more accurately as IncrementalStepRunReason.New.

Version 4.8.0

Changed Assembly.Location behavior in non-Windows

The value of Assembly.Location previously held the location on disk where an analyzer or source generator was loaded from. This could be either the original location or the shadow copy location. In 4.8 this will be "" in certain cases when running on non Windows platforms. This is due the compiler server loading assemblies using AssemblyLoadContext.LoadFromStream instead of loading from disk.

This could already happen in other load scenarios but this change moves it into mainline build scenarios.

Deprecation warning for SyntaxNode serialization

The ability to serialize/deserialize a SyntaxNode to/from a Stream has been deprecated. The code for this still exists in Roslyn, but attempting to call the APIs to perform these functions will result in 'Obsolete' warnings being reported. A future version of Roslyn will remove this functionality entirely. This functionality could only work for a host that wrote out the nodes to a stream, and later read it back in within the same process instance. It could not be used to communicate across processes, or for persisting nodes to disk to be read in at a later time by a new host sessions. This functionality originally existed for the days when Roslyn was hosted in 32bit processes with limited address space. That is no longer a mainline supported scenario. Clients can get similar functionality by persisting the text of the node, and parsing it back out when needed.

PR: dotnet/roslyn#70365

Version 4.9.0

Obsoletion and removal of SyntaxNode serialization.

Continuation of the deprecation that happened in 4.8.0 (see information above). In 4.9.0 this functionality is now entirely removed, and will issue both an obsoletion error, and will throw at runtime if the APIs are used.

PR: dotnet/roslyn#70277

Changes in Microsoft.CodeAnalysis.Emit.EmitBaseline.CreateInitialBaseline method

A new required parameter Compilation has been added. Existing overloads without this parameter no longer work and throw NotSupportedException.

Changes in Microsoft.CodeAnalysis.Emit.SemanticEdit constructors

The value of preserveLocalVariables passed to the constructors is no longer used.

Commits

Updates Verify.MSTest from 19.12.1 to 22.5.0

Release notes

Sourced from Verify.MSTest's releases.

21.0.0

20.8.1

As part of this release we had 6 commits which resulted in 1 issue being closed.

Bug

  • [#969](VerifyTests/Verify#969) System.PlatformNotSupportedException : System.Management currently is only supported for Windows desktop applications.

20.8.0

As part of this release we had 9 commits which resulted in 1 issue being closed.

Feature

20.6.0

As part of this release we had 16 commits which resulted in 1 issue being closed.

Feature

20.5.0

As part of this release we had 1 issue closed.

Improvement

20.4.0

As part of this release we had 26 commits which resulted in 2 issues being closed.

Bug

Feature

20.3.2

As part of this release we had 1 issue closed.

Feature

20.3.0

... (truncated)

Commits

Updates Verify.SourceGenerators from 2.1.0 to 2.2.0

Commits

Updates H.Resources.Generator from 1.5.0 to 1.5.1

Commits

Updates Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces's releases.

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

Release

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.14

Release

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • `@dependabot unignore <dependency nam...

Description has been truncated

Bumps the all group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.0.0` | `4.7.0` |
| [H.Generators.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.15.0` | `1.20.0` |
| [PolySharp](https://github.com/Sergio0694/PolySharp) | `1.13.1` | `1.13.2` |
| [H.Generators.Tests.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.15.0` | `1.20.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.1.0` | `17.8.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `2.2.8` | `3.1.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `2.2.8` | `3.1.1` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.5.1` | `6.12.0` |
| [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) | `4.5.0` | `4.7.0` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `19.12.1` | `22.5.0` |
| [Verify.SourceGenerators](https://github.com/VerifyTests/Verify.SourceGenerators) | `2.1.0` | `2.2.0` |
| [H.Resources.Generator](https://github.com/HavenDV/H.Resources.Generator) | `1.5.0` | `1.5.1` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `1.0.0` | `8.0.0` |


Updates `Microsoft.CodeAnalysis.CSharp` from 4.0.0 to 4.7.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `H.Generators.Extensions` from 1.15.0 to 1.20.0
- [Release notes](https://github.com/HavenDV/H.Generators.Extensions/releases)
- [Commits](https://github.com/HavenDV/H.Generators.Extensions/commits)

Updates `PolySharp` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/Sergio0694/PolySharp/releases)
- [Commits](https://github.com/Sergio0694/PolySharp/commits)

Updates `H.Generators.Tests.Extensions` from 1.15.0 to 1.20.0
- [Release notes](https://github.com/HavenDV/H.Generators.Extensions/releases)
- [Commits](https://github.com/HavenDV/H.Generators.Extensions/commits)

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

Updates `MSTest.TestAdapter` from 2.2.8 to 3.1.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v2.2.8...v3.1.1)

Updates `MSTest.TestFramework` from 2.2.8 to 3.1.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v2.2.8...v3.1.1)

Updates `FluentAssertions` from 6.5.1 to 6.12.0
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.5.1...6.12.0)

Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.5.0 to 4.7.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Verify.MSTest` from 19.12.1 to 22.5.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](https://github.com/VerifyTests/Verify/commits)

Updates `Verify.SourceGenerators` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/VerifyTests/Verify.SourceGenerators/releases)
- [Commits](https://github.com/VerifyTests/Verify.SourceGenerators/commits/2.2.0)

Updates `H.Resources.Generator` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/HavenDV/H.Resources.Generator/releases)
- [Commits](https://github.com/HavenDV/H.Resources.Generator/commits)

Updates `Microsoft.Bcl.AsyncInterfaces` from 1.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: H.Generators.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: PolySharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: H.Generators.Tests.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Verify.SourceGenerators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: H.Resources.Generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

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

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/nuget/all-fcbe01aba6 branch November 27, 2023 16:13
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.

None yet

0 participants