Skip to content

build: update cross-repo angular dependencies#3576

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:pr-takeover-3572
Mar 26, 2026
Merged

build: update cross-repo angular dependencies#3576
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:pr-takeover-3572

Conversation

@alan-agius4
Copy link
Contributor

See associated pull request for more information.

Closes #3572 as a pr takeover

@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Mar 26, 2026
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 26, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates various Angular and related package versions across several package.json and pnpm-lock.yaml files, moving most @angular packages from 22.0.0-next.4 to 22.0.0-next.5 (or equivalent next patch/minor versions for other packages like @angular/cdk, @angular/build, @angular/cli, @angular/ssr, @angular-devkit/*, @schematics/angular, @listr2/prompt-adapter-inquirer, @oxc-project/types, and rolldown). Additionally, bazel/spec-bundling/test/async-await.spec.ts is updated to import ChangeDetectionStrategy and set changeDetection: ChangeDetectionStrategy.Eager for AppComponent. A critical issue was identified where the @octokit/rest dependency in apps/code-of-conduct/package.json has an invalid empty version string, which needs to be corrected.

Comment on lines +3 to +12
"@angular/animations": "22.0.0-next.5",
"@angular/cdk": "22.0.0-next.2",
"@angular/common": "22.0.0-next.5",
"@angular/compiler": "22.0.0-next.5",
"@angular/core": "22.0.0-next.5",
"@angular/fire": "21.0.0-rc.0",
"@angular/forms": "22.0.0-next.4",
"@angular/material": "22.0.0-next.1",
"@angular/platform-browser": "22.0.0-next.4",
"@angular/router": "22.0.0-next.4",
"@angular/forms": "22.0.0-next.5",
"@angular/material": "22.0.0-next.2",
"@angular/platform-browser": "22.0.0-next.5",
"@angular/router": "22.0.0-next.5",

Choose a reason for hiding this comment

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

critical

The dependency @octokit/rest on line 13 has an empty version string (""), which is invalid for a package.json file. This will likely cause package installation to fail. Please specify a valid version for this package or remove it if it's no longer needed.

See associated pull request for more information.

Closes angular#3572 as a pr takeover
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

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

LGTM

@alan-agius4 alan-agius4 merged commit cf79d11 into angular:main Mar 26, 2026
13 checks passed
@alan-agius4 alan-agius4 deleted the pr-takeover-3572 branch March 26, 2026 14:05
@alan-agius4
Copy link
Contributor Author

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants