Skip to content

Commit 912cb21

Browse files
chore(deps): update dependency type-fest to ^4.39.0 (#444)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [type-fest](https://redirect.github.com/sindresorhus/type-fest) | [`^4.38.0` -> `^4.39.0`](https://renovatebot.com/diffs/npm/type-fest/4.38.0/4.39.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.38.0/4.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.38.0/4.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/type-fest (type-fest)</summary> ### [`v4.39.0`](https://redirect.github.com/sindresorhus/type-fest/releases/tag/v4.39.0) [Compare Source](https://redirect.github.com/sindresorhus/type-fest/compare/v4.38.0...v4.39.0) - `ArrayTail`: Add [`preserveReadonly`](https://redirect.github.com/sindresorhus/type-fest/blob/07cb87075f9a9f067094a26d550b93c0fc83f748/source/array-tail.d.ts#L8-L30) option ([#&#8203;1091](https://redirect.github.com/sindresorhus/type-fest/issues/1091)) [`544271e`](https://redirect.github.com/sindresorhus/type-fest/commit/544271e) - ` PartialDeep `: Fix behaviour when `strictNullChecks` is disabled ([#&#8203;1096](https://redirect.github.com/sindresorhus/type-fest/issues/1096)) [`7536bae`](https://redirect.github.com/sindresorhus/type-fest/commit/7536bae) - `OptionalKeysOf` / `RequiredKeysOf`: Fix instantiations with unions and arrays ([#&#8203;1089](https://redirect.github.com/sindresorhus/type-fest/issues/1089)) [`e1ac7b2`](https://redirect.github.com/sindresorhus/type-fest/commit/e1ac7b2) - `WritableKeysOf` / `ReadonlyKeysOf`: Fix behavior with unions and optional properties ([#&#8203;1088](https://redirect.github.com/sindresorhus/type-fest/issues/1088)) [`bbf9137`](https://redirect.github.com/sindresorhus/type-fest/commit/bbf9137) *** </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/lynx-family/lynx-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e7988f commit 912cb21

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

packages/rspeedy/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@samchon/openapi": "3.2.3",
7777
"eventemitter3": "^5.0.1",
7878
"rsbuild-plugin-publint": "0.3.0",
79-
"type-fest": "^4.38.0",
79+
"type-fest": "^4.39.0",
8080
"typia": "8.1.1",
8181
"typia-rspack-plugin": "2.0.0",
8282
"vitest": "^3.1.1",

packages/rspeedy/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@rsbuild/webpack": "catalog:rsbuild",
5959
"@samchon/openapi": "3.2.3",
6060
"tailwindcss": "^3.4.17",
61-
"type-fest": "^4.38.0",
61+
"type-fest": "^4.39.0",
6262
"typia": "8.1.1",
6363
"typia-rspack-plugin": "2.0.0"
6464
},

packages/rspeedy/upgrade-rspeedy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"picocolors": "^1.1.1",
5050
"rsbuild-plugin-tailwindcss": "0.2.1",
5151
"rslog": "^1.2.3",
52-
"type-fest": "^4.38.0"
52+
"type-fest": "^4.39.0"
5353
},
5454
"engines": {
5555
"node": ">=18"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)