Skip to content

build(deps): update npm dependencies, update type tsconfigs#928

Merged
rfprod merged 1 commit intomainfrom
deps
Jan 24, 2026
Merged

build(deps): update npm dependencies, update type tsconfigs#928
rfprod merged 1 commit intomainfrom
deps

Conversation

@rfprod
Copy link
Copy Markdown
Owner

@rfprod 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;

@rfprod rfprod requested a review from Copilot January 24, 2026 21:50
@rfprod rfprod self-assigned this Jan 24, 2026
@rfprod rfprod added Dependencies Project dependencies related changes. Feature New feature implementation related changes. Workspace Workspace related changes. Maintenance Project upkeep related changes. Tools: TypeScript TypeScript utility scripts related changes. Packages Packages related chages. labels Jan 24, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/utils type references from tsconfig files
  • Implemented tsconfig-migrations generator for automated type definition migrations
  • Renamed verbose parameter to debug in module-boundaries generator

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;
@rfprod rfprod merged commit 85346e5 into main Jan 24, 2026
20 checks passed
@rfprod rfprod deleted the deps branch January 24, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Project dependencies related changes. Feature New feature implementation related changes. Maintenance Project upkeep related changes. Packages Packages related chages. Tools: TypeScript TypeScript utility scripts related changes. Workspace Workspace related changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants