Conversation
Owner
rfprod
commented
Jan 24, 2026
- update npm dependencies to latest version;
- implement a workspace generator to migrate tsconfig type defs;
- remove obsolete type definitions from applicable tsconfig files;
There was a problem hiding this comment.
Pull request overview
This PR updates npm dependencies to their latest versions and removes obsolete vitest/utils type definitions from tsconfig files across the workspace. A new generator (tsconfig-migrations) has been implemented to automate the migration of tsconfig type definitions, and the module-boundaries generator has been refactored to rename the verbose parameter to debug for consistency.
Changes:
- Updated Angular, Nx, and other npm dependencies to latest versions
- Removed obsolete
vitest/utilstype references from tsconfig files - Implemented
tsconfig-migrationsgenerator for automated type definition migrations - Renamed
verboseparameter todebuginmodule-boundariesgenerator
Reviewed changes
Copilot reviewed 108 out of 111 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated dependency versions for Angular, Nx, and other packages |
| tools/workspace-plugin/src/generators/tsconfig-migrations/*.ts | New generator for migrating tsconfig type definitions |
| tools/workspace-plugin/src/generators/module-boundaries/*.ts | Refactored to use debug parameter instead of verbose |
| **/tsconfig.spec.json | Removed obsolete vitest/utils type reference |
| **/tsconfig.eslint.json | Removed obsolete vitest/utils type reference |
| libs/*/package.json | Updated Angular peer dependency versions |
Files not reviewed (1)
- functions/package-lock.json: Language not supported
Comments suppressed due to low confidence (1)
tools/workspace-plugin/src/generators/tsconfig-migrations/tsconfig-migrations.generator.ts:1
- The tsconfig-migrations generator lacks test coverage. Implement tests to verify the generator correctly removes obsolete type references and handles edge cases like missing compilerOptions or empty types arrays.
import { getProjects, logger, type ProjectConfiguration, type Tree } from '@nx/devkit';
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- [x] update npm dependencies to latest version; - [x] implement a workspace generator to migrate tsconfig type defs; - [x] remove obsolete type definitions from applicable tsconfig files;
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.