jeferson-sb / dogAI

Dog breed image recognition with Teachable Machine & Tensorflow.js
https://dogai.netlify.app
MIT License
17 stars 8 forks source link

chore(deps-dev): bump eslint-plugin-testing-library from 3.10.2 to 5.0.4 #159

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps eslint-plugin-testing-library from 3.10.2 to 5.0.4.

Release notes

Sourced from eslint-plugin-testing-library's releases.

v5.0.4

5.0.4 (2022-01-21)

Bug Fixes

  • prefer-find-by: avoid reporting querySelector (#538) (369e24f), closes #501

v5.0.3

5.0.3 (2022-01-09)

Bug Fixes

v5.0.2

5.0.2 (2022-01-09)

Bug Fixes

  • render-result-naming-convention: use disjunction to separate allowed names (#529) (3729454)

v5.0.1

5.0.1 (2021-12-01)

Bug Fixes

v5.0.0

5.0.0 (2021-10-25)

BREAKING CHANGES

  • prefer-query-by-disappearance: prefer-query-by-disappearance is now enabled by default in all configs
  • prefer-presence-queries: prefer-presence-queries is now enabled by default in all configs
  • no-wait-for-snapshot: no-wait-for-snapshot is now enabled by default in all configs
  • no-wait-for-side-effects: no-wait-for-side-effects is now enabled by default in all configs
  • no-wait-for-multiple-assertions: no-wait-for-multiple-assertions is now enabled by default in all configs
  • no-render-in-setup: no-render-in-setup is now enabled by default in the Angular, React & Vue configs
  • no-unnecessary-act: no-unnecessary-act is now enabled by default in the React config
  • no-debug: no-debug is now called no-debugging-utils
  • Requires Node@^12.22.x || ^14.17.x || >=16.x

... (truncated)

Commits
  • 369e24f fix(prefer-find-by): avoid reporting querySelector (#538)
  • a6d4cda docs(no-unnecessary-act): isStrict is enabled by default (#535)
  • 065ffeb fix: update dependencies (#530)
  • 8f5fd6f docs: add diegocasmo as a contributor for code (#531)
  • 3729454 fix(render-result-naming-convention): use disjunction to separate allowed nam...
  • ea85450 build(deps): bump AriPerkkio/eslint-remote-tester-run-action from 2 to 3 (#528)
  • ebb6bc2 build(deps-dev): bump @​commitlint/config-conventional (#524)
  • f54f080 build(deps-dev): bump @​commitlint/cli from 15.0.0 to 16.0.1 (#523)
  • 65d8541 build(deps-dev): bump eslint-plugin-promise from 5.2.0 to 6.0.0 (#525)
  • 51479e9 build(deps-dev): bump prettier from 2.5.0 to 2.5.1 (#526)
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #163.