Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps tar to 7.5.7 and updates ancestor dependencies tar, @nx/angular, @angular-devkit/build-angular, @angular/cli, jest-preset-angular and ng-packagr. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.7

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.


Updates @nx/angular from 19.8.2 to 22.4.2

Release notes

Sourced from @​nx/angular's releases.

22.4.2 (2026-01-26)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)

🩹 Fixes

  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • devkit: allow null values in JSON schema validation (#34167)
  • react: remove file-loader dependency and update svgr migration (#34218)

❤️ Thank You

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)

... (truncated)

Commits
  • 7e12359 feat(angular): add support for angular v21.1 (#34057)
  • 42b1f14 fix(misc): deprecate setup-tailwind generators (#34097)
  • 574d841 chore(core): update to latest version of tsquery (#34067)
  • 5ef02e4 fix(testing): set moduleResolution to node in Cypress tsconfig to prevent TS5...
  • 9790910 fix(angular): only throw "define" error when options.define has keys (#33969)
  • 691bb32 feat(angular): support cypress component testing with zoneless projects (#33941)
  • 5659d50 fix(linter): honor setParserOptionsProject in flat config (#33953)
  • 5a4b345 fix(angular): support @angular/cli package update during nx migrate (#33918)
  • 98bbec7 feat(angular): support ngrx v21 (#33940)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/angular since your current version.


Updates @angular-devkit/build-angular from 18.2.17 to 21.1.2

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

Commit Description
fix - 1b7e3307a allow application assets in workspace root
fix - d1e596dc5 prevent incorrect catch binding removal in downleveled for-await
fix - 98ef0981a update undici to v7.18.2

21.1.0

@​schematics/angular

Commit Description
feat - 36cf3afb4 add browserMode option to jasmine-vitest schematic
feat - e71a72ffd generate detailed migration report for refactor-jasmine-vitest
fix - 18cf6c51b add MCP configuration file to new workspaces

@​angular/cli

Commit Description
feat - 772e6efe7 add 'test' and 'e2e' MCP tools
feat - 8efb86318 Add "all" as an experimental tool group
feat - c3c9ac506 Add MCP tools for building and running devservers
feat - d635a6c63 add signal forms lessons
fix - d8b76e93d correctly handle yarn classic tag manifest fetching
fix - 7ab5c0b0a correctly spawn package managers on Windows in new abstraction
fix - 348096623 enhance list_projects MCP tool file system traversal and symlink handling
fix - 316fca862 handle array output from npm view in manifest parser

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.1.2 (2026-01-28)

@​angular-devkit/schematics-cli

Commit Type Description
e7458c81d fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Type Description
d66f1fe64 fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Type Description
80911af67 fix loosen Vitest dependency checks when runnerConfig is used
2d30639d3 fix support merging coverage thresholds with Vitest runnerConfig

21.1.1 (2026-01-21)

@​angular/cli

Commit Type Description
151b69587 fix Remove nonexistent link from MCP response

@​schematics/angular

Commit Type Description
9da6d8fa7 fix correct vscode MCP configuration for new projects
361758c75 fix remove special characters from jasmine-vitest report filename

@​angular/build

Commit Type Description
1b7e3307a fix allow application assets in workspace root
d1e596dc5 fix prevent incorrect catch binding removal in downleveled for-await
98ef0981a fix update undici to v7.18.2

... (truncated)

Commits
  • 702d717 release: cut the v21.1.2 release
  • d66f1fe fix(@​angular-devkit/architect): Add boolean type inference for 'true' and 'fa...
  • e7458c8 fix(@​angular-devkit/schematics-cli): Add boolean type inference for 'true' an...
  • e974e40 build: lock file maintenance
  • 2d30639 fix(@​angular/build): support merging coverage thresholds with Vitest runnerCo...
  • 80911af fix(@​angular/build): loosen Vitest dependency checks when runnerConfig is used
  • 7cf1d3b build: update cross-repo angular dependencies
  • 165e7d6 build: update all github actions
  • 8e7f86b build: update bazel dependencies
  • 3206b8b build: update cross-repo angular dependencies
  • Additional commits viewable in compare view

Updates @angular/cli from 18.0.7 to 21.1.2

Release notes

Sourced from @​angular/cli's releases.

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

Commit Description
fix - 1b7e3307a allow application assets in workspace root
fix - d1e596dc5 prevent incorrect catch binding removal in downleveled for-await
fix - 98ef0981a update undici to v7.18.2

21.1.0

@​schematics/angular

Commit Description
feat - 36cf3afb4 add browserMode option to jasmine-vitest schematic
feat - e71a72ffd generate detailed migration report for refactor-jasmine-vitest
fix - 18cf6c51b add MCP configuration file to new workspaces

@​angular/cli

Commit Description
feat - 772e6efe7 add 'test' and 'e2e' MCP tools
feat - 8efb86318 Add "all" as an experimental tool group
feat - c3c9ac506 Add MCP tools for building and running devservers
feat - d635a6c63 add signal forms lessons
fix - d8b76e93d correctly handle yarn classic tag manifest fetching
fix - 7ab5c0b0a correctly spawn package managers on Windows in new abstraction
fix - 348096623 enhance list_projects MCP tool file system traversal and symlink handling
fix - 316fca862 handle array output from npm view in manifest parser

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

21.1.2 (2026-01-28)

@​angular-devkit/schematics-cli

Commit Type Description
e7458c81d fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Type Description
d66f1fe64 fix Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Type Description
80911af67 fix loosen Vitest dependency checks when runnerConfig is used
2d30639d3 fix support merging coverage thresholds with Vitest runnerConfig

21.1.1 (2026-01-21)

@​angular/cli

Commit Type Description
151b69587 fix Remove nonexistent link from MCP response

@​schematics/angular

Commit Type Description
9da6d8fa7 fix correct vscode MCP configuration for new projects
361758c75 fix remove special characters from jasmine-vitest report filename

@​angular/build

Commit Type Description
1b7e3307a fix allow application assets in workspace root
d1e596dc5 fix prevent incorrect catch binding removal in downleveled for-await
98ef0981a fix update undici to v7.18.2

... (truncated)

Commits
  • 702d717 release: cut the v21.1.2 release
  • d66f1fe fix(@​angular-devkit/architect): Add boolean type inference for 'true' and 'fa...
  • e7458c8 fix(@​angular-devkit/schematics-cli): Add boolean type inference for 'true' an...
  • e974e40 build: lock file maintenance
  • 2d30639 fix(@​angular/build): support merging coverage thresholds with Vitest runnerCo...
  • 80911af fix(@​angular/build): loosen Vitest dependency checks when runnerConfig is used
  • 7cf1d3b build: update cross-repo angular dependencies
  • 165e7d6 build: update all github actions
  • 8e7f86b build: update bazel dependencies
  • 3206b8b build: update cross-repo angular dependencies
  • Additional commits viewable in compare view

Updates jest-preset-angular from 14.2.4 to 14.6.2

Release notes

Sourced from jest-preset-angular's releases.

v14.6.2

Please refer to CHANGELOG.md for details.

v14.6.1

Please refer to CHANGELOG.md for details.

v14.6.0

Please refer to CHANGELOG.md for details.

v14.5.5

Please refer to CHANGELOG.md for details.

v14.5.4

Please refer to CHANGELOG.md for details

v14.5.3

Please refer to CHANGELOG.md for details.

v14.5.2

Please refer to CHANGELOG.md for details.

v14.5.1

Please refer to CHANGELOG.md for details.

v14.5.0

Please refer to CHANGELOG.md for details.

v14.4.2

Please refer to CHANGELOG.md for details.

v14.4.1

Please refer to CHANGELOG.md for details.

v14.4.0

Please refer to CHANGELOG.md for details.

v14.4.0-rc.0

Please refer to CHANGELOG.md for details.

v14.3.3

Please refer to CHANGELOG.md for details.

v14.3.2

Please refer to CHANGELOG.md for details.

v14.3.1

Please refer to CHANGELOG.md for details.

v14.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from jest-preset-angular's changelog.

14.6.2 (2025-10-17)

Bug Fixes

  • handle processWithEsbuild transform option (6779107)

14.6.1 (2025-07-21)

Bug Fixes

14.6.0 (2025-06-02)

Features

  • feat: add support for angular 20 (e041857)

14.5.5 (2025-04-15)

Bug Fixes

  • fix: allow name exports for presets subpath (9100baf)

15.0.0-next.0 (2025-02-28)

Bug Fixes

  • fix(serializers): generated id="root{n}" should be removed (a6b908f)

Code Refactoring

  • refactor: drop support for jsdom <22 (da9cb15)
  • refactor: drop support for typescript <5.4 (873ab73)
  • refactor: drop support for Angular <17 (3a60492)
  • refactor: drop support for Node.js <18 (aeef774)

... (truncated)

Commits
  • 202463b chore(release): 14.6.2
  • 051d524 fix: handle processWithEsbuild transform option
  • 78e92bf chore(release): 14.6.1
  • b51ee4b build(deps): Update dependency @​types/node to ^22.16.3
  • 57b32ed build(deps): Update dependency eslint-plugin-jsdoc to ^51.3.4
  • 4234520 fix: add @angular/common/locales to CJS preset (#3190)
  • 2466c27 build(deps): Update dependency globals to ^16.3.0 (#3189)
  • eccc1d4 build(deps): Update Angular packages (#3183)
  • a7d1b73 build(deps): Update dependency @​types/node to ^22.16.0 (#3188)
  • 7f8e6ce build(deps): Update babel monorepo to ^7.28.0 (#3187)
  • Additional commits viewable in compare view

Updates ng-packagr from 18.2.1 to 21.1.0

Release notes

Sourced from ng-packagr's releases.

21.1.0

Features

  • add importAttributesKey: 'with' to Rollup output options (ba4f690), closes #3212

Bug Fixes

  • correctly identify external modules (7c24c84)

21.1.0-rc.0

Features

  • add importAttributesKey: 'with' to Rollup output options (ba4f690), closes #3212

21.0.1

Bug Fixes

  • correctly identify external modules (e0f7b22)

21.0.0

⚠ BREAKING CHANGES

  • TypeScript versions older than 5.9 are no longer supported.
  • The javascriptEnabled option for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.

Bug Fixes

  • drop support for TypeScript 5.8 (7b48224)
  • remove deprecated javascriptEnabled option for Less (d57278d)

Features

  • write the types in types directory (7a5e8fb)
  • add support for Angular version 21 (ed70e23)

21.0.0-rc.1

Performance

  • reduce memory usage for multiple entry-points (non-watch) (01bdd42), closes #3168

21.0.0-next.4

⚠ BREAKING CHANGES

  • The javascriptEnabled option for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

21.1.0 (2026-01-14)

Features

  • add importAttributesKey: 'with' to Rollup output options (ba4f690), closes #3212

Bug Fixes

  • correctly identify external modules (7c24c84)

21.0.1 (2025-12-15)

Bug Fixes

  • correctly identify external modules (e0f7b22)

21.1.0-next.0 (2025-11-19)

21.1.0-next.0 (2025-11-19)

21.0.0 (2025-11-19)

⚠ BREAKING CHANGES

  • TypeScript versions older than 5.9 are no longer supported.
  • The javascriptEnabled option for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.

Bug Fixes

  • drop support for TypeScript 5.8 (7b48224)
  • remove deprecated javascriptEnabled option for Less (d57278d)

Features

  • write the types in types directory (7a5e8fb)
  • add support for Angular version 21 (ed70e23)

20.3.2 (2025-11-13)

Bug Fixes

  • ensure deterministic ordering of 'exports' field (952ca64), closes #3175

20.3.1 (2025-11-12)

Performance

... (truncated)

Commits
  • 63cf1ac release: cut 21.1.0
  • 3f1a2dc build: lock file maintenance
  • 03c6e02 build: update pnpm to v10.28.0
  • 3ad5509 Update renovate.json
  • 294a52e build: update dependency node to v22.22.0
  • 8c74a59 Update renovate.json
  • c38dc0b Update renovate.json
  • 2e81ae5 build: update all non-major dependencies to v8.52.0
  • 858ca3e release: cut 21.1.0-rc.0
  • ba4f690 feat: add importAttributesKey: 'with' to Rollup output options
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for ng-packagr since your current version.


Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

…ngular/cli, jest-preset-angular and ng-packagr

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.7 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular/cli](https://github.com/angular/angular-cli), [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) and [ng-packagr](https://github.com/ng-packagr/ng-packagr). These dependencies need to be updated together.


Updates `tar` from 6.2.1 to 7.5.7
- [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.7)

Updates `@nx/angular` from 19.8.2 to 22.4.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.2/packages/angular)

Updates `@angular-devkit/build-angular` from 18.2.17 to 21.1.2
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.17...v21.1.2)

Updates `@angular/cli` from 18.0.7 to 21.1.2
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.0.7...v21.1.2)

Updates `jest-preset-angular` from 14.2.4 to 14.6.2
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v14.2.4...v14.6.2)

Updates `ng-packagr` from 18.2.1 to 21.1.0
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@18.2.1...21.1.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: indirect
- dependency-name: "@nx/angular"
  dependency-version: 22.4.2
  dependency-type: direct:production
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.1.2
  dependency-type: direct:development
- dependency-name: "@angular/cli"
  dependency-version: 21.1.2
  dependency-type: direct:development
- dependency-name: jest-preset-angular
  dependency-version: 14.6.2
  dependency-type: direct:development
- dependency-name: ng-packagr
  dependency-version: 21.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 28, 2026
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.

0 participants