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.9.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: v5.10.0
Choose a head ref
  • 17 commits
  • 53 files changed
  • 10 contributors

Commits on Oct 23, 2022

  1. test(no-node-access): add extra valid test case (#684)

    These examples were gotten from discussions in issue #386
    sjarva authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    79d8967 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    dbb5889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09b361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b278d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. docs: fix rule links in README (#693)

    docs: fix rule links in readme
    bmish authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c1be0cf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. refactor: rework rule docs scripts (#694)

    * refactor: rework rule docs scripts
    
    * test: remove unnecessary config test
    
    * style: avoid formatting after each gen command
    
    * Revert "style: avoid formatting after each gen command"
    
    This reverts commit c1bae58.
    
    * refactor: remove node prefix imports
    
    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    Signed-off-by: Mario Beltrán <belco90@gmail.com>
    
    * test: remove old snapshot
    
    * refactor: avoid format after doc gen
    
    Signed-off-by: Mario Beltrán <belco90@gmail.com>
    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    Belco90 and MichaelDeBoey authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b1eca80 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    373f390 View commit details
    Browse the repository at this point in the history
  2. docs: add theredspoon as a contributor for doc (#702)

    * 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 Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5769f93 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump prettier from 2.7.1 to 2.8.0 (#698)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.7.1...2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    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 Dec 1, 2022
    Configuration menu
    Copy the full SHA
    bc4ed5e View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump eslint-doc-generator from 0.25.0 to 1.0.0 (#699)

    Bumps [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) from 0.25.0 to 1.0.0.
    - [Release notes](https://github.com/bmish/eslint-doc-generator/releases)
    - [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md)
    - [Commits](bmish/eslint-doc-generator@v0.25.0...v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-doc-generator
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    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 Dec 1, 2022
    Configuration menu
    Copy the full SHA
    25f73c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. chore: refine typescript-eslint config (#705)

    * chore: remove unnecessary ESLint config
    
    * chore: move ESLint config file to js
    
    * chore: remove disabled ESLint import rule
    
    * chore: linting with type information
    
    Configured typescript-eslint to lint with type information:
    https://typescript-eslint.io/linting/typed-linting
    
    * chore: apply a custom message to restricted import
    Belco90 authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9eaca4a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    5134add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb2c93 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. ci: fix smoke test's npm setup (#714)

    * chore(dev-deps): update eslint-remote-tester-repositories
    
    * ci: fix smoke test's npm setup
    AriPerkkio authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    98cb755 View commit details
    Browse the repository at this point in the history
  2. chore: minor improvements (#708)

    * chore: update author's email
    
    * chore: update description
    
    * chore: remove references to test snapshots
    
    * chore: adjust eslint docs generator
    
    * ci: avoid excluding all-contributors branches
    
    * refactor: rename generate scripts
    
    * chore: enable pre and post scripts for pnpm
    
    * chore: remove stale dist before building
    Belco90 authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cf75e0b View commit details
    Browse the repository at this point in the history
  3. tests: add tests for Node 17 and 19 (#707)

    * feat: add support for Node v19
    
    * ci: remove unnecessary string quotes
    Belco90 authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    137dc26 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. feat(consistent-data-testid): add support for custom error message (#719

    )
    
    Closes #718
    
    * feat(consistent-data-testid): add support for custom message in the rule configuration
    
    * feat(consistent-data-testid): update docs
    
    * feat(consistent-data-testid): use undefined as default value for customMessage
    
    * feat(consistent-data-testid): add comment to test case
    
    Co-authored-by: Patrick Ahmetovic <patrick.ahmetovic@prescreen.io>
    patriscus and Patrick Ahmetovic authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    79b380f View commit details
    Browse the repository at this point in the history
Loading