Skip to content

Commit

Permalink
chore(deps): update test packages to v29 (major) (#25)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^28.1.8` ->
`^29.1.2`](https://renovatebot.com/diffs/npm/@types%2fjest/28.1.8/29.1.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.1.2/compatibility-slim/28.1.8)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.1.2/confidence-slim/28.1.8)](https://docs.renovatebot.com/merge-confidence/)
|
| [jest](https://jestjs.io/)
([source](https://togithub.com/facebook/jest)) | [`^28.1.3` ->
`^29.1.2`](https://renovatebot.com/diffs/npm/jest/28.1.3/29.1.2) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.1.2/compatibility-slim/28.1.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.1.2/confidence-slim/28.1.3)](https://docs.renovatebot.com/merge-confidence/)
|
| [ts-jest](https://kulshekhar.github.io/ts-jest)
([source](https://togithub.com/kulshekhar/ts-jest)) | [`^28.0.8` ->
`^29.0.3`](https://renovatebot.com/diffs/npm/ts-jest/28.0.8/29.0.3) |
[![age](https://badges.renovateapi.com/packages/npm/ts-jest/29.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/ts-jest/29.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/ts-jest/29.0.3/compatibility-slim/28.0.8)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/ts-jest/29.0.3/confidence-slim/28.0.8)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" in timezone
UTC, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because
other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/valora-inc/typescript-app-starter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzYuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIzNi4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jean Regisser <[email protected]>
  • Loading branch information
renovate[bot] and jeanregisser authored Oct 13, 2022
1 parent f9224de commit 64efe18
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 397 deletions.
5 changes: 0 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ module.exports = {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
testPathIgnorePatterns: ['dist'],
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
},
},
setupFiles: ['<rootDir>/jest.setup.js'],
collectCoverageFrom: ['./src/**/*.ts'],
coveragePathIgnorePatterns: ['/node_modules/'],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"deploy": "echo 'Deployed!'"
},
"devDependencies": {
"@types/jest": "^28.1.8",
"@types/jest": "^29.1.2",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@valora/eslint-config-typescript": "^1.0.1",
Expand All @@ -36,10 +36,10 @@
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^28.1.3",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"shelljs": "^0.8.5",
"ts-jest": "^28.0.8",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
Expand Down
Loading

0 comments on commit 64efe18

Please sign in to comment.