Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2025

This PR contains the following updates:

Package Change Age Confidence
jest-preset-angular (source) 14.6.1 -> 15.0.0 age confidence

Release Notes

thymikee/jest-preset-angular (jest-preset-angular)

v15.0.0

Compare Source

Bug Fixes
  • fix(serializers): generated id="root{n}" should be removed (a6b908f)
Features
  • feat: allow to customize testEnvironment via preset creator functions (80c95e8)
  • feat: upgrade jest to 30 (51df6ec)
Code Refactoring
  • refactor: mark jest-environment-jsdom as peer dependency (f9e2b70)
  • refactor: drop support for jsdom <22 (da9cb15)
  • refactor: drop support for typescript <5.4 (873ab73)
  • refactor: drop support for Angular <17 (3a60492)
  • refactor: drop support for Node.js <18 (aeef774)
  • refactor: remove defaults and defaults-esm presets (94dd3b1)
  • refactor: remove setup-jest files (6bf89a4)
  • refactor: remove global setup script with ngcc (35819c9)
BREAKING CHANGES
  • Jest 30 is required
  • Minimum supported version for JSDOM is 26
  • ng-jest-resolver is no longer needed for Jest 30 therefore it was removed
  • jsdom dep is now MANDATORY peer dependency. Users are required to install jsdom explicitly
  • jest-environment-jsdom is now MANDATORY dependency. Users are required to install jest-environment-jsdom explicitly
  • Various legacy documentation pages were removed.
  • Snapshot generation is affected by (a6b908f). One should update component snapshots via -u Jest CLI option. Since this change only removes the root id, it shouldn't affect the quality of snapshots in general.
  • The supported NodeJs versions are ^18.19.1 || ^20.11.1 || >=22.0.0.
  • The minimum supported version for Angular is 18 following Angular support policy https://angular.dev/reference/releases#actively-supported-versions
  • The minimum supported version for jsdom is 22
  • The minimum supported version of TypeScript is 5.5 following the support version from Angular 18
  • Running ngcc is not required for Angular 16+ project
  • Use createCjsPreset as a replacement for defaults preset
  • Use createEsmPreset as a replacement for defaults-esm preset
  • Use setupZoneTestEnv as a replacement for zone test environment setup
  • Use setupZonelessTestEnv as a replacement for zoneless test environment setup

14.6.1 (2025-07-21)

Bug Fixes

14.6.0 (2025-06-02)

Features
  • feat: add support for angular 20 (e041857)

14.5.5 (2025-04-15)

Bug Fixes
  • fix: allow name exports for 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@larscom larscom merged commit 1ef1dc8 into main Jul 22, 2025
4 checks passed
@larscom larscom deleted the renovate/jest-preset-angular-15.x branch July 22, 2025 17:00
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