Bump tar and @angular/cli in /frontend#190
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.6 and updates ancestor dependency [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `tar` from 7.5.1 to 7.5.6 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.1...v7.5.6) Updates `@angular/cli` from 20.3.13 to 21.1.0 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@20.3.13...v21.1.0) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.6 dependency-type: indirect - dependency-name: "@angular/cli" dependency-version: 21.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
The change involves updating the dependency version of the Angular CLI from 20.3.13 to 21.1.0 in the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 319 | Completion Tokens: 113 |
There was a problem hiding this comment.
Here's a collaborative code review enhanced by AI assistance. These suggestions offer helpful perspectives and potential improvements, though they're recommendations rather than requirements. Trust your expertise and experience—you know your project best. The AI insights are here to support your decision-making process and spark ideas, but your judgment and understanding of the codebase will always guide the final choices.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 890 | Completion Tokens: 333
| "@angular/cli": "^20.3.13", | ||
| "@angular/cli": "^21.1.0", | ||
| "@angular/compiler-cli": "^20.3.15", |
There was a problem hiding this comment.
Consider updating other Angular-related dependencies to maintain version consistency. The Angular CLI has been upgraded to v21.1.0, but other Angular packages remain on older versions:
@angular/compiler-cliis still on v20.3.15@angular-eslint/template-parseris on v20.1.1 while other ESLint plugins are on v20.6.0
This version mismatch could lead to compatibility issues. Consider updating to maintain consistency:
"@angular/compiler-cli": "^21.1.0",
"@angular-eslint/template-parser": "^20.6.0"Also verify that all Angular core packages (not shown in this diff) are updated to v21.1.0 to ensure full compatibility.
|
Superseded by #195. |
Bumps tar to 7.5.6 and updates ancestor dependency @angular/cli. These dependencies need to be updated together.
Updates
tarfrom 7.5.1 to 7.5.6Commits
394ece67.5.67d4cc17fix race puting a Link ahead of its target File26ab9047.5.5e9a1ddbfix: do not prevent valid linkpaths within archive911c8867.5.43b1abfanormalize out unicode ligaturesa43478cremove some unused files970c58fupdate depsbb21974update changelog03138447.5.3Maintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Updates
@angular/clifrom 20.3.13 to 21.1.0Release notes
Sourced from
@angular/cli's releases.... (truncated)
Changelog
Sourced from
@angular/cli's changelog.... (truncated)
Commits
9c5a2e3release: cut the v21.1.0 release94e7f49build: update Angular versions to 21.1.0 stable versions84a228cbuild: update dependency bazel to v8.5.19ae6844build: update dependency node to v22.22.009c5c9fbuild: lock file maintenance977d461refactor: update license URL from angular.io to angular.dev and angular mater...f13c845refactor: update copyright from Google Inc to Google LLC8d99cfefix(@angular/ssr): handle platform destruction during rendering8195bf8build: update cross-repo angular dependenciesd45693arefactor(@angular/cli): support copying config files to temp package directoryDependabot 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.