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

Next Major Release #227

Merged
merged 55 commits into from
Oct 17, 2021
Merged

Next Major Release #227

merged 55 commits into from
Oct 17, 2021

Commits on Oct 15, 2021

  1. chore: update minimum required node version to 12

    BREAKING CHANGE: Node ^12.22.0 or ^14.17.0 or >=16.0.0 is now required
    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e1aef05 View commit details
    Browse the repository at this point in the history
  2. chore: remove deprecated stylitic ruleset

    BREAKING CHANGE: removed stylitic ruleset in favor of stylistic ruleset
    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d268d78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deb8df1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02fc5da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bc5d6d View commit details
    Browse the repository at this point in the history
  6. chore: remove unneeded incompatible dev-dependencies

    Remove dev-dependencies that aren't needed for testing and aren't compatable with all node versions
    being tested against.
    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    67d7f69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f12d96e View commit details
    Browse the repository at this point in the history
  8. chore: remove deprecated rule: prefer-type-literal

    BREAKING CHANGE: rule "prefer-type-literal" has been removed.
    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f12359d View commit details
    Browse the repository at this point in the history
  9. chore: setup tspaths

    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    85481eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d03b7c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f981f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cba3b0c View commit details
    Browse the repository at this point in the history
  13. feat(external-recommended): update recommended external rules

    removed:
     - @typescript-eslint/explicit-function-return-type
    
    added:
     - @typescript-eslint/prefer-readonly
     - @typescript-eslint/prefer-readonly-parameter-types
     - @typescript-eslint/switch-exhaustiveness-check
     - @typescript-eslint/prefer-const
    
    BREAKING CHANGE: update recommended external rules
    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bc7d0c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29c57cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    34dbeb9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e07a559 View commit details
    Browse the repository at this point in the history
  17. feat(no-return-void): implicit types are now checked by default

    BREAKING CHANGE: implicit types are now checked by default
    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f23e907 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f5d664e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c3e908f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3fe4780 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    39b5347 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    77913c6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8c12470 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ce51f12 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    685ac1a View commit details
    Browse the repository at this point in the history
  26. chore: update husky

    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d2d2ba2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b73d69d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1c6d2b3 View commit details
    Browse the repository at this point in the history
  29. ci: remove fail fast

    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f9378d4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    35b1273 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9090fe0 View commit details
    Browse the repository at this point in the history
  32. refactor: make it so ignore functions for rules need to be explicitly…

    … passed to create rule function
    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3d94704 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    634e016 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    792ae1d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6c47119 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    142bc69 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f57e1a3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    519125b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4f72911 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6c488e1 View commit details
    Browse the repository at this point in the history
  41. style: improve linting

    RebeccaStevens committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1b4186c View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4c741e1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9387557 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    f4cdf6d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b1ddc88 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    53d8786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f414ede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66d124b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bceeaa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d37de5 View commit details
    Browse the repository at this point in the history
  6. chore: minor cleanup

    RebeccaStevens committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9a15a60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f738d6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1297bd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a1486c View commit details
    Browse the repository at this point in the history
  10. test: temporary fix to get tests working

    revent once babel/babel#13712 is fixed
    RebeccaStevens committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9009e52 View commit details
    Browse the repository at this point in the history