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

Use execa 6.x in scripts #19759

Merged
merged 12 commits into from
Nov 21, 2022
Merged

Commits on Nov 5, 2022

  1. Use execa 6.x in scripts

    We need to use an obtuse method to import it as it is ESM only and `ts-node` doesn't play well with that.
    
    See TypeStrong/ts-node#1290
    tmeasday committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d3fa0be View commit details
    Browse the repository at this point in the history
  2. Fix require to async import

    tmeasday committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    7dd02bc View commit details
    Browse the repository at this point in the history
  3. Some fixes

    tmeasday committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    dc7ebb7 View commit details
    Browse the repository at this point in the history
  4. Deepscan

    tmeasday committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    93aa6ca View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    4ab4bf1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/next' into tom/sb-880-update-exe…

    …ca-and-try-to-fix-waiting
    tmeasday committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    74a70c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1017f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c54a59e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9701532 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. WIP

    tmeasday committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f1ea8e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Merge remote-tracking branch 'origin/next' into tom/sb-880-update-exe…

    …ca-and-try-to-fix-waiting
    tmeasday committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3de9794 View commit details
    Browse the repository at this point in the history
  2. Remove debugging logs

    tmeasday committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    556d7df View commit details
    Browse the repository at this point in the history