jhiben / workout-records-api-dotnet

MIT License
1 stars 0 forks source link

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

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the non-breaking-change-deps group with 4 updates: FluentAssertions.Analyzers, xunit, xunit.runner.visualstudio and csharpier.

Updates FluentAssertions.Analyzers from 0.27.0 to 0.29.0

Release notes

Sourced from FluentAssertions.Analyzers's releases.

0.29.0

What's Changed

Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.28.0...v0.29.0

0.28.0

What's Changed

faster analyzers (see all https://fluentassertions.github.io/fluentassertions.analyzers/dev/bench/) image

Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.27.0...v0.28.0

Commits


Updates xunit from 2.6.3 to 2.6.6

Commits
  • f03fe09 v2.6.6
  • 280a0cb Update build to use .NET SDK 8 and C# 12 (#2863)
  • fdf75ab #2334: Add assembly-level support for BeforeAfterTestAttribute (v2)
  • ba06476 Add targetFramework for xunit.assert.nuspec
  • 9db7d30 Test out additional target framework dependencies in .nuspec files
  • 27e91e3 Bump up to 2.6.6-pre
  • 7f82765 v2.6.5
  • 98f19dd Updated tests (for analyzer exclusions)
  • 298b1b1 #2854: Add constructors and AddRange for TheoryData<T>
  • 36fe729 Bump up to v2.6.5-pre
  • Additional commits viewable in compare view


Updates xunit.runner.visualstudio from 2.5.5 to 2.5.6

Commits


Updates csharpier from 0.26.5 to 0.26.7

Release notes

Sourced from csharpier's releases.

0.26.7

What's Changed

Keep Field.Method() on the same line when breaking long method chain #1010

0.26.0 introduced changes that broke long invocation chains on fields/properties as well as methods. That change has been reverted after community feedback.

// 0.26.0
var loggerConfiguration = new LoggerConfiguration()
    .Enrich
    .FromLogContext()
    .Enrich
    .WithProperty("key", "value")
    .Enrich
    .WithProperty("key", "value")
    .Enrich
    .WithProperty("key", "value")
    .Enrich
    .WithProperty("key", "value")
    .WriteTo
    .Console(outputTemplate: "template");

// 0.26.7 var loggerConfiguration = new LoggerConfiguration() .Enrich.FromLogContext() .Enrich.WithProperty("key", "value") .Enrich.WithProperty("key", "value") .Enrich.WithProperty("key", "value") .Enrich.WithProperty("key", "value") .WriteTo.Console(outputTemplate: "template");

Full Changelog: https://github.com/belav/csharpier/compare/0.26.6...0.26.7

0.26.6

What's Changed

CSharpier incorrectly reports problems with differing line endings as "The file did not end with a single newline"#1067

If CSharpier was validating that a file was formatted, and that file contained only \n but CSharpier was configured to use \r\n, then it would report the problem as The file did not end with a single newline

CSharpier added support for reading line ending configuration from an .editorconfig which could contain end_of_line = crlf so some users were unknowingly configuring CSharpier to use \r\n

CSharpier now correctly reports the problem as The file contained different line endings than formatting it would result in.

Full Changelog: https://github.com/belav/csharpier/compare/0.26.5...0.26.6

Changelog

Sourced from csharpier's changelog.

# 0.26.7

What's Changed

Keep Field.Method() on the same line when breaking long method chain #1010

0.26.0 introduced changes that broke long invocation chains on fields/properties as well as methods. That change has been reverted after community feedback.

// 0.26.0
var loggerConfiguration = new LoggerConfiguration()
    .Enrich
    .FromLogContext()
    .Enrich
    .WithProperty("key", "value")
    .Enrich
    .WithProperty("key", "value")
    .Enrich
    .WithProperty("key", "value")
    .Enrich
    .WithProperty("key", "value")
    .WriteTo
    .Console(outputTemplate: "template");

// 0.26.7 var loggerConfiguration = new LoggerConfiguration() .Enrich.FromLogContext() .Enrich.WithProperty("key", "value") .Enrich.WithProperty("key", "value") .Enrich.WithProperty("key", "value") .Enrich.WithProperty("key", "value") .WriteTo.Console(outputTemplate: "template");

Full Changelog: https://github.com/belav/csharpier/compare/0.26.6...0.26.7

0.26.6

What's Changed

CSharpier incorrectly reports problems with differing line endings as "The file did not end with a single newline"#1067

If CSharpier was validating that a file was formatted, and that file contained only \n but CSharpier was configured to use \r\n, then it would report the problem as The file did not end with a single newline

CSharpier added support for reading line ending configuration from an .editorconfig which could contain end_of_line = crlf so some users were unknowingly configuring CSharpier to use \r\n

CSharpier now correctly reports the problem as The file contained different line endings than formatting it would result in.

Full Changelog: https://github.com/belav/csharpier/compare/0.26.5...0.26.6

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
dependabot[bot] commented 10 months ago

Superseded by #37.