Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@testing-library/angular ^15.0.0 -> ^18.0.0 age confidence
@testing-library/react ^14.0.0 -> ^16.0.0 age confidence
@testing-library/svelte ^3.2.2 -> ^5.0.0 age confidence

Release Notes

testing-library/angular-testing-library (@​testing-library/angular)

v18.0.0

Compare Source

Features
BREAKING CHANGES
  • The angular minimum version has changed.

BEFORE:

Angular 17,18,19 were supported.

AFTER:

Angular 20 (and up) is supported.
Reason: The method TestBed.get has been removed.

Because of the removal of the animations dependency, the NoopAnimationsModule is no longer automatically imported in the render function.

BEFORE:

The NoopAnimationsModule was always imported to the render the component.

AFTER:

Import the NoopAnimationsModule in your render configuration (where needed):

 await render(SutComponent, {
    imports: [NoopAnimationsModule],
});

v17.4.0

Compare Source

Features

v17.3.7

Compare Source

Bug Fixes

v17.3.6

Compare Source

Bug Fixes

v17.3.5

Compare Source

Bug Fixes

v17.3.4

Compare Source

Bug Fixes

v17.3.3

Compare Source

Performance Improvements

v17.3.2

Compare Source

Bug Fixes
  • make wrapper component standalone: false explicitly (#​498) (5a0665f)

v17.3.1

Compare Source

Bug Fixes

v17.3.0

Compare Source

Features

v17.2.2

Compare Source

Bug Fixes

v17.2.1

Compare Source

Bug Fixes

v17.2.0

Compare Source

Features

v17.1.0

Compare Source

Features

v17.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • @testing-library/dom is now a peer dependency of @testing-library/angular.
    This means that you need to install @testing-library/dom separately.

v16.0.0

Compare Source

Features
BREAKING CHANGES
testing-library/react-testing-library (@​testing-library/react)

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

Features

v16.0.1

Compare Source

Bug Fixes
  • Add support for exactOptionalPropertyTypes in TypeScript (#​1351) (3dcd8a9)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

Bug Fixes
  • Ensure act is not any when React.act is not declared (#​1323) (c1f2957)

v15.0.6

Compare Source

Bug Fixes

v15.0.5

Compare Source

Bug Fixes

v15.0.4

Compare Source

Bug Fixes

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

Release
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of @testing-library/dom changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.
testing-library/svelte-testing-library (@​testing-library/svelte)

v5.2.8

Compare Source

Bug Fixes
  • configure dom-testing-library to flush Svelte changes (#​439) (492dbd1)

v5.2.7

Compare Source

Bug Fixes
  • types: fix types when using legacy components in Svelte 5 (#​424) (e86dada)

v5.2.6

Compare Source

Bug Fixes

v5.2.5

Compare Source

Bug Fixes
  • types: adjust legacy types for eslint-plugin-svelte (#​409) (acbddfd)

v5.2.4

Compare Source

Bug Fixes
  • vite: set ssr.noExternal even if not in project package.json (#​404) (b5e0f3d)

v5.2.3

Compare Source

Bug Fixes
  • svelte5: ensure typings are actually included in the module (#​402) (f4b1508)

v5.2.2

Compare Source

Bug Fixes
  • svelte5: update typings to support new component types (#​400) (6f45a96)

v5.2.1

Compare Source

Bug Fixes
  • svelte5: synchronously flush changes after mount and unmount (#​396) (75a3f38)

v5.2.0

Compare Source

Features
  • svelte5: incorporate Svelte 5 support into main entry point (#​375) (9dce164)
Bug Fixes

v5.1.0

Compare Source

Features

v5.0.1

Compare Source

Bug Fixes
  • release: trigger release (0b857d6)

v5.0.0

Compare Source

chore
BREAKING CHANGES
  • release: render is now more strict about the target
    option, and the container result is now the direct parent of
    your component instance.

v4.2.3

Compare Source

Bug Fixes

v4.2.2

Compare Source

Bug Fixes

v4.2.1

Compare Source

Bug Fixes

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Features

v4.0.6

Compare Source

Bug Fixes
  • types: correct type annotation for act (38f7518)

v4.0.5

Compare Source

v4.0.4

Compare Source

Bug Fixes
  • add missing supported Svelte options to SvelteComponentOptions #​212 (3379545)

v4.0.3

Compare Source

Bug Fixes
  • package.json exports order (ed0bcdc)

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes
  • spurious commit to trigger release (12eaf28)

v4.0.0

Compare Source

Features
BREAKING CHANGES
  • moving to ESM

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Apr 16, 2024

⚠️ No Changeset found

Latest commit: 9ede494

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/major-testing-library-monorepo branch 3 times, most recently from dbbb7b2 to ba1eecc Compare April 18, 2024 18:16
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from ba1eecc to b5991d9 Compare June 3, 2024 14:25
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch 7 times, most recently from 37d8b83 to 3fb9354 Compare July 4, 2024 21:42
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch 2 times, most recently from 3311e95 to 5c41862 Compare August 10, 2025 13:45
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 5c41862 to 9ede494 Compare August 31, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant