Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the jest group with 4 updates in the / directory: jest, @types/jest, jest-preset-angular and ts-jest.

Updates jest from 29.7.0 to 30.2.0

Release notes

Sourced from jest's releases.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.2

What's Changed

... (truncated)

Changelog

Sourced from jest's changelog.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (#15831)
  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)
  • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#15821)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

... (truncated)

Commits

Updates @types/jest from 27.5.2 to 30.0.0

Commits

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

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 6, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-e2fd3a8f13 branch 9 times, most recently from 29cb04e to d20d9d7 Compare October 14, 2025 19:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-e2fd3a8f13 branch 2 times, most recently from e629a06 to 2dabecb Compare October 15, 2025 18:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-e2fd3a8f13 branch 12 times, most recently from 0699f70 to 0da2846 Compare October 23, 2025 15:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-e2fd3a8f13 branch 2 times, most recently from 534bff2 to 5d81a05 Compare October 23, 2025 18:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-e2fd3a8f13 branch 15 times, most recently from 20052c6 to 1f16aa2 Compare October 31, 2025 19:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-e2fd3a8f13 branch 2 times, most recently from 34ed960 to f322404 Compare November 6, 2025 18:04
@github-actions github-actions bot enabled auto-merge November 6, 2025 18:04
Bumps the jest group with 4 updates in the / directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) and [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `@types/jest` from 27.5.2 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/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
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
- 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 force-pushed the dependabot/npm_and_yarn/jest-e2fd3a8f13 branch from f322404 to 27cbc64 Compare November 7, 2025 18:03
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.

1 participant