Update dependency jest-preset-angular to v15 #210
Merged
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:
14.6.1
->15.0.0
Release Notes
thymikee/jest-preset-angular (jest-preset-angular)
v15.0.0
Compare Source
Bug Fixes
id="root{n}"
should be removed (a6b908f)Features
testEnvironment
via preset creator functions (80c95e8)Code Refactoring
jest-environment-jsdom
as peer dependency (f9e2b70)jsdom
<22 (da9cb15)typescript
<5.4 (873ab73)defaults
anddefaults-esm
presets (94dd3b1)setup-jest
files (6bf89a4)ngcc
(35819c9)BREAKING CHANGES
JSDOM
is 26ng-jest-resolver
is no longer needed for Jest 30 therefore it was removedjsdom
dep is now MANDATORY peer dependency. Users are required to installjsdom
explicitlyjest-environment-jsdom
is now MANDATORY dependency. Users are required to installjest-environment-jsdom
explicitly-u
Jest CLI option. Since this change only removes the rootid
, it shouldn't affect the quality of snapshots in general.NodeJs
versions are^18.19.1 || ^20.11.1 || >=22.0.0
.jsdom
is 22TypeScript
is 5.5 following the support version from Angular 18ngcc
is not required for Angular 16+ projectcreateCjsPreset
as a replacement fordefaults
presetcreateEsmPreset
as a replacement fordefaults-esm
presetsetupZoneTestEnv
as a replacement for zone test environment setupsetupZonelessTestEnv
as a replacement for zoneless test environment setup14.6.1 (2025-07-21)
Bug Fixes
@angular/common/locales
to CJS preset #3190 (4234520), closes #318214.6.0 (2025-06-02)
Features
14.5.5 (2025-04-15)
Bug Fixes
presets
subpath (9100baf)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 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.