10000 Comparing v26.1.5...v26.2.2 · jest-community/eslint-plugin-jest · GitHub
[go: up one dir, main page]

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.1.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: v26.2.2
Choose a head ref
  • 14 commits
  • 40 files changed
  • 5 contributors

Commits on Apr 25, 2022

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

Commits on May 2, 2022

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

Commits on May 4, 2022

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

Commits on May 9, 2022

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

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    e1ad881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e994f View commit details
    Browse the repository at this point in the history
  3. feat: support @jest/globals (#1094)

    * test: add initial cases
    
    * refactor: simplify `isTestCaseCall` & `isDescribeCall` utilities
    
    * feat: check that test functions are probably from jest
    
    * feat: apply to `isDescribeCall` too
    
    * fix: check import refs before unresolved refs
    
    * test: add utils cases
    
    * fix: begin to support variable imports
    
    * test(expect-expect): more tests
    
    * test: set correct `ecmaVersion`
    
    * chore: clean
    
    * chore: clean up code & tests more
    
    * feat: support dynamic import properly
    
    * fix: make sure that `scopeHasLocalReferences` works properly
    
    * test: add extra case for coverage
    
    * feat: switch rules over to using scoped jest function checks
    
    * fix: remove unneeded condition (apparently?)
    
    * fix: adjust code to cover branches
    
    * test: only run dynamic import cases when using eslint 8+
    
    * test: ignore coverage on condition that is only tested on eslint v8
    
    * ci: only collect coverage when using eslint versions that support dynamic import
    
    * feat: convert `isHook` to `isHookCall`
    
    * chore: remove unneeded exporting of util function
    
    * refactor(expect-expect): reuse `scope`
    
    * refactor: compare against `null` instead of casting to boolean
    
    * chore: mark array param as readonly
    
    * test: move utils case from specific rule tests into utils tests
    
    * refactor: rename variable
    
    * test: add some more cases
    
    * chore: remove duplicated test case
    
    * test: let original error throw if eslint cannot be found
    
    * chore: upgrade `@typescript-eslint/types`
    G-Rath authored May 13, 2022
    Configuration menu
    Copy the full SHA
    84d7a68 View commit details
    Browse the repository at this point in the history
  4. chore(release): 26.2.0 [skip ci]

    # [26.2.0](v26.1.5...v26.2.0) (2022-05-13)
    
    ### Features
    
    * support `@jest/globals` ([#1094](#1094)) ([84d7a68](84d7a68))
    semantic-release-bot committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7dd707f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    89ab1a0 View commit details
    Browse the repository at this point in the history
  2. chore(release): 26.2.1 [skip ci]

    ## [26.2.1](v26.2.0...v26.2.1) (2022-05-14)
    
    ### Bug Fixes
    
    * use correct scope for checking references ([#1107](#1107)) ([89ab1a0](89ab1a0))
    semantic-release-bot committed May 14, 2022
    Configuration menu
    Copy the full SHA
    9be403c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c6a856 View commit details
    Browse the repository at this point in the history
  4. fix: use the last reference definition when checking jest fn scope (#…

    …1109)
    
    * fix: use the last reference definition when checking jest fn scope
    
    * test: add case with interface + function merging
    G-Rath authored May 14, 2022
    Configuration menu
    Copy the full SHA
    1b2b9c1 View commit details
    Browse the repository at this point in the history
  5. chore(release): 26.2.2 [skip ci]

    ## [26.2.2](v26.2.1...v26.2.2) (2022-05-14)
    
    ### Bug Fixes
    
    * use the last reference definition when checking jest fn scope ([#1109](#1109)) ([1b2b9c1](1b2b9c1))
    semantic-release-bot committed May 14, 2022
    Configuration menu
    Copy the full SHA
    9a519e1 View commit details
    Browse the repository at this point in the history
Loading
0