Thanks to visit codestin.com
Credit goes to github.com

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.1
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
  • 13 commits
  • 12 files changed
  • 5 contributors

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    9e9e011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1e212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c591000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa81da3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    412d298 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 23, 2023

  1. fix(await-async-events): sync userEvent.setup() should not be reported (

    #817)
    
    Fixes #800
    
    Co-authored-by: Justin Toman <--global>
    justintoman authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    c0b6e6f View commit details
    Browse the repository at this point in the history

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] <[email protected]>
    
    * style: format files
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mario Beltrán <[email protected]>
    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