kenoxa / svelte-jsx

jsx for svelte to simplify testing
MIT License
35 stars 2 forks source link

chore(deps-dev): bump eslint-plugin-testing-library from 3.3.1 to 3.7.0 #40

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps eslint-plugin-testing-library from 3.3.1 to 3.7.0.

Release notes

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

v3.7.0

3.7.0 (2020-08-22)

Features

  • prefer-explicit-assert: add 'assertion' config option (#220) (dddf405), closes #218

v3.6.0

3.6.0 (2020-08-10)

Features

  • consistent-data-testid: add support for multiple test id attributes (#211) (65d9c34)

v3.5.0

3.5.0 (2020-08-10)

Features

v3.4.1

3.4.1 (2020-08-05)

Bug Fixes

v3.4.0

3.4.0 (2020-07-29)

Features

  • prefer-screen-queries: allow baseElement and container (#201) (b6fcc42), closes #188

v3.3.2

3.3.2 (2020-07-20)

Bug Fixes

  • include findBy variable declaration to prefer-find-by when auto fixing (#197) (993fd8c)
Commits
  • dddf405 feat(prefer-explicit-assert): add 'assertion' config option (#220)
  • 609c6db docs: add skovy as a contributor (#213)
  • 65d9c34 feat: add support for multiple test id attributes (#211)
  • 591edb3 docs: add alessbell as a contributor (#212)
  • 5f35316 feat: new no-render-in-setup rule (#209)
  • cbdfd5f fix(await-async-query): false positives (#208)
  • 6005415 docs: add codecog as a contributor (#206) [skip ci]
  • 07a7e05 refactor(node-utils): use the AST_NODE_TYPES enum in type checks (#205)
  • c7097d8 docs: update contributing.md after typescript migration (#204)
  • b6fcc42 feat(prefer-screen-queries): allow baseElement and container (#201)
  • 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)
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 221583495


Totals Coverage Status
Change from base Build 197622383: 0.0%
Covered Lines: 11
Relevant Lines: 11

💛 - Coveralls