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: v2.2.3
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: v3.0.0
Choose a head ref
  • 2 commits
  • 22 files changed
  • 3 contributors

Commits on Mar 14, 2020

  1. build(deps): bump acorn from 5.7.3 to 5.7.4 (#87)

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    833277c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. feat: plugin v3 (#97)

    feat(await-async-utils): reflect waitFor changes (#89)
    feat: new rule no-wait-for-empty-callback (#94)
    feat: new rule prefer-wait-for (#88)
    feat: new rule prefer-screen-queries (#99)
    BREAKING CHANGE: drop support for node v8. Min version allowed is node v10.12 (#96)
    BREAKING CHANGE: rule `no-get-by-for-checking-element-not-present` removed in favor of new rule `prefer-presence-queries` (#98)
    
    Closes #85
    Closes #86
    Closes #90
    Closes #92
    Closes #95
    
    Co-authored-by: timdeschryver <28659384+timdeschryver@users.noreply.github.com>
    Mario Beltrán Alarcón and timdeschryver authored Mar 29, 2020
    Configuration menu
    Copy the full SHA
    8c2dc0c View commit details
    Browse the repository at this point in the history
Loading