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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.4.1
Choose a base ref
...
head repository: yargs/yargs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.5.1
Choose a head ref
  • 17 commits
  • 16 files changed
  • 10 contributors

Commits on Apr 20, 2022

  1. chore: Set permissions for GitHub actions (#2168)

    Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
    naveensrinivasan authored Apr 20, 2022
    1 Configuration menu
    Copy the full SHA
    d9fa18c View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    6192990 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on May 11, 2022

  1. 1 Configuration menu
    Copy the full SHA
    95aed1c View commit details
    Browse the repository at this point in the history
  2. Revert "chore: Set permissions for GitHub actions (#2168)" (#2183)

    This reverts commit d9fa18c.
    Benjamin E. Coe authored May 11, 2022
    1 Configuration menu
    Copy the full SHA
    7e85096 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 17.5.0 (#2184)

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

Commits on May 14, 2022

  1. 1 Configuration menu
    Copy the full SHA
    5685382 View commit details
    Browse the repository at this point in the history
  2. test: remove console.log (#2157)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    jly36963 and Benjamin E. Coe authored May 14, 2022
    1 Configuration menu
    Copy the full SHA
    b42e0ca View commit details
    Browse the repository at this point in the history
  3. fix: handle multiple node_modules folders determining mainFilename fo…

    …r ESM (#2123)
    
    Co-authored-by: Landon Yarrington <33426811+jly36963@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    3 people authored May 14, 2022
    1 Configuration menu
    Copy the full SHA
    e0823dd View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    4dac5b8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. fix: prevent infinite loop with empty locale (#2179)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    jly36963 and Benjamin E. Coe authored May 15, 2022
    1 Configuration menu
    Copy the full SHA
    b672e70 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. refactor: make isDefaulted private (#2188)

    Co-authored-by: Landon Yarrington <33426811+jly36963@users.noreply.github.com>
    Benjamin E. Coe and jly36963 authored May 16, 2022
    1 Configuration menu
    Copy the full SHA
    2109bd6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1c331f2 View commit details
    Browse the repository at this point in the history
  3. refactor: use prototype (#2165)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    jly36963 and Benjamin E. Coe authored May 16, 2022
    1 Configuration menu
    Copy the full SHA
    8912078 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    cbc2eb7 View commit details
    Browse the repository at this point in the history
  5. fix(completion): correct zsh installation instructions

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    goldjacobe and Benjamin E. Coe authored May 16, 2022
    1 Configuration menu
    Copy the full SHA
    22e9af2 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 17.5.1 (#2187)

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