Skip to content

Commit

Permalink
chore(deps): update dependency jest to v29.6.4 (#7575)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 30, 2023
1 parent 68fbc6c commit 337525b
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 86 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/babel__core": "^7.20.1",
"@types/debug": "^4.1.8",
"@types/is-glob": "^4.0.2",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/jest-specific-snapshot": "^0.5.6",
"@types/marked": "^5.0.0",
"@types/natural-compare": "^1.4.1",
Expand All @@ -96,7 +96,7 @@
"execa": "7.1.1",
"glob": "^10.3.3",
"husky": "^8.0.3",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-diff": "^29.6.2",
"jest-snapshot": "^29.6.2",
"jest-specific-snapshot": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@babel/parser": "*",
"@microsoft/api-extractor": "^7.36.1",
"glob": "*",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-diff": "^29.6.2",
"jest-snapshot": "^29.6.2",
"jest-specific-snapshot": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prettier": "^2.8.4"
},
"devDependencies": {
"jest": "29.6.2",
"jest": "29.6.4",
"rimraf": "*"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-tslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@types/lodash": "*",
"@typescript-eslint/parser": "6.5.0",
"jest": "29.6.2",
"jest": "29.6.4",
"prettier": "^2.8.4",
"rimraf": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"chalk": "^5.3.0",
"cross-fetch": "*",
"grapheme-splitter": "^1.0.4",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-specific-snapshot": "^8.0.0",
"json-schema": "*",
"markdown-table": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/glob": "*",
"downlevel-dts": "*",
"glob": "*",
"jest": "29.6.2",
"jest": "29.6.4",
"prettier": "^2.8.4",
"rimraf": "*",
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/type-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@typescript-eslint/parser": "6.5.0",
"ajv": "^6.10.0",
"downlevel-dts": "*",
"jest": "29.6.2",
"jest": "29.6.4",
"prettier": "^2.8.4",
"rimraf": "*",
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-estree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@babel/code-frame": "*",
"@babel/parser": "*",
"glob": "*",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-specific-snapshot": "^8.0.0",
"make-dir": "*",
"prettier": "^2.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"devDependencies": {
"@typescript-eslint/parser": "6.5.0",
"downlevel-dts": "*",
"jest": "29.6.2",
"jest": "29.6.4",
"prettier": "^2.8.4",
"rimraf": "*",
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/visitor-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@types/eslint-visitor-keys": "*",
"downlevel-dts": "*",
"jest": "29.6.2",
"jest": "29.6.4",
"prettier": "^2.8.4",
"rimraf": "*",
"typescript": "*"
Expand Down
Loading

0 comments on commit 337525b

Please sign in to comment.