donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Bump eslint-plugin-testing-library from 3.10.2 to 5.0.3 in /html #406

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

Release notes

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

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

You can follow the migration guide to v5.

Features

... (truncated)

Commits
  • 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)
  • b575060 build(deps-dev): bump ts-jest from 27.0.7 to 27.1.2 (#522)
  • deee2ec fix: bump typescript-eslint dependencies
  • 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #406 (3c26730) into master (3d5b918) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #406   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files          11       11           
  Lines        2204     2204           
=======================================
  Hits         2078     2078           
  Misses        126      126           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d5b918...3c26730. Read the comment docs.