Skip to content

Commit

Permalink
chore(deps): update dependency type-fest to v3.13.1 (#10970)
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 |
|---|---|---|---|---|---|
| [type-fest](https://togithub.com/sindresorhus/type-fest) | [`3.13.0`
-> `3.13.1`](https://renovatebot.com/diffs/npm/type-fest/3.13.0/3.13.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/3.13.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/3.13.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

###
[`v3.13.1`](https://togithub.com/sindresorhus/type-fest/releases/tag/v3.13.1)

[Compare
Source](https://togithub.com/sindresorhus/type-fest/compare/v3.13.0...v3.13.1)

- Revert "`Jsonify`: Fix handling of tuples
([#&#8203;638](https://togithub.com/sindresorhus/type-fest/issues/638))"
[`9fdac37`](https://togithub.com/sindresorhus/type-fest/commit/9fdac37)
- It caused problems in TypeScript 4.7 and 4.8. It will be brought back
in the next major release of `type-fest`.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 19, 2024
1 parent 183851c commit c84bee5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"msw": "1.3.3",
"publint": "0.2.9",
"tsx": "4.15.6",
"type-fest": "3.13.0",
"type-fest": "3.13.1",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7783,7 +7783,7 @@ __metadata:
publint: "npm:0.2.9"
react: "npm:19.0.0-beta-04b058868c-20240508"
tsx: "npm:4.15.6"
type-fest: "npm:3.13.0"
type-fest: "npm:3.13.1"
typescript: "npm:5.4.5"
vitest: "npm:1.6.0"
languageName: unknown
Expand Down Expand Up @@ -29328,6 +29328,13 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:3.13.1":
version: 3.13.1
resolution: "type-fest@npm:3.13.1"
checksum: 10c0/547d22186f73a8c04590b70dcf63baff390078c75ea8acd366bbd510fd0646e348bd1970e47ecf795b7cff0b41d26e9c475c1fedd6ef5c45c82075fbf916b629
languageName: node
linkType: hard

"type-fest@npm:^0.16.0":
version: 0.16.0
resolution: "type-fest@npm:0.16.0"
Expand Down

0 comments on commit c84bee5

Please sign in to comment.