Skip to content

Commit

Permalink
bump(deps): update jest (#35)
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)) |
[`^29.2.0` ->
`^29.2.2`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.0/29.2.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/compatibility-slim/29.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/confidence-slim/29.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
| [jest](https://jestjs.io/)
([source](https://togithub.com/facebook/jest)) | [`29.2.2` ->
`29.3.1`](https://renovatebot.com/diffs/npm/jest/29.2.2/29.3.1) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.3.1/compatibility-slim/29.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.3.1/confidence-slim/29.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>facebook/jest</summary>

###
[`v29.3.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#&#8203;2931)

[Compare
Source](https://togithub.com/facebook/jest/compare/v29.3.0...v29.3.1)

##### Fixes

- `[jest-config]` Do not warn about `preset` in `ProjectConfig`
[#&#8203;13583](https://togithub.com/facebook/jest/pull/13583)

##### Performance

- `[jest-transform]` Defer creation of cache directory
[#&#8203;13420](https://togithub.com/facebook/jest/pull/13420)

###
[`v29.3.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#&#8203;2930)

[Compare
Source](https://togithub.com/facebook/jest/compare/v29.2.2...v29.3.0)

##### Features

- `[jest-runtime]` Support WebAssembly (Wasm) imports in ESM modules
([#&#8203;13505](https://togithub.com/facebook/jest/pull/13505))

##### Fixes

- `[jest-config]` Add config validation for `projects` option
([#&#8203;13565](https://togithub.com/facebook/jest/pull/13565))
- `[jest-mock]` Treat cjs modules as objects so they can be mocked
([#&#8203;13513](https://togithub.com/facebook/jest/pull/13513))
- `[jest-worker]` Throw an error instead of hanging when jest workers
terminate unexpectedly
([#&#8203;13566](https://togithub.com/facebook/jest/pull/13566))

##### Chore & Maintenance

- `[@jest/transform]` Update `convert-source-map`
([#&#8203;13509](https://togithub.com/facebook/jest/pull/13509))
- `[docs]` Mention `toStrictEqual` in UsingMatchers docs.
([#&#8203;13560](https://togithub.com/facebook/jest/pull/13560))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

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/BirthdayResearch/sticky).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 9, 2022
1 parent e8bb663 commit d7c3153
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 271 deletions.
4 changes: 2 additions & 2 deletions packages/sticky-jest/package.json
Expand Up @@ -26,8 +26,8 @@
"preset": "./jest-preset.js"
},
"dependencies": {
"@types/jest": "^29.2.0",
"jest": "29.2.2",
"@types/jest": "^29.2.2",
"jest": "29.3.1",
"jest-extended": "3.1.0",
"ts-jest": "29.0.3",
"wait-for-expect": "^3.0.2"
Expand Down

0 comments on commit d7c3153

Please sign in to comment.