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: v28.3.0
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: v28.5.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 7 contributors

Commits on Apr 29, 2024

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

Commits on May 2, 2024

  1. chore(deps): update yarn to v3.8.2 (#1575)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    df3202f View commit details
    Browse the repository at this point in the history
  2. refactor(prefer-importing-jest-globals): use AST_NODE_TYPES constan…

    …t instead of string literal (#1576)
    G-Rath authored May 2, 2024
    Configuration menu
    Copy the full SHA
    aac5f03 View commit details
    Browse the repository at this point in the history
  3. refactor(prefer-lowercase-title): remove unneeded cast (#1577)

    Co-authored-by: Hasegawa-Yukihiro <y.h.baskeeee@icloud.com>
    G-Rath and y-hsgw authored May 2, 2024
    Configuration menu
    Copy the full SHA
    6c1f921 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    f47cc3c View commit details
    Browse the repository at this point in the history
  2. feat(valid-expect): supporting automatically fixing missing await i…

    …n some cases (#1574)
    
    * feat: add 'fixable' to valid-expect
    
    * test: add test to valid-expect
    
    * docs: update doc for valid-expect
    
    * docs: added additional note
    
    * fix: docs
    
    * docs: using fancy alerts
    
    * fix: format
    y-hsgw authored May 3, 2024
    Configuration menu
    Copy the full SHA
    a407098 View commit details
    Browse the repository at this point in the history
  3. chore(release): 28.4.0 [skip ci]

    # [28.4.0](v28.3.0...v28.4.0) (2024-05-03)
    
    ### Features
    
    * **valid-expect:** supporting automatically fixing missing `await` in some cases ([#1574](#1574)) ([a407098](a407098))
    semantic-release-bot committed May 3, 2024
    Configuration menu
    Copy the full SHA
    27f7e74 View commit details
    Browse the repository at this point in the history
  4. feat: allow @typescript-eslint/utils v7 as a direct dependency (#1567)

    * feat: allow @typescript-eslint/utils@7
    
    * fix: typecheck and drop dependencies down
    
    * chore: drop back down to one type argument
    
    * chore: add utils to matrix
    
    * ci: properly install different versions of utils package
    
    ---------
    
    Co-authored-by: Gareth Jones <jones258@gmail.com>
    JoshuaKGoldberg and G-Rath authored May 3, 2024
    Configuration menu
    Copy the full SHA
    1476f10 View commit details
    Browse the repository at this point in the history
  5. chore(release): 28.5.0 [skip ci]

    # [28.5.0](v28.4.0...v28.5.0) (2024-05-03)
    
    ### Features
    
    * allow `@typescript-eslint/utils` v7 as a direct dependency ([#1567](#1567)) ([1476f10](1476f10))
    semantic-release-bot committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a6e5081 View commit details
    Browse the repository at this point in the history
Loading