Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps @cratis/applications.react.mvvm from 17.2.1 to 17.21.2.

Release notes

Sourced from @​cratis/applications.react.mvvm's releases.

Release v17.21.2

Fixed

  • Fixing an assumption that ICorrelationIdAccessor was registered with the IoC. In a stack with Chronicle, it would be - but not without. Explicitly registering it.

Release v17.21.1

Fixed

  • Added missing call for adding the IHttpContextAccessor - we are now relying on it and we should explicltly add it to our setup. This is safe to add multiple times using the .AddHttpContextAccessor() extension method from ASP.NET Core.

Release v17.21.0

Added

  • Added IIdentityProviderResultHandler to allow for working with the provider result outside of just the endpoint for it. This gives more flexibility in modifying it from the backend for instance.

Release v17.20.5

Fixed

  • Fixed the cookie name in the backend from .cratis.identity to .cratis-identity which is what the frontend expects and we have documented.

Release v17.20.4

Fixed

  • Fixed the way the .cratis.identity cookie is identified. It was not trimming the strings properly and sometimes didn't find it.

Release v17.20.3

Fixed

  • Taking out claims from the IdentityProviderResult. They were never accessible in the frontend and it was never designed for this. With too many claims, the cookie size quickly exceeds the maximum of 4096 bytes.

Release v17.20.2

Fixed

  • Adding missing .cratis.identity cookie for the IdentityProviderEndpoint handler. This was originally designed to be the responsibility of a reverse proxy (ingress), but that is a misplaced responsibility.

Release v17.20.1

Note: Forget about the UpsertItem() extension method released just a few minutes ago. Use the new Upsert(). we chose to do a patch for this, rather than a major - since the breaking change was minutes away.

Fixed

  • Name of UpsertItem() for upserting was wrong and the extension method was in the wrong namesapce. It now sits in Microsoft.EntityFrameworkCore namespace.

Release v17.20.0

Added

  • Adding an extension for EntityFramework DbSet<> for upserting an entity.

Release v17.19.1

Fixed

... (truncated)

Commits
  • a75fb2e Merge pull request #1355 from Cratis:fix/correlation-id-accessor
  • 4d3ae34 Adding missing correlationIdAccessor registration - this was in the Chronicle...
  • a397c21 Merge pull request #1354 from Cratis:fix/add-httpcontext-accessor
  • 1f08856 Adding HttpContextAccessor implicitly, since we're relying on it
  • c7728de Simplifying specs
  • 80d833d Merge pull request #1353 from Cratis:feature/exposing-identity-provider
  • 1003881 Cleaning up
  • acfca2e Specs
  • 2917577 Fixing specs after change
  • 46553df Adding docs for the new identity result handler
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@cratis/applications.react.mvvm](https://github.com/cratis/applicationmodel) from 17.2.1 to 17.21.2.
- [Release notes](https://github.com/cratis/applicationmodel/releases)
- [Commits](Cratis/Arc@v17.2.1...v17.21.2)

---
updated-dependencies:
- dependency-name: "@cratis/applications.react.mvvm"
  dependency-version: 17.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 30, 2025
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant