Merge pull request #1048 from alxshelepenok/renovate/major-jest-monorepo

chore(deps): update jest monorepo to v29 (major)
This commit is contained in:
Alexander Shelepenok 2022-09-15 00:03:59 +03:00 committed by GitHub
commit 5d0c69067a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2721 additions and 1061 deletions

View File

@ -20,7 +20,6 @@ const jestConfig: Config.InitialOptions = {
".+\\.(css|sass|scss)$": "identity-obj-proxy",
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
"identity-obj-proxy",
"^gatsby-page-utils/(.*)$": "gatsby-page-utils/dist/$1",
"^gatsby-core-utils/(.*)$": "gatsby-core-utils/dist/$1",
"^gatsby-plugin-utils/(.*)$": [
"gatsby-plugin-utils/dist/$1",

3763
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -83,13 +83,13 @@
"@alxshelepenok/eslint-config": "^1.0.98",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@jest/globals": "^27.5.1",
"@jest/globals": "^29.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@swc/core": "^1.3.1",
"@swc/jest": "^0.2.22",
"@types/gatsby-transformer-remark": "^2.9.1",
"@types/jest": "^27.5.2",
"@types/jest": "^29.0.2",
"@types/node": "^17.0.24",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
@ -118,9 +118,9 @@
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "8.0.1",
"identity-obj-proxy": "3.0.0",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jest": "^29.0.3",
"jest-cli": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest-svg-transformer": "^1.0.0",
"lint-staged": "^13.0.3",
"lost": "9.0.1",

View File

@ -7,7 +7,7 @@ exports[`Content renders correctly 1`] = `
</h1>
<div
dangerouslySetInnerHTML={
Object {
{
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
}
}

View File

@ -14,7 +14,7 @@ exports[`Post renders correctly 1`] = `
</h1>
<div
dangerouslySetInnerHTML={
Object {
{
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
}
}

View File

@ -151,7 +151,7 @@ exports[`PageTemplate renders correctly 1`] = `
<div>
<div
dangerouslySetInnerHTML={
Object {
{
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
}
}

View File

@ -15,7 +15,7 @@ exports[`PostTemplate renders correctly 1`] = `
</h1>
<div
dangerouslySetInnerHTML={
Object {
{
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
}
}