chore(deps): align Angular 20.3.27 updates - #191
Open
dhutchison wants to merge 4 commits into
Open
Conversation
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.21 to 20.3.27. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.27/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.21 to 20.3.27. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.27/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.21 to 20.3.27. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.27/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dhutchison
changed the base branch from
master
to
codex/dependabot-rollup-routine
August 5, 2026 00:34
|
Contributor
|
Thanks for the PR! |
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
This rollup combines the Angular 20.3.27 updates from #184, #185, and #186.
Those individual PRs cannot install independently because Angular packages enforce exact peer-version compatibility. This branch also aligns the remaining explicit Angular 20 packages—animations, forms, platform packages, router, compiler CLI, and language service—to 20.3.27 and regenerates
package-lock.json.Angular 21/22, Angular ESLint toolchain, and TypeScript 6 upgrades are intentionally excluded and should be handled as a separate migration.
Verification
Verified in the repository devcontainer:
npm cinpm run-script lintnpm run-script build-deploymentnpm run-script test:allCypress required the disposable devcontainer to have
xvfbinstalled; this is an environment prerequisite rather than a repository change.The original Angular Dependabot PRs should be closed as superseded after this rollup is merged.