Skip to content

Bump the nuget-deps group with 3 updates#255

Merged
github-actions[bot] merged 1 commit into
developfrom
dependabot/nuget/dot-config/develop/nuget-deps-0259308462
Aug 19, 2025
Merged

Bump the nuget-deps group with 3 updates#255
github-actions[bot] merged 1 commit into
developfrom
dependabot/nuget/dot-config/develop/nuget-deps-0259308462

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2025

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.1.1 to 1.1.2.

Release notes

Sourced from csharpier's releases.

1.1.2

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

Commits viewable in compare view.

Updated xunit.analyzers from 1.23.0 to 1.24.0.

Release notes

Sourced from xunit.analyzers's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.1.3 to 3.1.4.

Release notes

Sourced from xunit.runner.visualstudio'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.1.1 to 1.1.2
Bumps xunit.analyzers from 1.23.0 to 1.24.0
Bumps xunit.runner.visualstudio from 3.1.3 to 3.1.4

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: xunit.analyzers
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

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 Aug 19, 2025
@github-actions
github-actions Bot merged commit a518228 into develop Aug 19, 2025
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/dot-config/develop/nuget-deps-0259308462 branch August 19, 2025 20:51
ptr727 added a commit that referenced this pull request Jul 10, 2026
…e-model) (#388)

Part of the fleet release-model change: **a human PR merge never
auto-cuts a release; only a bot (Dependabot/codegen) code-merge to
`main` does, plus manual dispatch.**

- **`push` trigger narrowed to `[main]`** — bot merges to `develop` no
longer release; `develop` prereleases come via `workflow_dispatch`.
- **Publish gated** to `github.actor == 'ptr727-codegen[bot]'` (the App
merges every bot PR) / `dependabot[bot]`, so a human merge/promotion to
`main` skips — the maintainer dispatches when release-ready. The
`paths:` filter still means an Actions-only bump publishes nothing.
- Empirically validated actor values on real runs (bot merges → App
identity; human merges → `ptr727`).

Header/comment updated to match. Takes effect on `main` once promoted.
Companion to LanguageTags #255; template docs (WORKFLOW.md/AGENTS.md) +
`PUBLISH_ON_MERGE` deletion follow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

0 participants