Bump @angular/compiler from 20.3.9 to 20.3.15 in /frontend#164
Bump @angular/compiler from 20.3.9 to 20.3.15 in /frontend#164dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
|
The change in the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 305 | Completion Tokens: 140 |
There was a problem hiding this comment.
Here's a friendly code review with AI assistance. Some suggestions are informed predictions rather than absolute truths, so please take what resonates with your approach. You remain the expert and decision-maker—AI simply offers supportive insights to enhance your work.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 863 | Completion Tokens: 344
| "@angular/animations": "^20.3.9", | ||
| "@angular/cdk": "^20.2.11", | ||
| "@angular/common": "^20.3.9", | ||
| "@angular/compiler": "^20.3.9", | ||
| "@angular/compiler": "^20.3.15", | ||
| "@angular/core": "^20.3.9", | ||
| "@angular/forms": "^20.3.9", | ||
| "@angular/material": "^20.2.11", |
There was a problem hiding this comment.
Inconsistent Angular version management detected. While @angular/compiler is being updated to ^20.3.15, other Angular packages remain at ^20.3.9. This can lead to compatibility issues and unpredictable behavior.
Consider updating all Angular packages to the same version for consistency:
"@angular/animations": "^20.3.15",
"@angular/cdk": "^20.3.15",
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/material": "^20.3.15"Alternatively, use Angular CLI's ng update command to ensure all packages are updated together and maintain compatibility.
|
@dependabot recreate |
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.9 to 20.3.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/20.3.15/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
85e4d19 to
3dd01b0
Compare
|
Done in #166 |
|
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/compiler from 20.3.9 to 20.3.15.
Release notes
Sourced from
@angular/compiler's releases.Changelog
Sourced from
@angular/compiler's changelog.... (truncated)
Commits
d1ca8aefix(compiler): prevent XSS via SVG animationattributeNameand MathML/SVG URLsf689269Revert "fix(compiler): support one additional level of nesting in :host()"7b2e6caRevert "fix(compiler): support arbitrary nesting in :host-context()"6036eefRevert "fix(compiler): support commas in :host() argument"a44658bRevert "fix(compiler): support complex selectors in :nth-child()"9419ea3fix(compiler): support complex selectors in :nth-child()2531863test(compiler): add test for :host:has(> .foo)106b904fix(compiler): support commas in :host() argumentf9d0818fix(compiler): support arbitrary nesting in :host-context()b47054cRevert "fix(compiler): support commas in :host() argument"Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.