chore: use catalog for angular dependencies#6991
Merged
louis-bompart merged 6 commits intomainfrom Mar 19, 2026
Merged
Conversation
Contributor
64653d2 to
d8695f8
Compare
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Angular-related dependencies across the monorepo to use pnpm’s catalog: protocol, centralizing Angular version management in pnpm-workspace.yaml.
Changes:
- Switched Angular dependencies in Angular samples and
packages/atomic-angulartocatalog:. - Added Angular packages to the pnpm workspace
catalog:section. - Updated
pnpm-lock.yamlto reflect catalog-based specifiers.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/headless/rga-angular/package.json | Migrates Angular deps/devDeps to catalog:. |
| samples/headless/rga-angular/.gitignore | Removes leading whitespace on .angular entry. |
| samples/atomic/search-commerce-angular/package.json | Migrates Angular runtime deps to catalog: (tooling devDeps remain pinned). |
| pnpm-workspace.yaml | Adds Angular packages/versions to the workspace catalog:. |
| pnpm-lock.yaml | Records Angular packages under catalogs.default and updates specifiers to catalog:. |
| packages/atomic-angular/package.json | Migrates Angular tooling devDependencies to catalog:. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Collaborator
Author
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Contributor
|
@louis-bompart I've opened a new pull request, #7256, to work on those changes. Once the pull request is ready, I'll request review from you. |
d55d1f6 to
d8695f8
Compare
… to catalog (#7256) Co-authored-by: Louis Bompart <lbompart@coveo.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: louis-bompart <12366410+louis-bompart@users.noreply.github.com>
alexprudhomme
approved these changes
Mar 19, 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.
KIT-282