chore(deps): bundle Nx, Angular, and dev dependency updates#431
Merged
mschilling merged 7 commits intomainfrom Mar 26, 2026
Merged
chore(deps): bundle Nx, Angular, and dev dependency updates#431mschilling merged 7 commits intomainfrom
mschilling merged 7 commits intomainfrom
Conversation
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.
Contributor
There was a problem hiding this comment.
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 andnxfrom22.6.0→22.6.1. - Bump Angular framework packages (core/runtime set) from
21.2.4→21.2.6. - Regenerate
package-lock.jsonto 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
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.
Summary
@nx/*packages)@typescript-eslint/utils8.57.1 → 8.57.2Bundles 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
nx run-many -t build --all)