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 #579

Merged
merged 17 commits into from Sep 4, 2020
Merged

Next #579

merged 17 commits into from Sep 4, 2020

Commits on Aug 24, 2020

  1. feat: drop support for node 8 (#570)

    BREAKING CHANGE: Node 10+ required
    G-Rath authored and SimenB committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    de0cebf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. fix: update to typescript-eslint@4

    Closes #590
    SimenB committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    64c5fba View commit details
    Browse the repository at this point in the history
  2. chore: update outdated dev dependencies (#577)

    Closes #562
    Closes #529
    Closes #567
    Closes #526
    Closes #547
    Closes #554
    Closes #528
    Closes #602
    Closes #609
    Closes #647
    SimenB committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    75bd543 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. fix: remove Jasmine globals (#596)

    BREAKING CHANGE: Jasmine globals are no marked as such
    SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    91062d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f0307 View commit details
    Browse the repository at this point in the history
  3. feat(no-large-snapshots): remove whitelistedSnapshots option

    BREAKING CHANGE
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    c87b44c View commit details
    Browse the repository at this point in the history
  4. chore: remove unneeded conditions (#594)

    These are not needed with `@typescript-eslint@3`
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    924b9af View commit details
    Browse the repository at this point in the history
  5. fix(no-large-snapshots): run on all files regardless of type (#637)

    BREAKING CHANGE: `no-large-snapshots` runs on all files regardless of type 
    
    Fixes #370
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    b584dee View commit details
    Browse the repository at this point in the history
  6. feat: set no-jasmine-globals to error in recommended ruleset

    BREAKING CHANGE: recommend erroring for `no-jasmine-globals` rule
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    b34ea13 View commit details
    Browse the repository at this point in the history
  7. feat: add valid-title to recommended ruleset

    BREAKING CHANGE: recommend `valid-title` rule
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    cb9e80e View commit details
    Browse the repository at this point in the history
  8. feat: add no-deprecated-functions to the recommended ruleset

    BREAKING CHANGE: recommend `no-deprecated-functions` rule
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    313576e View commit details
    Browse the repository at this point in the history
  9. feat: add no-interpolation-in-snapshots to the recommended ruleset

    BREAKING CHANGE: recommend `no-interpolation-in-snapshots` rule
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    ad29726 View commit details
    Browse the repository at this point in the history
  10. feat: add no-conditional-expect to the recommended ruleset

    BREAKING CHANGE: recommend `no-conditional-expect` rule
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    de52dda View commit details
    Browse the repository at this point in the history
  11. chore: upgrade to typescript@4 (#650)

    Closes #646
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    a56e797 View commit details
    Browse the repository at this point in the history
  12. refactor(no-test-callback): rename rule to no-done-callback (#653)

    BREAKING CHANGE: rename `no-test-callback` to `no-done-callback`
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    7bad84b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    47e85bd View commit details
    Browse the repository at this point in the history
  14. feat(no-done-callback): support hooks (#656)

    BREAKING CHANGE: `no-done-callback` will now report hooks using callbacks as well, not just tests
    
    Fixes #649
    Resolves #651
    G-Rath authored and SimenB committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    ef8825f View commit details
    Browse the repository at this point in the history