Skip to content

chore: Bump the minor-and-patch group with 4 updates#275

Merged
j-d-ha merged 1 commit into
mainfrom
dependabot/nuget/dot-config/minor-and-patch-893e0f1ec7
Jan 1, 2026
Merged

chore: Bump the minor-and-patch group with 4 updates#275
j-d-ha merged 1 commit into
mainfrom
dependabot/nuget/dot-config/minor-and-patch-893e0f1ec7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor

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 jetbrains.resharper.globaltools from 2025.3.0.4 to 2025.3.1.

Updated OpenTelemetry.Instrumentation.AWSLambda from 1.12.1 to 1.14.1.

Release notes

Sourced from OpenTelemetry.Instrumentation.AWSLambda's releases.

1.14.1

1.14.0

1.14.0-rc.1

1.14.0-beta.2

1.14.0-beta.1

1.14.0-alpha.1

1.13.1

1.13.0

1.13.0-rc.1

1.13.0-beta.2

1.13.0-beta.1

1.13.0-alpha.1

  • NuGet: OpenTelemetry.Exporter.Geneva v1.13.0-alpha.1

    • Experimental: Added an option for configuring a custom string size limit in
      the MessagePack serializer. The maximum string length, in characters, can be
      set using the PrivatePreviewLogMessagePackStringSizeLimit=<CharCount>
      connection string parameter.
      (#​2813)
    • Add httpUrl for HTTP server spans mapped from multiple attributes.
      (#​2818)

    See CHANGELOG for details.

Commits viewable in compare view.

Updated Verify.XunitV3 from 31.8.0 to 31.9.2.

Release notes

Sourced from Verify.XunitV3's releases.

No release notes found for this version range.

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 jetbrains.resharper.globaltools from 2025.3.0.4 to 2025.3.1
Bumps OpenTelemetry.Instrumentation.AWSLambda from 1.12.1 to 1.14.1
Bumps Verify.XunitV3 from 31.8.0 to 31.9.2

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jetbrains.resharper.globaltools
  dependency-version: 2025.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: OpenTelemetry.Instrumentation.AWSLambda
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Verify.XunitV3
  dependency-version: 31.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET labels Dec 27, 2025
@github-actions github-actions Bot added the type: chore Maintenance task label Dec 27, 2025
@github-actions
github-actions Bot enabled auto-merge (squash) December 27, 2025 01:26
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Dec 27, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #275   +/-   ##
=======================================
  Coverage   88.95%   88.95%           
=======================================
  Files         132      132           
  Lines        3251     3251           
  Branches      326      326           
=======================================
  Hits         2892     2892           
  Misses        242      242           
  Partials      117      117           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32419c4...0a0d4ca. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@j-d-ha
j-d-ha disabled auto-merge January 1, 2026 19:46
@j-d-ha
j-d-ha merged commit a864240 into main Jan 1, 2026
8 checks passed
@j-d-ha
j-d-ha deleted the dependabot/nuget/dot-config/minor-and-patch-893e0f1ec7 branch January 1, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant