Skip to content

Bump the nuget-deps group with 1 update - #79

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-1b36204276
Closed

Bump the nuget-deps group with 1 update#79
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-1b36204276

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubFeb 9, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>[![Dependabotcompatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=csharpier&package-manager=nuget&previous-version=1.2.5&new-version=1.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabotwill resolve any conflicts withthis PR aslongas you don't alter ityourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabotcommands and options</summary><br />
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 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 (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name>minor version` will close thisgroup 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(unlessyou unignore thisspecificdependency 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
</details>

Bumps csharpier from 1.2.5 to 1.2.6
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 9, 2026
@dependabot@github

dependabotBot commented on behalf of githubFeb 11, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #81.

@dependabotdependabotBot closed this Feb 11, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-1b36204276 branch February 11, 2026 02:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants