Skip to content

chore(deps): bundle Nx, Angular, and dev dependency updates#431

Merged
mschilling merged 7 commits intomainfrom
chore/nx-angular-migrate-latest
Mar 26, 2026
Merged

chore(deps): bundle Nx, Angular, and dev dependency updates#431
mschilling merged 7 commits intomainfrom
chore/nx-angular-migrate-latest

Conversation

@mschilling
Copy link
Contributor

@mschilling mschilling commented Mar 26, 2026

Summary

  • Nx 22.6.0 → 22.6.1 (all @nx/* packages)
  • Angular 21.2.4 → 21.2.6 (core, common, compiler, forms, router, etc.)
  • @swc/core 1.15.18 → 1.15.21
  • eslint 10.0.3 → 10.1.0
  • typescript-eslint 8.57.1 → 8.57.2 + @typescript-eslint/utils 8.57.1 → 8.57.2

Bundles Dependabot PRs: #421, #426, #427, #428, #429

Note: TypeScript 6 (#430) is excluded — requires code changes for stricter type checks (spread-overwrites, nullable narrowing, implicit any in destructuring).

Test plan

  • All 21 projects build successfully (nx run-many -t build --all)
  • CI pipeline passes
  • Verify app and admin-portal work in test environment

dependabot bot and others added 4 commits March 23, 2026 06:11
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 10.0.3 to 10.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.3...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the swc group with 1 update: [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core).


Updates `@swc/core` from 1.15.18 to 1.15.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.21/packages/core)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: swc
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@typescript-eslint/utils` from 8.57.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/utils)

Updates `typescript-eslint` from 8.57.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
- dependency-name: typescript-eslint
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Patch-level updates via `nx migrate latest`:
- Nx 22.6.0 → 22.6.1 (all @nx/* packages)
- Angular 21.2.4 → 21.2.6 (core, common, compiler, forms, router, etc.)

All 21 projects build successfully, no code migrations required.
Copilot AI review requested due to automatic review settings March 26, 2026 16:04
@mschilling mschilling added the dependencies Pull requests that update a dependency file label Mar 26, 2026
Copy link
Contributor

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

Updates workspace tooling dependencies to the latest patch releases for Nx and Angular to keep the monorepo’s build/test toolchain current.

Changes:

  • Bump all @nx/* packages and nx from 22.6.022.6.1.
  • Bump Angular framework packages (core/runtime set) from 21.2.421.2.6.
  • Regenerate package-lock.json to reflect updated dependency graph (including transitive updates).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates direct Nx + Angular dependency versions to the desired patch releases.
package-lock.json Updates resolved versions/integrity entries to match the new dependency set.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…6e5487' into chore/nx-angular-migrate-latest
…a2bcddb0b' into chore/nx-angular-migrate-latest
…pt-eslint-136ef553af' into chore/nx-angular-migrate-latest
@mschilling mschilling self-assigned this Mar 26, 2026
@mschilling mschilling changed the title chore(deps): migrate Nx 22.6.1 and Angular 21.2.6 chore(deps): bundle Nx, Angular, and dev dependency updates Mar 26, 2026
@mschilling mschilling merged commit 9b2c385 into main Mar 26, 2026
1 check passed
@mschilling mschilling deleted the chore/nx-angular-migrate-latest branch March 26, 2026 18:21
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants