build(deps-dev): bump @angular/compiler from 21.0.8 to 21.2.4 in /example/ionic-angular-v8#1158
Conversation
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Bug Fixes 🐛
Internal Changes 🔧Deps
Other
🤖 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-devkit/build-angular": "^21.0.0", | ||
| "@angular/cli": "^21.0.0", | ||
| "@angular/compiler": "^21.0.0", | ||
| "@angular/compiler": "^21.2.4", |
There was a problem hiding this comment.
Angular package version mismatch may cause build failures
Low Severity
The @angular/compiler constraint was bumped to ^21.2.4 while all other Angular packages (@angular/compiler-cli, @angular/common, @angular/forms, etc.) remain at ^21.0.0. The lock file now resolves @angular/compiler to 21.2.4 but @angular/compiler-cli to 21.0.8. Angular packages are designed to be used together at the same version — having the compiler two minor versions ahead of compiler-cli is particularly risky since they share internal APIs and can cause build failures.
Additional Locations (1)
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.8 to 21.2.4. - [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.4/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
531a2a9 to
3af2932
Compare


Bumps @angular/compiler from 21.0.8 to 21.2.4.
Release notes
Sourced from
@angular/compiler's releases.... (truncated)
Changelog
Sourced from
@angular/compiler's changelog.... (truncated)
Commits
ed2d324fix(compiler): disallow translations of iframe src1df1697fix(compiler): prevent mutation of children array in RecursiveVisitor95b3f37feat(compiler): Exhaustive checks for switch blocks9c5658arefactor(compiler): clean up pipeline compatibility distinction6e0d783refactor(compiler): Add info about unclosed element.06d94acRevert "refactor(compiler): Add info about unclosed element."0972084refactor(compiler): Add info about unclosed element.b386f95Revert "refactor(compiler): Add info about unclosed element."9b69e29refactor(compiler): Add info about unclosed element.11834a4fix(compiler): add geolocation element to schemaDependabot 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.