Bump @angular/compiler from 19.2.18 to 19.2.20#11
Bump @angular/compiler from 19.2.18 to 19.2.20#11dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.18 to 19.2.20. - [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/v19.2.20/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the admin app’s Angular compiler dependency to pick up the latest 19.2.x patch release, and refreshes the root lockfile accordingly for the monorepo workspaces.
Changes:
- Bump
@angular/compilerinapps/adminfrom19.2.18to19.2.20. - Update
package-lock.jsonto reflect the new compiler version and current workspace set.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package-lock.json | Updates lockfile entries for the compiler bump and current workspace packages. |
| apps/admin/package.json | Bumps @angular/compiler to ^19.2.20. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| "@angular/animations": "^19.2.18", | ||
| "@angular/common": "^19.2.18", | ||
| "@angular/compiler": "^19.2.18", | ||
| "@angular/compiler": "^19.2.20", | ||
| "@angular/core": "^19.2.18", | ||
| "@angular/forms": "^19.2.18", |
There was a problem hiding this comment.
Pull request overview
Updates the Angular admin app dependency graph to use @angular/[email protected], with corresponding lockfile regeneration in the monorepo workspace.
Changes:
- Bump
@angular/compilerfrom19.2.18to19.2.20inapps/admin/package.json. - Regenerate
package-lock.json, including updated workspace metadata and refreshed dependency sections (notably addingdesktop-adminworkspace dependencies).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
apps/admin/package.json |
Bumps @angular/compiler version for the admin app. |
package-lock.json |
Lockfile updates reflecting the compiler bump plus workspace/dependency-tree changes (incl. desktop-admin). |
Comments suppressed due to low confidence (1)
apps/admin/package.json:19
@angular/compileris bumped to 19.2.20 but the rest of the Angular runtime deps are still^19.2.18(and@angular/compiler-cliis still^19.2.18). Angular packages commonly rely on exact-version peerDependencies across the patch set, so this mix can lead to unsatisfied peers / duplicate installs. Please bump the full Angular set used by the admin app (runtime@angular/*packages +@angular/compiler-cli, and likely@angular/cli/@angular-devkit/build-angular) to 19.2.20 and regenerate the lockfile.
"@angular/animations": "^19.2.18",
"@angular/common": "^19.2.18",
"@angular/compiler": "^19.2.20",
"@angular/core": "^19.2.18",
"@angular/forms": "^19.2.18",
"@angular/platform-browser": "^19.2.18",
"@angular/platform-browser-dynamic": "^19.2.18",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Bumps @angular/compiler from 19.2.18 to 19.2.20.
Release notes
Sourced from
@angular/compiler's releases.Changelog
Sourced from
@angular/compiler's changelog.... (truncated)
Commits
5be912efix(compiler): disallow translations of iframe srcDependabot 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.