Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 14, 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: Disabled because a matching PR was automerged previously.

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 14, 2025 00:36
@renovate renovate bot requested review from Fluf22 and morganleroi and removed request for a team September 14, 2025 00:36
@algolia-bot
Copy link
Collaborator

algolia-bot commented Sep 14, 2025

No code generated

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

@renovate
Copy link
Contributor Author

renovate bot commented Sep 14, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update dependency csharpier to v1.1.2 chore(deps): update dependency csharpier to v1.1.2 - abandoned Sep 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency csharpier to v1.1.2 - abandoned chore(deps): update dependency csharpier to v1.1.2 Sep 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency csharpier to v1.1.2 chore(deps): update dependency csharpier to v1.1.2 - abandoned Sep 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency csharpier to v1.1.2 - abandoned chore(deps): update dependency csharpier to v1.1.2 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/csharpier-1.x branch from e305e21 to f1c3cc7 Compare September 15, 2025 07:28
@Fluf22 Fluf22 merged commit eb07f4c into chore/renovateBaseBranch Sep 16, 2025
13 checks passed
@Fluf22 Fluf22 deleted the renovate/csharpier-1.x branch September 16, 2025 09:08
Fluf22 pushed a commit that referenced this pull request Sep 17, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fluf22 pushed a commit that referenced this pull request Sep 17, 2025
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.

3 participants