Skip to content

Commit 7708d2d

Browse files
Update dependency type-fest to v4.32.0 (#1838)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [type-fest](https://redirect.github.com/sindresorhus/type-fest) | [`4.31.0` -> `4.32.0`](https://renovatebot.com/diffs/npm/type-fest/4.31.0/4.32.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.31.0/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.31.0/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/type-fest (type-fest)</summary> ### [`v4.32.0`](https://redirect.github.com/sindresorhus/type-fest/releases/tag/v4.32.0) [Compare Source](https://redirect.github.com/sindresorhus/type-fest/compare/v4.31.0...v4.32.0) ##### New types - [`IsTuple`](https://redirect.github.com/sindresorhus/type-fest/blob/main/source/is-tuple.d.ts) ([#&#8203;1024](https://redirect.github.com/sindresorhus/type-fest/issues/1024)) [`1e0872d`](https://redirect.github.com/sindresorhus/type-fest/commit/1e0872d) - [`SetRequiredDeep`](https://redirect.github.com/sindresorhus/type-fest/blob/main/source/set-required-deep.d.ts) ([#&#8203;939](https://redirect.github.com/sindresorhus/type-fest/issues/939)) [`3d54627`](https://redirect.github.com/sindresorhus/type-fest/commit/3d54627) ##### Improvements - `PartialDeep`: Add [`allowUndefinedInNonTupleArrays`](https://redirect.github.com/sindresorhus/type-fest/blob/20f1995b4ac8974173a6766d608a5bc953865954/source/partial-deep.d.ts#L14-L38) option ([#&#8203;1019](https://redirect.github.com/sindresorhus/type-fest/issues/1019)) [`278df80`](https://redirect.github.com/sindresorhus/type-fest/commit/278df80) ##### Fixes - `SetRequired`: Fix support for removal of optional modifiers from tuples ([#&#8203;1030](https://redirect.github.com/sindresorhus/type-fest/issues/1030)) [`c897aad`](https://redirect.github.com/sindresorhus/type-fest/commit/c897aad) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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/MISW/portal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 322ab5e commit 7708d2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"postcss": "8.4.49",
5656
"prettier": "3.3.2",
5757
"tailwindcss": "3.4.17",
58-
"type-fest": "4.31.0",
58+
"type-fest": "4.32.0",
5959
"typescript": "5.7.3"
6060
}
6161
}

frontend/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)