Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2025

This PR contains the following updates:

Package Change Age Confidence
yargs (source) 17.7.2 -> 18.0.0 age confidence

Release Notes

yargs/yargs (yargs)

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • command names are not derived from modules passed to command.
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed.
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23.
  • yargs is now ESM first
Features
Bug Fixes
  • addDirectory do not support absolute command dir (#​2465) (3a40a78)
  • allows ESM modules commands to be extensible using visit option (#​2468) (200e1aa)
  • browser: fix shims so that yargs continues working in browser context (#​2457) (4ae5f57)
  • build: address problems with typescript compilation (#​2445) (8d72fb3)
  • coerce should play well with parser configuration (#​2308) (8343c66)
  • deps: update dependency yargs-parser to v22 (#​2470) (639130d)
  • exit after async handler done (#​2313) (e326cde)
  • handle spaces in bash completion (#​2452) (83b7788)
  • parser-configuration should work well with generated completion script (#​2332) (888db19)
  • propagate Dictionary including undefined in value type (#​2393) (2b2f7f5)
  • zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)
Code Refactoring
  • command names are not derived from modules passed to command. (d90af45)
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)
Build System
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23. (d90af45)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency Dependency updates label Nov 18, 2025
@renovate renovate bot requested a review from prabhu as a code owner November 18, 2025 22:40
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Output of pnpm why yargs:

Legend: production dependency, optional only, dev only

@cyclonedx/cdxgen@12.0.0 /home/runner/work/cdxgen/cdxgen

dependencies:
yargs 18.0.0

optionalDependencies:
@appthreat/atom 2.3.0
└─┬ @appthreat/atom-parsetools 1.0.11
  └── yargs 18.0.0

Output of jq on components:

{
  "authors": [
    {
      "name": "Ben Coe <ben@npmjs.com>"
    }
  ],
  "group": "",
  "name": "yargs-parser",
  "version": "22.0.0",
  "description": "the mighty option parser used by yargs",
  "scope": "optional",
  "hashes": [
    {
      "alg": "SHA-512",
      "content": "af0bbf0a535d48ca644ab51bf9de8146c4a42d4ab57e67ec63a4cea58cd3c2fc24835fcd446f39281cb792afbe03c2ca4305fa96cbbe69669dfb6921bee5ebab"
    }
  ],
  "licenses": [
    {
      "license": {
        "id": "ISC",
        "url": "https://opensource.org/licenses/ISC"
      }
    }
  ],
  "purl": "pkg:npm/yargs-parser@22.0.0",
  "externalReferences": [
    {
      "type": "vcs",
      "url": "https://github.com/yargs/yargs-parser#readme"
    },
    {
      "type": "vcs",
      "url": "git+https://github.com/yargs/yargs-parser.git"
    }
  ],
  "type": "library",
  "bom-ref": "pkg:npm/yargs-parser@22.0.0",
  "properties": [
    {
      "name": "SrcFile",
      "value": "pnpm-lock.yaml"
    }
  ],
  "evidence": {
    "identity": [
      {
        "field": "purl",
        "confidence": 1,
        "methods": [
          {
            "technique": "manifest-analysis",
            "confidence": 1,
            "value": "pnpm-lock.yaml"
          }
        ],
        "concludedValue": "pnpm-lock.yaml"
      }
    ]
  },
  "tags": [
    "parse"
  ]
}
{
  "group": "",
  "name": "yargs",
  "version": "18.0.0",
  "description": "yargs the modern, pirate-themed, successor to optimist.",
  "scope": "required",
  "hashes": [
    {
      "alg": "SHA-512",
      "content": "e1412a75cd916061d973b0e8caa92baa2967de9f57d83655c5a19bc219f6a62eccad16a029a39c20a7bc2f73b161c6e15cb80b1544b7cc062e4232814209ae36"
    }
  ],
  "licenses": [
    {
      "license": {
        "id": "MIT",
        "url": "https://opensource.org/licenses/MIT"
      }
    }
  ],
  "purl": "pkg:npm/yargs@18.0.0",
  "externalReferences": [
    {
      "type": "website",
      "url": "https://yargs.js.org/"
    },
    {
      "type": "vcs",
      "url": "git+https://github.com/yargs/yargs.git"
    }
  ],
  "type": "library",
  "bom-ref": "pkg:npm/yargs@18.0.0",
  "properties": [
    {
      "name": "SrcFile",
      "value": "pnpm-lock.yaml"
    },
    {
      "name": "ImportedModules",
      "value": "yargs,yargs/helpers,hideBin,yargs/helpers/hideBin"
    }
  ],
  "evidence": {
    "identity": [
      {
        "field": "purl",
        "confidence": 1,
        "methods": [
          {
            "technique": "manifest-analysis",
            "confidence": 1,
            "value": "pnpm-lock.yaml"
          }
        ],
        "concludedValue": "pnpm-lock.yaml"
      }
    ],
    "occurrences": [
      {
        "location": "bin/cdxgen.js#11"
      },
      {
        "location": "bin/cdxgen.js#12"
      },
      {
        "location": "bin/evinse.js#6"
      },
      {
        "location": "bin/evinse.js#7"
      },
      {
        "location": "bin/verify.js#8"
      },
      {
        "location": "bin/verify.js#9"
      },
      {
        "location": "bin/cdxgen.js#12"
      },
      {
        "location": "bin/evinse.js#7"
      },
      {
        "location": "bin/verify.js#9"
      }
    ]
  }
}

Output of jq on dependencies:

{
  "ref": "pkg:npm/yargs-parser@22.0.0",
  "dependsOn": []
}
{
  "ref": "pkg:npm/yargs@18.0.0",
  "dependsOn": [
    "pkg:npm/cliui@9.0.1",
    "pkg:npm/escalade@3.2.0",
    "pkg:npm/get-caller-file@2.0.5",
    "pkg:npm/string-width@8.1.0",
    "pkg:npm/y18n@5.0.8",
    "pkg:npm/yargs-parser@22.0.0"
  ]
}
{
  "ref": "pkg:npm/@cyclonedx/cdxgen@12.0.0",
  "dependsOn": [
    "pkg:npm/@babel/parser@7.28.5",
    "pkg:npm/@babel/traverse@7.28.5",
    "pkg:npm/@iarna/toml@2.2.5",
    "pkg:npm/@isaacs/string-locale-compare@1.1.0",
    "pkg:npm/@npmcli/fs@5.0.0",
    "pkg:npm/@npmcli/installed-package-contents@4.0.0",
    "pkg:npm/@npmcli/map-workspaces@5.0.1",
    "pkg:npm/@npmcli/name-from-folder@4.0.0",
    "pkg:npm/@npmcli/package-json@7.0.2",
    "pkg:npm/@npmcli/query@5.0.0",
    "pkg:npm/@npmcli/redact@4.0.0",
    "pkg:npm/ajv-formats@3.0.1",
    "pkg:npm/ajv@8.17.1",
    "pkg:npm/bin-links@6.0.0",
    "pkg:npm/cheerio@1.1.2",
    "pkg:npm/common-ancestor-path@1.0.1",
    "pkg:npm/edn-data@1.1.2",
    "pkg:npm/encoding@0.1.13",
    "pkg:npm/glob@11.0.3",
    "pkg:npm/global-agent@3.0.0",
    "pkg:npm/got@14.6.4",
    "pkg:npm/hosted-git-info@9.0.2",
    "pkg:npm/iconv-lite@0.7.0",
    "pkg:npm/json-stringify-nice@1.1.4",
    "pkg:npm/jws@4.0.0",
    "pkg:npm/minimatch@10.1.1",
    "pkg:npm/node-stream-zip@1.15.0",
    "pkg:npm/npm-install-checks@8.0.0",
    "pkg:npm/npm-normalize-package-bin@5.0.0",
    "pkg:npm/npm-package-arg@13.0.2",
    "pkg:npm/npm-pick-manifest@11.0.3",
    "pkg:npm/packageurl-js@1.0.2",
    "pkg:npm/parse-conflict-json@5.0.1",
    "pkg:npm/prettify-xml@1.2.0",
    "pkg:npm/proc-log@6.0.0",
    "pkg:npm/proggy@4.0.0",
    "pkg:npm/promise-all-reject-late@1.0.1",
    "pkg:npm/promise-call-limit@3.0.2",
    "pkg:npm/properties-reader@2.3.0",
    "pkg:npm/read-package-json-fast@5.0.0",
    "pkg:npm/semver@7.7.3",
    "pkg:npm/ssri@13.0.0",
    "pkg:npm/table@6.9.0",
    "pkg:npm/tar@7.5.2",
    "pkg:npm/treeverse@3.0.0",
    "pkg:npm/uuid@13.0.0",
    "pkg:npm/walk-up-path@4.0.0",
    "pkg:npm/xml-js@1.6.11",
    "pkg:npm/yaml@2.8.1",
    "pkg:npm/yargs@18.0.0",
    "pkg:npm/yoctocolors@2.1.2"
  ]
}
{
  "ref": "pkg:npm/@appthreat/atom-parsetools@1.0.11",
  "dependsOn": [
    "pkg:npm/@appthreat/atom-common@1.0.11",
    "pkg:npm/@babel/parser@7.28.5",
    "pkg:npm/typescript@5.9.3",
    "pkg:npm/yargs@18.0.0"
  ]
}
{
  "ref": "pkg:npm/yargs@18.0.0",
  "dependsOn": [
    "pkg:npm/cliui@9.0.1",
    "pkg:npm/escalade@3.2.0",
    "pkg:npm/get-caller-file@2.0.5",
    "pkg:npm/string-width@8.1.0",
    "pkg:npm/y18n@5.0.8",
    "pkg:npm/yargs-parser@22.0.0"
  ]
}

Signed-off-by: Roland Asmann <roland.asmann@gmail.com>
@renovate
Copy link
Contributor Author

renovate bot commented Nov 18, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@malice00 malice00 merged commit ab5e247 into master Nov 19, 2025
74 of 78 checks passed
@malice00 malice00 deleted the renovate/yargs-18.x branch November 19, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants