testing-library / eslint-plugin-testing-library

ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
https://npm.im/eslint-plugin-testing-library
MIT License
982 stars 137 forks source link

build(deps-dev): bump eslint-doc-generator from 1.4.3 to 1.7.0 #885

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps eslint-doc-generator from 1.4.3 to 1.7.0.

Release notes

Sourced from eslint-doc-generator's releases.

Release 1.7.0

:rocket: Enhancement

:bug: Bug Fix

Committers: 2

Release 1.6.2

:bug: Bug Fix

  • #508 Support multiple potential property locations for config description (@​bmish)

Committers: 1

Release 1.6.1

:bug: Bug Fix

  • #503 Better display of rule option default for array option (@​bmish)

Committers: 1

Release 1.6.0

:rocket: Enhancement

  • #502 Support a user-defined function for --path-rule-doc option (@​hyoban)

:bug: Bug Fix

:memo: Documentation

Committers: 3

Release 1.5.4

:bug: Bug Fix

  • #498 Handle when an option could have multiple types in rule option lists (@​bmish)

... (truncated)

Changelog

Sourced from eslint-doc-generator's changelog.

v1.7.0 (2024-02-28)

:rocket: Enhancement

:bug: Bug Fix

Committers: 2

v1.6.2 (2024-01-14)

:bug: Bug Fix

  • #508 Support multiple potential property locations for config description (@​bmish)

Committers: 1

v1.6.1 (2023-11-16)

:bug: Bug Fix

  • #503 Better display of rule option default for array option (@​bmish)

Committers: 1

v1.6.0 (2023-11-14)

:rocket: Enhancement

  • #502 Support a user-defined function for --path-rule-doc option (@​hyoban)

:bug: Bug Fix

:memo: Documentation

Committers: 3

... (truncated)

Commits
  • 01c3179 Release 1.7.0
  • 0ba5757 Add emoji for additional type-checked config name variations (#521)
  • 2a49eda feat: add recommended-type-checked: ☑️ to preset emojis (#518)
  • e669f76 Add link to typed linting in generated docs (#516)
  • d86b890 Update rule suggestions link to new docs page (#509)
  • 41ec710 Release 1.6.2
  • 9c92842 Support multiple potential property locations for config description (#508)
  • 6307e8b chore(deps): Bump actions/setup-node from 3 to 4 (#493)
  • 3f299d0 chore(deps): Bump github/codeql-action from 2 to 3 (#507)
  • 29b44be Release 1.6.1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.20%. Comparing base (93a6ab9) to head (3d0453c). Report is 2 commits behind head on main.

:exclamation: Current head 3d0453c differs from pull request most recent head 0ba6fb7. Consider uploading reports for the commit 0ba6fb7 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #885 +/- ## ========================================== - Coverage 96.23% 96.20% -0.04% ========================================== Files 44 44 Lines 2419 2422 +3 Branches 1000 1003 +3 ========================================== + Hits 2328 2330 +2 - Misses 91 92 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 6.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: