Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2022

Bumps commander from 5.1.0 to 9.1.0.

Release notes

Sourced from commander's releases.

v9.1.0

Added

  • Option .conflicts() to set conflicting options which can not be specified together (#1678)
  • (developer) CodeQL configuration for GitHub Actions (#1698)

v9.0.0

Added

  • simpler ECMAScript import (#1589)
  • Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (#1652)
  • .executableDir() for custom search for subcommands (#1571)
  • throw with helpful message if pass Option to .option() or .requiredOption() (#1655)
  • .error() for generating errors from client code just like Commander generated errors, with support for .configureOutput (), .exitOverride(), and .showHelpAfterError() (#1675)
  • .optsWithGlobals() to return merged local and global options (#1671)

Changed

  • Breaking: Commander 9 requires Node.js v12.20.0 or higher
  • update package-lock.json to lockfile@2 format (#1659)
  • showSuggestionAfterError is now on by default (#1657)
  • Breaking: default value specified for boolean option now always used as default value (see .preset() to match some previous behaviours) (#1652)
  • default value for boolean option only shown in help if true/false (#1652)
  • use command name as prefix for subcommand stand-alone executable name (with fallback to script name for backwards compatibility) (#1571)
  • allow absolute path with executableFile (#1571)
  • removed restriction that nested subcommands must specify executableFile (#1571)
  • TypeScript: allow passing readonly string array to .choices() (#1667)
  • TypeScript: allow passing readonly string array to .parse(), .parseAsync(), .aliases() (#1669)

Fixed

  • option with optional argument not supplied on command line now works when option already has a value, whether from default value or from previous arguments (#1652)

Removed

  • Breaking: removed internal fallback to require.main.filename when script not known from arguments passed to .parse() (can supply details using .name(), and .executableDir() or executableFile) (#1571)

9.0.0-1

Added

  • .error() for generating errors from client code just like Commander generated errors, with support for .configureOutput(), .exitOverride(), and .showHelpAfterError() (#1675)
  • .optsWithGlobals() to return merged local and global options (#1671)

9.0.0-0

Added

  • simpler ECMAScript import (#1589)
  • Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (#1652)

... (truncated)

Changelog

Sourced from commander's changelog.

[9.1.0] (2022-03-19)

Added

  • Option .conflicts() to set conflicting options which can not be specified together (#1678)
  • (developer) CodeQL configuration for GitHub Actions (#1698)

[9.0.0] (2022-01-28)

Added

  • simpler ECMAScript import (#1589)
  • Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (#1652)
  • .executableDir() for custom search for subcommands (#1571)
  • throw with helpful message if pass Option to .option() or .requiredOption() (#1655)
  • .error() for generating errors from client code just like Commander generated errors, with support for .configureOutput(), .exitOverride(), and .showHelpAfterError() (#1675)
  • .optsWithGlobals() to return merged local and global options (#1671)

Changed

  • Breaking: Commander 9 requires Node.js v12.20.0 or higher
  • update package-lock.json to lockfile@2 format (#1659)
  • showSuggestionAfterError is now on by default (#1657)
  • Breaking: default value specified for boolean option now always used as default value (see .preset() to match some previous behaviours) (#1652)
  • default value for boolean option only shown in help if true/false (#1652)
  • use command name as prefix for subcommand stand-alone executable name (with fallback to script name for backwards compatibility) (#1571)
  • allow absolute path with executableFile (#1571)
  • removed restriction that nested subcommands must specify executableFile (#1571)
  • TypeScript: allow passing readonly string array to .choices() [(#1667)]
  • TypeScript: allow passing readonly string array to .parse(), .parseAsync(), .aliases() [(#1669)]

Fixed

  • option with optional argument not supplied on command line now works when option already has a value, whether from default value or from previous arguments (#1652)

Removed

  • Breaking: removed internal fallback to require.main.filename when script not known from arguments passed to .parse() (can supply details using .name(), and .executableDir() or executableFile) (#1571)

[9.0.0-1] (2022-01-15)

(Released in 9.0.0)

[9.0.0-0] (2021-12-22)

(Released in 9.0.0)

[8.3.0] (2021-10-22)

... (truncated)

Commits

Dependabot compatibility score

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

Bumps [commander](https://github.com/tj/commander.js) from 5.1.0 to 9.1.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v5.1.0...v9.1.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 18, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 15, 2022

Superseded by #59.

@dependabot dependabot bot closed this Apr 15, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/commander-9.1.0 branch April 15, 2022 15:35
crestdatasystems pushed a commit that referenced this pull request May 14, 2025
* Created new PR for Silent Push (demisto#39325)

* Created new PR for Silent Push

* Prepared all the documents for App Submission

* Added Test Case For SilentPush (#40)

* Updated the Author Image and Integration image

* PR Comments Resolved Partial

PR demisto#39325 (demisto#39325) Comments Resolved

* PR Comments Resolved

* API key required value made to be 'true'

* Updated with fixed PR comments

Updated SilentPush.py file

* Pending comments resolved from the PR

Updated the 'SilentPush.py' file

* Fixed the .get error on str

* Added accidentally removed comment from Client class

* fixed the problematic indentation

* get-IPv4-reputation command fixed and improved

* Client class fixes

* Fixed get-asn-takedown-reputation command errors

* Removed unused parameter from the function arguments

* Corrected API call URL for Future Attach Indicators Command

Updated SilentPush.py

* Added missing comments to _init method

* Update SilentPush.py

* Update SilentPush.py

---------

Co-authored-by: ayusha-metron <ayush.asati@metronlabs.com>
Co-authored-by: vishalk-metron <vishal.khemnar@metronlabs.com>

* Ti cloud v2.7.1 (demisto#39784) (demisto#39811)

* Update version to 2.4.4

* Update readme

* Fix minor bugs in classification commands.

* Add the contributors file

* Add release notes

* Add progress

* !file command done

* !url command done

* !ip command done

* !domain command done

* Update the docker image

* Create release notes

* Update command examples

* Update the version

* Update the readme

* Update the user agent

* Edit release notes

* Add isArray: true

* Add the contributors file

* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.yml



* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.yml



* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.py



* Update release notes

* Add config section order

* Update YAML return types

* Update the version in the user agent string

* Update test data

* Update tests

* Update tests

* Remove blank line

* Add ignored secrets

* Add ignored secrets

* Add release notes

* Update the version

* Update the human-readable response

* Update the test data

* Update Packs/ReversingLabs_Titanium_Cloud/ReleaseNotes/2_7_1.md



* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.py



---------

Co-authored-by: Mislav Sever <46045160+MislavReversingLabs@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Abnormal Security - Filter bug Fixes (demisto#39791) (demisto#39810)

* Default polling lag to 2 minutes + Fix filtering params

* Update realease notes

* Fix unit tests

* Update readme and yml file with default polling lag details

* Update to latest docker image of demisto

---------

Co-authored-by: Sumit Badsara <sbadsara@abnormalsecurity.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* added a fix to the containment plan isolate device (demisto#39744)

* added a fix to the containment plan isolate device

* Apply suggestions from code review

replaced Alert with Incident

* Bump pack from version CommonPlaybooks to 2.7.1.

---------

Co-authored-by: Content Bot <bot@demisto.com>

* rest playbooks - fix - added continue on error to enrichment tasks (demisto#39814)

* change skipifunavailable to true

* added continue on error

* ReleaseNotes

* ReleaseNotes

* Bump pack from version CortexResponseAndRemediation to 1.1.42.

* RN updates

* RN updates2

---------

Co-authored-by: Content Bot <bot@demisto.com>

* skipped mail listener tpb as its being blocked by CRTX-171878 (demisto#39821)

* test (demisto#39823)

* Fix-containment-plan-isolate-device (demisto#39827)

* Fix an issue with the view key

* RN

* [Marketplace Contribution] Perplexity AI (demisto#39820)

* [Marketplace Contribution] Perplexity AI (demisto#39431)

* "pack contribution initial commit"

* Update Packs/PerplexityAI/Integrations/PerplexityAI/README.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/README.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/README.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.py

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.py

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update PerplexityAI.yml

Added output

* Update PerplexityAI.yml

Updated output

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update PerplexityAI.py

Correct RUFF errors

* Update README.md

Added readme content

* Update PerplexityAI.py

Ruff error on trailing whitespace

* Update pack_metadata.json

Added category

* Add files via upload

120x50

* Delete Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI_image.png

delete old image

* Rename Perplexity.png to PerplexityAI_image.png

Rename 120x50 version

* Update PerplexityAI_description.md

Added description

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update PerplexityAI_description.md

correction

* Update PerplexityAI_description.md

Deleted links since seem to cause error

* Update PerplexityAI_description.md

* Update PerplexityAI.yml

Change output type to Unknown

---------

Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* docker

* pre-commit fixes

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
Co-authored-by: meichler <meichler@paloaltonetworks.com>

* post demo fixes

* revert

* fix import

* pre commit fix

* ignroe

* ignroe

* fix UT

* ruf format

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* add no cover

* validate fixes

* add version

* update email

* ignore

---------

Co-authored-by: meghak-metron <92508862+meghak-metron@users.noreply.github.com>
Co-authored-by: ayusha-metron <ayush.asati@metronlabs.com>
Co-authored-by: vishalk-metron <vishal.khemnar@metronlabs.com>
Co-authored-by: Mislav Sever <46045160+MislavReversingLabs@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
Co-authored-by: Sumit Badsara <sbadsara@abnormalsecurity.com>
Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: OmriItzhak <115150792+OmriItzhak@users.noreply.github.com>
Co-authored-by: merit-maita <49760643+merit-maita@users.noreply.github.com>
Co-authored-by: Shmuel Kroizer <69422117+shmuel44@users.noreply.github.com>
Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>
Co-authored-by: meichler <meichler@paloaltonetworks.com>
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