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: v29.1.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: v29.2.1
Choose a head ref
  • 9 commits
  • 27 files changed
  • 4 contributors

Commits on Nov 17, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    19dc911 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. chore(deps): update actions/checkout action to v5.0.1 (#1854)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    589917a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Configuration menu
    Copy the full SHA
    59927d9 View commit details
    Browse the repository at this point in the history
  2. feat: create new valid-mock-module-path rule (#1845)

    * feat(rule): add new rule to validate `jest.mock` path existence
    
    Signed-off-by: hainenber <[email protected]>
    
    * chore: update rules.test.ts due to newly added rule
    
    Signed-off-by: hainenber <[email protected]>
    
    * chore: rewrite implementation to return early when linting over unwanted LoCs
    
    Signed-off-by: hainenber <[email protected]>
    
    * fix(ci): verify broken npmjs link in MD file by checking its `registry.npmjs.org` URI instead
    
    Signed-off-by: hainenber <[email protected]>
    
    * build(dev-deps): update `markdown-link-check`
    
    Signed-off-by: hainenber <[email protected]>
    
    * feat: apply suggestions from @G-Rath code review
    
    Co-authored-by: Gareth Jones <[email protected]>
    
    * Revert "fix(ci): verify broken npmjs link in MD file by checking its `registry.npmjs.org` URI instead"
    
    This reverts commit c7d1901.
    
    * Revert "build(dev-deps): update `markdown-link-check`"
    
    This reverts commit fee7e7a.
    
    * feat: change rule name + add tests + configurable module file extensions + faster return branches
    
    Signed-off-by: hainenber <[email protected]>
    
    * Apply suggestions from @G-Rath's code review
    
    Co-authored-by: Gareth Jones <[email protected]>
    
    * Apply 2nd suggestion from @G-Rath
    
    Co-authored-by: Gareth Jones <[email protected]>
    
    * feat: recast err to `unknown` + refactor to return happy path asap
    
    Signed-off-by: hainenber <[email protected]>
    
    * chore: rerun `yarn regenerate-docs`
    
    Signed-off-by: hainenber <[email protected]>
    
    * Update src/rules/valid-mock-module-path.ts
    
    Co-authored-by: Gareth Jones <[email protected]>
    
    * feat(rule/valid-mock-module-path): add test to cover code branch that throws unexpected OS error
    
    Signed-off-by: hainenber <[email protected]>
    
    * chore: fix correct config to test `valid-mock-module-path` on eslint v9
    
    Signed-off-by: hainenber <[email protected]>
    
    ---------
    
    Signed-off-by: hainenber <[email protected]>
    Co-authored-by: Gareth Jones <[email protected]>
    hainenber and G-Rath authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    a8625f1 View commit details
    Browse the repository at this point in the history
  3. chore(release): 29.2.0 [skip ci]

    # [29.2.0](v29.1.0...v29.2.0) (2025-11-20)
    
    ### Features
    
    * create new `valid-mock-module-path` rule ([#1845](#1845)) ([a8625f1](a8625f1))
    semantic-release-bot committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    730c3ee View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. chore(deps): update actions/checkout action to v6 (#1855)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    8a40433 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update yarn to v4.12.0 (#1859)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    ba20c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd4e89 View commit details
    Browse the repository at this point in the history
  4. chore(release): 29.2.1 [skip ci]

    ## [29.2.1](v29.2.0...v29.2.1) (2025-11-23)
    
    ### Bug Fixes
    
    * **valid-mock-module-path:** report on `ERR_PACKAGE_PATH_NOT_EXPORTED` errors ([#1860](#1860)) ([6cd4e89](6cd4e89))
    semantic-release-bot committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    0694024 View commit details
    Browse the repository at this point in the history
Loading