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: v5.0.4
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: v5.0.5
Choose a head ref
  • 8 commits
  • 47 files changed
  • 5 contributors

Commits on Jan 21, 2022

  1. docs: add bpinto as a contributor for code, test (#540)

    * 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 Jan 21, 2022
    Configuration menu
    Copy the full SHA
    f31dc61 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. test: wait for async process completion (#539)

    `generateConfigs()` function executes a nodejs [exec] that takes many
    seconds to complete. As the test was not waiting for the process to
    terminate, Jest was complaining with the following error message:
    
    ```
    Jest did not exit one second after the test run has completed.
    
    This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue.
    ```
    
    Additionally, this test could have a false positive expectation since it
    was likely to run the snapshot comparison with previously generated
    plugin configurations.
    
    By default Jest tests will timeout if they take longer than 5 seconds to
    complete, since this test takes more than 10 seconds to complete on my
    local machine, this test timeout configuration has been increased to 20
    seconds.
    
    [exec]: https://nodejs.org/api/child_process.html#child_processexeccommand-options-callback
    bpinto authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a8341af View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Feb 1, 2022

  1. build(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.0.0 (#548)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v25.7.0...v26.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    6e92df7 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump eslint-remote-tester-repositories (#547)

    Bumps [eslint-remote-tester-repositories](https://github.com/AriPerkkio/eslint-remote-tester/tree/HEAD/repositories) from 0.0.3 to 0.0.4.
    - [Release notes](https://github.com/AriPerkkio/eslint-remote-tester/releases)
    - [Changelog](https://github.com/AriPerkkio/eslint-remote-tester/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/AriPerkkio/eslint-remote-tester/commits/v0.0.4/repositories)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-remote-tester-repositories
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    aa3c8fb View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 (#545)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.2 to 27.1.3.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v27.1.2...v27.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c766531 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump semantic-release from 18.0.1 to 19.0.2 (#546)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.1 to 19.0.2.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v18.0.1...v19.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    9b8e5fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f03f6ef View commit details
    Browse the repository at this point in the history
Loading