Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jest-community/eslint-plugin-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v24.3.5
Choose a base ref
...
head repository: jest-community/eslint-plugin-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.3.6
Choose a head ref
  • 11 commits
  • 29 files changed
  • 7 contributors

Commits on Apr 11, 2021

  1. chore(deps): lock file maintenance (#812)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    96dfa33 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    0ca3d39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5eb5e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    004a9cb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    913bc73 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    127c12a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    6536594 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. fix: improve handling of .each calls and with tagged literals (#814)

    * fix: improve handling of `.each` calls and with tagged literals
    
    * refactor(no-focused-tests): greatly deduplicate code
    
    * refactor: remove unneeded utils
    
    * refactor(no-standalone-expect): remove unneeded check
    
    * test(no-conditional-expect): add cases for `each()()`
    
    * test(no-test-return-statement): add cases for `each()()`
    
    * fix(no-if): support `each()()`
    G-Rath authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    040c605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fee973 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b7a396 View commit details
    Browse the repository at this point in the history
  4. chore(release): 24.3.6 [skip ci]

    ## [24.3.6](v24.3.5...v24.3.6) (2021-04-26)
    
    ### Bug Fixes
    
    * **no-conditional-expect:** check for expects in `catch`s on promises ([#819](#819)) ([1fee973](1fee973))
    * **valid-expect:** support async `expect` in ternary statements ([#833](#833)) ([7b7a396](7b7a396))
    * improve handling of `.each` calls and with tagged literals ([#814](#814)) ([040c605](040c605))
    semantic-release-bot committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4859391 View commit details
    Browse the repository at this point in the history
Loading