chore(deps): update jest monorepo to v30 (major) (#1893)

* chore(deps): update jest monorepo to v30

* Update snapshot

* Update

* Update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2025-06-17 20:20:57 -04:00 committed by GitHub
parent 8b554db5bf
commit dfa6c937c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 1038 additions and 806 deletions

View File

@ -66,8 +66,8 @@
"esbuild": "^0.25.5", "esbuild": "^0.25.5",
"globals": "^16.2.0", "globals": "^16.2.0",
"immutable": "^5.1.3", "immutable": "^5.1.3",
"jest": "^29.7.0", "jest": "^30.0.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^30.0.0",
"pug": "^3.0.3", "pug": "^3.0.3",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"selenium-webdriver": "^4.33.0", "selenium-webdriver": "^4.33.0",

View File

@ -10,7 +10,7 @@
"eslint-plugin-jest": "^28.14.0", "eslint-plugin-jest": "^28.14.0",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"jest": "^29.7.0", "jest": "^30.0.0",
"prettier": "3.5.3", "prettier": "3.5.3",
"typescript": "~5.8.3", "typescript": "~5.8.3",
"typescript-eslint": "^8.34.1" "typescript-eslint": "^8.34.1"

View File

@ -40,10 +40,10 @@
"lodash-es": "^4.17.21" "lodash-es": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"immutable": "^5.1.3", "immutable": "^5.1.3",
"jest": "^29.7.0", "jest": "^30.0.0",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.0",
"typescript": "~5.8.3" "typescript": "~5.8.3"

View File

@ -43,10 +43,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/color": "^4.2.0", "@types/color": "^4.2.0",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"jest": "^29.7.0", "jest": "^30.0.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^30.0.0",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.0",
"typescript": "~5.8.3" "typescript": "~5.8.3"

View File

@ -44,9 +44,9 @@
"react-base16-styling": "workspace:^" "react-base16-styling": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"jest": "^29.7.0", "jest": "^30.0.0",
"react": "^19.1.0", "react": "^19.1.0",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.0",

View File

@ -67,7 +67,7 @@
"@testing-library/dom": "^10.4.0", "@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5", "@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15", "@types/json-schema": "^7.0.15",
"@types/node": "^22.15.32", "@types/node": "^22.15.32",
@ -75,8 +75,8 @@
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.1.6",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"esbuild": "^0.25.5", "esbuild": "^0.25.5",
"jest": "^29.7.0", "jest": "^30.0.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^30.0.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",

View File

@ -74,7 +74,7 @@
"@types/cors": "^2.8.19", "@types/cors": "^2.8.19",
"@types/cross-spawn": "^6.0.6", "@types/cross-spawn": "^6.0.6",
"@types/express": "^5.0.3", "@types/express": "^5.0.3",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5", "@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.10", "@types/morgan": "^1.9.10",
@ -85,7 +85,7 @@
"@types/supertest": "^6.0.3", "@types/supertest": "^6.0.3",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"globals": "^16.2.0", "globals": "^16.2.0",
"jest": "^29.7.0", "jest": "^30.0.0",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"socketcluster-client": "^19.2.6", "socketcluster-client": "^19.2.6",

View File

@ -67,12 +67,12 @@
"@testing-library/dom": "^10.4.0", "@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@types/es6template": "^1.0.5", "@types/es6template": "^1.0.5",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5", "@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4", "@types/object-path": "^0.11.4",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"jest": "^29.7.0", "jest": "^30.0.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^30.0.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"redux": "^5.0.1", "redux": "^5.0.1",

View File

@ -53,13 +53,13 @@
"@testing-library/dom": "^10.4.0", "@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@types/babel__code-frame": "^7.0.6", "@types/babel__code-frame": "^7.0.6",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/node": "^22.15.32", "@types/node": "^22.15.32",
"@types/path-browserify": "^1.0.3", "@types/path-browserify": "^1.0.3",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"@types/source-map": "0.5.2", "@types/source-map": "0.5.2",
"jest": "^29.7.0", "jest": "^30.0.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^30.0.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"redux": "^5.0.1", "redux": "^5.0.1",

View File

@ -47,9 +47,9 @@
"@babel/plugin-transform-runtime": "^7.27.4", "@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2", "@babel/preset-env": "^7.27.2",
"@babel/preset-typescript": "^7.27.1", "@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/node": "^22.15.32", "@types/node": "^22.15.32",
"jest": "^29.7.0", "jest": "^30.0.0",
"redux": "^5.0.1", "redux": "^5.0.1",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"rxjs": "^7.8.2", "rxjs": "^7.8.2",

View File

@ -69,12 +69,12 @@
"@testing-library/dom": "^10.4.0", "@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/hex-rgba": "^1.0.3", "@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9", "@types/lodash.debounce": "^4.0.9",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"jest": "^29.7.0", "jest": "^30.0.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^30.0.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",

View File

@ -47,10 +47,10 @@
"@babel/plugin-transform-runtime": "^7.27.4", "@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2", "@babel/preset-env": "^7.27.2",
"@babel/preset-typescript": "^7.27.1", "@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5", "@types/jsan": "^3.1.5",
"immutable": "^5.1.3", "immutable": "^5.1.3",
"jest": "^29.7.0", "jest": "^30.0.0",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.0",
"typescript": "~5.8.3" "typescript": "~5.8.3"

View File

@ -72,12 +72,12 @@
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/color": "^4.2.0", "@types/color": "^4.2.0",
"@types/node": "^22.15.32", "@types/node": "^22.15.32",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"babel-loader": "^10.0.0", "babel-loader": "^10.0.0",
"csstype": "^3.1.3", "csstype": "^3.1.3",
"jest": "^29.7.0", "jest": "^30.0.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^30.0.0",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",

View File

@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Editor renders correctly 1`] = ` exports[`Editor renders correctly 1`] = `
<div <div
@ -76,7 +76,7 @@ exports[`Editor renders correctly 1`] = `
> >
<span <span
role="presentation" role="presentation"
style="padding-right: .1px;" style="padding-right: 0.1px;"
> >
<span <span
class="cm-keyword" class="cm-keyword"

View File

@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Form renders correctly 1`] = ` exports[`Form renders correctly 1`] = `
<form <form
@ -233,7 +233,7 @@ exports[`Form renders correctly 1`] = `
id="react-select-2-input" id="react-select-2-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""
@ -614,7 +614,7 @@ exports[`Form renders with no button 1`] = `
id="react-select-4-input" id="react-select-4-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""
@ -986,7 +986,7 @@ exports[`Form renders with primary button 1`] = `
id="react-select-3-input" id="react-select-3-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""

View File

@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Select renders correctly 1`] = ` exports[`Select renders correctly 1`] = `
<div <div
@ -44,7 +44,7 @@ exports[`Select renders correctly 1`] = `
id="react-select-2-input" id="react-select-2-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""
@ -241,7 +241,7 @@ exports[`Select should select another option 1`] = `
id="react-select-4-input" id="react-select-4-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="two" value="two"
@ -353,7 +353,7 @@ exports[`Select shouldn't find any results 1`] = `
id="react-select-5-input" id="react-select-5-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="text" value="text"

View File

@ -52,10 +52,10 @@
"@babel/preset-env": "^7.27.2", "@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1", "@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1", "@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.5.14", "@types/jest": "^30.0.0",
"@types/node": "^22.15.32", "@types/node": "^22.15.32",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"jest": "^29.7.0", "jest": "^30.0.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@ onlyBuiltDependencies:
- esbuild - esbuild
- msw - msw
- sqlite3 - sqlite3
- unrs-resolver
patchedDependencies: patchedDependencies:
'@dnd-kit/core': patches/@dnd-kit__core.patch '@dnd-kit/core': patches/@dnd-kit__core.patch
'@dnd-kit/sortable': patches/@dnd-kit__sortable.patch '@dnd-kit/sortable': patches/@dnd-kit__sortable.patch