Skip to content

Commit 1a8a99d

Browse files
Bump jest-environment-jsdom from 30.1.1 to 30.2.0 in /frontend
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 30.1.1 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-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc726c4 commit 1a8a99d

2 files changed

Lines changed: 17 additions & 97 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-react-hooks": "^4.6.0",
7676
"eslint-plugin-testing-library": "^7.10.0",
7777
"jest": "^30.2.0",
78-
"jest-environment-jsdom": "^30.1.1",
78+
"jest-environment-jsdom": "^30.2.0",
7979
"postcss": "^8.5.0",
8080
"postcss-preset-mantine": "^1.18.0",
8181
"postcss-simple-vars": "^7.0.1",

frontend/yarn.lock

Lines changed: 16 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -808,28 +808,18 @@
808808
resolved "https://registry.yarnpkg.com/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz#0ededeae4d071f5c8ffe3678d15f3a1be09156be"
809809
integrity sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==
810810

811-
"@jest/environment-jsdom-abstract@30.1.1":
812-
version "30.1.1"
813-
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.1.1.tgz#1e481a96f307d0137f361eeed256a3f7f4643694"
814-
integrity sha512-d7pP9SeIOI6qnrNIS/ds1hlS9jpqh8EywHK0dALSLODZKo2QEGnDNvnPvhRKI0FHWDnE2EMl8CDTP0jM9lhlOA==
815-
dependencies:
816-
"@jest/environment" "30.1.1"
817-
"@jest/fake-timers" "30.1.1"
818-
"@jest/types" "30.0.5"
819-
"@types/jsdom" "^21.1.7"
820-
"@types/node" "*"
821-
jest-mock "30.0.5"
822-
jest-util "30.0.5"
823-
824-
"@jest/environment@30.1.1":
825-
version "30.1.1"
826-
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.1.1.tgz#ce8f245a14ff47c8fbc2ac17e2fbe9b984df245d"
827-
integrity sha512-yWHbU+3j7ehQE+NRpnxRvHvpUhoohIjMePBbIr8lfe0cWVb0WeTf80DNux1GPJa18CDHiIU5DtksGUfxcDE+Rw==
811+
"@jest/environment-jsdom-abstract@30.2.0":
812+
version "30.2.0"
813+
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.2.0.tgz#1313f9b3b509c31298c241203161b36622865181"
814+
integrity sha512-kazxw2L9IPuZpQ0mEt9lu9Z98SqR74xcagANmMBU16X0lS23yPc0+S6hGLUz8kVRlomZEs/5S/Zlpqwf5yu6OQ==
828815
dependencies:
829-
"@jest/fake-timers" "30.1.1"
830-
"@jest/types" "30.0.5"
816+
"@jest/environment" "30.2.0"
817+
"@jest/fake-timers" "30.2.0"
818+
"@jest/types" "30.2.0"
819+
"@types/jsdom" "^21.1.7"
831820
"@types/node" "*"
832-
jest-mock "30.0.5"
821+
jest-mock "30.2.0"
822+
jest-util "30.2.0"
833823

834824
"@jest/environment@30.2.0":
835825
version "30.2.0"
@@ -863,18 +853,6 @@
863853
expect "30.2.0"
864854
jest-snapshot "30.2.0"
865855

866-
"@jest/fake-timers@30.1.1":
867-
version "30.1.1"
868-
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.1.1.tgz#eb0cce02f8ca5a69cc9754780836068461ccaa45"
869-
integrity sha512-fK/25dNgBNYPw3eLi2CRs57g1H04qBAFNMsUY3IRzkfx/m4THe0E1zF+yGQBOMKKc2XQVdc9EYbJ4hEm7/2UtA==
870-
dependencies:
871-
"@jest/types" "30.0.5"
872-
"@sinonjs/fake-timers" "^13.0.0"
873-
"@types/node" "*"
874-
jest-message-util "30.1.0"
875-
jest-mock "30.0.5"
876-
jest-util "30.0.5"
877-
878856
"@jest/fake-timers@30.2.0":
879857
version "30.2.0"
880858
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.2.0.tgz#0941ddc28a339b9819542495b5408622dc9e94ec"
@@ -1039,19 +1017,6 @@
10391017
"@types/yargs" "^17.0.33"
10401018
chalk "^4.1.2"
10411019

1042-
"@jest/types@30.0.5":
1043-
version "30.0.5"
1044-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.0.5.tgz#29a33a4c036e3904f1cfd94f6fe77f89d2e1cc05"
1045-
integrity sha512-aREYa3aku9SSnea4aX6bhKn4bgv3AXkgijoQgbYV3yvbiGt6z+MQ85+6mIhx9DsKW2BuB/cLR/A+tcMThx+KLQ==
1046-
dependencies:
1047-
"@jest/pattern" "30.0.1"
1048-
"@jest/schemas" "30.0.5"
1049-
"@types/istanbul-lib-coverage" "^2.0.6"
1050-
"@types/istanbul-reports" "^3.0.4"
1051-
"@types/node" "*"
1052-
"@types/yargs" "^17.0.33"
1053-
chalk "^4.1.2"
1054-
10551020
"@jest/types@30.2.0":
10561021
version "30.2.0"
10571022
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.2.0.tgz#1c678a7924b8f59eafd4c77d56b6d0ba976d62b8"
@@ -4714,13 +4679,13 @@ jest-each@30.2.0:
47144679
jest-util "30.2.0"
47154680
pretty-format "30.2.0"
47164681

4717-
jest-environment-jsdom@^30.1.1:
4718-
version "30.1.1"
4719-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.1.1.tgz#f47f3451c0b2a06773f86aca6de892f5d5473ec6"
4720-
integrity sha512-fInyXsHSuPaERmRiub4V6jl6KERXowGqY8AISJrXZjOq7vdP46qecm+GnTngjcUPeHFqrxp1PfP0XuFfKTzA2A==
4682+
jest-environment-jsdom@^30.2.0:
4683+
version "30.2.0"
4684+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.2.0.tgz#e95e0921ed22be974f1d8a324766d12b1844cb2c"
4685+
integrity sha512-zbBTiqr2Vl78pKp/laGBREYzbZx9ZtqPjOK4++lL4BNDhxRnahg51HtoDrk9/VjIy9IthNEWdKVd7H5bqBhiWQ==
47214686
dependencies:
4722-
"@jest/environment" "30.1.1"
4723-
"@jest/environment-jsdom-abstract" "30.1.1"
4687+
"@jest/environment" "30.2.0"
4688+
"@jest/environment-jsdom-abstract" "30.2.0"
47244689
"@types/jsdom" "^21.1.7"
47254690
"@types/node" "*"
47264691
jsdom "^26.1.0"
@@ -4799,21 +4764,6 @@ jest-message-util@30.0.0:
47994764
slash "^3.0.0"
48004765
stack-utils "^2.0.6"
48014766

4802-
jest-message-util@30.1.0:
4803-
version "30.1.0"
4804-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.1.0.tgz#653a9bb1a33306eddf13455ce0666ba621b767c4"
4805-
integrity sha512-HizKDGG98cYkWmaLUHChq4iN+oCENohQLb7Z5guBPumYs+/etonmNFlg1Ps6yN9LTPyZn+M+b/9BbnHx3WTMDg==
4806-
dependencies:
4807-
"@babel/code-frame" "^7.27.1"
4808-
"@jest/types" "30.0.5"
4809-
"@types/stack-utils" "^2.0.3"
4810-
chalk "^4.1.2"
4811-
graceful-fs "^4.2.11"
4812-
micromatch "^4.0.8"
4813-
pretty-format "30.0.5"
4814-
slash "^3.0.0"
4815-
stack-utils "^2.0.6"
4816-
48174767
jest-message-util@30.2.0:
48184768
version "30.2.0"
48194769
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.2.0.tgz#fc97bf90d11f118b31e6131e2b67fc4f39f92152"
@@ -4838,15 +4788,6 @@ jest-mock@30.0.0:
48384788
"@types/node" "*"
48394789
jest-util "30.0.0"
48404790

4841-
jest-mock@30.0.5:
4842-
version "30.0.5"
4843-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-30.0.5.tgz#ef437e89212560dd395198115550085038570bdd"
4844-
integrity sha512-Od7TyasAAQX/6S+QCbN6vZoWOMwlTtzzGuxJku1GhGanAjz9y+QsQkpScDmETvdc9aSXyJ/Op4rhpMYBWW91wQ==
4845-
dependencies:
4846-
"@jest/types" "30.0.5"
4847-
"@types/node" "*"
4848-
jest-util "30.0.5"
4849-
48504791
jest-mock@30.2.0:
48514792
version "30.2.0"
48524793
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-30.2.0.tgz#69f991614eeb4060189459d3584f710845bff45e"
@@ -4988,18 +4929,6 @@ jest-util@30.0.0:
49884929
graceful-fs "^4.2.11"
49894930
picomatch "^4.0.2"
49904931

4991-
jest-util@30.0.5:
4992-
version "30.0.5"
4993-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.0.5.tgz#035d380c660ad5f1748dff71c4105338e05f8669"
4994-
integrity sha512-pvyPWssDZR0FlfMxCBoc0tvM8iUEskaRFALUtGQYzVEAqisAztmy+R8LnU14KT4XA0H/a5HMVTXat1jLne010g==
4995-
dependencies:
4996-
"@jest/types" "30.0.5"
4997-
"@types/node" "*"
4998-
chalk "^4.1.2"
4999-
ci-info "^4.2.0"
5000-
graceful-fs "^4.2.11"
5001-
picomatch "^4.0.2"
5002-
50034932
jest-util@30.2.0:
50044933
version "30.2.0"
50054934
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.2.0.tgz#5142adbcad6f4e53c2776c067a4db3c14f913705"
@@ -5788,15 +5717,6 @@ pretty-format@30.0.0, pretty-format@^30.0.0:
57885717
ansi-styles "^5.2.0"
57895718
react-is "^18.3.1"
57905719

5791-
pretty-format@30.0.5:
5792-
version "30.0.5"
5793-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-30.0.5.tgz#e001649d472800396c1209684483e18a4d250360"
5794-
integrity sha512-D1tKtYvByrBkFLe2wHJl2bwMJIiT8rW+XA+TiataH79/FszLQMrpGEvzUVkzPau7OCO0Qnrhpe87PqtOAIB8Yw==
5795-
dependencies:
5796-
"@jest/schemas" "30.0.5"
5797-
ansi-styles "^5.2.0"
5798-
react-is "^18.3.1"
5799-
58005720
pretty-format@30.2.0:
58015721
version "30.2.0"
58025722
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-30.2.0.tgz#2d44fe6134529aed18506f6d11509d8a62775ebe"

0 commit comments

Comments
 (0)