Skip to content

Commit

Permalink
Update jest monorepo to v29 (major) (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 30, 2022
1 parent fe84391 commit 12251d7
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
jest-version: [27, 28]
jest-version: [27, 28, 29]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 10 additions & 6 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.14.7",
"@jest/expect-utils": "^28.0.0",
"@types/jest": "^28.0.0",
"@jest/expect-utils": "^29.0.0",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"babel-jest": "^28.0.0",
"babel-jest": "^29.0.0",
"babel-jest-assertions": "^0.1.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -50,16 +50,16 @@
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"jest-serializer-ansi-escapes": "^2.0.1",
"jest-watch-typeahead": "^2.0.0",
"lint-staged": "^13.0.0",
"prettier": "^2.3.2",
"typescript": "^4.4.3"
},
"dependencies": {
"jest-diff": "^28.0.0",
"jest-get-type": "^28.0.0"
"jest-diff": "^29.0.0",
"jest-get-type": "^29.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand All @@ -80,6 +80,10 @@
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"snapshotFormat": {
"escapeString": true,
"printBasicPrototype": true
},
"snapshotSerializers": [
"jest-serializer-ansi-escapes"
],
Expand Down

0 comments on commit 12251d7

Please sign in to comment.