Bump tar and @angular/cli in /frontend#220
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.10 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.10 - [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.10) Updates `@angular/cli` from 20.3.13 to 20.3.19 - [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...v20.3.19) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.10 dependency-type: indirect - dependency-name: "@angular/cli" dependency-version: 20.3.19 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
The Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 319 | Completion Tokens: 137 |
There was a problem hiding this comment.
Here's a supportive code review enhanced by AI assistance. These insights offer suggestions and patterns that may help, though they're not absolute truths. Please use whatever feels valuable to you and trust your expertise. You remain the decision-maker—AI simply provides additional perspective to support your development process.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 890 | Completion Tokens: 270
| "@angular-eslint/eslint-plugin-template": "^20.6.0", | ||
| "@angular-eslint/schematics": "^20.6.0", | ||
| "@angular-eslint/template-parser": "^20.1.1", | ||
| "@angular/cli": "^20.3.13", | ||
| "@angular/cli": "^20.3.19", | ||
| "@angular/compiler-cli": "^20.3.15", |
There was a problem hiding this comment.
Consider updating the template parser version to match other Angular ESLint packages. The @angular-eslint/template-parser is at version ^20.1.1 while other Angular ESLint packages are at ^20.6.0. This version mismatch could lead to compatibility issues.
"@angular-eslint/template-parser": "^20.6.0",Also, consider updating @angular/compiler-cli to match the Angular CLI version for better compatibility:
"@angular/compiler-cli": "^20.3.19",|
Superseded by #230. |
Bumps tar to 7.5.10 and updates ancestor dependency @angular/cli. These dependencies need to be updated together.
Updates
tarfrom 7.5.1 to 7.5.10Commits
2b72abc7.5.107bc755dparse root off paths before sanitizing .. partsc8cb846update deps1f0c2c97.5.9fbb0851build minified version as default export6b8eba07.5.82cb1120fix(unpack): improve UnpackSync symlink error "into" path accuracyd18e4e1fix: do not write linkpaths through symlinks4a37eb97.5.7f4a7aa9fix: properly sanitize hard links containing ..Maintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
@angular/clifrom 20.3.13 to 20.3.19Release notes
Sourced from
@angular/cli's releases.Changelog
Sourced from
@angular/cli's changelog.... (truncated)
Commits
93a6f36release: cut the v20.3.19 release0299b4dfix(@angular-devkit/build-angular): update copy-webpack-plugin to v14.0.005b3511release: cut the v20.3.18 release39596d5fix(@angular-devkit/core): updateajvto8.18.0f668e27fix(@angular/build): update rollup to 4.59.0c0d1626release: cut the v20.3.17 release8700e18fix(@angular/ssr): prevent open redirect via X-Forwarded-Prefix header67582a9fix(@angular/ssr): validate host headers to prevent header-based SSRF750f037release: cut the v20.3.16 release0f02acabuild: update webpack to v5.105.0Dependabot 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.