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: isaacs/rimraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: isaacs/rimraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.5
Choose a head ref
  • 15 commits
  • 54 files changed
  • 3 contributors

Commits on Apr 16, 2023

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

Commits on May 17, 2023

  1. update glob, remove skipLibCheck: true

    This requires the minipass with the fixed EventEmitter types, and also
    the tsconfig setting that let the error slip past in the first place.
    
    Re: isaacs/node-glob#529
    Re: isaacs/minipass#49
    isaacs committed May 17, 2023
    Configuration menu
    Copy the full SHA
    13f0172 View commit details
    Browse the repository at this point in the history
  2. add some keywords to package.json

    Fix: #273
    isaacs committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5c33c70 View commit details
    Browse the repository at this point in the history
  3. 5.0.1

    isaacs committed May 17, 2023
    Configuration menu
    Copy the full SHA
    bfda548 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add github link to typedocs

    isaacs committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    24ac69b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. tap 18, build with tshy

    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5739c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92a4e2c View commit details
    Browse the repository at this point in the history
  3. 5.0.2

    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6297992 View commit details
    Browse the repository at this point in the history
  4. detect main module properly

    Doesn't work otherwise if it's symlinked.
    
    Fix: #288
    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    14a1406 View commit details
    Browse the repository at this point in the history
  5. 5.0.3

    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    15656aa View commit details
    Browse the repository at this point in the history
  6. GitHub Actions: Node.js v20

    PR-URL: #277
    Credit: @cclauss
    Close: #277
    Reviewed-by: @dzienisz
    cclauss authored and isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2e8e0d3 View commit details
    Browse the repository at this point in the history
  7. bin: remove realpath, use testing env instead

    If env.__TESTING_RIMRAF_BIN__=='1', then just export. Otherwise,
    do the thing. This saves a realpath call at startup in the bin.
    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0a84af6 View commit details
    Browse the repository at this point in the history
  8. 5.0.4

    isaacs committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ffc44d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. tshy 1.2.2, build with main

    isaacs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    562b912 View commit details
    Browse the repository at this point in the history
  2. 5.0.5

    isaacs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3cc9222 View commit details
    Browse the repository at this point in the history
Loading