Skip to content

Bump tar, generator-jhipster and yeoman-test#1642

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-299bf8d450
Open

Bump tar, generator-jhipster and yeoman-test#1642
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-299bf8d450

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps tar to 7.5.16 and updates ancestor dependencies tar, generator-jhipster and yeoman-test. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.16

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
  • cf21338 7.5.16
  • 21a8220 do not apply PAX header fields to meta entries
  • 52632cf update project deps
  • 302f51f fix inconsequential typo in PENDINGLINKS symbol name
  • 55dbb99 remove some uses of mutate-fs
  • 87cc309 7.5.15
  • 7aef486 fix: regression in pending links detection
  • 6244eb3 7.5.14
  • 9704d8c stricter protection against hardlinks preempting their targets
  • 700734f update workflows and deps
  • 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 generator-jhipster from 8.11.0 to 9.1.0

Release notes

Sourced from generator-jhipster's releases.

v9.1.0

What's changed

🌟 Highlights

🍃 Spring Boot and security

  • Spring Boot 4.0.6 (#33553) - latest Spring Boot version for generated applications
  • Configuration sanitization for hardening (#32708) - tighter handling of generated configuration
  • JWT credentials fix (#33479) - fixes SecurityUtils.getCurrentUserJWT for JWT credentials

🅰️ Angular

  • OnPush change detection everywhere (#33218) - all generated components now use ChangeDetectionStrategy.OnPush
  • Rewritten service worker provider (#33329) - cleaner service worker setup in generated apps
  • SSR-safe html lang updates (#33330) - uses inject(DOCUMENT) for server-safe language updates

⚛️ React

  • Jest to Vitest migration (#33200) - generated React apps now use Vitest
  • react-top-loading-bar (#33039) - replaces react-redux-loading-bar
  • User management reducer fix (#33555) - fixes errorMessage handling

🟩 Vue

  • @​module-federation/vite (#33283) - Vue microfrontends now use the Vite integration
  • rsbuild microfrontends by default (#33455) - rsbuild is now the default for generated Vue microfrontends
  • Gateway resources through module federation (#33485) - exposes and loads gateway resources through module federation
  • Stale auth token cleanup (#33503) - removes outdated authentication tokens from storage

🧩 Internal improvements

  • Improved TypeScript support (#33332, #33096) - each generator exports its own types, and new blueprints are generated in TypeScript
  • CI/CD generator split (#33398, #33388) - moves commands into ci-cd and ci-cd:common
  • Typed generator utilities (#33352, #33351, #33391) - more typed helpers and better writeFiles inference

🤖 AI and generator workflow

  • AGENTS.md and AI assistant disclosure policy (#33130) - documents expectations for AI-assisted contributions

📊 By the numbers

🔧 More changes

🔧 Core generator and templates

... (truncated)

Commits
  • 6b7444c Release v9.1.0
  • fa02b11 Prepare for next release
  • 3f176f5 Fix: Restore Infinispan caching in integration tests (#33571)
  • 0d5b8f6 apply adjusted eslint ejs (#33570)
  • 213c090 build(deps): bump com.gorylenko.gradle-git-properties (#33569)
  • 4c54354 build(deps-dev): bump cypress in /generators/cypress/resources (#33568)
  • 6aa382f build(deps): bump dayjs in /generators/client/resources (#33567)
  • 2bfc0bf use individual rules in eslint-disable and apply other rules (#33560)
  • 4bbeacc build(deps): bump io.gatling.highcharts:gatling-charts-highcharts (#33566)
  • 980d609 build(deps-dev): bump io.gatling:gatling-maven-plugin (#33565)
  • Additional commits viewable in compare view

Updates yeoman-test from 10.1.0 to 11.5.2

Release notes

Sourced from yeoman-test's releases.

v11.5.2

11.5.2 (2026-05-07)

Bug Fixes

v11.5.1

11.5.1 (2026-05-06)

Bug Fixes

v11.5.0

11.5.0 (2026-05-06)

Features

v11.4.2

11.4.2 (2026-04-30)

Bug Fixes

  • always convert file:// url to file path (#304) (c405978)

v11.4.1

11.4.1 (2026-04-30)

Bug Fixes

  • convert url to filepath if needed (#300) (c14efcb)
  • enable some tsconfig options (#302) (5393d08)
  • try to use yeoman-environment and yeoman-generator types (#301) (27015c2)

v11.4.0

11.4.0 (2026-04-30)

Features

  • add defaultGenerator and runDefault helpers (#297) (36bd48d)
  • add support to resolve relative generators by setting importMeta (#299) (f86f0e5)

... (truncated)

Changelog

Sourced from yeoman-test's changelog.

11.5.2 (2026-05-07)

Bug Fixes

11.5.1 (2026-05-06)

Bug Fixes

11.5.0 (2026-05-06)

Features

11.4.2 (2026-04-30)

Bug Fixes

  • always convert file:// url to file path (#304) (c405978)

11.4.1 (2026-04-30)

Bug Fixes

  • convert url to filepath if needed (#300) (c14efcb)
  • enable some tsconfig options (#302) (5393d08)
  • try to use yeoman-environment and yeoman-generator types (#301) (27015c2)

11.4.0 (2026-04-30)

Features

  • add defaultGenerator and runDefault helpers (#297) (36bd48d)
  • add support to resolve relative generators by setting importMeta (#299) (f86f0e5)
  • add type to createHelpers options (#296) (65769dd)
  • add typedResult (#294) (7b9746c)
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for yeoman-test 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 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.16 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [generator-jhipster](https://github.com/jhipster/generator-jhipster) and [yeoman-test](https://github.com/yeoman/yeoman-test). These dependencies need to be updated together.


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

Updates `generator-jhipster` from 8.11.0 to 9.1.0
- [Release notes](https://github.com/jhipster/generator-jhipster/releases)
- [Commits](jhipster/generator-jhipster@v8.11.0...v9.1.0)

Updates `yeoman-test` from 10.1.0 to 11.5.2
- [Release notes](https://github.com/yeoman/yeoman-test/releases)
- [Changelog](https://github.com/yeoman/yeoman-test/blob/main/CHANGELOG.md)
- [Commits](yeoman/yeoman-test@v10.1.0...v11.5.2)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.16
  dependency-type: indirect
- dependency-name: generator-jhipster
  dependency-version: 9.1.0
  dependency-type: direct:production
- dependency-name: yeoman-test
  dependency-version: 11.5.2
  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 Jun 15, 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