Skip to content

Bump the prod-dependencies group across 1 directory with 2 updates - #1539

Merged
rickreyhsig merged 2 commits into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d
Nov 14, 2025
Merged

rickreyhsig merged 2 commits into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2025

Copy link
Copy Markdown
Contributor

Bumps the prod-dependencies group with 2 updates in the / directory: commander and dockerode.

Updates commander from 14.0.0 to 14.0.1

Release notes

Sourced from commander's releases.

v14.0.1

Fixed

  • broken markdown link in README (#2369)

Changed

  • improve code readability by using optional chaining (#2394)
  • use more idiomatic code with object spread instead of Object.assign() (#2395)
  • improve code readability using string.endsWith() instead of string.slice() (#2396)
  • refactor .parseOptions() to process args array in-place (#2409)
  • change private variadic support routines from ._concatValue() to ._collectValue() (change code from array.concat() to array.push()) (#2410)
  • update (dev) dependencies
Changelog

Sourced from commander's changelog.

[14.0.1] (2025-09-12)

Fixed

  • broken markdown link in README (#2369)

Changed

  • improve code readability by using optional chaining (#2394)
  • use more idiomatic code with object spread instead of Object.assign() (#2395)
  • improve code readability using string.endsWith() instead of string.slice() (#2396)
  • refactor .parseOptions() to process args array in-place (#2409)
  • change private variadic support routines from ._concatValue() to ._collectValue() (change code from array.concat() to array.push()) (#2410)
  • update (dev) dependencies
Commits

Updates dockerode from 4.0.6 to 4.0.8

Release notes

Sourced from dockerode's releases.

v4.0.8

What's Changed

New Contributors

Full Changelog: apocas/dockerode@v4.0.7...v4.0.8

v4.0.7

What's Changed

Full Changelog: apocas/dockerode@v4.0.6...v4.0.7

Commits
  • 5e5d65d chore: bump version to 4.0.8 and update tar-fs dependency to 2.1.3
  • 7d1bbbb Merge pull request #813 from mevrin-ueat/chore/bump-tar-fs
  • 003257f chore: bump tar-fs dependency version to 2.1.3
  • 7bc1d4c Update README.md
  • 7f41d32 version bump
  • 0675052 Merge pull request #808 from apocas/dependabot/npm_and_yarn/tar-fs-2.1.3
  • 94902df Bump tar-fs from 2.1.2 to 2.1.3
  • See full diff in compare view

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Fanout javascript Pull requests that update Javascript code labels Sep 14, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner September 14, 2025 22:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code Fanout labels Sep 14, 2025
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch from 774ad1f to 43207f2 Compare September 28, 2025 22:01
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch 2 times, most recently from fa6b6b4 to 950aa3c Compare October 12, 2025 22:01
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch 2 times, most recently from 0f5916d to b13190e Compare October 26, 2025 22:01
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch from b13190e to f8c5d76 Compare November 2, 2025 22:01
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch from f8c5d76 to f92654f Compare November 9, 2025 22:01
@rickreyhsig

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch from f92654f to 81f0489 Compare November 14, 2025 13:30
@rickreyhsig

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps the prod-dependencies group with 2 updates in the / directory: [commander](https://github.com/tj/commander.js) and [dockerode](https://github.com/apocas/dockerode).


Updates `commander` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.0...v14.0.1)

Updates `dockerode` from 4.0.6 to 4.0.8
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v4.0.6...v4.0.8)

---
updated-dependencies:
- dependency-name: commander
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: dockerode
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch from 81f0489 to f4fd5cb Compare November 14, 2025 15:46

@rickreyhsig rickreyhsig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both deps are patch version bumps, so they should be safe.

@rickreyhsig
rickreyhsig merged commit 39fdc64 into main Nov 14, 2025
9 checks passed
@rickreyhsig
rickreyhsig deleted the dependabot/npm_and_yarn/prod-dependencies-3d376a2a3d branch November 14, 2025 15:53
@pavera pavera mentioned this pull request Dec 5, 2025
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 Fanout javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant