Skip to content

Bump Cratis.Arc and Cratis.Arc.Core#2851

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-eb6cdf2f89
Closed

Bump Cratis.Arc and Cratis.Arc.Core#2851
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-eb6cdf2f89

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Updated Cratis.Arc from 19.9.8 to 19.10.0.

Release notes

Sourced from Cratis.Arc's releases.

19.10.0

Consolidates three feature branches into the 19.10.0 release branch and resolves all resulting build errors, lint violations, and test failures.

Added

  • useSuspenseQuery and useSuspenseObservableQuery hooks with QueryBoundary for React Suspense support (#​1870)
  • Roles support on generated command and query proxies; isAuthorized integration in CommandForm (#​1888)

Changed

  • ICommandScope.addQuery and CommandScopeImplementation updated from IQueryFor<any, any> to IQueryFor<unknown, unknown>
  • CommandScope.tsx state destructuring changed to omit-pattern ([, setter]) for unused state values
  • vitest.setup.ts now deletes Vitest 4.x's pre-added getter-only chainable properties (callCount, calledWith, calledBefore, calledAfter, calledOnceWith, returned) from chai.Assertion.prototype before loading sinon-chai — Vitest's @​vitest/expect registers these via addChainableMethod (getter-only descriptor), which blocks sinon-chai's addMethod (plain assignment) in strict mode

Fixed

  • Brought back Derived Type Discriminator Convention for MongoDB (#​1869)
  • Microsoft.CodeAnalysis.CSharp NU1107 version conflict resolved by pinning all analyzer references to 5.0.0
  • System.Collections.Immutable CS1705 assembly conflict in net8.0 Release build fixed by adding explicit 9.0.0 package reference to Chronicle.csproj
  • Removed unused imports (React, CommandResult) and replaced remaining any types introduced by merged branches

[!WARNING]

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • example.com
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node /home/REDACTED/work/Arc/Arc/node_modules/vitest/vitest.mjs run ache/node/24.14.0/x64/bin/node k/Ar�� (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node /home/REDACTED/work/Arc/Arc/node_modules/vitest/vitest.mjs run tail -30 (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node /home/REDACTED/work/Arc/Arc/node_modules/vitest/vitest.mjs run yarn lint�� (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Commits viewable in compare view.

Updated Cratis.Arc.Core from 19.9.8 to 19.10.0.

Release notes

Sourced from Cratis.Arc.Core's releases.

19.10.0

Consolidates three feature branches into the 19.10.0 release branch and resolves all resulting build errors, lint violations, and test failures.

Added

  • useSuspenseQuery and useSuspenseObservableQuery hooks with QueryBoundary for React Suspense support (#​1870)
  • Roles support on generated command and query proxies; isAuthorized integration in CommandForm (#​1888)

Changed

  • ICommandScope.addQuery and CommandScopeImplementation updated from IQueryFor<any, any> to IQueryFor<unknown, unknown>
  • CommandScope.tsx state destructuring changed to omit-pattern ([, setter]) for unused state values
  • vitest.setup.ts now deletes Vitest 4.x's pre-added getter-only chainable properties (callCount, calledWith, calledBefore, calledAfter, calledOnceWith, returned) from chai.Assertion.prototype before loading sinon-chai — Vitest's @​vitest/expect registers these via addChainableMethod (getter-only descriptor), which blocks sinon-chai's addMethod (plain assignment) in strict mode

Fixed

  • Brought back Derived Type Discriminator Convention for MongoDB (#​1869)
  • Microsoft.CodeAnalysis.CSharp NU1107 version conflict resolved by pinning all analyzer references to 5.0.0
  • System.Collections.Immutable CS1705 assembly conflict in net8.0 Release build fixed by adding explicit 9.0.0 package reference to Chronicle.csproj
  • Removed unused imports (React, CommandResult) and replaced remaining any types introduced by merged branches

[!WARNING]

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • example.com
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node /home/REDACTED/work/Arc/Arc/node_modules/vitest/vitest.mjs run ache/node/24.14.0/x64/bin/node k/Ar�� (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node /home/REDACTED/work/Arc/Arc/node_modules/vitest/vitest.mjs run tail -30 (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node /home/REDACTED/work/Arc/Arc/node_modules/vitest/vitest.mjs run yarn lint�� (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Cratis.Arc from 19.9.8 to 19.10.0
Bumps Cratis.Arc.Core from 19.9.8 to 19.10.0

---
updated-dependencies:
- dependency-name: Cratis.Arc
  dependency-version: 19.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Cratis.Arc.Core
  dependency-version: 19.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 minor labels Mar 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Superseded by #2855.

@dependabot dependabot bot closed this Mar 16, 2026
@dependabot dependabot bot deleted the dependabot/nuget/multi-eb6cdf2f89 branch March 16, 2026 23:29
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 minor .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants