8000 Comparing yargs-parser-v21.0.1...yargs-parser-v21.1.0 · yargs/yargs-parser · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yargs/yargs-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: yargs-parser-v21.0.1
Choose a base ref
...
head repository: yargs/yargs-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: yargs-parser-v21.1.0
Choose a head ref
  • 10 commits
  • 7 files changed
  • 8 contributors

Commits on Jun 5, 2022

  1. chore(deps): update dependency mocha to v10 (#440)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    renovate[bot] and renovate-bot authored Jun 5, 2022
    1 Configuration menu
    Copy the full SHA
    2a9ccb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. chore(deps): update dependency rollup-plugin-ts to v3 (#442)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    renovate[bot] and renovate-bot authored Jul 5, 2022
    1 Configuration menu
    Copy the full SHA
    a030551 View commit details
    Browse the repository at this point in the history
  2. fix: parse options ending with 3+ hyphens (#434)

    Before this commit, options ending with three or more hyphens were
    being parsed as positional arguments, because a regular expression
    didn't have a start anchor.
    
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    0x2b3bfa0 and bcoe authored Jul 5, 2022
    1 Configuration menu
    Copy the full SHA
    4f1060b View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency puppeteer to v15 (#444)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    renovate[bot] and bcoe authored Jul 5, 2022
    1 Configuration menu
    Copy the full SHA
    a072f9a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. chore(deps): update dependency serve to v14 (#449)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 13, 2022
    1 Configuration menu
    Copy the full SHA
    fd30238 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. fix(halt-at-non-option): prevent known args from being parsed when "u…

    …nknown-options-as-args" is enabled (#438)
    kherock authored Jul 19, 2022
    1 Configuration menu
    Copy the full SHA
    c474bc1 View commit details
    Browse the repository at this point in the history
  2. feat: allow the browser build to be imported (#443)

    Adding this small change will allow cloudflare worker users to easily use the yargs-parser as a library.
    
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    TechplexEngineer and bcoe authored Jul 19, 2022
    1 Configuration menu
    Copy the full SHA
    a89259f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. chore(deps): update dependency puppeteer to v16 (#451)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 3, 2022
    1 Configuration menu
    Copy the full SHA
    c0c6079 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d07bcdb View commit details
    Browse the repository at this point in the history
  3. chore(main): release yargs-parser 21.1.0 (#446)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 3, 2022
    1 Configuration menu
    Copy the full SHA
    90067a0 View commit details
    Browse the repository at this point in the history
Loading
0