Skip to content

⬆️ deps(dev): Bump jest-environment-jsdom from 29.2.1 to 30.3.0#1630

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/jest-environment-jsdom-30.3.0
Open

⬆️ deps(dev): Bump jest-environment-jsdom from 29.2.1 to 30.3.0#1630
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/jest-environment-jsdom-30.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps jest-environment-jsdom from 29.2.1 to 30.3.0.

Release notes

Sourced from jest-environment-jsdom's releases.

v30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)

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

... (truncated)

Changelog

Sourced from jest-environment-jsdom's changelog.

30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)

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

... (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 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-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.2.1 to 30.3.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.3.0/packages/jest-environment-jsdom)

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

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

yarn.lock changes

Summary

Status Count
ADDED 11
UPDATED 42
DOWNGRADED 4
REMOVED 9
Click to toggle table visibility
Name Status Previous Current
@asamuzakjp/css-color ADDED - 3.2.0
@csstools/color-helpers ADDED - 5.1.0
@csstools/css-calc ADDED - 2.1.4
@csstools/css-color-parser ADDED - 3.1.0
@csstools/css-parser-algorithms ADDED - 3.0.5
@csstools/css-tokenizer ADDED - 3.0.4
@jest/environment UPDATED 29.2.1 30.3.0
@jest/environment-jsdom-abstract ADDED - 30.3.0
@jest/fake-timers UPDATED 29.2.1 30.3.0
@jest/pattern ADDED - 30.0.1
@jest/schemas UPDATED 29.0.0 30.0.5
@jest/types UPDATED 29.2.1 30.3.0
@sinclair/typebox UPDATED 0.24.48 0.34.48
@sinonjs/commons UPDATED 1.8.3 3.0.1
@sinonjs/fake-timers UPDATED 9.1.2 15.1.1
@tootallnate/once REMOVED 2.0.0 -
@types/istanbul-lib-coverage UPDATED 2.0.4 2.0.6
@types/istanbul-reports UPDATED 3.0.1 3.0.4
@types/jsdom UPDATED 20.0.0 21.1.7
@types/stack-utils UPDATED 2.0.1 2.0.3
@types/yargs UPDATED 17.0.13 17.0.35
abab REMOVED 2.0.6 -
acorn DOWNGRADED 8.8.0 8.7.1
acorn-globals REMOVED 7.0.1 -
agent-base UPDATED 6.0.2 7.1.4
ci-info UPDATED 3.3.0 4.4.0
cssom REMOVED 0.5.0 -
cssstyle UPDATED 2.3.0 4.6.0
data-urls UPDATED 3.0.2 5.0.0
domexception REMOVED 4.0.0 -
entities UPDATED 4.4.0 6.0.1
escodegen REMOVED 2.0.0 -
form-data DOWNGRADED 4.0.0 2.3.3
graceful-fs UPDATED 4.2.10 4.2.11
html-encoding-sniffer UPDATED 3.0.0 4.0.0
http-proxy-agent UPDATED 5.0.0 7.0.2
https-proxy-agent UPDATED 5.0.1 7.0.6
jest-environment-jsdom UPDATED 29.2.1 30.3.0
jest-message-util UPDATED 29.2.1 30.3.0
jest-mock UPDATED 29.2.1 30.3.0
jest-regex-util UPDATED 29.2.0 30.0.1
jest-util UPDATED 29.2.1 30.3.0
jsdom UPDATED 20.0.1 26.1.0
lru-cache UPDATED 7.14.1 10.4.3
nwsapi UPDATED 2.2.2 2.2.23
parse5 UPDATED 7.1.1 7.3.0
pretty-format UPDATED 29.2.1 30.3.0
psl DOWNGRADED 1.9.0 1.8.0
punycode UPDATED 2.1.1 2.3.1
querystringify REMOVED 2.2.0 -
react-is UPDATED 18.2.0 18.3.1
requires-port REMOVED 1.0.0 -
rrweb-cssom ADDED - 0.8.0
stack-utils UPDATED 2.0.5 2.0.6
tldts ADDED - 6.1.86
tldts-core ADDED - 6.1.86
tough-cookie UPDATED 4.1.2 5.1.2
tr46 UPDATED 3.0.0 5.1.1
universalify DOWNGRADED 0.2.0 0.1.2
url-parse REMOVED 1.5.10 -
w3c-xmlserializer UPDATED 3.0.0 5.0.0
whatwg-encoding UPDATED 2.0.0 3.1.1
whatwg-mimetype UPDATED 3.0.0 4.0.0
whatwg-url UPDATED 11.0.0 14.2.0
ws UPDATED 8.9.0 8.19.0
xml-name-validator UPDATED 4.0.0 5.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge To be automerged after CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants