chore(deps-dev): bump @angular/router from 14.3.0 to 21.2.6#19995
chore(deps-dev): bump @angular/router from 14.3.0 to 21.2.6#19995dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 14.3.0 to 21.2.6. - [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.6/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-version: 21.2.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@angular/platform-browser": "^14.3.0", | ||
| "@angular/platform-browser-dynamic": "^14.3.0", | ||
| "@angular/router": "^14.3.0", | ||
| "@angular/router": "^21.2.6", |
There was a problem hiding this comment.
Angular router v21 incompatible with v14 peer packages
High Severity
@angular/router is bumped to ^21.2.6 while all other @angular/* devDependencies remain at ^14.3.0 (e.g. @angular/core, @angular/common, @angular/compiler, etc.). Angular packages must be at the same major version to function together — @angular/router v21 has peer dependencies on @angular/core v21 and will not work with v14. This also conflicts with typescript 4.6.4 and ng-packagr ^14.2.2, which are incompatible with Angular 21. This will break the build of the @sentry/angular package.
|
We still support Angular 14 so not going to bump this |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps @angular/router from 14.3.0 to 21.2.6.
Release notes
Sourced from
@angular/router's releases.... (truncated)
Changelog
Sourced from
@angular/router's changelog.... (truncated)
Commits
a21be36refactor: prepare for requiredchangeDetectionprop on G3.84adb2frefactor(router): Permit deferring commit of traversal navigations17da2c3docs(docs-infra): removetoStringfrom the API docs5b8a403build: update rules_browsers digest to ceb527581cabc1feat(core): add support for TypeScript 60f47fdatest(router): move timeout and autoTick helpers to shared testing utilities11767cabuild: update Jasmine to 6.0.03867cd8perf(router): Use .bind to avoid holding other closures in memory5a0f272Revert "feat(router): adds browserUrl input support to router links"68ba9c4test(router): remove provider zoneless from testsDependabot 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)