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.0 #129

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.0.

Release notes

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

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

You can follow the migration guide to v5.

Features

v5.0.0-alpha.10

5.0.0-alpha.10 (2021-10-17)

Features

v5.0.0-alpha.9

5.0.0-alpha.9 (2021-10-14)

Features

  • no-unnecessary-act: make isStrict option true by default (#479) (e3ebef8)

v5.0.0-alpha.8

5.0.0-alpha.8 (2021-10-13)

Features

... (truncated)

Commits
  • b510bd4 Merge pull request #471 from testing-library/alpha
  • ffe5cfe docs: improve migrating to v5 guide
  • 6dd5158 docs: add migration guide to v5
  • 307bfac chore: bump jest dependencies
  • 5b03edb feat: support ESLint v8 (#465)
  • e3ebef8 feat(no-unnecessary-act): make isStrict option true by default (#479)
  • ea893cc feat(prefer-query-by-disappearance): add to all configs by default (#487)
  • 17d5376 feat(prefer-presence-queries): add to all configs by default (#486)
  • e0a34ed feat(no-wait-for-snapshot): add to all configs by default (#485)
  • 0b35c14 feat(no-wait-for-side-effects): add to all configs by default (#484)
  • 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 #145.