Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps jest-preset-angular from 14.6.1 to 15.0.1.

Release notes

Sourced from jest-preset-angular's releases.

v15.0.1

No release notes provided.

v15.0.0

Please refer to CHANGELOG.md for details.

v15.0.0-next.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from jest-preset-angular's changelog.

15.0.1 (2025-09-15)

Bug Fixes

15.0.0 (2025-07-22)

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

... (truncated)

Commits
  • f6b89f3 chore(release): 15.0.1
  • d3e899b fix: remove peer dep jest-environment-jsdom (#3333)
  • 0a54887 build(deps): update dependency angular-eslint to ^20.3.0
  • af49878 build(deps): update dependency eslint-plugin-jsdoc to v57
  • c9c45d6 build(deps): update dependency eslint-plugin-jsdoc to v56
  • d82884d build(deps): update dependency @​types/node to ^22.18.3
  • fa98a0c build(deps): update angular packages
  • 1536bee build(deps): update dependency eslint-plugin-jsdoc to ^55.4.0
  • f67404b build(deps): update github/codeql-action digest to 192325c
  • 6574b46 ci: remove unused instruction
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) from 14.6.1 to 15.0.1.
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v14.6.1...v15.0.1)

---
updated-dependencies:
- dependency-name: jest-preset-angular
  dependency-version: 15.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 15, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #224.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-preset-angular-15.0.1 branch October 6, 2025 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants