Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(resolve): replace read-pkg-up with escalade #10558

Merged
merged 9 commits into from Oct 1, 2020

Commits on Sep 27, 2020

  1. refactor(resolve): replace read-pkg-up with escalade

    Ref https://packagephobia.com/result?p=read-pkg-up https://packagephobia.com/result?p=escalade
    
    Read-pkg-up package is quite big and have a lot of dependencies.
    It also handles cases not necessary for jest. Beautiful JSON parsing
    errors are not relevant and can be replaced with builtin JSON.parse.
    TrySound committed Sep 27, 2020
    Copy the full SHA
    93e483c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d94d4e5 View commit details
    Browse the repository at this point in the history
  3. Update snapshot

    TrySound committed Sep 27, 2020
    Copy the full SHA
    1c30fce View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Fix escalade usage

    TrySound committed Sep 29, 2020
    Copy the full SHA
    6e5c5c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Address comments

    TrySound committed Oct 1, 2020
    Copy the full SHA
    f60d005 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    TrySound committed Oct 1, 2020
    Copy the full SHA
    0fed3c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a7073d7 View commit details
    Browse the repository at this point in the history
  4. Update test comment

    TrySound committed Oct 1, 2020
    Copy the full SHA
    c12fe4a View commit details
    Browse the repository at this point in the history
  5. Delete comment about cache

    TrySound committed Oct 1, 2020
    Copy the full SHA
    92411f9 View commit details
    Browse the repository at this point in the history