Skip to content

chore(deps): update dependency csharpier to v1.1.2#5287

Merged
Fluf22 merged 1 commit intochore/renovateBaseBranchfrom
renovate/csharpier-1.x
Sep 1, 2025
Merged

chore(deps): update dependency csharpier to v1.1.2#5287
Fluf22 merged 1 commit intochore/renovateBaseBranchfrom
renovate/csharpier-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 1, 2025

This PR contains the following updates:

Package Change Age Confidence
csharpier 1.1.1 -> 1.1.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

belav/csharpier (csharpier)

v1.1.2

Compare Source

What's Changed

Inconsistencies with null-coalescing wrapping on method chains #​1573

On longer method chains, depending on the exact chain a null coalescing expression wouldn't always be preceded by a new line.

// input & expected output
var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallMethod__________()
    ?? throw new Exception();

var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallLongMethod___________________________________________________()
    ?? throw new Exception();

// 1.1.1
var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallMethod__________() ?? throw new Exception();

var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallLongMethod___________________________________________________()
    ?? throw new Exception();

Full Changelog: belav/csharpier@1.1.1...1.1.2


Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 1, 2025 07:26
@renovate renovate bot requested review from millotp and morganleroi and removed request for a team September 1, 2025 07:26
@algolia-bot
Copy link
Copy Markdown
Collaborator

algolia-bot commented Sep 1, 2025

No code generated

If you believe code should've been generated, please, report the issue.

@Fluf22 Fluf22 merged commit 6ff017a into chore/renovateBaseBranch Sep 1, 2025
13 checks passed
@Fluf22 Fluf22 deleted the renovate/csharpier-1.x branch September 1, 2025 08:43
algolia-bot added a commit that referenced this pull request Sep 1, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants