10000 Comparing v24.2.1...v24.3.1 · 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: v24.2.1
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: v24.3.1
Choose a head ref
  • 4 commits
  • 25 files changed
  • 2 contributors

Commits on Mar 13, 2021

  1. feat(unbound-method): create rule (#765)

    * feat(unbound-method): add original `unbound-method` rule
    
    * feat(unbound-method): modify rule for `jest`
    
    * refactor(unbound-method): extend base rule
    
    * docs(readme): add section about type-based rules
    
    * chore: add `@typescript-eslint/eslint-plugin` as an optional peer dep
    
    * fix(unbound-method): re-throw errors that are not `MODULE_NOT_FOUND`
    
    * chore(unbound-method): use early return instead of empty string
    
    * test(unbound-method): adjust test
    
    * build: ignore test fixtures
    
    * test: add end of file newline to fixture
    
    * docs(unbound-method): mention `@typescript-eslint/eslint-plugin` dep
    
    * refactor(unbound-method): improve method & variable name
    G-Rath authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    b1f4ed3 View commit details
    Browse the repository at this point in the history
  2. chore(release): 24.3.0 [skip ci]

    # [24.3.0](v24.2.1...v24.3.0) (2021-03-13)
    
    ### Features
    
    * **unbound-method:** create rule ([#765](#765)) ([b1f4ed3](b1f4ed3))
    semantic-release-bot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    68b3550 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b65b49 View commit details
    Brow 69DF se the repository at this point in the history
  4. chore(release): 24.3.1 [skip ci]

    ## [24.3.1](v24.3.0...v24.3.1) (2021-03-13)
    
    ### Bug Fixes
    
    * **no-focused-tests:** report on `skip` instead of `concurrent` ([#791](#791)) ([2b65b49](2b65b49))
    semantic-release-bot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    62749cd View commit details
    Browse the repository at this point in the history
Loading
0