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

Breaking: drop Node.js < 16 and improve performance #116

Merged
merged 5 commits into from
Apr 6, 2024
Merged

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    a2deaae View commit details
    Browse the repository at this point in the history
  2. Remove CJS compatibility hack for Node.js < 12.20

    Which had a startup cost.
    
    Category: removal
    vweevers committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5f2fa2f View commit details
    Browse the repository at this point in the history
  3. Breaking: drop support of Node.js < 16

    Category: removal
    vweevers committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    08bcd0e View commit details
    Browse the repository at this point in the history
  4. Bundle CLI into single file for faster startup

    Category: fix
    vweevers committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c66553d View commit details
    Browse the repository at this point in the history
  5. Remove unused CodeQL analysis

    Ends up getting disabled because this repo isn't active enough.
    
    Category: none
    vweevers committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    81f520a View commit details
    Browse the repository at this point in the history