-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency eslint-plugin-testing-library to v6 #1020
Conversation
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
Codecov Report
@@ Coverage Diff @@
## main #1020 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 57 57
Branches 2 2
=========================================
Hits 57 57 |
87a29e8
to
d19516b
Compare
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
* fix(deps): update dependency eslint-plugin-testing-library to v6 * fix(eslint-config): migrate to testing-library v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sabertazimi <sabertazimi@gmail.com> d5037f8
This PR contains the following updates:
^5.11.1
->^6.0.1
Release Notes
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v6.0.1
Compare Source
Bug Fixes
user-event
by default (#803) (88246fc)v6.0.0
Compare Source
You can follow the migration guide to v6.
BREAKING CHANGES
await-async-query
is now calledawait-async-queries
no-await-sync-events
is now enabled by default in the DOM, Angular & React configsno-await-sync-query
is now calledno-await-sync-queries
no-debugging-utils
now enables all debug methods in all configs by defaultno-node-access
is now enabled by default in the DOM configawait-fire-event
is now calledawait-async-event
no-global-regexp-flag-in-query
is now enabled by default in all configsno-manual-cleanup
is now enabled by default in the React & Vue configsno-render-in-setup
is now calledno-render-in-lifecycle
prefer-wait-for
is now removedBug Fixes
Features
await-async-queries
(#665) (c1803df)await-async-event
+ add support foruser-event
(#652) (b4ce9bb)no-await-sync-queries
(#666) (7ed3da8)no-render-in-lifecycle
(#649) (9acba43)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.