Skip to content

chore(deps): update dependency @testing-library/angular to v18#584

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-testing-library-monorepo
Open

chore(deps): update dependency @testing-library/angular to v18#584
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-testing-library-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@testing-library/angular 17.3.7 -> 18.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

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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.

@renovate renovate bot added the renovate label Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants