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: testing-library/eslint-plugin-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: testing-library/eslint-plugin-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 28, 2023

  1. docs: add justintoman as a contributor for code, and test (#819)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    341d7f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    6a71165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4aff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. build(deps-dev): bump prettier from 2.8.7 to 3.0.3 (#825)

    * build(deps-dev): bump prettier from 2.8.7 to 3.0.3
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 3.0.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.7...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * style: format files
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mario Beltrán <belco90@gmail.com>
    dependabot[bot] and Belco90 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9ef055d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 12, 2023

  1. feat(prefer-implicit-assert): adding new rule (#815)

    Closes #743
    
    * feat(prefer-implicit-assert): adding new rule
    
    * feat(prefer-implicit-assert): increment number of rules
    
    * feat(prefer-implicit-assert): reduce duplication
    
    * feat(prefer-implicit-assert): add recommened rule by library, more test cases, update docs
    
    * feat(prefer-implicit-assert): added findBy link
    
    * feat(prefer-implicit-assert): added line and column checks
    
    * feat(prefer-implicit-assert): use existing utils
    
    * feat(prefer-implicit-assert): remove unnecessary checks
    adevick authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    56a1900 View commit details
    Browse the repository at this point in the history
Loading