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 #68

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuget group with 5 updates:

Package From To
CSharpier.MsBuild 0.30.2 0.30.4
CliWrap 3.6.7 3.7.0
coverlet.collector 6.0.2 6.0.3
FluentAssertions 6.12.2 7.0.0
xunit.runner.visualstudio 2.8.2 3.0.0

Updates CSharpier.MsBuild from 0.30.2 to 0.30.4

Release notes

Sourced from CSharpier.MsBuild's releases.

0.30.4

What's Changed

Formatting deletes unsafe modifier #1416

Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

// input & expected output
using unsafe NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;
// 0.30.3
using NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;

CSharpier keeps adding a newline every time a file is formatted #1408

In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file

// input & expected outpet
using System;
namespace MyCompany.MyNamespace;
// Comment block
// 0.30.3
using System;
namespace MyCompany.MyNamespace;
// Comment block

Full Changelog: belav/csharpier@0.30.3...0.30.4

0.30.3

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore #1357

The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to @​PetSerAl for the fix

Changelog

Sourced from CSharpier.MsBuild's changelog.

# 0.30.4

What's Changed

Formatting deletes unsafe modifier #1416

Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

// input & expected output
using unsafe NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;
// 0.30.3
using NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;

CSharpier keeps adding a newline every time a file is formatted #1408

In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file

// input & expected outpet
using System;
namespace MyCompany.MyNamespace;
// Comment block
// 0.30.3
using System;
namespace MyCompany.MyNamespace;
// Comment block

Full Changelog: belav/csharpier@0.30.3...0.30.4

0.30.3

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore #1357

The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to @​PetSerAl for the fix

Full Changelog: belav/csharpier@0.30.2...0.30.3

Commits
  • 064d35f Releasing 0.30.4 (#1420)
  • cd618ac Fixing a bug introduced by one of the fixes (#1421)
  • 3b88bee Fixing issue with losing unsafe keyword on using statement (#1417)
  • e3b5efb Figuring out a way to prevent the extra line before a file ending comment (#1...
  • baa3138 Some refactoring that was in the csproj branch but didn't really belng there ...
  • bfedce4 Ignoring files in "" when reporting that csharpier needs to be insta… (#1412)
  • 6d285fe Avoid eagerly warming csharpier, doesn't seem to be a good way to delay that ...
  • 5cf6488 Fixing bug for VS2022 options page not working when no solution open. (#1410)
  • 3c6f9ce Adding an option to disable diagnostics for unformatted code. (#1404)
  • 0bec7d2 Releasing 0.30.3 (#1401)
  • Additional commits viewable in compare view

Updates CliWrap from 3.6.7 to 3.7.0

Release notes

Sourced from CliWrap's releases.

3.7

What's Changed

Full Changelog: Tyrrrz/CliWrap@3.6.7...3.7

Commits

Updates coverlet.collector from 6.0.2 to 6.0.3

Release notes

Sourced from coverlet.collector's releases.

v6.0.3

Fixed

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

Updates 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: fluentassertions/fluentassertions@6.12.2...7.0.0

7.0.0-alpha.6

What's Changed

Breaking Changes

Fixes

Documentation

Others

... (truncated)

Commits
  • e0f4504 Added release note about raising dependencies
  • 5cdaa07 Downgrade ConfigurationManager from 6.0.1 to 6.0.0
  • ba3884e Update FluentAssertions package dependencies (#2673)
  • 4647b6f Missed two more references to master (#2849)
  • 483484d Changed references to the master branch to main (#2848)
  • 4ddd79f Fix minor syntax error in objectgraphs.md
  • 359d851 Fix building benchmarks project
  • b489c53 Fix support for write-only properties in BeEquivalentTo (#2836)
  • 5fa83e2 Drop support for .NET Core 2.1, 3.0 and NSpec (#2835)
  • 93efe19 Bump all relevant dependencies (#2834)
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.8.2 to 3.0.0

Commits
  • e341b93 v3.0.0
  • 56f71f3 Second location where PreEnumerateTheories needs to be turned off for #426
  • d94ab88 #426: Can't filter by traits on ITheoryDataRow
  • 9154f3f Latest dependencies
  • feff8e2 Stick to .NET SDK 8
  • 62ae086 Conditional verbosity when packing packages based on the .NET SDK version
  • a7f5dc0 Latest dependencies
  • d5676ac #422: Add XunitSkipReason property to VSTest test case
  • 3d3b241 Back-fill tests for VsDiscoverySink
  • e2d5be2 Enable nullable in test project
  • Additional commits viewable in compare view

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 |
| --- | --- | --- |
| [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.30.2` | `0.30.4` |
| [CliWrap](https://github.com/Tyrrrz/CliWrap) | `3.6.7` | `3.7.0` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.2` | `7.0.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.0` |


Updates `CSharpier.MsBuild` from 0.30.2 to 0.30.4
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.30.2...0.30.4)

Updates `CliWrap` from 3.6.7 to 3.7.0
- [Release notes](https://github.com/Tyrrrz/CliWrap/releases)
- [Commits](Tyrrrz/CliWrap@3.6.7...3.7)

Updates `coverlet.collector` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3)

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

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

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: CliWrap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: coverlet.collector
  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-major
  dependency-group: nuget
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the enhancement New feature or request label Jan 1, 2025
@Tyrrrz Tyrrrz merged commit 5f93af2 into master Jan 1, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/nuget-9747028e83 branch January 1, 2025 14:17
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