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 11 updates #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps the all group with 11 updates:

Package From To
Microsoft.CodeAnalysis.CSharp 4.3.1 4.8.0
H.Generators.Extensions 1.14.2 1.22.0
Microsoft.NET.Test.Sdk 17.6.3 17.8.0
MSTest.TestAdapter 3.0.4 3.1.1
MSTest.TestFramework 3.0.4 3.1.1
FluentAssertions 6.11.0 6.12.0
H.Formatters.System.Text.Json 12.0.51 12.0.59
H.Pipes.AccessControl 2.0.51 2.0.59
Microsoft.CodeAnalysis.CSharp.Workspaces 4.6.0 4.8.0
Microsoft.CodeAnalysis.CSharp 4.3.1 4.8.0
Verify.MSTest 20.4.0 22.8.0
MSTest.TestFramework 3.0.4 3.1.1
Verify.SourceGenerators 2.1.0 2.2.0

Updates Microsoft.CodeAnalysis.CSharp from 4.3.1 to 4.8.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp'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's changelog.

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.14.2 to 1.22.0

Commits

Updates Microsoft.NET.Test.Sdk from 17.6.3 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)

Commits

Updates MSTest.TestAdapter from 3.0.4 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

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 3.0.4 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

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.11.0 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 H.Formatters.System.Text.Json from 12.0.51 to 12.0.59

Commits

Updates H.Pipes.AccessControl from 2.0.51 to 2.0.59

Commits

Updates Microsoft.CodeAnalysis.CSharp.Workspaces from 4.6.0 to 4.8.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.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 Microsoft.CodeAnalysis.CSharp from 4.3.1 to 4.8.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp'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's changelog.

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 20.4.0 to 22.8.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

Commits

Updates MSTest.TestFramework from 3.0.4 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

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 Verify.SourceGenerators from 2.1.0 to 2.2.0

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 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 all group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.3.1` | `4.8.0` |
| [H.Generators.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.14.2` | `1.22.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.8.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.0.4` | `3.1.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.0.4` | `3.1.1` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.11.0` | `6.12.0` |
| [H.Formatters.System.Text.Json](https://github.com/HavenDV/H.Pipes) | `12.0.51` | `12.0.59` |
| [H.Pipes.AccessControl](https://github.com/HavenDV/H.Pipes) | `2.0.51` | `2.0.59` |
| [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) | `4.6.0` | `4.8.0` |
| [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.3.1` | `4.8.0` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `20.4.0` | `22.8.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.0.4` | `3.1.1` |
| [Verify.SourceGenerators](https://github.com/VerifyTests/Verify.SourceGenerators) | `2.1.0` | `2.2.0` |


Updates `Microsoft.CodeAnalysis.CSharp` from 4.3.1 to 4.8.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.14.2 to 1.22.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.6.3 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.6.3...v17.8.0)

Updates `MSTest.TestAdapter` from 3.0.4 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@v3.0.4...v3.1.1)

Updates `MSTest.TestFramework` from 3.0.4 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@v3.0.4...v3.1.1)

Updates `FluentAssertions` from 6.11.0 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.11.0...6.12.0)

Updates `H.Formatters.System.Text.Json` from 12.0.51 to 12.0.59
- [Commits](https://github.com/HavenDV/H.Pipes/commits)

Updates `H.Pipes.AccessControl` from 2.0.51 to 2.0.59
- [Commits](https://github.com/HavenDV/H.Pipes/commits)

Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.6.0 to 4.8.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 `Microsoft.CodeAnalysis.CSharp` from 4.3.1 to 4.8.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 20.4.0 to 22.8.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](https://github.com/VerifyTests/Verify/commits)

Updates `MSTest.TestFramework` from 3.0.4 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@v3.0.4...v3.1.1)

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)

---
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: 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-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: H.Formatters.System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: H.Pipes.AccessControl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.CodeAnalysis.CSharp
  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: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Verify.SourceGenerators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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

dependabot bot commented on behalf of github Dec 11, 2023

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/nuget/all-5ec0bc266c branch December 11, 2023 05: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.

None yet

0 participants