Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2025

Bumps jest-environment-jsdom from 29.7.0 to 30.0.2.

Release notes

Sourced from jest-environment-jsdom's releases.

Jest 30.0.1

What's Changed

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecate jest-repl package (#15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#15685)

New Contributors

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.

If you want to skip all the news and just get going, run npm install jest@^30.0.0 and follow the migration guide: Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#15164)
  • [expect] Revert #15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#15145)
  • [jest-cli] Export buildArgv (#15310)
  • [jest-config] [BREAKING] Add mts and cts to default moduleFileExtensions config (#14369)
  • [jest-config] [BREAKING] Update testMatch and testRegex default option for supporting mjs, cjs, mts, and cts (#14584)
  • [jest-config] Loads config file from provided path in package.json (#14044)
  • [jest-config] Allow loading jest.config.cts files (#14070)
  • [jest-config] Show rootDir in error message when a preset fails to load (#15194)
  • [jest-config] Support loading TS config files using esbuild-register via docblock loader (#15190)
  • [jest-config] Allow passing TS config loader options via docblock comment (#15234)
  • [jest-config] If Node is running with type stripping enabled, do not require a TS loader (#15480)
  • [@jest/core] Group together open handles with the same stack trace (#13417, & #14789)

... (truncated)

Changelog

Sourced from jest-environment-jsdom's changelog.

main

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

30.0.1

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecate jest-repl package (#15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#15685)

30.0.0

Features

  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#15164)
  • [expect] Revert #15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#15145)
  • [jest-cli] Export buildArgv (#15310)
  • [jest-config] [BREAKING] Add mts and cts to default moduleFileExtensions config (#14369)
  • [jest-config] [BREAKING] Update testMatch and testRegex default option for supporting mjs, cjs, mts, and cts (#14584)
  • [jest-config] Loads config file from provided path in package.json (#14044)
  • [jest-config] Allow loading jest.config.cts files (#14070)
  • [jest-config] Show rootDir in error message when a preset fails to load (#15194)
  • [jest-config] Support loading TS config files using esbuild-register via docblock loader (#15190)
  • [jest-config] Allow passing TS config loader options via docblock comment (#15234)
  • [jest-config] If Node is running with type stripping enabled, do not require a TS loader (#15480)
  • [@jest/core] Group together open handles with the same stack trace (#13417, & #14789)
  • [@jest/core] Add perfStats to surface test setup overhead (#14622)
  • [@jest/core] [BREAKING] Changed --filter to accept an object with shape { filtered: Array<string> } to match documentation (#13319)
  • [@jest/core] Support --outputFile option for --listTests (#14980)
  • [@jest/core] Stringify Errors properly with --json flag (#15329)

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 19, 2025
@github-actions github-actions bot enabled auto-merge (squash) June 19, 2025 10:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 11a9547 to b151a01 Compare June 19, 2025 11:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from b151a01 to 517a930 Compare June 19, 2025 11:04
github-actions[bot]
github-actions bot previously approved these changes Jun 19, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 517a930 to 27029c3 Compare June 21, 2025 05:36
github-actions[bot]
github-actions bot previously approved these changes Jun 21, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 27029c3 to ff6c8c4 Compare June 23, 2025 11:44
github-actions[bot]
github-actions bot previously approved these changes Jun 23, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from ff6c8c4 to 47fff69 Compare June 24, 2025 11:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 47fff69 to 9f6439c Compare June 24, 2025 11:25
github-actions[bot]
github-actions bot previously approved these changes Jun 24, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 9f6439c to fb39962 Compare June 25, 2025 10:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from fb39962 to 8603fe3 Compare June 25, 2025 10:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 8603fe3 to 93235c2 Compare June 26, 2025 10:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 93235c2 to 6fdc2cb Compare June 26, 2025 10:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 6fdc2cb to 5c08bad Compare June 26, 2025 10:12
github-actions[bot]
github-actions bot previously approved these changes Jun 26, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 5c08bad to f79c2bc Compare June 27, 2025 10:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from f79c2bc to dfedc7f Compare June 27, 2025 10:17
github-actions[bot]
github-actions bot previously approved these changes Jun 27, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from dfedc7f to d549663 Compare June 30, 2025 13:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from d549663 to 574f57f Compare July 1, 2025 11:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 574f57f to 103ad7b Compare July 1, 2025 11:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 103ad7b to 947bb94 Compare July 2, 2025 10:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 947bb94 to 7542f96 Compare July 2, 2025 10:11
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.7.0 to 30.0.2.
- [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.0.2/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch from 7542f96 to d70f6c3 Compare July 2, 2025 10:14
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2025

Superseded by #593.

@dependabot dependabot bot closed this Jul 3, 2025
auto-merge was automatically disabled July 3, 2025 10:38

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.2 branch July 3, 2025 10:38
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