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.6.0
Choose a head ref

Commits on Apr 29, 2024

  1. chore(deps): lock file maintenance

    renovate[bot] committed Apr 29, 2024
    Copy the full SHA
    8001fe7 View commit details

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
    Copy the full SHA
    df3202f View commit details
  2. refactor(prefer-importing-jest-globals): use AST_NODE_TYPES constan…

    …t instead of string literal (#1576)
    G-Rath authored May 2, 2024
    Copy the full SHA
    aac5f03 View commit details
  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
    Copy the full SHA
    6c1f921 View commit details

Commits on May 3, 2024

  1. refactor: remove unneeded as consts (#1578)

    y-hsgw authored May 3, 2024
    Copy the full SHA
    f47cc3c View commit details
  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
    Copy the full SHA
    a407098 View commit details
  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
    Copy the full SHA
    27f7e74 View commit details
  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
    Copy the full SHA
    1476f10 View commit details
  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
    Copy the full SHA
    a6e5081 View commit details

Commits on May 6, 2024

  1. chore(deps): lock file maintenance

    renovate[bot] committed May 6, 2024
    1
    Copy the full SHA
    01b21e9 View commit details

Commits on May 8, 2024

  1. chore(deps): update danger/danger-js action to v12.2.0 (#1580)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 8, 2024
    Copy the full SHA
    bd0f8c6 View commit details

Commits on May 11, 2024

  1. chore: remove semantic-release branch config (#1585)

    SimenB authored May 11, 2024
    Copy the full SHA
    f522573 View commit details
  2. chore: update semantic release (#1586)

    SimenB authored May 11, 2024
    Copy the full SHA
    aaaa36b View commit details

Commits on May 12, 2024

  1. chore(deps): update codecov/codecov-action action to v4 (#1494)

    renovate[bot] authored May 12, 2024
    Copy the full SHA
    c5ebd4e View commit details

Commits on May 13, 2024

  1. chore(deps): lock file maintenance

    renovate[bot] committed May 13, 2024
    Copy the full SHA
    10c9726 View commit details

Commits on May 20, 2024

  1. chore(deps): lock file maintenance

    renovate[bot] committed May 20, 2024
    Copy the full SHA
    c581996 View commit details

Commits on May 21, 2024

  1. test: only run linting when using ESLint v8 (#1593)

    G-Rath authored May 21, 2024
    Copy the full SHA
    da993a5 View commit details

Commits on May 27, 2024

  1. chore(deps): lock file maintenance

    renovate[bot] committed May 27, 2024
    Copy the full SHA
    70c8c5e View commit details

Commits on Jun 3, 2024

  1. chore(deps): lock file maintenance

    renovate[bot] committed Jun 3, 2024
    Copy the full SHA
    d465125 View commit details

Commits on Jun 6, 2024

  1. chore: run prettier (#1604)

    SimenB authored Jun 6, 2024
    Copy the full SHA
    04421cf View commit details
  2. chore(deps): update danger/danger-js action to v12.3.1 (#1591)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 6, 2024
    Copy the full SHA
    db31890 View commit details
  3. chore(deps): update dependency semantic-release to v24 (#1602)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 6, 2024
    Copy the full SHA
    0a14446 View commit details
  4. feat(valid-expect): supporting automatically fixing adding async in s…

    …ome cases (#1579)
    
    * feat: add async
    
    * test: tests for adding async
    
    * feat: add await
    
    * fix: valid-expect test
    
    * Revert "fix: valid-expect test"
    
    This reverts commit e652a25.
    
    * fix: refactor to return an array
    
    * fix: valid-expect logic
    
    * Revert "fix: valid-expect logic"
    
    This reverts commit ae8ecac.
    
    * fix: valid-expect fixer logic
    
    * refactor: fix import
    
    * fix: write format
    y-hsgw authored Jun 6, 2024
    Copy the full SHA
    5b9b47e View commit details
  5. feat(prefer-jest-mocked): add new rule (#1599)

    Co-authored-by: s.v.zaytsev <s.v.zaytsev@tinkoff.ru>
    Co-authored-by: Gareth Jones <Jones258@Gmail.com>
    3 people authored Jun 6, 2024
    Copy the full SHA
    4b6a4f2 View commit details
  6. ci: run docs job on push (#1605)

    G-Rath authored Jun 6, 2024
    Copy the full SHA
    430f024 View commit details
  7. chore(release): 28.6.0 [skip ci]

    # [28.6.0](v28.5.0...v28.6.0) (2024-06-06)
    
    ### Features
    
    * **prefer-jest-mocked:** add new rule ([#1599](#1599)) ([4b6a4f2](4b6a4f2))
    * **valid-expect:** supporting automatically fixing adding async in some cases ([#1579](#1579)) ([5b9b47e](5b9b47e))
    semantic-release-bot committed Jun 6, 2024
    Copy the full SHA
    afdcddd View commit details
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,6 @@ jobs:
with:
persist-credentials: false
- name: Danger
uses: danger/danger-js@12.1.0
uses: danger/danger-js@12.3.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 7 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
test-node:
name:
# prettier-ignore
Test on Node.js v${{ matrix.node-version }}, eslint v${{ matrix.eslint-version }}, and ts-eslint/plugin v${{ matrix.ts-eslint-plugin-version }}
Test on Node.js v${{ matrix.node-version }}, eslint v${{ matrix.eslint-version }}, and ts-eslint v${{ matrix.ts-eslint-plugin-version }}
needs: prepare-yarn-cache-ubuntu
strategy:
fail-fast: false
@@ -100,14 +100,18 @@ jobs:
install with eslint v${{ matrix.eslint-version }} and ts-eslint/plugin v${{ matrix.ts-eslint-plugin-version }}
run: |
yarn
yarn add @typescript-eslint/utils@${{ matrix.ts-eslint-plugin-version }}
yarn add --dev eslint@${{ matrix.eslint-version }} @typescript-eslint/eslint-plugin@${{ matrix.ts-eslint-plugin-version }} @typescript-eslint/parser@${{ matrix.ts-eslint-plugin-version }}
- name: run tests
# only collect coverage on eslint versions that support dynamic import
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
env:
CI: true
- uses: codecov/codecov-action@v3
if: ${{ matrix.eslint-version >= 8 }}
- uses: codecov/codecov-action@v4
if: ${{ matrix.eslint-version == 8 }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
test-ubuntu:
uses: ./.github/workflows/test.yml
needs: prepare-yarn-cache-ubuntu
@@ -125,7 +129,6 @@ jobs:
os: windows-latest

docs:
if: ${{ github.event_name == 'pull_request' }}
needs: prepare-yarn-cache-ubuntu
runs-on: ubuntu-latest
steps:
Loading