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 nuget group with 5 updates #42

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the nuget group with 5 updates:

Package From To
Microsoft.NET.Test.Sdk 17.12.0 17.13.0
xunit.runner.visualstudio 3.0.1 3.0.2
FluentAssertions 8.0.1 8.1.1
PolyShim 1.14.0 1.15.0
RazorBlade 0.7.0 0.8.0

Updates Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0

Release notes

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

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

Commits

Updates xunit.runner.visualstudio from 3.0.1 to 3.0.2

Commits

Updates FluentAssertions from 8.0.1 to 8.1.1

Release notes

Sourced from FluentAssertions's releases.

8.1.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

8.1.0

What's Changed

Improvements

Fixes

Documentation

Others

New Contributors

... (truncated)

Commits
  • 4d70568 Removed the PS script that opens the FA website because it misbehaves.
  • 3405157 Fix a formatting exception when {} is used as a dictionary key.
  • af8910f Update releases.md
  • 255d397 Merge pull request #3028 from jnyrup/upmerge
  • ecbe47f Merge branch 'support-7.0' into upmerge
  • e3693fe Bump Microsoft.NETFramework.ReferenceAssemblies, System.Collections.Immutable...
  • 09d3108 Bump the mstest group with 2 updates
  • ee5d499 Bump Microsoft.Testing.Extensions.CodeCoverage from 17.13.1 to 17.14.1
  • f46c84f Bump TUnit from 0.10.6 to 0.13.3
  • d75eee3 Bump Verify.Xunit from 28.10.1 to 28.11.0 in the xunit group
  • Additional commits viewable in compare view

Updates PolyShim from 1.14.0 to 1.15.0

Release notes

Sourced from PolyShim's releases.

1.15

What's Changed

Full Changelog: Tyrrrz/PolyShim@1.14...1.15

Commits
  • f362e68 Detect Microsoft.Bcl.Memory and disable related polyfills (#21)
  • 6c18a87 Update license
  • 0e4433a Add polyfill for OverloadResolutionPriorityAttribute (#19)
  • d063b63 Disable NuGet audit in tests
  • a8aea00 Use .NET 9
  • 966037c Add polyfills for FeatureGuardAttribute and `FeatureSwitchDefinitionAttribu...
  • 4505056 Add comments to ignore StyleCop warnings (#17)
  • See full diff in compare view

Updates RazorBlade from 0.7.0 to 0.8.0

Release notes

Sourced from RazorBlade's releases.

v0.8.0

  • The generated output is now sent directly to the provided TextWriter (without additional buffering) when no layout is used (#13).
    This reverts a change introduced in v0.5.0.
  • Added accessibility settings (#19):
    • A RazorBladeDefaultAccessibility MSBuild property which sets the default accessibility: internal (default) or public
    • An Accessibility metadata item on RazorBlade MSBuild items which lets you configure the accessibility per template

[!WARNING]
Breaking change: the Layout property is now read-only. To provide a layout instance, override the CreateLayout method.

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 nuget group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.1` | `3.0.2` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `8.0.1` | `8.1.1` |
| [PolyShim](https://github.com/Tyrrrz/PolyShim) | `1.14.0` | `1.15.0` |
| [RazorBlade](https://github.com/ltrzesniewski/RazorBlade) | `0.7.0` | `0.8.0` |


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

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

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

Updates `PolyShim` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/Tyrrrz/PolyShim/releases)
- [Commits](Tyrrrz/PolyShim@1.14...1.15)

Updates `RazorBlade` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/ltrzesniewski/RazorBlade/releases)
- [Commits](ltrzesniewski/RazorBlade@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: PolyShim
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: RazorBlade
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the enhancement New feature or request label Mar 1, 2025
@Tyrrrz Tyrrrz merged commit 686d24a into master Mar 3, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/nuget-48e8ddff68 branch March 3, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant