-
Notifications
You must be signed in to change notification settings - Fork 144
Comparing changes
Open a pull request
base repository: testing-library/eslint-plugin-testing-library
base: v5.9.1
head repository: testing-library/eslint-plugin-testing-library
compare: v5.10.0
- 17 commits
- 53 files changed
- 10 contributors
Commits on Oct 23, 2022
-
test(no-node-access): add extra valid test case (#684)
These examples were gotten from discussions in issue #386
Configuration menu - View commit details
-
Copy full SHA for 79d8967 - Browse repository at this point
Copy the full SHA 79d8967View commit details
Commits on Nov 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dbb5889 - Browse repository at this point
Copy the full SHA dbb5889View commit details -
Configuration menu - View commit details
-
Copy full SHA for a09b361 - Browse repository at this point
Copy the full SHA a09b361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b278d0 - Browse repository at this point
Copy the full SHA 3b278d0View commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1be0cf - Browse repository at this point
Copy the full SHA c1be0cfView commit details
Commits on Nov 22, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for b1eca80 - Browse repository at this point
Copy the full SHA b1eca80View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 373f390 - Browse repository at this point
Copy the full SHA 373f390View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5769f93 - Browse repository at this point
Copy the full SHA 5769f93View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bc4ed5e - Browse repository at this point
Copy the full SHA bc4ed5eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 25f73c5 - Browse repository at this point
Copy the full SHA 25f73c5View commit details
Commits on Dec 22, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 9eaca4a - Browse repository at this point
Copy the full SHA 9eaca4aView commit details
Commits on Jan 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5134add - Browse repository at this point
Copy the full SHA 5134addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb2c93 - Browse repository at this point
Copy the full SHA 4bb2c93View commit details
Commits on Jan 5, 2023
-
ci: fix smoke test's npm setup (#714)
* chore(dev-deps): update eslint-remote-tester-repositories * ci: fix smoke test's npm setup
Configuration menu - View commit details
-
Copy full SHA for 98cb755 - Browse repository at this point
Copy the full SHA 98cb755View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cf75e0b - Browse repository at this point
Copy the full SHA cf75e0bView commit details -
tests: add tests for Node 17 and 19 (#707)
* feat: add support for Node v19 * ci: remove unnecessary string quotes
Configuration menu - View commit details
-
Copy full SHA for 137dc26 - Browse repository at this point
Copy the full SHA 137dc26View commit details
Commits on Jan 23, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 79b380f - Browse repository at this point
Copy the full SHA 79b380fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.9.1...v5.10.0