jhiben / workout-records-api-dotnet

MIT License
1 stars 0 forks source link

Bump the non-breaking-change-deps group with 4 updates #26

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the non-breaking-change-deps group with 4 updates: Microsoft.NET.Test.Sdk, xunit, xunit.runner.visualstudio and csharpier.

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

Release notes

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

v17.8.0

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0

v17.8.0-release-23468-02

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/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: https://github.com/microsoft/vstest/compare/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

Commits


Updates xunit from 2.5.3 to 2.6.2

Commits


Updates xunit.runner.visualstudio from 2.5.3 to 2.5.4

Commits


Updates csharpier from 0.25.0 to 0.26.4

Release notes

Sourced from csharpier's releases.

0.26.4

What's Changed

Spacing bugs related to C#12 collection expressions #1049 #1047

There were a number of cases where CSharpier was including extra blank lines, an extra space, or not formatting contents of collection expressions.

// 0.26.3
var a = new A { B =  [1, 2, 3] };

List<string> items = [// My item "Hello",];

items.AddRange(

[
    LongValue________________________________________________,
    LongValue________________________________________________
]

);

items = []; items ??= [];

class SomeClass { public SomeValue SomeProperty =>

    [
        LongValue________________________________________________,
        LongValue________________________________________________
    ];

public SomeValue Method() =&gt;

    [
        LongValue________________________________________________,
        LongValue________________________________________________
    ];

}

// 0.26.4 var a = new A { B = [1, 2, 3] };

List<string> items = [ // My item "Hello", ];

items.AddRange( [ </tr></table>

... (truncated)

Changelog

Sourced from csharpier's changelog.

# 0.26.4

What's Changed

Spacing bugs related to C#12 collection expressions #1049 #1047

There were a number of cases where CSharpier was including extra blank lines, an extra space, or not formatting contents of collection expressions.

// 0.26.3
var a = new A { B =  [1, 2, 3] };

List<string> items = [// My item "Hello",];

items.AddRange(

[
    LongValue________________________________________________,
    LongValue________________________________________________
]

);

items = []; items ??= [];

class SomeClass { public SomeValue SomeProperty =>

    [
        LongValue________________________________________________,
        LongValue________________________________________________
    ];

public SomeValue Method() =&gt;

    [
        LongValue________________________________________________,
        LongValue________________________________________________
    ];

}

// 0.26.4 var a = new A { B = [1, 2, 3] };

List<string> items = [ // My item "Hello", ];

items.AddRange( [ </tr></table>

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions