chore(deps): bump @angular/common from 21.0.9 to 21.2.15 in /src/adminWeb#25
Conversation
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.0.9 to 21.2.15. - [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.15/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| "@angular/animations": "~21.0.0", | ||
| "@angular/aria": "~21.1.0", | ||
| "@angular/common": "~21.0.0", | ||
| "@angular/common": "~21.2.15", |
There was a problem hiding this comment.
🔴 Angular package version mismatch: @angular/common pinned to ~21.2.15 while all other @angular/ packages are at ~21.0.0*
Angular requires all its @angular/* packages to be at the same minor version. This PR bumps only @angular/common to ~21.2.15 (which resolves to >=21.2.15 <21.3.0), while every other Angular package (@angular/core, @angular/compiler, @angular/forms, @angular/router, @angular/animations, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/localize, @angular/build, @angular/cli, @angular/compiler-cli, @angular/language-service) remains at ~21.0.0 (resolving to 21.0.x). Angular explicitly checks for peer dependency alignment and this mismatch will cause peer dependency warnings during install and can lead to runtime errors due to internal API incompatibilities between minor versions.
Prompt for agents
The @angular/common version was bumped to ~21.2.15 but all other @angular/* packages remain at ~21.0.0. Angular requires all its framework packages to be at the same minor version. Either revert @angular/common back to ~21.0.0, or update ALL @angular/* packages (core, compiler, forms, router, animations, platform-browser, platform-browser-dynamic, localize, build, cli, compiler-cli, language-service) to ~21.2.15 as well. The affected packages are in both the dependencies and devDependencies sections of src/adminWeb/package.json.
Was this helpful? React with 👍 or 👎 to provide feedback.
| @@ -23,7 +23,7 @@ | |||
| "@abp/ng.theme.shared": "~10.2.0", | |||
| "@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 (~21.1.0)
Pre-existing: @angular/aria at ~21.1.0 (src/adminWeb/package.json:25) is already misaligned with the other @angular/* packages at ~21.0.0. This was not introduced by this PR but is worth noting — @angular/aria may be a separate package with its own versioning scheme, or this could be another version drift issue. If a bulk Angular upgrade is planned to fix the @angular/common mismatch, @angular/aria should be reviewed as well.
Was this helpful? React with 👍 or 👎 to provide feedback.
|
Superseded by #27. |
Bumps @angular/common from 21.0.9 to 21.2.15.
Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
582a417fix(http): exclude withCredentials requests from transfer cache5c6d6dffix(http): skip TransferCache for cookie-bearing requests by default300f61ffix(common): sanitize placeholder7f4ac78fix(common): add upper bounds for digitsInfo30cf85frefactor(common): update deprecation message42d57c3refactor(common): fix viewport tests10ad3c0fix(common): prevent focus from scrollToAnchor540536cfix(http): add CSP nonce support to JsonpClientBackend8102331test(http): disable XSRF and mock location in HttpClient tests to avoid Domin...13f050dtest: construct localDateobjects to fix timezone flakinessDependabot 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.