build: update cross-repo angular dependencies (main)#32961
Merged
crisbeto merged 1 commit intoangular:mainfrom Mar 25, 2026
Merged
Conversation
crisbeto
added a commit
to crisbeto/material2
that referenced
this pull request
Mar 23, 2026
The `web_test_suite` rule generates a JS file on-the-fly which inserts CSS dependencies into the current page. Currently this file uses double quotes for the string which breaks if there are new lines in the file. This is currently blocking angular#32961 and angular#32962. These changes switch to using multi-line strings to avoid the issue.
731221a to
7c2d56b
Compare
crisbeto
added a commit
that referenced
this pull request
Mar 24, 2026
The `web_test_suite` rule generates a JS file on-the-fly which inserts CSS dependencies into the current page. Currently this file uses double quotes for the string which breaks if there are new lines in the file. This is currently blocking #32961 and #32962. These changes switch to using multi-line strings to avoid the issue.
crisbeto
added a commit
that referenced
this pull request
Mar 24, 2026
The `web_test_suite` rule generates a JS file on-the-fly which inserts CSS dependencies into the current page. Currently this file uses double quotes for the string which breaks if there are new lines in the file. This is currently blocking #32961 and #32962. These changes switch to using multi-line strings to avoid the issue. (cherry picked from commit 3bd561e)
73b5437 to
6c47594
Compare
See associated pull request for more information.
6c47594 to
70bc3b7
Compare
crisbeto
approved these changes
Mar 25, 2026
Member
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
22.0.0-next.0→22.0.0-next.222.0.0-next.0→22.0.0-next.222.0.0-next.0→22.0.0-next.222.0.0-next.0→22.0.0-next.222.0.0-next.0→22.0.0-next.222.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.4b0ab311→88dbc0522.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.422.0.0-next.0→22.0.0-next.222.0.0-next.0→22.0.0-next.2e006a33→b9bca45491fa7f→b9bca452fe6d3b→af626f77043f91→46029659135eea→13918be🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v22.0.0-next.2Compare Source
@angular/cli
@schematics/angular
@angular/build
@angular/ssr
v22.0.0-next.1Compare Source
Breaking Changes
@angular/build
@angular/build:dev-server (ng serve)now assigns the highest priority to thePORTenvironment variable. This value will override any port configurations specified inangular.jsonor via the--portcommand-line flag. This includes the default port 4200.@schematics/angular
ChangeDetectionStrategy.DefaultwithEager@angular/cli
ChangeDetectionStrategy.Eager@angular/build
experimentalPlatformtoplatformin application builderangular/angular (@angular/common)
v22.0.0-next.4Compare Source
Breaking Changes
core
ChangeDetectorRef.checkNoChangeswas removed. In tests usefixture.detectChanges()instead.compiler
compiler-cli
core
checkNoChangesfrom the public API.forms
language-service
migrations
router
optionsoptional parameter forwithComponentInputBindingservice-worker
v22.0.0-next.3Compare Source
compiler
core
v22.0.0-next.2Compare Source
Breaking Changes
core
createNgModuleRefwas removed, usecreateNgModuleinsteadcore
toString()representationcreateNgModuleRefforms
SignalFormsConfigto a readonly APIlanguage-service
v22.0.0-next.1Compare Source
compiler
compiler-cli
forms
migrations