chore(deps): update dependency csharpier to 0.30.6 #11

Merged
cswimr merged 1 commit from renovate/csharpier-0.x into main 2025-01-10 23:10:28 -06:00
Member

This PR contains the following updates:

Package Type Update Change
csharpier nuget patch 0.30.5 -> 0.30.6

Release Notes

belav/csharpier (csharpier)

v0.30.6

Compare Source

What's Changed

Trailing comma is placed on new line if last enum value is followed by a comment #​1429
// input
enum MyEnum
{
    First,
    Second // the second value
}

// 0.30.5
enum MyEnum
{
    First,
    Second // the second value
    ,
}

// 0.30.6
enum MyEnum
{
    First,
    Second, // the second value
}

Full Changelog: https://github.com/belav/csharpier/compare/0.30.5...0.30.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [csharpier](https://github.com/belav/csharpier) | nuget | patch | `0.30.5` -> `0.30.6` | --- ### Release Notes <details> <summary>belav/csharpier (csharpier)</summary> ### [`v0.30.6`](https://github.com/belav/csharpier/releases/tag/0.30.6) [Compare Source](https://github.com/belav/csharpier/compare/0.30.5...0.30.6) #### What's Changed ##### Trailing comma is placed on new line if last enum value is followed by a comment [#&#8203;1429](https://github.com/belav/csharpier/issues/1429) ```c# // input enum MyEnum { First, Second // the second value } // 0.30.5 enum MyEnum { First, Second // the second value , } // 0.30.6 enum MyEnum { First, Second, // the second value } ``` **Full Changelog**: https://github.com/belav/csharpier/compare/0.30.5...0.30.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiS2luZC9SZW5vdmF0ZSJdfQ==-->
Renovate added the
Kind
Renovate
label 2025-01-10 10:54:06 -06:00
Renovate added 1 commit 2025-01-10 10:54:06 -06:00
requested review from Developers 2025-01-10 10:54:06 -06:00
cswimr approved these changes 2025-01-10 23:10:24 -06:00
cswimr merged commit d5750ea7cd into main 2025-01-10 23:10:28 -06:00
cswimr deleted branch renovate/csharpier-0.x 2025-01-10 23:10:28 -06:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Zenith/ZenithInfo#11
No description provided.