Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2025

This PR contains the following updates:

Package Change Age Confidence
jest-preset-angular (source) 14.6.2 -> 15.0.3 age confidence

Release Notes

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

v15.0.3

Compare Source

Bug Fixes
  • handle processWithEsbuild transform option (6779107)

v15.0.2

Compare Source

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

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.2 (2025-10-17)

Bug Fixes
  • handle processWithEsbuild transform option (6779107)

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: Enabled.

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.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 23, 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @ngx-page-object-model/source@undefined
npm error Found: jest@29.7.0
npm error node_modules/jest
npm error   dev jest@"29.7.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer jest@"^30.0.0" from jest-preset-angular@15.0.3
npm error node_modules/jest-preset-angular
npm error   dev jest-preset-angular@"15.0.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-02T20_57_47_113Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-02T20_57_47_113Z-debug-0.log

@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch 3 times, most recently from f774803 to 173f164 Compare August 13, 2025 16:47
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch 4 times, most recently from 464ee4b to c97a1c5 Compare August 26, 2025 17:10
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch from c97a1c5 to 9b7ba35 Compare August 26, 2025 23:15
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch 17 times, most recently from 9a0f3b2 to 476c88e Compare September 13, 2025 22:02
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch 4 times, most recently from 6b30197 to 4e6421d Compare September 14, 2025 16:52
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch 9 times, most recently from 55696a5 to 9acd4ba Compare October 14, 2025 08:49
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch from 9acd4ba to 172c652 Compare October 17, 2025 10:08
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch 14 times, most recently from 290f60a to 0e12e27 Compare November 5, 2025 23:36
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch 4 times, most recently from c9ba880 to 07a8b01 Compare December 2, 2025 17:38
@renovate renovate bot force-pushed the renovate/jest-preset-angular-15.x branch from 07a8b01 to a6fe87e Compare December 2, 2025 20:57
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