Skip to content

Commit

Permalink
Update monorepo Jest to 29.7.0
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#49213

Update the version of Jest used in React Native and Metro's own tests from `^29.6.3` to `^29.7.0`

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D69188217

fbshipit-source-id: 0748db5428e422c048454b7d129cbdd4dab6d687
  • Loading branch information
robhogan authored and facebook-github-bot committed Feb 6, 2025
1 parent 0d39866 commit 44b9861
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 289 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"acorn": "^8.7.1",
"babel-jest": "^29.6.3",
"babel-jest": "^29.7.0",
"babel-plugin-syntax-hermes-parser": "0.25.1",
"babel-plugin-transform-flow-enums": "^0.0.2",
"chalk": "^4.0.0",
Expand All @@ -33,7 +33,7 @@
"invariant": "^2.2.4",
"istanbul-api": "3.0.0",
"istanbul-lib-coverage": "3.0.0",
"jest": "^29.6.3",
"jest": "^29.7.0",
"jest-junit": "^10.0.0",
"jest-watch-typeahead": "^2.2.0",
"jsonc-eslint-parser": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"connect": "^3.6.5",
"cosmiconfig": "^5.0.5",
"flow-enums-runtime": "^0.0.6",
"jest-validate": "^29.6.3",
"jest-validate": "^29.7.0",
"metro": "0.81.1",
"metro-cache": "0.81.1",
"metro-core": "0.81.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-file-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"flow-enums-runtime": "^0.0.6",
"graceful-fs": "^4.2.4",
"invariant": "^2.2.4",
"jest-worker": "^29.6.3",
"jest-worker": "^29.7.0",
"micromatch": "^4.0.4",
"nullthrows": "^1.1.1",
"walker": "^1.0.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/metro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"hermes-parser": "0.25.1",
"image-size": "^1.0.2",
"invariant": "^2.2.4",
"jest-worker": "^29.6.3",
"jest-worker": "^29.7.0",
"jsc-safe-url": "^0.2.2",
"lodash.throttle": "^4.1.1",
"metro-babel-transformer": "0.81.1",
Expand Down Expand Up @@ -59,9 +59,9 @@
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@react-native/babel-preset": "0.73.16",
"@react-native/metro-babel-transformer": "0.73.11",
"babel-jest": "^29.6.3",
"babel-jest": "^29.7.0",
"dedent": "^0.7.0",
"jest-snapshot": "^29.6.3",
"jest-snapshot": "^29.7.0",
"jest-snapshot-serializer-raw": "^1.2.0",
"metro-babel-register": "0.81.1",
"metro-memory-fs": "0.81.1",
Expand Down
Loading

0 comments on commit 44b9861

Please sign in to comment.