fix(deps): update dependency type-fest to v5.5.0#558
Open
renovate[bot] wants to merge 3 commits intomasterfrom
Open
fix(deps): update dependency type-fest to v5.5.0#558renovate[bot] wants to merge 3 commits intomasterfrom
renovate[bot] wants to merge 3 commits intomasterfrom
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
735259b to
cffc40a
Compare
cffc40a to
5eb761d
Compare
…rade Extract actor to a local variable and add explicit field pluck to findOne to avoid the overly complex union type that type-fest 5.5.0 introduced in GamePage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Use PickDeep to constrain the gameToDto parameter to only the fields it reads, and add matching pluck/projection arguments to all findOne/find call sites to avoid fetching unused fields. Also fixes a TS2590 union-too-complex build error in the game server assignment route. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Playwright test resultsDetails
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.4.4→5.5.0Release Notes
sindresorhus/type-fest (type-fest)
v5.5.0Compare Source
New types
Optional(#1374)9b52980ExcludeExactly(#1349)0f923d0ArrayLength(#1344)59bd056UnionMember(#1368)878b6dfSomeExtend(#1380)bbce298AndAll(#1383)94aa3f8OrAll(#1378)4c42d89Improvements
24be93dUnionToTuple: Fix behavior when a union member is a supertype of another (#1349)0f923d0ConditionalPickDeep: Fix returning{}instead ofneverwhen no keys match (#1360)6af847aConditionalPick: Fix returning{}instead ofneverwhen no keys match (#1359)3995003GreaterThan/LessThan/GreaterThanOrEqual/LessThanOrEqual: Fix behavior with thenumbertype (#1363)cfea505Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.