Skip to content

Bump tar, yeoman-generator and yeoman-environment#44

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-1e7f77e2f4
Open

Bump tar, yeoman-generator and yeoman-environment#44
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-1e7f77e2f4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps tar to 7.5.10 and updates ancestor dependencies tar, yeoman-generator and yeoman-environment. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.10

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
  • 2b72abc 7.5.10
  • 7bc755d parse root off paths before sanitizing .. parts
  • c8cb846 update deps
  • 1f0c2c9 7.5.9
  • fbb0851 build minified version as default export
  • 6b8eba0 7.5.8
  • 2cb1120 fix(unpack): improve UnpackSync symlink error "into" path accuracy
  • d18e4e1 fix: do not write linkpaths through symlinks
  • 4a37eb9 7.5.7
  • f4a7aa9 fix: properly sanitize hard links containing ..
  • Additional commits viewable in compare view
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 yeoman-generator from 5.10.0 to 8.0.2

Release notes

Sourced from yeoman-generator's releases.

v8.0.2

  • fix: adjust types (#1753) b0cbb5b

yeoman/generator@v8.0.1...v8.0.2

v8.0.1

  • fix: add runtime compatibility for old fs apis (#1752) 281a9cb

yeoman/generator@v8.0.0...v8.0.1

v8.0.0

Notable changes

  • Add support to environment shared context data.
  • Reworked fs api due to mem-fs-editor refactoring.
  • Drop github-username dependency.
  • May internal improvements.

yeoman/generator@v8.0.0-beta.8...v8.0.0

v8.0.0-beta.8

  • chore: bump mem-fs-editor to v12 (#1746) ac1e9a6
  • chore: bump cpy-cli to v7 (#1745) e76d1b0
  • chore: bump dependencies (#1744) 4f3978e
  • fix: freeze features object to avoid bugs since it won&#39;t propagate to internal features object (#1713) 711e610
  • chore: bump @​yeoman/adapter to v4 (#1712) f28bf2e

yeoman/generator@v8.0.0-beta.7...v8.0.0-beta.8

v8.0.0-beta.7

  • feat: support &#39;select&#39; question type and deprecate list type (#1706) 5ec5b77
  • chore: rework features handling (#1707) fbc7f70
  • feat: add disableInGeneratorOptionsSupport feature (#1701) ea0950d

yeoman/generator@v8.0.0-beta.6...v8.0.0-beta.7

v8.0.0-beta.6

  • chore: adjust constructor to match @​yeoman/types (#1684) c33688b
  • chore: bump yeoman dependencies (#1683) 7e68f67

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates yeoman-environment from 3.19.3 to 6.0.0

Release notes

Sourced from yeoman-environment's releases.

v6.0.0

🚀 yeoman-environment v6 – Release Notes

  • Switch to @​yeoman/adapter v4 (and inquirer v13) by default. Some behavior changes may happen.

yeoman/environment@v5.1.3...v6.0.0

v5.1.3

  • fix: only fallback to import if requiring fails with esm/async error (#716) e4fb745

yeoman/environment@v5.1.2...v5.1.3

v5.1.2

  • fix: use globbySync to resolve PNPM global node_modules paths (#692) 4317fef

yeoman/environment@v5.1.1...v5.1.2

v5.1.1

  • feat: lookup for generators in pnpm global folder (#680) 2fcd028

yeoman/environment@v5.1.0...v5.1.1

v5.1.0

  • chore(deps): bump globby from 15.0.0 to 16.0.0 (#676) cd962ec
  • chore(deps): bump @​yeoman/conflicter from 3.0.0 to 4.0.0 (#677) 04a104b
  • chore(deps): bump globby from 14.1.0 to 15.0.0 (#662) 5d39217
  • feat: add generatorLookupOptions option (#674) a301ab8
  • fix: expose missing types (#673) 4de747f

yeoman/environment@v5.0.0...v5.1.0

v5.0.0

  • chore(deps): bump locate-path from 7.2.0 to 8.0.0 (#657) db2a7ce
  • chore(deps): bump untildify from 5.0.0 to 6.0.0 (#658) d63caf6
  • chore: add @​yeoman/adapter to peerDependencies (#656) ca2fa1d

yeoman/environment@v5.0.0-beta.2...v5.0.0

... (truncated)

Commits
  • 63036c4 6.0.0
  • 96009ad chore: bump dependencies (#733)
  • 04b06d2 chore(deps): bump mem-fs-editor from 11.1.4 to 12.0.2 (#732)
  • c497834 chore: recreate package-lock (#729)
  • 7c11f7a chore: drop cpy-cli (#728)
  • 52ebd77 chore: bump dependencies (#727)
  • ab6756e chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 (#723)
  • e83b462 chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#722)
  • 1e8c898 chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 (#721)
  • ee4333c chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 (#719)
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 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.

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.10 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [yeoman-generator](https://github.com/yeoman/generator) and [yeoman-environment](https://github.com/yeoman/environment). These dependencies need to be updated together.


Updates `tar` from 6.2.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@v6.2.1...v7.5.10)

Updates `yeoman-generator` from 5.10.0 to 8.0.2
- [Release notes](https://github.com/yeoman/generator/releases)
- [Commits](yeoman/generator@v5.10.0...v8.0.2)

Updates `yeoman-environment` from 3.19.3 to 6.0.0
- [Release notes](https://github.com/yeoman/environment/releases)
- [Commits](yeoman/environment@v3.19.3...v6.0.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.10
  dependency-type: indirect
- dependency-name: yeoman-generator
  dependency-version: 8.0.2
  dependency-type: direct:production
- dependency-name: yeoman-environment
  dependency-version: 6.0.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 Mar 5, 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