Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Automated merge PR bringing dev changes into the rel-10.2 branch, including a small Angular DTO model adjustment, documentation updates for Identity/CMS Kit integration, and a NuGet package version bump.
Changes:
- Update
ExtensibleLimitedResultRequestDtoto inherit fromExtensibleObject(instead ofExtensibleEntityDto) in the Angular core models. - Add documentation sections describing external user lookup / Identity integration (Identity module + CMS Kit module docs).
- Bump Scriban from
6.3.0to6.6.0and record the change in the version changes doc.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/ng-packs/packages/core/src/lib/models/dtos.ts | Adjusts extensible request DTO inheritance to avoid inheriting an entity DTO shape. |
| docs/en/package-version-changes.md | Adds the 10.2.0-rc.3 entry for the Scriban upgrade. |
| docs/en/modules/identity.md | Documents external user lookup and updates the list of Identity application services. |
| docs/en/modules/cms-kit/index.md | Documents how CMS Kit can remotely use Identity integration endpoints for user lookup scenarios. |
| Directory.Packages.props | Updates the central Scriban package version to 6.6.0. |
maliming
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR generated automatically to merge dev with rel-10.2. Please review the changed files before merging to prevent any errors that may occur.