Skip to content

refactor: Bump tar, npm and mongodb-runner#10419

Closed
dependabot[bot] wants to merge 1 commit intoalphafrom
dependabot/npm_and_yarn/multi-66c8d2440a
Closed

refactor: Bump tar, npm and mongodb-runner#10419
dependabot[bot] wants to merge 1 commit intoalphafrom
dependabot/npm_and_yarn/multi-66c8d2440a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps tar to 7.5.13 and updates ancestor dependencies tar, npm and mongodb-runner. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.13

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 npm from 10.8.1 to 10.9.8

Release notes

Sourced from npm's releases.

v10.9.8

Dependencies

v10.9.7

10.9.7 (2026-03-18)

Bug Fixes

Dependencies

Chores

v10.9.6

10.9.6 (2026-03-10)

Bug Fixes

Dependencies

v10.9.5

10.9.5 (2026-03-04)

Bug Fixes

Dependencies

... (truncated)

Commits
  • dd3c80e chore: release 10.9.8
  • 8aa9c82 fix: eagerly require promise-retry to survive self-upgrade
  • 58c302d chore: release 10.9.7
  • e5c1309 chore: dev dependency updates
  • cc9a4de deps: hoist production @​sigstore dependencies
  • bbcd455 fix(arborist): v10 - backport store, lock-only, and override sibling fixes (#...
  • 49a764e chore: release 10.9.6
  • d6fe671 fix(arborist): v10 - backport multiple fixes for linked install (#9098)
  • ebd09c3 fix(arborist): backport linked strategy hoisting fixes to v10 (#9084)
  • a5dadad deps: tar@7.5.11
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by owlstronaut, a new releaser for npm since your current version.


Updates mongodb-runner from 5.9.3 to 6.7.3

Commits
  • cd56f7e chore(ci): bump packages
  • cb4f99f fix: default condition should be last one (#629)
  • 2d1269d chore(ci): bump packages
  • 31173a2 fix(mongodb-server-log-checker): ignore warnings from internal clients (#627)
  • b85e3f1 chore(ci): bump packages
  • 061e7c3 feat(mongodb-server-log-checker): add package (#624)
  • 63b1749 chore(ci): bump packages
  • 18cc55e chore(mongodb-downloader): bump tar VSCODE-753 (#625)
  • fabfa55 chore(ci): bump packages
  • 40879b8 fix(mongodb-runner): configsvr must always use 127.0.0.1 DRIVERS-3335 (#620)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
@parse-github-assistant
Copy link
Copy Markdown

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump tar, npm and mongodb-runner refactor: Bump tar, npm and mongodb-runner Apr 10, 2026
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.13 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [npm](https://github.com/npm/cli) and [mongodb-runner](https://github.com/mongodb-js/devtools-shared). These dependencies need to be updated together.


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

Updates `npm` from 10.8.1 to 10.9.8
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v10.8.1...v10.9.8)

Updates `mongodb-runner` from 5.9.3 to 6.7.3
- [Commits](https://github.com/mongodb-js/devtools-shared/compare/mongodb-runner@5.9.3...mongodb-runner@6.7.3)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.13
  dependency-type: indirect
- dependency-name: npm
  dependency-version: 10.9.8
  dependency-type: indirect
- dependency-name: mongodb-runner
  dependency-version: 6.7.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title refactor: Bump tar, npm and mongodb-runner refactor: bump tar, npm and mongodb-runner Apr 10, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-66c8d2440a branch from fd5e866 to 7187a49 Compare April 10, 2026 15:52
@parse-github-assistant
Copy link
Copy Markdown

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump tar, npm and mongodb-runner refactor: Bump tar, npm and mongodb-runner Apr 10, 2026
@parse-github-assistant
Copy link
Copy Markdown

I will reformat the title to use the proper commit message syntax.

@mtrezza
Copy link
Copy Markdown
Member

mtrezza commented Apr 10, 2026

Closing this Dependabot PR. The mongodb-runner 6.x upgrade causes consistent CI failures on replica set topology tests.

There is a bug in mongodb-runner 6.x where the removePortArg function in mongocluster.ts incorrectly handles the --port flag removal for secondary replica set members: it removes only the port value but leaves the --port flag, resulting in invalid arguments being passed to mongod secondary processes. This causes the "Server log output did not include port or socket" error.

See #10421 for the detailed analysis.

This upgrade should be revisited after the upstream bug is fixed in mongodb-runner.

@mtrezza mtrezza closed this Apr 10, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-66c8d2440a branch April 10, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bot label; pull requests that updates 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