☂️ Changes for the next major (v6) #571
Labels
BREAKING CHANGE
This change will require a major version bump
enhancement
New feature or request
pinned
Pinned for different reasons. Issues with this label won't be flagged as stale by stalebot
This is just an umbrella ticket for keeping track of breaking changes for the next major version (v6):
no-manual-cleanup
in React and Vue shareable configs (we don't know if the test runner in the codebase has the necessary setup hooks tho, so it could be risky)no-global-regexp-flag-in-query
in all shareable configsno-await-sync-events
in DOM, Angular and React shareable configsno-node-access
in DOM shareable configno-debugging-utils
no-debugging-utils
from "error" to "warning"renderHook
utiluser-event
v14no-render-in-setup
tono-render-in-lifecycle
so it's not confused with preventing renders nested in a setup function.await-fire-event
intoawait-async-events
prefer-wait-for
rule, sincewait
,waitForElement
andwaitForDomChange
have been removed already<framework>-testing-library
modules, in favor of supporting only the testing-library scoped format (except for Marko)The text was updated successfully, but these errors were encountered: