Bump @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-server, @angular/router and @angular/ssr in /web#5
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
…ular/platform-server, @angular/router and @angular/ssr Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server), [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) and [@angular/ssr](https://github.com/angular/angular-cli). These dependencies needed to be updated together. Updates `@angular/common` from 21.2.14 to 22.0.2 - [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/v22.0.2/packages/common) Updates `@angular/forms` from 21.2.14 to 22.0.2 - [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/v22.0.2/packages/forms) Updates `@angular/platform-browser` from 21.2.14 to 22.0.2 - [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/v22.0.2/packages/platform-browser) Updates `@angular/platform-server` from 21.2.14 to 22.0.2 - [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/v22.0.2/packages/platform-server) Updates `@angular/router` from 21.2.14 to 22.0.2 - [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/v22.0.2/packages/router) Updates `@angular/ssr` from 21.2.12 to 22.0.3 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@v21.2.12...v22.0.3) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 22.0.2 dependency-type: direct:production - dependency-name: "@angular/forms" dependency-version: 22.0.2 dependency-type: direct:production - dependency-name: "@angular/platform-browser" dependency-version: 22.0.2 dependency-type: direct:production - dependency-name: "@angular/platform-server" dependency-version: 22.0.2 dependency-type: direct:production - dependency-name: "@angular/router" dependency-version: 22.0.2 dependency-type: direct:production - dependency-name: "@angular/ssr" dependency-version: 22.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #9. |
ChandruWritesCode
added a commit
that referenced
this pull request
Jul 4, 2026
Merge pull request #3 from ChandruWritesCode/37-group-chat-create-man…
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.
Bumps @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-server, @angular/router and @angular/ssr. These dependencies needed to be updated together.
Updates
@angular/commonfrom 21.2.14 to 22.0.2Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
6867f77fix(http): distinguish repeated transfer cache params6c1f3e9fix(common): skip transfer cache for uncacheable HTTP traffic (#69316)7ef1399fix(http): skip transfer cache for fetch credentialed requests (#69316)94ea403fix(common): escape anchor fragment in shadow DOM name selector2dd65d2fix(http): pass down thereportUploadProgressandreportDownloadProgress...1bd5a56docs: deprecate XHR support for server-side rendering in HTTP docs and recomm...3c2892cfix(common): prevent prototype pollution in formatDateTimec4b5fa3fix(common): escape CSS string-terminating characters in escapeCssUrl4254eb4fix(http): preserve empty referrer option in HttpRequest167bd4cfix(http): Rejects non-HTTP(S) URLs in JSONP requestsUpdates
@angular/formsfrom 21.2.14 to 22.0.2Release notes
Sourced from @angular/forms's releases.
... (truncated)
Changelog
Sourced from @angular/forms's changelog.
... (truncated)
Commits
3f05543refactor(forms): fix initWebMcpForm description to be required11836a6fix(forms): delay mcp reading the form model by aticke51ad37fix(forms): remove animationstart listener on component destroy to prevent me...85d2d10fix(forms): harden FormGroup control lookups against prototype shadowingcdcea80fix(core): require WebMCP tool descriptions55b7b5afix(forms): setadditionalProperties: falseon generated WebMCP forme81c7e8refactor(forms): type built-in getError resultseb600aarefactor(forms): mark date and limit signal forms APIs publica97d5ecbuild: update minimum supported Node.js versions3b4ef1eperf(forms): avoid redundant invalidations in parser errors signalUpdates
@angular/platform-browserfrom 21.2.14 to 22.0.2Release notes
Sourced from @angular/platform-browser's releases.
... (truncated)
Changelog
Sourced from @angular/platform-browser's changelog.
... (truncated)
Commits
d9c38e5docs: fix typos in source code commentsa97d5ecbuild: update minimum supported Node.js versions0d9a245fix(core): sanitize meta selectorsad717dfrefactor(core): use the@Servicedecorator where possible.5a7c1e6feat(core): add ability to cache resources for SSRb8d3f36feat(compiler-cli): add support for Node.js 26.0.04ad3a1frefactor(core): Don't throw when there are not async metadata7f3f3d7ci: remove remainings of saucelabs tests9f479aefeat(core): Update Testability to use PendingTasks for stability indicator0454d4crefactor(core): deprecatewithIncrementalHydrationUpdates
@angular/platform-serverfrom 21.2.14 to 22.0.2Release notes
Sourced from @angular/platform-server's releases.
... (truncated)
Changelog
Sourced from @angular/platform-server's changelog.
... (truncated)
Commits
1881ederefactor(platform-server): deprecate ServerXhred48ca7fix(platform-server): harden platform location origin validation during SSRfeb0400refactor(platform-server): replace standard Error with RuntimeError7b91309fix(platform-server): throw on suspicious URLs and restrict protocol-relative...6e71049refactor(platform-server): clean up and simplify url resolution utilityf7b3ed8fix(http): Introduce a max buffer size for fetch requests on SSRa97d5ecbuild: update minimum supported Node.js versions28338a1fix(platform-server): prevent SSRF bypasses via backslash URLs in HttpClient9552252fix(platform-server): secure location and document initialization against SSR...119a19efix(platform-server): forward BEFORE_APP_SERIALIZED errors to ErrorHandlerUpdates
@angular/routerfrom 21.2.14 to 22.0.2Release notes
Sourced from @angular/router's releases.