Permalink
base repository: jprichardson/node-fs-extra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 10.0.0
Choose a base ref
...
head repository: jprichardson/node-fs-extra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: 10.0.1
Choose a head ref
  • 8 commits
  • 33 files changed
  • 5 contributors

Commits on May 7, 2021

  1. Skip the ncp / error / dest-permission test if running as root (#899)

    This test tries to create a directory where the current user does not have the
    permissions to do so and expects a failure. However, the root user is by design
    always allowed to do that (ignoring file permissions). So we must skip the test
    in these cases then.
    
    Fixes #898
    
    Co-authored-by: Ryan Zimmerman <[email protected]>
    dcermak and RyanZim authoredMay 7, 2021
    1 Configuration menu
    Copy the full SHA
    e6a9505View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Refactor folder structure (#922)

    * Rename lib/output/ to lib/output-file/
    
    * Refactor lib/ensure/index.js
    
    * Collapse copy-sync/ and move-sync/ into the async folders
    @RyanZim
    RyanZim authoredSep 23, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  2. Remove old broken CI tooling; run nyc as part of normal tests (#924)

    * Remove old broken CI tooling; now that we've switched to GH Actions
    
    Refs #874
    
    * Run nyc as part of normal tests
    @RyanZim
    RyanZim authoredSep 23, 2021
    Configuration menu
    Copy the full SHA
    cbf2a49View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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

Commits on Feb 2, 2022

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

Commits on Feb 21, 2022

  1. Add "sideEffects": false to package.json (#941)

    Add `"sideEffects": false` to package.json to allow frameworks that mix client and server code in the same files to tree-shake out fs-extra from client bundles.
    @jacob-ebey
    jacob-ebey authoredFeb 21, 2022
    Configuration menu
    Copy the full SHA
    9568a69View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Test on Node 17

    @RyanZim
    RyanZim committedFeb 22, 2022
    Configuration menu
    Copy the full SHA
    ec8ebf0View commit details
    Browse the repository at this point in the history
  2. 10.0.1

    @RyanZim
    RyanZim committedFeb 22, 2022
    Configuration menu
    Copy the full SHA
    69eb896View commit details
    Browse the repository at this point in the history
Loading