Skip to content

Bump tar and @angular/cli in /editor - #618

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/editor/multi-b625c48170
Open

Bump tar and @angular/cli in /editor#618
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/editor/multi-b625c48170

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 28, 2026

Copy link
Copy Markdown

Bumps tar to 7.5.22 and updates ancestor dependency @angular/cli. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.22

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
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 prepare script that runs during installation. Review the package contents before updating.


Updates @angular/cli from 20.3.4 to 20.3.36

Release notes

Sourced from @​angular/cli's releases.

20.3.36

@​angular-devkit/build-angular

Commit Description
fix - b4059cdc7 update less to 4.9.0

@​angular/ssr

Commit Description
fix - c3e5982e4 ensure public directory containment in CommonEngine

20.3.35

@​angular-devkit/build-angular

Commit Description
fix - 94b620acd7 update webpack-dev-server to 5.2.6

20.3.34

@​angular/cli

Commit Description
fix - 3962517b9 update dependency @​modelcontextprotocol/sdk to v1.30.0

@​angular-devkit/build-angular

Commit Description
fix - f348efe8b bump undici to 7.29.0

20.3.33

@​angular-devkit/build-angular

Commit Description
fix - 0b4008f17d upgrade postcss to 8.5.23

@​angular/build

Commit Description
fix - fc861affcd upgrade postcss to 8.5.23

20.3.32

@​angular-devkit/build-angular

Commit Description
fix - d4e07cb3e update http-proxy-middleware to 3.0.7

20.3.31

@​angular-devkit/build-angular

Commit Description
fix - 4ea787cd0 bump undici to 7.28.0

@​angular/build

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

20.3.36 (2026-09-02)

@​angular-devkit/build-angular

Commit Type Description
b4059cdc7 fix update less to 4.9.0

@​angular/ssr

Commit Type Description
c3e5982e4 fix ensure public directory containment in CommonEngine

22.2.0-next.5 (2026-08-26)

@​angular/build

Commit Type Description
4d0be683b7 fix ignore side-effect annotations in unit test builds
e4111ae818 fix prevent memory leaks in parallel compilation and caches
62999cabf4 perf batch prerender routes and share in-memory server bundles
0589edd9cd perf consolidate component stylesheet bundling with shared load result cache
a877aa7ebd perf implement SharedArrayBuffer translation dictionaries for zero-copy worker access
f1cc959439 perf implement sliding-window batching and worker translation eviction
f4dad31cce perf unify Oxc linking and optimization AST traversal passes

@​angular/ssr

Commit Type Description
f8576e3c8b fix abort web request signal when node request is aborted

22.1.6 (2026-08-26)

@​angular/build

Commit Type Description
3f132eaa97 fix ignore side-effect annotations in unit test builds
5b1028936f perf batch prerender routes and share in-memory server bundles

... (truncated)

Commits
  • a9f4dae release: cut the v20.3.36 release
  • c3e5982 fix(@​angular/ssr): ensure public directory containment in CommonEngine
  • b4059cd fix(@​angular-devkit/build-angular): update less to 4.9.0
  • c17729f release: cut the v20.3.35 release
  • 94b620a fix(@​angular-devkit/build-angular): update webpack-dev-server to 5.2.6
  • 40c30ba release: cut the v20.3.34 release
  • f348efe fix(@​angular-devkit/build-angular): bump undici to 7.29.0
  • 3962517 fix(@​angular/cli): update dependency @​modelcontextprotocol/sdk to v1.30.0
  • 1bd120b release: cut the v20.3.33 release
  • 0b4008f fix(@​angular-devkit/build-angular): upgrade postcss to 8.5.23
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 28, 2026
@coderabbitai

coderabbitai Bot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@uldisrudzitis

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.22 and updates ancestor dependency [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `tar` from 6.2.1 to 7.5.22
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.22)

Updates `@angular/cli` from 20.3.4 to 20.3.36
- [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.4...v20.3.36)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-version: 20.3.15
  dependency-type: direct:development
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/editor/multi-b625c48170 branch from a249c0a to 9292c29 Compare September 4, 2026 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant