Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updated csharpier from 1.2.3 to 1.2.4.

Release notes

Sourced from csharpier's releases.

1.2.4

1.2.4

What's Changed

Weird enter in closing when formatting XAML TextBlock #​1785

CSharpier was breaking an end element to a new line when it did not need to.

<!-- input & expected output -->
<root>
  <TextBlock Foreground="DarkGray">
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock>
  <TextBlock>
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock>
</root>

<!-- 1.2.3 -->
<root>
  <TextBlock Foreground="DarkGray">
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock
  >
  <TextBlock>
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock>
</root>

Order Modifiers (IDE0036) not formatting when code is preceded by a comment. #​1784

When incorrectly ordered modifiers were preceded by a comment they were not being reordered. Thanks go to @​TimothyMakkison for the contribution

// input & 1.2.3

// Comment
required public int Prop1 { get; set; }

// expected output
// Comment
public required int Prop1 { get; set; }

Performance issue when running CLI in project with pnpm on Windows #​1781

The code to determine if there is a version of CSharpier.MsBuild referenced that does not match the version of CSharpier being run has been optimized to not look in node_modules or .git. This significantly speeds things up in some setups.

Full Changelog: belav/csharpier@1.2.3...1.2.4

Commits viewable in compare view.

Updated Npgsql from 10.0.0 to 10.0.1.

Release notes

Sourced from Npgsql's releases.

10.0.1

v9.0.4 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v10.0.0...v10.0.1

Commits viewable in compare view.

Updated TUnit from 1.5.60 to 1.7.0.

Release notes

Sourced from TUnit's releases.

1.7.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.28...v1.7.0

1.6.28

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.6.27...v1.6.28

1.6.27

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.6.25...v1.6.27

1.6.25

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.20...v1.6.25

1.6.20

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.15...v1.6.20

1.6.15

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.6.5...v1.6.15

1.6.5

What's Changed

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.0...v1.6.5

1.6.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.5.80...v1.6.0

1.5.80

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.5.78...v1.5.80

1.5.70

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.5.60...v1.5.70

Commits viewable in compare view.

Updated Verify.TUnit from 31.8.0 to 31.9.3.

Release notes

Sourced from Verify.TUnit's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated WireMock.Net from 1.19.0 to 1.21.0.

Release notes

Sourced from WireMock.Net's releases.

1.21.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.20.0...1.21.0

1.20.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.19.0...1.20.0

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 csharpier from 1.2.3 to 1.2.4
Bumps Npgsql from 10.0.0 to 10.0.1
Bumps TUnit from 1.5.60 to 1.7.0
Bumps Verify.TUnit from 31.8.0 to 31.9.3
Bumps WireMock.Net from 1.19.0 to 1.21.0

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: Npgsql
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: TUnit
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server
- dependency-name: Verify.TUnit
  dependency-version: 31.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server
- dependency-name: WireMock.Net
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 29, 2025
@wuzzeb wuzzeb merged commit 3adc991 into main Dec 29, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/dot-config/server-fb77246f37 branch December 29, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants