chore(deps): Bump @angular/core from 20.3.17 to 20.3.27 in /eform-client - #7995
Conversation
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.17 to 20.3.27. - [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/v20.3.27/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
There was a problem hiding this comment.
🟡 Changes recommended
@angular/core is updated to a different patch level than the rest of the @angular/* packages, which can introduce peer-dependency and compatibility issues unless the Angular packages are kept aligned.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the Angular frontend’s dependency set by bumping @angular/core within eform-client, with corresponding lockfile updates to ensure deterministic installs.
Changes:
- Bump
@angular/corefrom20.3.17to20.3.27ineform-client/package.json. - Update
eform-client/yarn.lockto reflect the new@angular/core@20.3.27tarball and integrity.
File summaries
| File | Description |
|---|---|
| eform-client/package.json | Updates the declared @angular/core dependency version. |
| eform-client/yarn.lock | Updates the resolved artifact and integrity for @angular/core@20.3.27. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "@angular/common": "20.3.16", | ||
| "@angular/compiler": "20.3.16", | ||
| "@angular/core": "20.3.17", | ||
| "@angular/core": "20.3.27", | ||
| "@angular/forms": "20.3.16", | ||
| "@angular/localize": "20.3.16", |
Bumps @angular/core from 20.3.17 to 20.3.27.
Release notes
Sourced from @angular/core's releases.
... (truncated)
Changelog
Sourced from @angular/core's changelog.
... (truncated)
Commits
db0d4a1fix(compiler): restrict possible event handler check to property names longer...5dbcd0efix(compiler): disallow i18n event attributes8eb7aeafix(core): reject dynamic script host elements26831d0fix(core): avoid caching missing locale dataca48b47fix(core): validate lowercase SVG animation attribute names (#69270)1a62130fix(common): use cryptographically secure SHA-256 for transfer cache key gene...49368c1fix(platform-server): harden platform location origin validation during SSR566ad05fix(common): skip transfer cache for uncacheable HTTP traffic768a349fix(core): harden TransferState restoration against DOM clobbering7ae6381test(compiler-cli): align ngtsc sanitization expectations with modern DOM sch...You can trigger a rebase of this PR 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.