Bump @angular/common from 20.3.9 to 20.3.14 in /frontend#156
Bump @angular/common from 20.3.9 to 20.3.14 in /frontend#156dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
This change updates the version of the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 298 | Completion Tokens: 136 |
There was a problem hiding this comment.
Here's a friendly code review enhanced with AI assistance. These suggestions offer potential improvements and insights to consider, though they're recommendations rather than requirements. You're the expert on your project's needs and goals. Use what feels valuable and fits your context—AI is simply here to provide additional perspective and support your development process.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 854 | Completion Tokens: 325
| "dependencies": { | ||
| "@angular/animations": "^20.3.9", | ||
| "@angular/cdk": "^20.2.11", | ||
| "@angular/common": "^20.3.9", | ||
| "@angular/common": "^20.3.14", | ||
| "@angular/compiler": "^20.3.9", | ||
| "@angular/core": "^20.3.9", | ||
| "@angular/forms": "^20.3.9", |
There was a problem hiding this comment.
Consider updating all Angular dependencies to the same version for consistency and to avoid potential compatibility issues. Currently, you have mixed versions (20.3.9, 20.2.11, and 20.3.14):
"dependencies": {
"@angular/animations": "^20.3.14",
"@angular/cdk": "^20.3.14",
"@angular/common": "^20.3.14",
"@angular/compiler": "^20.3.14",
"@angular/core": "^20.3.14",
"@angular/forms": "^20.3.14"
}This ensures all Angular packages work together harmoniously and reduces the risk of version conflicts.
|
@dependabot recreate |
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.9 to 20.3.14. - [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.14/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
e69cd8e to
555a398
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/common from 20.3.9 to 20.3.14.
Release notes
Sourced from
@angular/common's releases.Changelog
Sourced from
@angular/common's changelog.... (truncated)
Commits
0276479fix(http): prevent XSRF token leakage to protocol-relative URLsa8c577ddocs: add reference to Built-in Pipes in multiple pipe files8922caeRevert "refactor(http): migrate XSRF classes to use inject() function"5047849fix(common): remove placeholder image listeners once view is removed4c66fe4refactor(core): markVERSIONas@__PURE__for better tree-shaking2ad6b72refactor(http): migrate XSRF classes to use inject() functionee578d3build: format md files744cd5crefactor(http): simplifies destruction tracking using destroyed propertyDependabot 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.