From 55ae812c2f736cd2bd5cd16132447bfd1d8abda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 06:46:19 +0000 Subject: [PATCH] Bump jest-environment-jsdom from 30.0.0 to 30.1.1 in /frontend (#1332) Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 30.0.0 to 30.1.1.
Release notes

Sourced from jest-environment-jsdom's releases.

30.1.1

Fixes

30.1.0

Features

Fixes

Chore

30.0.2

What's Changed

Fixes

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

Jest 30.0.1

What's Changed

Features

Fixes

Chore & Maintenance

... (truncated)

Changelog

Sourced from jest-environment-jsdom's changelog.

30.1.1

Fixes

30.1.0

Features

Fixes

Chore

30.0.5

Features

Fixes

30.0.4

Features

Fixes

30.0.3

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-environment-jsdom&package-manager=npm_and_yarn&previous-version=30.0.0&new-version=30.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 74 +++++++++++++++++++++---------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index c03ad186..e7e46adc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,7 +75,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^7.6.0", "jest": "^30.1.0", - "jest-environment-jsdom": "^30.0.0", + "jest-environment-jsdom": "^30.1.1", "postcss": "^8.5.0", "postcss-preset-mantine": "^1.18.0", "postcss-simple-vars": "^7.0.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e341370e..a4011ea4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -808,28 +808,18 @@ resolved "https://registry.yarnpkg.com/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz#0ededeae4d071f5c8ffe3678d15f3a1be09156be" integrity sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw== -"@jest/environment-jsdom-abstract@30.0.0": - version "30.0.0" - resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.0.0.tgz#fec9bbbba3c302ed9a720521d771cda871a8498b" - integrity sha512-Fcn1eZbH1JK+bqwUVkUVprlQL3xWUrhvOe/4L0PfDkaJOiAz3HUI1m4s0bgmXBYyCyTVogBuUFZkRpAKMox5Dw== +"@jest/environment-jsdom-abstract@30.1.1": + version "30.1.1" + resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.1.1.tgz#1e481a96f307d0137f361eeed256a3f7f4643694" + integrity sha512-d7pP9SeIOI6qnrNIS/ds1hlS9jpqh8EywHK0dALSLODZKo2QEGnDNvnPvhRKI0FHWDnE2EMl8CDTP0jM9lhlOA== dependencies: - "@jest/environment" "30.0.0" - "@jest/fake-timers" "30.0.0" - "@jest/types" "30.0.0" + "@jest/environment" "30.1.1" + "@jest/fake-timers" "30.1.1" + "@jest/types" "30.0.5" "@types/jsdom" "^21.1.7" "@types/node" "*" - jest-mock "30.0.0" - jest-util "30.0.0" - -"@jest/environment@30.0.0": - version "30.0.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.0.0.tgz#d66484e35d6ee9a551d2ef3adb9e18728f0e4736" - integrity sha512-09sFbMMgS5JxYnvgmmtwIHhvoyzvR5fUPrVl8nOCrC5KdzmmErTcAxfWyAhJ2bv3rvHNQaKiS+COSG+O7oNbXw== - dependencies: - "@jest/fake-timers" "30.0.0" - "@jest/types" "30.0.0" - "@types/node" "*" - jest-mock "30.0.0" + jest-mock "30.0.5" + jest-util "30.0.5" "@jest/environment@30.1.0": version "30.1.0" @@ -841,6 +831,16 @@ "@types/node" "*" jest-mock "30.0.5" +"@jest/environment@30.1.1": + version "30.1.1" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.1.1.tgz#ce8f245a14ff47c8fbc2ac17e2fbe9b984df245d" + integrity sha512-yWHbU+3j7ehQE+NRpnxRvHvpUhoohIjMePBbIr8lfe0cWVb0WeTf80DNux1GPJa18CDHiIU5DtksGUfxcDE+Rw== + dependencies: + "@jest/fake-timers" "30.1.1" + "@jest/types" "30.0.5" + "@types/node" "*" + jest-mock "30.0.5" + "@jest/expect-utils@30.0.0": version "30.0.0" resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-30.0.0.tgz#118d41d9df420db61d307308848a9e12f0fc1fad" @@ -863,18 +863,6 @@ expect "30.1.0" jest-snapshot "30.1.0" -"@jest/fake-timers@30.0.0": - version "30.0.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.0.0.tgz#4d4ae90695609c1b27795ad1210203d73f30dcfd" - integrity sha512-yzBmJcrMHAMcAEbV2w1kbxmx8WFpEz8Cth3wjLMSkq+LO8VeGKRhpr5+BUp7PPK+x4njq/b6mVnDR8e/tPL5ng== - dependencies: - "@jest/types" "30.0.0" - "@sinonjs/fake-timers" "^13.0.0" - "@types/node" "*" - jest-message-util "30.0.0" - jest-mock "30.0.0" - jest-util "30.0.0" - "@jest/fake-timers@30.1.0": version "30.1.0" resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.1.0.tgz#9b070e53074fdad19b1059c3e2b6bfbda0ac7f17" @@ -887,6 +875,18 @@ jest-mock "30.0.5" jest-util "30.0.5" +"@jest/fake-timers@30.1.1": + version "30.1.1" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.1.1.tgz#eb0cce02f8ca5a69cc9754780836068461ccaa45" + integrity sha512-fK/25dNgBNYPw3eLi2CRs57g1H04qBAFNMsUY3IRzkfx/m4THe0E1zF+yGQBOMKKc2XQVdc9EYbJ4hEm7/2UtA== + dependencies: + "@jest/types" "30.0.5" + "@sinonjs/fake-timers" "^13.0.0" + "@types/node" "*" + jest-message-util "30.1.0" + jest-mock "30.0.5" + jest-util "30.0.5" + "@jest/get-type@30.0.0": version "30.0.0" resolved "https://registry.yarnpkg.com/@jest/get-type/-/get-type-30.0.0.tgz#59dcb5a9cbd9eb0004d3a2ed2fa9c9c3abfbf005" @@ -4703,13 +4703,13 @@ jest-each@30.1.0: jest-util "30.0.5" pretty-format "30.0.5" -jest-environment-jsdom@^30.0.0: - version "30.0.0" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.0.0.tgz#972cbf0cbf8f7191bb5f9d0ea17a2886a081d389" - integrity sha512-IjDRABkSx+HpO7+WGVKPZL5XZajWRsMo2iQIudyiG4BhCi9Uah9HrFluqLUXdjPkIOoox+utUEUl8TDR2kc/Og== +jest-environment-jsdom@^30.1.1: + version "30.1.1" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.1.1.tgz#f47f3451c0b2a06773f86aca6de892f5d5473ec6" + integrity sha512-fInyXsHSuPaERmRiub4V6jl6KERXowGqY8AISJrXZjOq7vdP46qecm+GnTngjcUPeHFqrxp1PfP0XuFfKTzA2A== dependencies: - "@jest/environment" "30.0.0" - "@jest/environment-jsdom-abstract" "30.0.0" + "@jest/environment" "30.1.1" + "@jest/environment-jsdom-abstract" "30.1.1" "@types/jsdom" "^21.1.7" "@types/node" "*" jsdom "^26.1.0"