chore(deps): bump @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-server, @angular/router, @angular/ssr, @angular/build and @angular/compiler-cli in /src/clientWeb#28
Conversation
…@angular/forms, @angular/platform-browser, @angular/platform-server, @angular/router, @angular/ssr, @angular/build and @angular/compiler-cli Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler), [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core), [@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), [@angular/ssr](https://github.com/angular/angular-cli), [@angular/build](https://github.com/angular/angular-cli) and [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli). These dependencies needed to be updated together. Updates `@angular/compiler` from 21.2.6 to 22.0.1 - [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.1/packages/compiler) Updates `@angular/common` from 21.2.6 to 22.0.1 - [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.1/packages/common) Updates `@angular/core` from 21.2.6 to 22.0.1 - [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.1/packages/core) Updates `@angular/forms` from 21.2.6 to 22.0.1 - [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.1/packages/forms) Updates `@angular/platform-browser` from 21.2.6 to 22.0.1 - [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.1/packages/platform-browser) Updates `@angular/platform-server` from 21.2.6 to 22.0.1 - [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.1/packages/platform-server) Updates `@angular/router` from 21.2.6 to 22.0.1 - [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.1/packages/router) Updates `@angular/ssr` from 21.2.5 to 22.0.1 - [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.5...v22.0.1) Updates `@angular/build` from 21.2.5 to 22.0.1 - [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.5...v22.0.1) Updates `@angular/compiler-cli` from 21.2.6 to 22.0.1 - [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.1/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/common" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/core" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/forms" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-browser" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-server" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/router" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/ssr" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/build" dependency-version: 22.0.1 dependency-type: direct:development - dependency-name: "@angular/compiler-cli" dependency-version: 22.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
There was a problem hiding this comment.
🚩 TypeScript version may need upgrading for Angular 22
The typescript dependency is pinned at ~5.9.2 (src/clientWeb/package.json:35). Each Angular major version specifies supported TypeScript versions, and Angular 22 may require a newer TypeScript version than 5.9.x. If the build fails after this upgrade, the TypeScript version compatibility should be checked against Angular 22's peer dependency requirements.
(Refers to line 35)
Was this helpful? React with 👍 or 👎 to provide feedback.
| "devDependencies": { | ||
| "@angular/build": "^21.2.5", | ||
| "@angular/build": "^22.0.1", | ||
| "@angular/cli": "^21.2.5", |
There was a problem hiding this comment.
🔴 @angular/cli left at v21 while all other Angular packages upgraded to v22
All Angular packages (@angular/common, @angular/core, @angular/compiler, @angular/build, @angular/compiler-cli, etc.) were upgraded from v21 to ^22.0.1, but @angular/cli at line 29 was left at ^21.2.5. Angular CLI major versions must match the Angular framework major version — a v21 CLI will not correctly build, serve, or generate code for a v22 Angular project, and may produce confusing errors or silently generate incompatible code.
| "@angular/cli": "^21.2.5", | |
| "@angular/cli": "^22.0.1", |
Was this helpful? React with 👍 or 👎 to provide feedback.
Bumps @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-server, @angular/router, @angular/ssr, @angular/build and @angular/compiler-cli. These dependencies needed to be updated together.
Updates
@angular/compilerfrom 21.2.6 to 22.0.1Release notes
Sourced from @angular/compiler's releases.
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
... (truncated)
Commits
4645850refactor(compiler): Remove 80 char limit on AbstractEmitterVisitor1ee224cfix(compiler): disallow i18n event attributes5946c18fix(compiler): sanitizehref/xlink:hrefattributes of any element of the ...393b84cfix(compiler): sanitize two-way properties3d9ca2ffix(compiler-cli): bind switch exhaustive check expressionsa56f1cdfix(compiler): more robust logic to check if regex can be optimized2891f7efix(compiler): move projection attributes into constants94d520ffix(compiler): prevent namespaced SVG <style> elements from being strippedd9c38e5docs: fix typos in source code commentsa08e4fbfix(core): normalize tag names in runtime i18n attribute security context loo...Updates
@angular/commonfrom 21.2.6 to 22.0.1Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
2dd65d2fix(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 requestsdfff57efix(common): Limits date format string length1d87c49fix(common): use cryptographically secure SHA-256 for transfer cache key gene...ffb06c0fix(http): ensure query parameters are inserted before URL fragments4795b35fix(common): only strip a literal /index.html suffix from URLsUpdates
@angular/corefrom 21.2.6 to 22.0.1Release notes
Sourced from @angular/core's releases.
... (truncated)
Changelog
Sourced from @angular/core's changelog.
... (truncated)
Commits
4b0c3b8refactor(core): Update registerNgModuleType to support codegen typecheckingdbf64c8test(core): fix AI tools test flake045bb73fix(core): validate lowercase SVG animation attribute names1ee224cfix(compiler): disallow i18n event attributes5946c18fix(compiler): sanitizehref/xlink:hrefattributes of any element of the ...b1f02ebrefactor(core): add internal utility85d2d10fix(forms): harden FormGroup control lookups against prototype shadowing6e3d51drefactor(migrations): ImprovesafeNavigationMigrationheuristic01ea640refactor(core): Fix DirectiveDefinition interface to allow abstract classesa704b08docs: add Signal Forms and v22 guidance to AI best-practices and llms.txtUpdates
@angular/formsfrom 21.2.6 to 22.0.1Release notes
Sourced from @angular/forms's releases.
... (truncated)
Changelog
Sourced from @angular/forms's changelog.