Skip to content

Commit

Permalink
chore(deps): update jest to v29.7.0 (#7651)
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 Sep 16, 2023
1 parent c7c2e1a commit ad46b12
Show file tree
Hide file tree
Showing 11 changed files with 310 additions and 294 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"execa": "7.1.1",
"glob": "^10.3.3",
"husky": "^8.0.3",
"jest": "29.6.4",
"jest": "29.7.0",
"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.4",
"jest": "29.7.0",
"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.4",
"jest": "29.7.0",
"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.7.0",
"jest": "29.6.4",
"jest": "29.7.0",
"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.4",
"jest": "29.7.0",
"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.4",
"jest": "29.7.0",
"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.7.0",
"ajv": "^6.10.0",
"downlevel-dts": "*",
"jest": "29.6.4",
"jest": "29.7.0",
"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.4",
"jest": "29.7.0",
"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.7.0",
"downlevel-dts": "*",
"jest": "29.6.4",
"jest": "29.7.0",
"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.4",
"jest": "29.7.0",
"prettier": "^2.8.4",
"rimraf": "*",
"typescript": "*"
Expand Down
Loading

0 comments on commit ad46b12

Please sign in to comment.