You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#764) 2f4b55a
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
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.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.10.3
chore(Renovate): ⬆️ Update dependency type-fest to v4.11.0Mar 7, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.11.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.11.1Mar 8, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.11.1
chore(Renovate): ⬆️ Update dependency type-fest to v4.12.0Mar 11, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.12.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.13.0Mar 22, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.13.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.13.1Mar 23, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.13.1
chore(Renovate): ⬆️ Update dependency type-fest to v4.14.0Mar 27, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.14.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.15.0Apr 6, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.15.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.16.0Apr 25, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.16.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.17.0Apr 27, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.17.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.0May 2, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.1May 4, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.1
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.2May 9, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.2
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.3May 28, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.18.3
chore(Renovate): ⬆️ Update dependency type-fest to v4.19.0Jun 7, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.19.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.20.0Jun 10, 2024
renovateBot
changed the title
chore(Renovate): ⬆️ Update dependency type-fest to v4.20.0
chore(Renovate): ⬆️ Update dependency type-fest to v4.20.1Jun 18, 2024
This file contains hidden or 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
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.10.2->4.20.1Release Notes
sindresorhus/type-fest (type-fest)
v4.20.1Compare Source
Schema: Fix handling of arrays (#887)c570ec2Paths: Prevent infinite recursion (#891)7d4e875v4.20.0Compare Source
SimplifyDeep: Support array (#888)a6ab051IsLiteral: Returnfalsefor tagged types (#886)587380cv4.19.0Compare Source
SimplifyDeeptype (#882)3a04fcfv4.18.3Compare Source
ConditionalKeys: Fix filtering out never type (#881)863511dv4.18.2Compare Source
CamelCasedPropertiesDeep: Fix tuple being incorrectly turned into array (#818)4e7bb18v4.18.1Compare Source
v4.18.0Compare Source
New types
Or909c38eAnd9d628aaImprovements
TsConfigJson: Addpreservemodule type andES2022lib types (#874)7096613Opaque: Mark as deprecated (#867)ef7b580UnwrapOpaque: Mark as deprecated (#867)ef7b580v4.17.0Compare Source
v4.16.0Compare Source
New types
IsIntegerIsFloatFixes
Integer: Fix handling of some edge-cases (#857)f5b09deFloat: Fix handling of some edge-cases (#857)f5b09dev4.15.0Compare Source
New types
SingleKeyObject(#849)fa1c3f3IfEmptyObject(#849)fa1c3f3Fixes
ConditionalKeys: Fix TypeScript 5.4 compatibility (#852)0fb2d62WritableDeep: Fix TypeScript 5.4 compatibility (#839)2878773ReadonlyDeep: Fix TypeScript 5.4 compatibility (#839)2878773v4.14.0Compare Source
DistributedPicktype (#841)fa4099cv4.13.1Compare Source
SetParameterType: Properly fix compatibility with TypeScript 5.4 (#836)a186adbv4.13.0Compare Source
New types
DistributedOmit(#820)bc49577Improvements
ArraySlice: Support array spread (#832)d2d0d01Fixes
SetParameterType: Fix compatibility with TypeScript 5.4 (#835)2bc451eOmitDeep: Fix handling for when the given path is not matched (#834)4f14bffv4.12.0Compare Source
New types
ArraySliceStringSliceIsNegativeGreaterThanGreaterThanOrEqualLessThanLessThanOrEqualSumSubtractv4.11.1Compare Source
OmitDeep: Fix internally imported type (#824)2061925v4.11.0Compare Source
New types
OmitDeep(#816)0e196aaArraySplice(#816)0e196aaImprovements
Tagged: Add metadata support (#723)3ec8dbav4.10.3Compare Source
PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#764)2f4b55aConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.