Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 29, 2025

This PR contains the following updates:

Package Change Age Confidence
@testing-library/angular 18.0.0 -> 18.1.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v18.1.0

Compare Source

Features

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

v15.2.0

Compare Source

Features

v15.1.0

Compare Source

Features

v15.0.0

Compare Source

Features
BREAKING CHANGES
  • Requires Angular v17 to test deferrable views.

v14.5.1

Compare Source

Bug Fixes
  • revert methods to test deferrable views (0582c04)

v14.5.0

Compare Source

Features

v14.4.1

Compare Source

Bug Fixes

v14.4.0

Compare Source

Features

v14.3.0

Compare Source

Features

v14.2.0

Compare Source

Features

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features

v14.0.0

Compare Source

Features
BREAKING CHANGES
  • Use rerender instead of change.
  • Use rerender instead of changeInput.

For more info see https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0

v13.4.0

Compare Source

Features
  • support ngOnChanges with correct simpleChange object within rerender (#​366) (83c323f), closes #​365

v13.3.0

Compare Source

Features
  • deprecate change and changeInput in favor of rerender (#​371) (dc4c22f)

v13.2.1

Compare Source

Bug Fixes

v13.2.0

Compare Source

Features
  • add initialRoute parameter to avoid resolver issues with using a default route (#​367) (d3407ca)

v13.1.0

Compare Source

Features

v13.0.2

Compare Source

Bug Fixes

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
BREAKING CHANGES
  • The render property ɵcomponentImports is not experimental anymore, and is renamed to componentImports

BEFORE:

render(ParentComponent, {
    ɵcomponentImports: [ChildComponent],
});

AFTER:

render(ParentComponent, {
    componentImports: [ChildComponent],
});
  • This change is made to have the same behavior as the run time behavior.

BEFORE:

The ngOnChanges lifecycle is always invoked when a component is rendered.

AFTER:

The ngOnChanges lifecycle is only invoked if a component is rendered with componentProperties.

  • rerender expects properties to be wrapped in an object containing componentProperties (or componentInputs and componentOutputs to have a more fine-grained control).

BEFORE:

await render(PersonComponent, { 
  componentProperties: { 
    name: 'Sarah' 
  }
});

await rerender({ name: 'Sarah 2' });

AFTER:

await render(PersonComponent, { 
  componentProperties: { 
    name: 'Sarah' 
  }
});

await rerender({ 
  componentProperties: { 
    name: 'Sarah 2' 
  }
});
  • BEFORE:

The minimum version of Angular is v14.0.0

AFTER:

The minimum version of Angular is v15.0.0

  • The config property detectChanges is renamed to detectChangesOnRender.

BEFORE:

const component = await render(AppComponent, {
  detectChanges: false
});

AFTER:

const component = await render(AppComponent, {
  detectChangesOnRender: false
});

v12.3.0

Compare Source

Features
  • deprecate detectChanges in favor of detectChangesOnRender (#​340) (63c27e2)

v12.2.2

Compare Source

Bug Fixes
  • disable updateBuildableProjectDepsInPackageJson (65cccbe)

v12.2.1

Compare Source

Bug Fixes

v12.2.0

Compare Source

Features
  • childComponentOverrides property to override nested child providers (#​332) (6e951ad)

v12.1.2

Compare Source

Bug Fixes

v12.1.1

Compare Source

Bug Fixes

v12.1.0

Compare Source

Features
  • support componentImports option for standalone components (experimental) (#​307) (459b500)

v12.0.2

Compare Source

Bug Fixes

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Features
BREAKING CHANGES
  • This version requires Angular v14+

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Author

renovate bot commented Sep 29, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: flink-runtime-web/web-dashboard/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"0.15.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"13.4.0" from the root project
npm ERR!   peer @angular/core@"13.4.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"13.4.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-10-12T01_35_11_825Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch 15 times, most recently from 755fa24 to de1c23d Compare October 6, 2025 20:34
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch 14 times, most recently from 9870e4b to 65d7166 Compare October 11, 2025 08:38
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 65d7166 to f173e65 Compare October 12, 2025 01:12
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from f173e65 to 9f23787 Compare October 12, 2025 01:35
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.

0 participants