Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

feat: add support for alternative config files with cosmiconfig #178

Merged
merged 7 commits into from
Sep 22, 2023

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    ef0b43a View commit details
    Browse the repository at this point in the history
  2. fix: Use cosmiconfigSync to work around segfault in tests

    Consistently running into a segfault coming from Node as a result of
    cosmiconfig attempting to run a dynamic import on the listed .js config
    file caused by:
    
    nodejs/node#35889
    jestjs/jest#11438
    
    Using cosmiconfigSync to workaround this which will fall back to using a
    synchronous require() call.
    ryanwilsonperkin committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8cb6bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    076badc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    505c42d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ece7ac5 View commit details
    Browse the repository at this point in the history
  6. Replace \..+)\ with ..+)

    smeijer committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a789405 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d50f370 View commit details
    Browse the repository at this point in the history