Update dependency @testing-library/angular to v18 #3585
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.0.0->18.1.0Warning
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.0Compare Source
Features
v18.0.0Compare Source
Features
BREAKING CHANGES
BEFORE:
Angular 17,18,19 were supported.
AFTER:
Angular 20 (and up) is supported.
Reason: The method
TestBed.gethas been removed.Because of the removal of the animations dependency, the
NoopAnimationsModuleis no longer automatically imported in the render function.BEFORE:
The
NoopAnimationsModulewas always imported to the render the component.AFTER:
Import the
NoopAnimationsModulein your render configuration (where needed):v17.4.0Compare Source
Features
v17.3.7Compare Source
Bug Fixes
v17.3.6Compare Source
Bug Fixes
ng add(#515) (a18f647), closes #513v17.3.5Compare Source
Bug Fixes
v17.3.4Compare Source
Bug Fixes
v17.3.3Compare Source
Performance Improvements
v17.3.2Compare Source
Bug Fixes
standalone: falseexplicitly (#498) (5a0665f)v17.3.1Compare Source
Bug Fixes
v17.3.0Compare Source
Features
v17.2.2Compare Source
Bug Fixes
v17.2.1Compare Source
Bug Fixes
v17.2.0Compare Source
Features
v17.1.0Compare Source
Features
onas a improvement to subscribe to outputs (#465) (caad0c2), closes #462v17.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
@testing-library/domis now a peer dependency of@testing-library/angular.This means that you need to install
@testing-library/domseparately.v16.0.0Compare Source
Features
BREAKING CHANGES
2c57055to get an overview about what changed.v15.2.0Compare Source
Features
v15.1.0Compare Source
Features
v15.0.0Compare Source
Features
BREAKING CHANGES
v14.5.1Compare Source
Bug Fixes
v14.5.0Compare Source
Features
v14.4.1Compare Source
Bug Fixes
v14.4.0Compare Source
Features
v14.3.0Compare Source
Features
v14.2.0Compare Source
Features
v14.1.1Compare Source
Bug Fixes
v14.1.0Compare Source
Features
v14.0.0Compare Source
Features
BREAKING CHANGES
rerenderinstead ofchange.rerenderinstead ofchangeInput.For more info see https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0
v13.4.0Compare Source
Features
v13.3.0Compare Source
Features
v13.2.1Compare Source
Bug Fixes
v13.2.0Compare Source
Features
v13.1.0Compare Source
Features
v13.0.2Compare Source
Bug Fixes
v13.0.1Compare Source
Bug Fixes
v13.0.0Compare Source
Features
BREAKING CHANGES
BEFORE:
AFTER:
BEFORE:
The
ngOnChangeslifecycle is always invoked when a component is rendered.AFTER:
The
ngOnChangeslifecycle is only invoked if a component is rendered withcomponentProperties.rerenderexpects properties to be wrapped in an object containingcomponentProperties(orcomponentInputsandcomponentOutputsto have a more fine-grained control).BEFORE:
AFTER:
The minimum version of Angular is v14.0.0
AFTER:
The minimum version of Angular is v15.0.0
BEFORE:
AFTER:
v12.3.0Compare Source
Features
v12.2.2Compare Source
Bug Fixes
v12.2.1Compare Source
Bug Fixes
v12.2.0Compare Source
Features
v12.1.2Compare Source
Bug Fixes
v12.1.1Compare Source
Bug Fixes
v12.1.0Compare Source
Features
v12.0.2Compare Source
Bug Fixes
v12.0.1Compare Source
Bug Fixes
v12.0.0Compare Source
Features
BREAKING CHANGES
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.
This PR was generated by Mend Renovate. View the repository job log.