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

Update (almost) all deps #372

Open
wants to merge 12 commits into
base: next
Choose a base branch
from

Commits on Jun 23, 2022

  1. chore: remove visual settings from vscode settings

    The project settings override user settings, and therefore should only
    be used for actual project-critical settings. Rulers and indent guides
    are a pure visual aid, and not everyone likes them, they should be left
    to user settings.
    simon-abbott committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    268a653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1882be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b92076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87abc9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b12c3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a03410f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4a0ee7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18a947c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4e2eeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e3eb4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9583f3f View commit details
    Browse the repository at this point in the history
  12. chore: drop support for node <= 12

    Node <= 12 is EOL, there is no reason to support it any further.
    
    BREAKING CHANGE: Drop support for node <= 12
    simon-abbott committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2c83cc3 View commit details
    Browse the repository at this point in the history