Skip to content

Commit aa827e6

Browse files
chore(deps): update test packages to v30 (major) (#535)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`^29.5.14` -> `^30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.14/30.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/30.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.14/30.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [jest](https://jestjs.io/) ([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest)) | [`^29.7.0` -> `^30.0.4`](https://renovatebot.com/diffs/npm/jest/29.7.0/30.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jest/30.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jest/29.7.0/30.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jestjs/jest (jest)</summary> ### [`v30.0.4`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3004) [Compare Source](https://redirect.github.com/jestjs/jest/compare/v30.0.3...v30.0.4) ##### Features - `[expect]` The `Inverse` type is now exported ([#&#8203;15714](https://redirect.github.com/jestjs/jest/pull/15714)) - `[expect]` feat: support `async functions` in `toBe` ([#&#8203;15704](https://redirect.github.com/jestjs/jest/pull/15704)) ##### Fixes - `[jest]` jest --onlyFailures --listTests now correctly lists only failed tests ([#&#8203;15700](https://redirect.github.com/jestjs/jest/issues/15700)) - `[jest-snapshot]` Handle line endings in snapshots ([#&#8203;15708](https://redirect.github.com/jestjs/jest/pull/15708)) ### [`v30.0.3`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3003) [Compare Source](https://redirect.github.com/jestjs/jest/compare/v30.0.2...v30.0.3) ##### Fixes - `[jest-config]` Fix ESM TS config loading in a CJS project ([#&#8203;15694](https://redirect.github.com/jestjs/jest/pull/15694)) ##### Features - `[jest-diff]` Show non-printable control characters to diffs ([#&#8203;15696](https://redirect.github.com/facebook/jest/pull/15696)) ### [`v30.0.2`](https://redirect.github.com/jestjs/jest/compare/v30.0.1...393acbfac31f64bb38dff23c89224797caded83c) [Compare Source](https://redirect.github.com/jestjs/jest/compare/v30.0.1...v30.0.2) ### [`v30.0.1`](https://redirect.github.com/jestjs/jest/compare/v30.0.0...5ce865b4060189fe74cd486544816c079194a0f7) [Compare Source](https://redirect.github.com/jestjs/jest/compare/v30.0.0...v30.0.1) ### [`v30.0.0`](https://redirect.github.com/jestjs/jest/compare/v29.7.0...a383155cd5af4539b3c447cfa7184462ee32f418) [Compare Source](https://redirect.github.com/jestjs/jest/compare/v29.7.0...v30.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/resolve-kit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eb087f commit aa827e6

File tree

2 files changed

+1123
-968
lines changed

2 files changed

+1123
-968
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prettier": "@valora/prettier-config",
2424
"devDependencies": {
2525
"@celo/contractkit": "^5.2.1",
26-
"@types/jest": "^29.5.14",
26+
"@types/jest": "^30.0.0",
2727
"@types/node": "^17.0.45",
2828
"@typescript-eslint/eslint-plugin": "^7.18.0",
2929
"@valora/eslint-config-typescript": "^1.0.2",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react": "^7.37.4",
3636
"eslint-plugin-react-hooks": "^4.6.2",
3737
"eslint-plugin-react-native": "^4.1.0",
38-
"jest": "^29.7.0",
38+
"jest": "^30.0.4",
3939
"prettier": "^3.6.2",
4040
"semantic-release": "^24.2.0",
4141
"commit-and-tag-version": "^12.5.0",

0 commit comments

Comments
 (0)