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-jest-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Choose a base ref
...
head repository: testing-library/eslint-plugin-jest-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.2
Choose a head ref
  • 11 commits
  • 12 files changed
  • 10 contributors

Commits on Jun 12, 2021

  1. chore(deps-dev): bump eslint from 7.24.0 to 7.28.0 (#179)

    * chore(deps-dev): bump eslint from 7.24.0 to 7.28.0
    
    Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.28.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.24.0...v7.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update eslint-remote-tester.config.js
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    dependabot[bot] and MichaelDeBoey authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    3917fde View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint-remote-tester from 0.3.5 to 1.2.0 (#176)

    Bumps [eslint-remote-tester](https://github.com/AriPerkkio/eslint-remote-tester) from 0.3.5 to 1.2.0.
    - [Release notes](https://github.com/AriPerkkio/eslint-remote-tester/releases)
    - [Changelog](https://github.com/AriPerkkio/eslint-remote-tester/blob/master/CHANGELOG.md)
    - [Commits](AriPerkkio/eslint-remote-tester@v0.3.5...v1.2.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    3b00100 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. chore(deps-dev): bump eslint from 7.28.0 to 7.31.0 (#186)

    * chore(deps-dev): bump eslint from 7.28.0 to 7.31.0
    
    Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.31.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.28.0...v7.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update package.json
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    dependabot[bot] and MichaelDeBoey authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    cd82c56 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    9a40268 View commit details
    Browse the repository at this point in the history
  2. chore: rename 'master' branch references to 'main' (#169)

    * chore: rename proj. from master to main
    
    * revert: unintentional
    
    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    amitmiran137 and MichaelDeBoey authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    a455e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. docs: fix eslint link (#177)

    Co-authored-by: Ben Monro <ben.monro@gmail.com>
    huyenltnguyen and benmonro authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    58998b3 View commit details
    Browse the repository at this point in the history
  2. docs: add huyenltnguyen as a contributor for doc (#192)

    * 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 11, 2021
    Configuration menu
    Copy the full SHA
    6bc032d View commit details
    Browse the repository at this point in the history
  3. fix(prefer-to-have-style): Handle case where matcher toBe contains em…

    …pty string value (#180)
    
    This change purposefully treats an empty string value for certain matchers as
    value instead of as null. Prior to this change, the fixer was incorrectly
    inferring a .not.
    
    Matchers affected are:
    
    - toBe
    - toStrictEqual
    - toEqual
    
    Co-authored-by: Matthew Wills <matthew@ketamine.local>
    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    Co-authored-by: Ben Monro <ben.monro@gmail.com>
    4 people authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    1e20f0c View commit details
    Browse the repository at this point in the history
  4. docs: add mdotwills as a contributor for bug, code (#193)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Ben Monro <ben.monro@gmail.com>
    allcontributors[bot] and benmonro authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    eac998e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48b7e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

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