From 514bf6d538f5deb5d10c61dba721b0b0bcf0daaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:30:21 -0800 Subject: [PATCH] Bump FluentAssertions from 6.12.2 to 7.0.0 in /src/vs-bicep (#15737) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.2 to 7.0.0.
Release notes

Sourced from FluentAssertions's releases.

7.0.0

What's Changed

Breaking Changes

Fixes

Documentation

Others

New Contributors

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.2...7.0.0

7.0.0-alpha.6

What's Changed

Breaking Changes

Fixes

Documentation

Others

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=FluentAssertions&package-manager=nuget&previous-version=6.12.2&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15737) --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: StephenWeatherford --- .../Bicep.VSLanguageServerClient.IntegrationTests.csproj | 2 +- .../packages.lock.json | 8 ++++---- .../Bicep.VSLanguageServerClient.UnitTests.csproj | 2 +- .../packages.lock.json | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/Bicep.VSLanguageServerClient.IntegrationTests.csproj b/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/Bicep.VSLanguageServerClient.IntegrationTests.csproj index b4d371b7559..fec260a73d5 100644 --- a/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/Bicep.VSLanguageServerClient.IntegrationTests.csproj +++ b/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/Bicep.VSLanguageServerClient.IntegrationTests.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/packages.lock.json b/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/packages.lock.json index bc3745e6866..629cc620f44 100644 --- a/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/packages.lock.json +++ b/src/vs-bicep/Bicep.VSLanguageServerClient.IntegrationTests/packages.lock.json @@ -4,11 +4,11 @@ ".NETFramework,Version=v4.7.2": { "FluentAssertions": { "type": "Direct", - "requested": "[6.12.2, )", - "resolved": "6.12.2", - "contentHash": "8YE+xJmT8wgzEpFuzJ4S62oFhEL/AKouMz1RWPEMEUhy9H11aRQlGIWcHurH5BEy7tbF6gb0CJrs0wOw/AtDcQ==", + "requested": "[7.0.0, )", + "resolved": "7.0.0", + "contentHash": "mTLbcU991EQ1SEmNbVBaGGGJy0YFzvGd1sYJGNZ07nlPKuyHSn1I22aeKzqQXgEiaKyRO6MSCto9eN9VxMwBdA==", "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.0" + "System.Threading.Tasks.Extensions": "4.5.4" } }, "Microsoft.CodeAnalysis.BannedApiAnalyzers": { diff --git a/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/Bicep.VSLanguageServerClient.UnitTests.csproj b/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/Bicep.VSLanguageServerClient.UnitTests.csproj index 6608d72feb4..3ec1eaeb689 100644 --- a/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/Bicep.VSLanguageServerClient.UnitTests.csproj +++ b/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/Bicep.VSLanguageServerClient.UnitTests.csproj @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/packages.lock.json b/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/packages.lock.json index c307810f15c..990ba8b1cce 100644 --- a/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/packages.lock.json +++ b/src/vs-bicep/Bicep.VSLanguageServerClient.UnitTests/packages.lock.json @@ -4,11 +4,11 @@ ".NETFramework,Version=v4.7.2": { "FluentAssertions": { "type": "Direct", - "requested": "[6.12.2, )", - "resolved": "6.12.2", - "contentHash": "8YE+xJmT8wgzEpFuzJ4S62oFhEL/AKouMz1RWPEMEUhy9H11aRQlGIWcHurH5BEy7tbF6gb0CJrs0wOw/AtDcQ==", + "requested": "[7.0.0, )", + "resolved": "7.0.0", + "contentHash": "mTLbcU991EQ1SEmNbVBaGGGJy0YFzvGd1sYJGNZ07nlPKuyHSn1I22aeKzqQXgEiaKyRO6MSCto9eN9VxMwBdA==", "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.0" + "System.Threading.Tasks.Extensions": "4.5.4" } }, "Microsoft.CodeAnalysis.BannedApiAnalyzers": {