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: v27.1.4
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: v27.1.5
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 4, 2022

  1. ci: adjust permissions so that comments can be put on prs and issues (#…

    …1277)
    
    * ci: adjust permissions so that semantic-release can post comments
    
    * ci: harden permissions for `commitlint` and `danger` jobs
    G-Rath authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    49e6f2f View commit details
    Browse the repository at this point in the history
  2. refactor: inline collectReferences utility into `scopeHasLocalRefer…

    …ence` (#1276)
    
    * refactor: inline `collectReferences` utility into `scopeHasLocalReference`
    
    * refactor: optimize a little further
    
    * refactor: remove unneeded checks
    G-Rath authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6f85b64 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

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

Commits on Nov 7, 2022

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

Commits on Nov 10, 2022

  1. perf: use Set instead of iterating, and deduplicate a function (#1278)

    * perf: use `Set` instead of iterating
    
    * test: add case for default import
    
    * test: add case for async function call
    
    * test: add case for `TSImportEqualsDeclaration` import
    
    * refactor: replace `scopeHasLocalReference` with `resolveScope`
    G-Rath authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0e048f1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 27.1.5 [skip ci]

    ## [27.1.5](v27.1.4...v27.1.5) (2022-11-10)
    
    ### Performance Improvements
    
    * use `Set` instead of iterating, and deduplicate a function ([#1278](#1278)) ([0e048f1](0e048f1))
    semantic-release-bot committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4f7b3f6 View commit details
    Browse the repository at this point in the history
Loading