Skip to content

Commit ae2179d

Browse files
chore(deps): update dependency jest to ^30.0.4 (#223)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [jest](https://jestjs.io/) ([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest)) | [`^30.0.0` -> `^30.0.4`](https://renovatebot.com/diffs/npm/jest/30.0.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/30.0.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) </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 this update 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/typescript-app-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a206a74 commit ae2179d

File tree

2 files changed

+375
-375
lines changed

2 files changed

+375
-375
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-react": "^7.34.1",
3838
"eslint-plugin-react-hooks": "^4.6.0",
3939
"eslint-plugin-react-native": "^4.1.0",
40-
"jest": "^30.0.0",
40+
"jest": "^30.0.4",
4141
"knip": "^5.2.2",
4242
"prettier": "^3.5.3",
4343
"shelljs": "^0.8.5",

0 commit comments

Comments
 (0)