-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): update dependency type-fest to v4.33.0 #11414
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benelan
approved these changes
Jan 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
benelan
pushed a commit
that referenced
this pull request
Feb 8, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [type-fest](https://redirect.github.com/sindresorhus/type-fest) | [`4.32.0` -> `4.33.0`](https://renovatebot.com/diffs/npm/type-fest/4.32.0/4.33.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.32.0/4.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.32.0/4.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/type-fest (type-fest)</summary> ### [`v4.33.0`](https://redirect.github.com/sindresorhus/type-fest/releases/tag/v4.33.0) [Compare Source](https://redirect.github.com/sindresorhus/type-fest/compare/v4.32.0...v4.33.0) - `StringRepeat`: Add support for generating longer strings & fix instantiations with unions ([#​1046](https://redirect.github.com/sindresorhus/type-fest/issues/1046)) [`fbccaab`](https://redirect.github.com/sindresorhus/type-fest/commit/fbccaab) - `Split`: Add support for longer strings ([#​1042](https://redirect.github.com/sindresorhus/type-fest/issues/1042)) [`49605b9`](https://redirect.github.com/sindresorhus/type-fest/commit/49605b9) - `Get`: Optimize performance ([#​1031](https://redirect.github.com/sindresorhus/type-fest/issues/1031)) [`cfb5947`](https://redirect.github.com/sindresorhus/type-fest/commit/cfb5947) - `KeysOfUnion`: Fix assignability with `keyof` ([#​1009](https://redirect.github.com/sindresorhus/type-fest/issues/1009)) [`4789c7c`](https://redirect.github.com/sindresorhus/type-fest/commit/4789c7c) - `IsStringLiteral`: Fix instantiations with infinite string types ([#​1044](https://redirect.github.com/sindresorhus/type-fest/issues/1044)) [`e7800af`](https://redirect.github.com/sindresorhus/type-fest/commit/e7800af) - `SetRequiredDeep`: Fix handling of unions in nested keys ([#​1037](https://redirect.github.com/sindresorhus/type-fest/issues/1037)) [`bf5ce3c`](https://redirect.github.com/sindresorhus/type-fest/commit/bf5ce3c) - `StringSlice`: Fix return type when passing in non-literal ([#​1036](https://redirect.github.com/sindresorhus/type-fest/issues/1036)) [`979eccf`](https://redirect.github.com/sindresorhus/type-fest/commit/979eccf) - `Sum`/`Subtract`: Fix instantiations with unions ([#​1034](https://redirect.github.com/sindresorhus/type-fest/issues/1034)) [`69bfd51`](https://redirect.github.com/sindresorhus/type-fest/commit/69bfd51) *** </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
Issues with changes that don't modify src or test files.
dependencies
Pull requests that update a dependency file
skip visual snapshots
Pull requests that do not need visual regression testing.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.32.0
->4.33.0
Release Notes
sindresorhus/type-fest (type-fest)
v4.33.0
Compare Source
StringRepeat
: Add support for generating longer strings & fix instantiations with unions (#1046)fbccaab
Split
: Add support for longer strings (#1042)49605b9
Get
: Optimize performance (#1031)cfb5947
KeysOfUnion
: Fix assignability withkeyof
(#1009)4789c7c
IsStringLiteral
: Fix instantiations with infinite string types (#1044)e7800af
SetRequiredDeep
: Fix handling of unions in nested keys (#1037)bf5ce3c
StringSlice
: Fix return type when passing in non-literal (#1036)979eccf
Sum
/Subtract
: Fix instantiations with unions (#1034)69bfd51