Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ip from 2.0.0 to 2.0.1 #35

Closed
wants to merge 99 commits into from

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    c1b1103 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    bab9fd5 View commit details
    Browse the repository at this point in the history
  2. feat: v2 poc

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7d5d302 View commit details
    Browse the repository at this point in the history
  3. feat: array & typed options

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    73c1ad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29d6973 View commit details
    Browse the repository at this point in the history
  5. feat: help generator

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b0d20bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d26114d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    602877c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f781c3 View commit details
    Browse the repository at this point in the history
  9. ci: update actions

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    571920b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecd7ced View commit details
    Browse the repository at this point in the history
  11. test: tests & bug fixes

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    255d2f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b11cdd3 View commit details
    Browse the repository at this point in the history
  13. docs: jsdoc updates

    chore: small fixes
    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8bf678e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a404623 View commit details
    Browse the repository at this point in the history
  15. build: add semantic-release

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2647ceb View commit details
    Browse the repository at this point in the history
  16. ci: update build steps

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6a30f55 View commit details
    Browse the repository at this point in the history
  17. ci: fix node version label

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    282be2e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b2ef069 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7c11d6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c414365 View commit details
    Browse the repository at this point in the history
  21. chore: remove old files

    chore: add gh-pages deploy script
    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    058e6c8 View commit details
    Browse the repository at this point in the history
  22. chore: rename style utils

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7306e08 View commit details
    Browse the repository at this point in the history
  23. ci: update release config

    BREAKING CHANGE: recreated massarg package
    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4b111ab View commit details
    Browse the repository at this point in the history
  24. chore(release): 2.0.0-pre.1 [skip ci]

    # [2.0.0-pre.1](v1.0.6...v2.0.0-pre.1) (2023-11-24)
    
    ### Continuous Integration
    
    * update release config ([0f9abec](0f9abec))
    
    ### Features
    
    * array & typed options ([e2837d6](e2837d6))
    * built-in help command + flag ([98cacc8](98cacc8))
    * example lines, help style updates ([00e76e3](00e76e3))
    * help generator ([673bc70](673bc70))
    * improve help config, update styles, fixes ([882d040](882d040))
    * pass main instance to run fn ([e0574a1](e0574a1))
    * transform output name for options ([6ee8cf2](6ee8cf2))
    * v2 poc ([42e847d](42e847d))
    
    ### BREAKING CHANGES
    
    * recreated massarg package
    semantic-release-bot authored and chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0cc4157 View commit details
    Browse the repository at this point in the history
  25. ci: update

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    dfe8262 View commit details
    Browse the repository at this point in the history
  26. chore(release): 2.0.0-pre.1 [skip ci]

    # [2.0.0-pre.1](v1.0.6...v2.0.0-pre.1) (2023-11-24)
    
    ### Continuous Integration
    
    * update release config ([4b111ab](4b111ab))
    
    ### Features
    
    * array & typed options ([73c1ad9](73c1ad9))
    * built-in help command + flag ([d26114d](d26114d))
    * example lines, help style updates ([ecd7ced](ecd7ced))
    * help generator ([b0d20bf](b0d20bf))
    * improve help config, update styles, fixes ([b11cdd3](b11cdd3))
    * pass main instance to run fn ([29d6973](29d6973))
    * transform output name for options ([c414365](c414365))
    * v2 poc ([7d5d302](7d5d302))
    
    ### BREAKING CHANGES
    
    * recreated massarg package
    semantic-release-bot committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7435b83 View commit details
    Browse the repository at this point in the history
  27. ci: update

    chenasraf committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b63b7c3 View commit details
    Browse the repository at this point in the history
  28. chore(release): 2.0.0-pre.1 [skip ci]

    # [2.0.0-pre.1](v1.0.6...v2.0.0-pre.1) (2023-11-24)
    
    ### Continuous Integration
    
    * update release config ([4b111ab](4b111ab))
    
    ### Features
    
    * array & typed options ([73c1ad9](73c1ad9))
    * built-in help command + flag ([d26114d](d26114d))
    * example lines, help style updates ([ecd7ced](ecd7ced))
    * help generator ([b0d20bf](b0d20bf))
    * improve help config, update styles, fixes ([b11cdd3](b11cdd3))
    * pass main instance to run fn ([29d6973](29d6973))
    * transform output name for options ([c414365](c414365))
    * v2 poc ([7d5d302](7d5d302))
    
    ### BREAKING CHANGES
    
    * recreated massarg package
    semantic-release-bot committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2095c6a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    48b9602 View commit details
    Browse the repository at this point in the history
  2. docs: fix changelog

    chenasraf committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0f068f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47dbe32 View commit details
    Browse the repository at this point in the history
  4. fix: exported types fixes

    chenasraf committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a0aa8ec View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.0.0-pre.2 [skip ci]

    # [2.0.0-pre.2](v2.0.0-pre.1...v2.0.0-pre.2) (2023-12-01)
    
    ### Bug Fixes
    
    * exported types fixes ([a0aa8ec](a0aa8ec))
    
    ### Features
    
    * different opt output name (default camelCase) ([48b9602](48b9602))
    semantic-release-bot committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c1f6fd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. ci: fix build artifacts

    chenasraf committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    0f317d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    742b597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed6f60 View commit details
    Browse the repository at this point in the history
  4. ci: fix build assets

    chenasraf committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    9562f2d View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.0.0-pre.3 [skip ci]

    # [2.0.0-pre.3](v2.0.0-pre.2...v2.0.0-pre.3) (2023-12-02)
    
    ### Bug Fixes
    
    * help output formatting/text ([fed6f60](fed6f60))
    * support help option with early quit ([742b597](742b597))
    semantic-release-bot committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    9bdd33f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    efb8d43 View commit details
    Browse the repository at this point in the history
  2. feat: global column width

    chenasraf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    637f91d View commit details
    Browse the repository at this point in the history
  3. docs: update docs build

    chenasraf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c214999 View commit details
    Browse the repository at this point in the history
  4. fix: required options

    chenasraf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0f17d33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    291ff0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa29138 View commit details
    Browse the repository at this point in the history
  7. fix: flag negation

    chenasraf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a42a854 View commit details
    Browse the repository at this point in the history
  8. build: fix ci

    chenasraf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d6d0e92 View commit details
    Browse the repository at this point in the history
  9. build: fix ci

    chenasraf committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6bb6d53 View commit details
    Browse the repository at this point in the history
  10. chore(release): 2.0.0-pre.4 [skip ci]

    # [2.0.0-pre.4](v2.0.0-pre.3...v2.0.0-pre.4) (2023-12-11)
    
    ### Bug Fixes
    
    * bugfixes, build updates ([fa29138](fa29138))
    * detect the correct flag syntax in all cases ([291ff0f](291ff0f))
    * flag negation ([a42a854](a42a854))
    * required options ([0f17d33](0f17d33))
    
    ### Features
    
    * global column width ([637f91d](637f91d))
    semantic-release-bot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fbcb112 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    eacb0dd View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0-pre.5 [skip ci]

    # [2.0.0-pre.5](v2.0.0-pre.4...v2.0.0-pre.5) (2023-12-12)
    
    ### Bug Fixes
    
    * default options & default values ([eacb0dd](eacb0dd))
    semantic-release-bot committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8d971fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119f201 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.0.0-pre.6 [skip ci]

    # [2.0.0-pre.6](v2.0.0-pre.5...v2.0.0-pre.6) (2023-12-12)
    
    ### Bug Fixes
    
    * let help flag ignore requirements ([119f201](119f201))
    semantic-release-bot committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    16c49ea View commit details
    Browse the repository at this point in the history
  5. chore: cleanups

    chenasraf committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4660ba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    a3090f9 View commit details
    Browse the repository at this point in the history
  2. fix: build

    chenasraf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    856eba8 View commit details
    Browse the repository at this point in the history
  3. fix: error types

    chenasraf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3d32115 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.0.0-pre.7 [skip ci]

    # [2.0.0-pre.7](v2.0.0-pre.6...v2.0.0-pre.7) (2023-12-14)
    
    ### Bug Fixes
    
    * build ([856eba8](856eba8))
    * command/option parsing priorities ([a3090f9](a3090f9))
    * error types ([3d32115](3d32115))
    semantic-release-bot committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a54d60d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0060cf View commit details
    Browse the repository at this point in the history
  6. chore(release): 2.0.0-pre.8 [skip ci]

    # [2.0.0-pre.8](v2.0.0-pre.7...v2.0.0-pre.8) (2023-12-14)
    
    ### Bug Fixes
    
    * **help:** help subcommand default ([b0060cf](b0060cf))
    semantic-release-bot committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0559831 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix: type inferences

    chenasraf committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    215cd64 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0-pre.9 [skip ci]

    # [2.0.0-pre.9](v2.0.0-pre.8...v2.0.0-pre.9) (2023-12-15)
    
    ### Bug Fixes
    
    * type inferences ([215cd64](215cd64))
    semantic-release-bot committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    00baf83 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. feat(help): update styles

    chenasraf committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    187037b View commit details
    Browse the repository at this point in the history
  2. chore: add try..catch

    chenasraf committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    0742898 View commit details
    Browse the repository at this point in the history
  3. fix: type err

    chenasraf committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    bc1979c View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.0.0-pre.10 [skip ci]

    # [2.0.0-pre.10](v2.0.0-pre.9...v2.0.0-pre.10) (2024-01-21)
    
    ### Bug Fixes
    
    * type err ([bc1979c](bc1979c))
    
    ### Features
    
    * **help:** update styles ([187037b](187037b))
    semantic-release-bot committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9725789 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. chore: update deps

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cc8f562 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @babel/traverse from 7.14.8 to 7.23.7

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.8 to 7.23.7.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    31c26e1 View commit details
    Browse the repository at this point in the history
  3. refactor: negation strings

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b910ee4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55c51f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12f23ed View commit details
    Browse the repository at this point in the history
  6. feat: default value in help

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bab8e33 View commit details
    Browse the repository at this point in the history
  7. feat: new docs wip

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    441daa3 View commit details
    Browse the repository at this point in the history
  8. docs: update

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c8ec829 View commit details
    Browse the repository at this point in the history
  9. remove generated files

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    8bd697a View commit details
    Browse the repository at this point in the history
  10. docs: update

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4875a05 View commit details
    Browse the repository at this point in the history
  11. docs: update readme

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f555346 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    87f98ba View commit details
    Browse the repository at this point in the history
  13. docs: update

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a0f015f View commit details
    Browse the repository at this point in the history
  14. docs: update

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5723ea3 View commit details
    Browse the repository at this point in the history
  15. docs: update

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d230eb0 View commit details
    Browse the repository at this point in the history
  16. build: fix

    chenasraf committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    7f14e68 View commit details
    Browse the repository at this point in the history
  17. chore(release): 2.0.0-pre.11 [skip ci]

    # [2.0.0-pre.11](v2.0.0-pre.10...v2.0.0-pre.11) (2024-01-28)
    
    ### Bug Fixes
    
    * move negation logic to MassargFlag ([e55c51f](e55c51f))
    
    ### Features
    
    * default value in help ([bab8e33](bab8e33))
    * don't auto-wrap footer text ([87f98ba](87f98ba))
    * don't auto-wrap footer text ([12f23ed](12f23ed))
    * new docs wip ([441daa3](441daa3))
    semantic-release-bot committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    dfa8f36 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    cd83a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3075a0 View commit details
    Browse the repository at this point in the history
  3. fix: docs

    chenasraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0070b80 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.0.0-pre.12 [skip ci]

    # [2.0.0-pre.12](v2.0.0-pre.11...v2.0.0-pre.12) (2024-01-29)
    
    ### Bug Fixes
    
    * docs ([0070b80](0070b80))
    * simplify option help output, fix default value display ([b3075a0](b3075a0))
    * split negation labels to 2 lines ([cd83a34](cd83a34))
    semantic-release-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5f23a57 View commit details
    Browse the repository at this point in the history
  5. ci: update docs build

    chenasraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    07ad1f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36e0d5a View commit details
    Browse the repository at this point in the history
  7. docs: fix reamde links

    chenasraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d693796 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update README.md

    chenasraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7871819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eade766 View commit details
    Browse the repository at this point in the history
  3. chore: update changelog gen

    chenasraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7da82d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    371dd8c View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.0.0-pre.13 [skip ci]

    # [2.0.0-pre.13](v2.0.0-pre.12...v2.0.0-pre.13) (2024-01-30)
    
    ### Bug Fixes
    
    * add spacing between args, update sample ([eade766](eade766))
    semantic-release-bot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b3327bf View commit details
    Browse the repository at this point in the history
  6. docs: add readme links

    chenasraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7f89f1d View commit details
    Browse the repository at this point in the history
  7. docs: add readme badge

    chenasraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2983653 View commit details
    Browse the repository at this point in the history
  8. docs: update badges

    chenasraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    46b07bd View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. build(deps): bump ip from 2.0.0 to 2.0.1

    Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
    - [Commits](indutny/node-ip@v2.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9e7280f View commit details
    Browse the repository at this point in the history