Closed renovate[bot] closed 9 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
next-starter-tpl-docs | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Feb 2, 2024 9:43pm |
next-starter-tpl-storybook | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Feb 2, 2024 9:43pm |
next-starter-tpl-web | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Feb 2, 2024 9:43pm |
Latest commit: d4799408c9617c916c67af29779085556e728ebc
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
779ed1d
) 7.75% compared to head (d479940
) 7.75%. Report is 220 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
4.3.1
->4.10.2
Release Notes
sindresorhus/type-fest (type-fest)
### [`v4.10.2`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.10.2) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.10.1...v4.10.2) - `MergeDeep`: Fix compatibility with TypeScript 5.4 ([#807](https://togithub.com/sindresorhus/type-fest/issues/807)) [`5f6165a`](https://togithub.com/sindresorhus/type-fest/commit/5f6165a) ### [`v4.10.1`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.10.1) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.10.0...v4.10.1) - Fix support for `exactOptionalPropertyTypes: true` tsconfig ([#804](https://togithub.com/sindresorhus/type-fest/issues/804)) [`a54e313`](https://togithub.com/sindresorhus/type-fest/commit/a54e313) ### [`v4.10.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.10.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.9.0...v4.10.0) - `Get`: Fix handling of readonly array ([#799](https://togithub.com/sindresorhus/type-fest/issues/799)) [`4a38651`](https://togithub.com/sindresorhus/type-fest/commit/4a38651) - `SharedUnionFieldsDeep`: Skip if input type is not a union type ([#798](https://togithub.com/sindresorhus/type-fest/issues/798)) [`6f1db93`](https://togithub.com/sindresorhus/type-fest/commit/6f1db93) - `DelimiterCasedPropertiesDeep`: Don't recurse into intersection type that include primitive value ([#789](https://togithub.com/sindresorhus/type-fest/issues/789)) [`eb96609`](https://togithub.com/sindresorhus/type-fest/commit/eb96609) - `Merge`: Don't turn undefined into optional key ([#787](https://togithub.com/sindresorhus/type-fest/issues/787)) [`0aec247`](https://togithub.com/sindresorhus/type-fest/commit/0aec247) ### [`v4.9.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.9.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.8.3...v4.9.0) ##### New types - [`SharedUnionFieldsDeep`](https://togithub.com/sindresorhus/type-fest/blob/main/source/shared-union-fields-deep.d.ts) ([#783](https://togithub.com/sindresorhus/type-fest/issues/783)) [`94bb3d3`](https://togithub.com/sindresorhus/type-fest/commit/94bb3d3) ##### Improvements - `ReadonlyDeep`: Fix usage with properties defined with `void` ([#782](https://togithub.com/sindresorhus/type-fest/issues/782)) [`a919f93`](https://togithub.com/sindresorhus/type-fest/commit/a919f93) - `ConditionalPickDeep`: Support interface ([#776](https://togithub.com/sindresorhus/type-fest/issues/776)) [`ebb7a59`](https://togithub.com/sindresorhus/type-fest/commit/ebb7a59) ### [`v4.8.3`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.8.3) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.8.2...v4.8.3) - `MergeDeep`: Fix optional key when value type is `any` or `never` ([#777](https://togithub.com/sindresorhus/type-fest/issues/777)) [`609c097`](https://togithub.com/sindresorhus/type-fest/commit/609c097) - `Paths`: Ensure it doesn't recurse into `Map` or `Set`'s prototype properties ([#772](https://togithub.com/sindresorhus/type-fest/issues/772)) [`6759853`](https://togithub.com/sindresorhus/type-fest/commit/6759853) ### [`v4.8.2`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.8.2) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.8.1...v4.8.2) - `DelimiterCasedPropertiesDeep`: Fix handing of string ([#768](https://togithub.com/sindresorhus/type-fest/issues/768)) [`e26c779`](https://togithub.com/sindresorhus/type-fest/commit/e26c779) ### [`v4.8.1`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.8.1) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.8.0...v4.8.1) - `Jsonify`: Fix usage with readonly array [`f8019c2`](https://togithub.com/sindresorhus/type-fest/commit/f8019c2) - Revert "Add `Element` to type `BuiltIns` ([#745](https://togithub.com/sindresorhus/type-fest/issues/745))" [`1b25feb`](https://togithub.com/sindresorhus/type-fest/commit/1b25feb) - It caused problems when `DOM` types are not available. ### [`v4.8.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.8.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.7.1...v4.8.0) - `PickDeep`: Support interface ([#755](https://togithub.com/sindresorhus/type-fest/issues/755)) [`1c65935`](https://togithub.com/sindresorhus/type-fest/commit/1c65935) - `Paths`: Support interface ([#746](https://togithub.com/sindresorhus/type-fest/issues/746)) [`8fa831e`](https://togithub.com/sindresorhus/type-fest/commit/8fa831e) - `ObjectValue`: Support any kind of number index ([#753](https://togithub.com/sindresorhus/type-fest/issues/753)) [`972815c`](https://togithub.com/sindresorhus/type-fest/commit/972815c) - `Class`: Fix type inference ([#701](https://togithub.com/sindresorhus/type-fest/issues/701)) [`7294cf0`](https://togithub.com/sindresorhus/type-fest/commit/7294cf0) - `DelimiterCasedPropertiesDeep`: Improve array handling ([#744](https://togithub.com/sindresorhus/type-fest/issues/744)) [`59411c8`](https://togithub.com/sindresorhus/type-fest/commit/59411c8) - ` PartialDeep `: Don't recurse into `HTMLElement` ([#745](https://togithub.com/sindresorhus/type-fest/issues/745)) [`d42ea80`](https://togithub.com/sindresorhus/type-fest/commit/d42ea80) - Add `preserveConsecutiveUppercase` to `PascalCase` and friends ([#749](https://togithub.com/sindresorhus/type-fest/issues/749)) [`e58127a`](https://togithub.com/sindresorhus/type-fest/commit/e58127a) ### [`v4.7.1`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.7.1) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.7.0...v4.7.1) - Revert "`PartialDeep`: Ensure it doesn't recurse into prototype properties" ([#743](https://togithub.com/sindresorhus/type-fest/issues/743)) [`9f47b11`](https://togithub.com/sindresorhus/type-fest/commit/9f47b11) ### [`v4.7.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.7.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.6.0...v4.7.0) ##### New types - [`PickDeep`](https://togithub.com/sindresorhus/type-fest/blob/main/source/pick-deep.d.ts) ([#737](https://togithub.com/sindresorhus/type-fest/issues/737)) [`c60caba`](https://togithub.com/sindresorhus/type-fest/commit/c60caba) - [`Paths`](https://togithub.com/sindresorhus/type-fest/blob/main/source/paths.d.ts) ([#741](https://togithub.com/sindresorhus/type-fest/issues/741)) [`996171b`](https://togithub.com/sindresorhus/type-fest/commit/996171b) - [`SetFieldType`](https://togithub.com/sindresorhus/type-fest/blob/main/source/set-field-type.d.ts) ([#721](https://togithub.com/sindresorhus/type-fest/issues/721)) [`964466c`](https://togithub.com/sindresorhus/type-fest/commit/964466c) - [`UnknownArray`](https://togithub.com/sindresorhus/type-fest/blob/main/source/unknown-array.d.ts) ([#740](https://togithub.com/sindresorhus/type-fest/issues/740)) [`30aa0ad`](https://togithub.com/sindresorhus/type-fest/commit/30aa0ad) ##### Improvements - `Writable`: Support array, map, and set ([#726](https://togithub.com/sindresorhus/type-fest/issues/726)) [`b9723d4`](https://togithub.com/sindresorhus/type-fest/commit/b9723d4) - `PartialDeep`: Ensure it doesn't recurse into prototype properties ([#738](https://togithub.com/sindresorhus/type-fest/issues/738)) [`5eeac02`](https://togithub.com/sindresorhus/type-fest/commit/5eeac02) - `ConditionalPickDeep`: Ensure it doesn't recurse into prototype properties ([#736](https://togithub.com/sindresorhus/type-fest/issues/736)) [`9960ba4`](https://togithub.com/sindresorhus/type-fest/commit/9960ba4) ### [`v4.6.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.6.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.5.0...v4.6.0) ##### New types - [`ArrayValues`](https://togithub.com/sindresorhus/type-fest/blob/main/source/array-values.d.ts) ([#720](https://togithub.com/sindresorhus/type-fest/issues/720)) [`6c76e4a`](https://togithub.com/sindresorhus/type-fest/commit/6c76e4a) - [`ArrayIndices`](https://togithub.com/sindresorhus/type-fest/blob/main/source/array-indices.d.ts) ([#716](https://togithub.com/sindresorhus/type-fest/issues/716)) [`c330852`](https://togithub.com/sindresorhus/type-fest/commit/c330852) - [`SetParameterType`](https://togithub.com/sindresorhus/type-fest/blob/main/source/set-parameter-type.d.ts) ([#722](https://togithub.com/sindresorhus/type-fest/issues/722)) [`9f2388d`](https://togithub.com/sindresorhus/type-fest/commit/9f2388d) ##### Fixes - `LastArrayElement`: Fix handling of tuple with spread elements ([#727](https://togithub.com/sindresorhus/type-fest/issues/727)) [`9630089`](https://togithub.com/sindresorhus/type-fest/commit/9630089) - `PartialDeep`: Skip constructor ([#730](https://togithub.com/sindresorhus/type-fest/issues/730)) [`75edeef`](https://togithub.com/sindresorhus/type-fest/commit/75edeef) - `ReadonlyDeep`: Skip constructor ([#728](https://togithub.com/sindresorhus/type-fest/issues/728)) [`3ee234a`](https://togithub.com/sindresorhus/type-fest/commit/3ee234a) - `WritableDeep`: Fix array handling ([#724](https://togithub.com/sindresorhus/type-fest/issues/724)) [`9baccc3`](https://togithub.com/sindresorhus/type-fest/commit/9baccc3) ##### Meta - Welcome [@Emiyaaaaa](https://togithub.com/Emiyaaaaa) as a maintainer π [`8a52129`](https://togithub.com/sindresorhus/type-fest/commit/8a52129) ### [`v4.5.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.5.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.4.0...v4.5.0) ##### New types - [`UndefinedOnPartialDeep`](https://togithub.com/sindresorhus/type-fest/blob/main/source/undefined-on-partial-deep.d.ts) ([#700](https://togithub.com/sindresorhus/type-fest/issues/700)) [`d8b44cb`](https://togithub.com/sindresorhus/type-fest/commit/d8b44cb) - [`KeysOfUnion`](https://togithub.com/sindresorhus/type-fest/blob/main/source/keys-of-union.d.ts) ([#709](https://togithub.com/sindresorhus/type-fest/issues/709)) [`0517399`](https://togithub.com/sindresorhus/type-fest/commit/0517399) - [`IntRange`](https://togithub.com/sindresorhus/type-fest/blob/main/source/int-range.d.ts) ([#707](https://togithub.com/sindresorhus/type-fest/issues/707)) [`e5d145d`](https://togithub.com/sindresorhus/type-fest/commit/e5d145d) ##### Improvements - `Jsonify`: Improve type inference for objects with `.toJSON()` extending primitives ([#690](https://togithub.com/sindresorhus/type-fest/issues/690)) [`157ed07`](https://togithub.com/sindresorhus/type-fest/commit/157ed07) - `OverrideProperties`: Fix autocomplete in the type ([#712](https://togithub.com/sindresorhus/type-fest/issues/712)) [`fcdcfe9`](https://togithub.com/sindresorhus/type-fest/commit/fcdcfe9) ### [`v4.4.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.4.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.3.3...v4.4.0) - `UnionToIntersection`: Allow indexing by the resulting type ([#682](https://togithub.com/sindresorhus/type-fest/issues/682)) [`61f2ff9`](https://togithub.com/sindresorhus/type-fest/commit/61f2ff9) ### [`v4.3.3`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.3.3) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.3.2...v4.3.3) - `IsLiteral`: Don't restrict generic type ([#684](https://togithub.com/sindresorhus/type-fest/issues/684)) [`4378507`](https://togithub.com/sindresorhus/type-fest/commit/4378507) - `Jsonify`: Fix handling of arrays ([#673](https://togithub.com/sindresorhus/type-fest/issues/673)) [`025f6e9`](https://togithub.com/sindresorhus/type-fest/commit/025f6e9) ### [`v4.3.2`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.3.2) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.3.1...v4.3.2) - `Jsonify`: Fix handling of nested objects with only a `name` property ([#691](https://togithub.com/sindresorhus/type-fest/issues/691)) [`5351533`](https://togithub.com/sindresorhus/type-fest/commit/5351533)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.
This PR has been generated by Mend Renovate. View repository job log here.