chore(deps): bump @angular/compiler from 21.0.9 to 21.2.17 in /src/adminWeb#26
Conversation
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.9 to 21.2.17. - [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/v21.2.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| "@angular/aria": "~21.1.0", | ||
| "@angular/common": "~21.0.0", | ||
| "@angular/compiler": "~21.0.0", | ||
| "@angular/compiler": "~21.2.17", |
There was a problem hiding this comment.
🔴 Angular compiler version mismatch with all other @angular/ packages*
@angular/compiler is bumped to ~21.2.17 while every other @angular/* package remains at ~21.0.0 (or ~21.0.0 for devDependencies like @angular/compiler-cli at line 49). The ~ semver range locks to the minor version, so @angular/compiler will resolve to 21.2.x while @angular/core, @angular/common, @angular/compiler-cli, etc. will resolve to 21.0.x. Angular requires all its packages to be at the same minor version — a mismatch between compiler (21.2.x) and core/compiler-cli (21.0.x) will cause build failures or runtime incompatibilities.
Prompt for agents
The @angular/compiler version was changed to ~21.2.17 while all other @angular/* packages remain at ~21.0.0. Angular requires all its packages to be version-aligned at the same minor version. Either revert @angular/compiler back to ~21.0.0, or update ALL @angular/* packages (in both dependencies and devDependencies) to the same target version (~21.2.17 or whatever version is intended). The affected packages include: @angular/animations, @angular/aria, @angular/common, @angular/core, @angular/forms, @angular/localize, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router in dependencies, and @angular/build, @angular/cli, @angular/compiler-cli, @angular/language-service in devDependencies.
Was this helpful? React with 👍 or 👎 to provide feedback.
| @@ -24,7 +24,7 @@ | |||
| "@angular/animations": "~21.0.0", | |||
| "@angular/aria": "~21.1.0", | |||
There was a problem hiding this comment.
🚩 @angular/aria is also on a different minor version than the rest
Pre-existing: @angular/aria at line 25 is already at ~21.1.0, which is a different minor than the ~21.0.0 used by the other Angular packages. This wasn't introduced by this PR but is worth noting as another version alignment concern. It's possible @angular/aria was first published at 21.1 and doesn't exist at 21.0, but this should be verified.
Was this helpful? React with 👍 or 👎 to provide feedback.
Bumps @angular/compiler from 21.0.9 to 21.2.17.
Release notes
Sourced from @angular/compiler's releases.
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
... (truncated)
Commits
dc9c996fix(compiler): sanitize two-way propertiesae1c8a1fix(compiler): move projection attributes into constantseb1cbbffix(compiler): prevent namespaced SVG <style> elements from being stripped29ceeffdocs: fix typos in source code comments782e015fix(compiler): strip namespaced SVG script elements during template compilati...ff12fe5fix(core): normalize tag names in runtime i18n attribute security context loo...0b07f47fix(compiler): normalize tag names with custom namespaces in DomElementSchema...cc1378dfix(compiler): sanitize dynamic href and xlink:href bindings on SVG a element...daaf329fix(core): support prefix-insensitive DOM schema lookups and compile-time i18...68282dffix(compiler): strip namespaced SVG script elements during template compilationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.