Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-testing-library 4.12.4 -> 7.13.3 age confidence

Release Notes

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v7.13.3

Compare Source

v7.13.2

Compare Source

v7.13.1

Compare Source

Bug Fixes

v7.13.0

Compare Source

Features

v7.12.0

Compare Source

Features

v7.11.0

Compare Source

Features

v7.10.0

Compare Source

Features
  • no-wait-for-multiple-assertions: add partial fix support (#​1090) (bd01e08)

v7.9.2

Compare Source

Bug Fixes

v7.9.1

Compare Source

Bug Fixes
  • declare .finally(...) usages as handled in async rules (#​1074) (2d24966)

v7.9.0

Compare Source

Features

v7.8.1

Compare Source

Bug Fixes

v7.8.0

Compare Source

Features

v7.7.0

Compare Source

Features

v7.6.8

Compare Source

Bug Fixes

v7.6.7

Compare Source

Bug Fixes

v7.6.6

Compare Source

Bug Fixes

v7.6.5

Compare Source

Bug Fixes

v7.6.4

Compare Source

Bug Fixes
  • no-node-access: support user-event instances returned from custom render (#​1048) (079043b)

v7.6.3

Compare Source

Bug Fixes

v7.6.2

Compare Source

Bug Fixes

v7.6.1

Compare Source

Bug Fixes

v7.6.0

Compare Source

Features

v7.5.4

Compare Source

Bug Fixes

v7.5.3

Compare Source

Bug Fixes

v7.5.2

Compare Source

Bug Fixes

v7.5.1

Compare Source

Bug Fixes

v7.5.0

Compare Source

Features

v7.4.0

Compare Source

Features

v7.3.0

Compare Source

Features

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes

v7.2.0

Compare Source

Features

v7.1.1

Compare Source

Bug Fixes
  • use valid config type for supporting both ESLint v8 and v9 (#​976) (d8e44b2)

v7.1.0

Compare Source

Features

v7.0.0

Compare Source

You can follow the migration guide to v7.

BREAKING CHANGES
  • Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
  • Requires ESLint ^8.57.0, or ^9.0.0
Features
  • Full support for ESLint v9 (v8 still compatible) and typescript-eslint v8

Co-authored-by: @​MichaelDeBoey

v6.5.0

Compare Source

Features

v6.4.0

Compare Source

Features

v6.3.4

Compare Source

Bug Fixes

v6.3.3

Compare Source

Bug Fixes

v6.3.2

Compare Source

Bug Fixes

v6.3.1

Compare Source

Bug Fixes
  • no-manual-cleanup: properly check all @testing-library imports (#​934) (62a3f61)

v6.3.0

Compare Source

Features

v6.2.2

Compare Source

Bug Fixes
  • await-async-events: false positives for userEvent.setup() returned (#​895) (fb32c5c)

v6.2.1

Compare Source

Bug Fixes
  • await-async-events: false positive reports on awaited expressions evaluating to promise (#​890) (767f1be)

v6.2.0

Compare Source

Features
  • prefer-presence-queries: support react-native matcher toBeOnTheScreen (#​844) (b9fef59)

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
  • no-await-sync-events: stop reporting user-event by default (#​803) (88246fc)

v6.0.0

Compare Source

You can follow the migration guide to v6.

BREAKING CHANGES
  • await-async-query: await-async-query is now called await-async-queries
  • no-await-sync-events: no-await-sync-events is now enabled by default in the DOM, Angular & React configs
  • no-await-sync-query: no-await-sync-query is now called no-await-sync-queries
  • no-debugging-utils: no-debugging-utils now enables all debug methods in all configs by default
  • no-node-access: no-node-access is now enabled by default in the DOM config
  • await-fire-event: await-fire-event is now called await-async-event
  • no-global-regexp-flag-in-query: no-global-regexp-flag-in-query is now enabled by default in all configs
  • no-manual-cleanup: no-manual-cleanup is now enabled by default in the React & Vue configs
  • no-render-in-setup: no-render-in-setup is now called no-render-in-lifecycle
  • prefer-wait-for: prefer-wait-for is now removed
Bug Fixes
Features
  • await-async-event: add basic fixer (#​656) (b4b5394)
  • await-async-query: rename to await-async-queries (#​665) (c1803df)
  • await-fire-event: rename to await-async-event + add support for user-event (#​652) (b4ce9bb)
  • no-await-sync-events: add to DOM, Angular & React configs by default (#​667) (afce5ea)
  • no-await-sync-query: rename to no-await-sync-queries (#​666) (7ed3da8)
  • no-debugging-utils: enable all debug methods in all configs by default (#​663) (e394ce0)
  • no-debugging-utils: warn instead of error in all configs (#​662) (8063f8f)
  • no-global-regexp-flag-in-query: add to all configs by default (#​660) (c76a7bf)
  • no-manual-cleanup: add to React & Vue configs by default (#​659) (8f6ebf5)
  • no-node-access: add to DOM config by default (#​661) (8dfe155)
  • no-render-in-setup: rename to no-render-in-lifecycle (#​649) (9acba43)
  • prefer-wait-for: remove rule (#​648) (20f23ad)

v5.11.1

Compare Source

Bug Fixes
  • prefer-presence-queries: ignore getBy* inside within on absence queries (#​740) (b75dc73)

v5.11.0

Compare Source

Features

v5.10.3

Compare Source

Bug Fixes

v5.10.2

Compare Source

Bug Fixes
  • await-async-util: false positives due to empty strings (#​733) (c2b8515)

v5.10.1

Compare Source

Bug Fixes
  • await-async-utils: false positive when destructuring (#​722) (34a0a55)

v5.10.0

Compare Source

Features

v5.9.1

Compare Source

Bug Fixes

v5.9.0

Compare Source

Features
  • await-async-query, await-async-utils, await-fire-event: support handling promises with jest-extended .toResolve & .toRejects (#​612) (9576462)

v5.8.0

Compare Source

Features
  • no-global-regexp-flag-in-query: Detect global RegExp in variable declarations (#​678) (e2ea687), closes #​592

v5.7.3

Compare Source

Bug Fixes
  • no-wait-for-side-effects: false negatives in variables declarations (#​677) (c3504a7), closes #​368

v5.7.2

Compare Source

Bug Fixes
  • no-node-access: false positives with props.children (#​658) (5f4287f)

v5.7.1

Compare Source

Bug Fixes
  • no-dom-imports: false negatives with several testing library imports (#​657) (0ae1f25)

v5.7.0

Compare Source

Features

v5.6.4

Compare Source

Bug Fixes

v5.6.3

Compare Source

Bug Fixes
  • consistent-data-testid: avoid crash for filename with square brackets (#​643) (48b19d5), closes #​509

v5.6.2

Compare Source

Bug Fixes

v5.6.1

Compare Source

Bug Fixes
  • prefer-query-by-disappearance: improve error position (#​639) (df3d647)

v5.6.0

Compare Source

Features
  • no-node-access: add allowContainerFirstChild option (#​611) (d16d284)

v5.5.1

Compare Source

Bug Fixes
  • await-fire-event: reference correct method names in reported messages (#​591) (763df6e), closes #​590

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features

v5.3.1

Compare Source

Bug Fixes
  • no-await-sync-events: define option schema correctly (#​570) (59ee30d)

v5.3.0

Compare Source

Features

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features

v5.0.6

Compare Source

Bug Fixes
  • use isNodeOfType from ASTUtils instead of own version (700e2cc0)(#​556)

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes
  • render-result-naming-convention: use disjunction to separate allowed names (#​529) (3729454)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Nov 23, 2024

⚠️ No Changeset found

Latest commit: e542f05

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch 2 times, most recently from 3782419 to 383ed57 Compare December 6, 2024 12:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch 2 times, most recently from c494ac7 to 509c6d4 Compare May 19, 2025 11:25
@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch from 509c6d4 to 4d45f65 Compare May 31, 2025 15:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch from 4d45f65 to c90af0a Compare August 10, 2025 07:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch 2 times, most recently from fa4239c to 97c94e1 Compare September 28, 2025 11:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch 2 times, most recently from 30d02e1 to 6d1d340 Compare October 6, 2025 16:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch 2 times, most recently from 71a5a97 to 666c1ba Compare October 13, 2025 12:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-testing-library-7.x branch from 666c1ba to e542f05 Compare October 14, 2025 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant