Skip to content

Comments

Bump Cratis.Arc.MongoDB and Cratis.Fundamentals#2688

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-7dda01d895
Open

Bump Cratis.Arc.MongoDB and Cratis.Fundamentals#2688
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-7dda01d895

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Updated Cratis.Arc.MongoDB from 19.2.0 to 19.6.1.

Release notes

Sourced from Cratis.Arc.MongoDB's releases.

19.6.1

No release notes

19.6.0

Fixed

  • Upgrading package dependencies, especially Cratis Chronicle to fix binding issues.

19.5.8

Changed

  • IDatabaseChangeNotifier.StartListening now accepts a schemaName parameter (#​1819)
  • DbSetObserveExtensions.ObserveCore extracts schema via entityType.GetSchema() ?? entityType.Model.GetDefaultSchema() and passes it downstream (#​1819)
  • ObserveInterceptor uses schema-qualified keys (schema.table) for in-process change routing (#​1819)

Fixed

  • SqlServerChangeNotifier now builds FROM [{schema}].[{tableName}] (defaults to dbo) (#​1819)
  • PostgreSqlChangeNotifier uses schema in trigger/function names and channel names (defaults to public) (#​1819)
  • SqliteChangeNotifier accepts but ignores schemaName (SQLite has no schema concept beyond attached databases) (#​1819)

19.5.7

No release notes

19.5.6

No release notes

19.5.5

No release notes

19.5.4

No release notes

19.5.3

No release notes

19.5.2

Fixed

  • Inferring the command type in CommandForm from the command property. You then don't have to specify the generic argument in addition to the command type as its constructor.

19.5.1

No release notes

19.5.0

Added

  • CommandForm capabilities:
    • Automatic server validation when all client validations are valid
    • Option of validating entire command onBlur / onChange - default will be to validate only the field that changed

Fixed

  • Multi-column layout for Command Form was rendering wrongly
  • Upgrading to latest Chronicle
  • Timing issue with initial values fixed in CommandForm

19.4.0

Added

  • Added support for custom field decorators, error displays, and tooltips in CommandForm.
  • Introduced FieldDecoratorProps, ErrorDisplayProps, and TooltipWrapperProps interfaces for better type safety.
  • Updated CommandForm to accept custom components for field decoration, error display, and tooltips.
  • Implemented examples for PrimeReact and Tailwind CSS integration in documentation.
  • Created tests for custom CSS classes, error display components, field decorators, and tooltip components.

Fixed

  • Added missing export for CommandFormContext.

19.3.3

Fixed

  • Adding missing export for stories in the root module.

19.3.2

Fixed

  • The stories module was not exposed in the @​cratis/arc.react package - it is now. Also added documentation for it.

19.3.1

Fixed

  • Setting required only on fields that are non optional for the CommandForm.

19.3.0

Added

  • Introducing a React components called CommandForm that makes it easy to work with commands and automatically getting validation errors hooked up. It will run both the client side validators and also put the server side validation errors back onto the form.

Fixed

  • Dependency to Cratis.Chronicle for the Arc Chronicle package - Cratis Chronicle has changed how it packages th NuGet packages. So this is a compatibility fix.

Commits viewable in compare view.

Updated Cratis.Fundamentals from 7.6.0 to 7.7.1.

Release notes

Sourced from Cratis.Fundamentals's releases.

7.7.1

Summary

Update dependencies

7.7.0

Added

  • [Scoped] attribute for registering scoped services by convention

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.MongoDB from 19.2.0 to 19.6.1
Bumps Cratis.Fundamentals from 7.6.0 to 7.7.1

---
updated-dependencies:
- dependency-name: Cratis.Arc.MongoDB
  dependency-version: 19.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Cratis.Fundamentals
  dependency-version: 7.7.1
  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 Feb 24, 2026
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