Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps the jest group with 2 updates in the / directory: jest-preset-angular and ts-jest.

Updates jest-preset-angular from 14.6.1 to 15.0.2

Release notes

Sourced from jest-preset-angular's releases.

v15.0.2

Please refer to CHANGELOG.md for details.

v15.0.1

Please refer to CHANGELOG.md for details.

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

Bug Fixes

  • add dynamic-import support flag into esbuild invocation (#3369) (fa25060), closes #3368

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

... (truncated)

Commits
  • 406f1e9 chore(release): 15.0.2
  • fa25060 fix: add dynamic-import support flag into esbuild invocation (#3369)
  • 7740a2d build(deps): update commitlint monorepo to v20
  • 0df0135 build(deps): update dependency primeng to ^20.2.0
  • 0c0c8c8 build(deps): update docusaurus monorepo to v3.9.1
  • a807a76 build(deps): update dependency node to v22.20.0
  • 6d484ac build(deps): update github/codeql-action digest to 3599b3b
  • db80e5e build(deps): update dependency eslint-plugin-jsdoc to ^60.4.1
  • 20c1ac9 ci: prevent renovate to create PRs when minimum days not reach
  • 2923a24 ci: enhance security with npm:unpublishSafe renovate preset
  • Additional commits viewable in compare view

Updates ts-jest from 29.4.0 to 29.4.4

Release notes

Sourced from ts-jest's releases.

v29.4.4

Please refer to CHANGELOG.md for details.

v29.4.3

Please refer to CHANGELOG.md for details.

v29.4.2

Please refer to CHANGELOG.md for details.

v29.4.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.4 (2025-09-19)

Bug Fixes

29.4.3 (2025-09-17)

Bug Fixes

29.4.2 (2025-09-15)

Bug Fixes

29.4.1 (2025-08-03)

Bug Fixes

  • fix: replace ejs with handlebars due to security issues (899c9b7), closes #4969
Commits
  • 89a4f9f chore(release): 29.4.4
  • 25cb706 Revert "fix: introduce transpilation option to replace isolatedModules op...
  • 8a7e4c2 build(deps): Update dependency ts-jest to ^29.4.3
  • 51a5a92 build(deps): Update dependency @​types/node to v20.19.17
  • a44e9cc chore(release): 29.4.3
  • 97e2c03 docs: correct link to doc for transpilation option
  • 94b6ab4 build(deps): Update dependency esbuild to ~0.25.10
  • 5868761 fix: introduce transpilation option to replace isolatedModules option (#5...
  • 54dee26 build(deps): Update dependency @​types/node to v20.19.16
  • f5ac13b build(deps): Update dependency memfs to ^4.42.0
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the jest group with 2 updates in the / directory: [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) and [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `jest-preset-angular` from 14.6.1 to 15.0.2
- [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.2)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

---
updated-dependencies:
- dependency-name: jest-preset-angular
  dependency-version: 15.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: jest
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-add58880a3 branch October 6, 2025 18:04
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