-
Notifications
You must be signed in to change notification settings - Fork 7
Bump tar and @angular/cli in /frontend #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.3 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.3 - [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.3) 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.3 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 the upgrade of the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 319 | Completion Tokens: 128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a collaborative code review enhanced by AI assistance. These insights offer suggestions and patterns based on analysis, so please consider them as helpful guidance rather than definitive requirements. Your expertise and judgment remain the most important factors in any decisions. Think of AI as a supportive teammate providing additional perspective to complement your own knowledge and experience.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 890 | Completion Tokens: 402
| "@angular/cli": "^20.3.13", | ||
| "@angular/cli": "^21.1.0", | ||
| "@angular/compiler-cli": "^20.3.15", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider updating other Angular-related dependencies to maintain version consistency. The Angular CLI has been upgraded to v21, but @angular/compiler-cli remains at v20.3.15. This version mismatch could lead to compatibility issues.
"@angular/cli": "^21.1.0",
"@angular/compiler-cli": "^21.0.0",Also consider updating the Angular ESLint packages to versions compatible with Angular 21 for better linting support.
| "@angular-eslint/eslint-plugin-template": "^20.6.0", | ||
| "@angular-eslint/schematics": "^20.6.0", | ||
| "@angular-eslint/template-parser": "^20.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The @angular-eslint/template-parser version (^20.1.1) is significantly behind the other Angular ESLint packages (^20.6.0). This version inconsistency within the same package family could cause linting issues.
"@angular-eslint/template-parser": "^20.6.0",Ensure all Angular ESLint packages use the same major and minor version for optimal compatibility.
|
Superseded by #190. |
Bumps tar to 7.5.3 and updates ancestor dependency @angular/cli. These dependencies need to be updated together.
Updates
tarfrom 7.5.1 to 7.5.3Commits
03138447.5.3340eb28fix: sanitize absolute linkpaths properly8bb83f7update deps1c4aeddFix typo in onWriteEntry documentationd9ea73a7.5.25e1a8e6Fix sync tar.list when file size reduces while reading0fbeaedformatting2dbacfeadd types for make-tar utilc5865d3remove unused taprc filebdb3809header: only read from ustar block if not specified in PaxUpdates
@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.