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: v26.4.2
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: v26.4.3
Choose a head ref
  • 4 commits
  • 22 files changed
  • 2 contributors

Commits on May 28, 2022

  1. refactor: break utils up a bit and remove old/outdated types (#1127)

    * refactor: move `detectJestVersion` into `utils` folder
    
    * refactor: remove inaccurate types and unused property enums
    
    * refactor: move `expect` parsing utils into `parseExpectCall` file
    
    * refactor: move type cast and assertion utils into their own file
    
    * refactor: finish moving rest of utils into subfolder
    G-Rath authored May 28, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0b2d64d View commit details

Commits on May 29, 2022

  1. Copy the full SHA
    379ceb3 View commit details
  2. fix: produce valid code when when fixing properties accessed with squ…

    …are brackets (#1131)
    
    * fix(prefer-todo): support fixing indexed property access
    
    * fix(prefer-to-be): support fixing indexed property access
    
    * fix(no-alias-methods): support fixing indexed property access
    
    * fix(prefer-strict-equal): support fixing indexed property access
    
    * refactor: use helper for wrapping text in quotes
    
    * refactor(prefer-todo): reduce code a little
    G-Rath authored May 29, 2022
    Copy the full SHA
    6cd600d View commit details
  3. chore(release): 26.4.3 [skip ci]

    ## [26.4.3](v26.4.2...v26.4.3) (2022-05-29)
    
    ### Bug Fixes
    
    * don't consider method calls on literals or `new` to be jest functions ([#1132](#1132)) ([379ceb3](379ceb3))
    * produce valid code when when fixing properties accessed with square brackets ([#1131](#1131)) ([6cd600d](6cd600d))
    semantic-release-bot committed May 29, 2022
    Copy the full SHA
    44de2ad View commit details
Loading