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 7 updates #846

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the nuget group with 8 updates:

Package From To
CSharpier.MsBuild 0.29.2 0.30.2
FluentAssertions 6.12.2 7.0.0
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
Avalonia 11.2.0 11.2.2
Avalonia.Desktop 11.2.0 11.2.2
Avalonia.Diagnostics 11.2.0 11.2.2
Avalonia 11.2.0 11.1.0
Material.Avalonia 3.7.4 3.8.0

Updates CSharpier.MsBuild from 0.29.2 to 0.30.2

Release notes

Sourced from CSharpier.MsBuild's releases.

0.30.2

What's Changed

Collection expression inside a dictionary adds unexpected new line #1390

// input & expected output
Dictionary<string, string[]> dictionary = new()
{
    {
        "Key",
        [
            "SomeValue__________________________________________",
            "SomeValue__________________________________________",
        ]
    },
};
// 0.30.1
Dictionary<string, string[]> dictionary = new()
{
{
"Key",
    [
        &quot;SomeValue__________________________________________&quot;,
        &quot;SomeValue__________________________________________&quot;,
    ]
},

};

Failed syntax tree validation reported when trailing comma added before a trailing comment #1388

With the following code, CSharpier will add a trailing comma before the trailing comment.
CSharpier's syntax tree validation was incorrectly reporting this as a failure.

// input
var someObject = new SomeObject()
{
    Property1 = 1,
    Property2 = 2 // Trailing Comment
};
// output
var someObject = new SomeObject()
{
Property1 = 1,
Property2 = 2, // Trailing Comment
};

0.30.0

Breaking Changes

... (truncated)

Changelog

Sourced from CSharpier.MsBuild's changelog.

# 0.30.2

What's Changed

Collection expression inside a dictionary adds unexpected new line #1390

// input & expected output
Dictionary<string, string[]> dictionary = new()
{
    {
        "Key",
        [
            "SomeValue__________________________________________",
            "SomeValue__________________________________________",
        ]
    },
};
// 0.30.1
Dictionary<string, string[]> dictionary = new()
{
{
"Key",
    [
        &quot;SomeValue__________________________________________&quot;,
        &quot;SomeValue__________________________________________&quot;,
    ]
},

};

Failed syntax tree validation reported when trailing comma added before a trailing comment #1388

With the following code, CSharpier will add a trailing comma before the trailing comment.
CSharpier's syntax tree validation was incorrectly reporting this as a failure.

// input
var someObject = new SomeObject()
{
    Property1 = 1,
    Property2 = 2 // Trailing Comment
};
// output
var someObject = new SomeObject()
{
Property1 = 1,
Property2 = 2, // Trailing Comment
};

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

0.30.1

... (truncated)

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 Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Release notes

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

v17.12.0

What's Changed

Internal and infrastructure fixes:

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

Commits

Updates Avalonia from 11.2.0 to 11.2.2

Release notes

Sourced from Avalonia's releases.

11.2.2

Full Changelog: AvaloniaUI/Avalonia@11.2.1...11.2.2

What's Changed

Fixes

Misc

11.2.1

What's Changed

Enhancements

Fixes

Full Changelog: AvaloniaUI/Avalonia@11.2.0...11.2.1

Commits

Updates Avalonia from 11.2.0 to 11.2.2

Release notes

Sourced from Avalonia's releases.

11.2.2

Full Changelog: AvaloniaUI/Avalonia@11.2.1...11.2.2

What's Changed

Fixes

Misc

11.2.1

What's Changed

Enhancements

Fixes

Full Changelog: AvaloniaUI/Avalonia@11.2.0...11.2.1

Commits

Updates Avalonia.Desktop from 11.2.0 to 11.2.2

Release notes

Sourced from Avalonia.Desktop's releases.

11.2.2

Full Changelog: AvaloniaUI/Avalonia@11.2.1...11.2.2

What's Changed

Fixes

Misc

11.2.1

What's Changed

Enhancements

Fixes

Full Changelog: AvaloniaUI/Avalonia@11.2.0...11.2.1

Commits

Updates Avalonia from 11.2.0 to 11.2.2

Release notes

Sourced from Avalonia's releases.

11.2.2

Full Changelog: AvaloniaUI/Avalonia@11.2.1...11.2.2

What's Changed

Fixes

Misc

11.2.1

What's Changed

Enhancements

Fixes

Bumps the nuget group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.29.2` | `0.30.2` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.2` | `7.0.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.0` | `11.2.2` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.0` | `11.2.2` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.0` | `11.2.2` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.0` | `11.1.0` |
| [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.7.4` | `3.8.0` |


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

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 `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.1...v17.12.0)

Updates `Avalonia` from 11.2.0 to 11.2.2
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.0...11.2.2)

Updates `Avalonia` from 11.2.0 to 11.2.2
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.0...11.2.2)

Updates `Avalonia.Desktop` from 11.2.0 to 11.2.2
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.0...11.2.2)

Updates `Avalonia` from 11.2.0 to 11.2.2
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.0...11.2.2)

Updates `Avalonia.Diagnostics` from 11.2.0 to 11.2.2
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.0...11.2.2)

Updates `Avalonia` from 11.2.0 to 11.1.0
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.2.0...11.2.2)

Updates `Material.Avalonia` from 3.7.4 to 3.8.0
- [Release notes](https://github.com/AvaloniaCommunity/Material.Avalonia/releases)
- [Commits](AvaloniaCommunity/Material.Avalonia@v3.7.4...v3.8.0)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia.Desktop
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Material.Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@Tyrrrz Tyrrrz merged commit f8183ec into master Dec 1, 2024
7 checks passed
@Tyrrrz Tyrrrz deleted the dependabot/nuget/nuget-f61e9f648e branch December 1, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant