feat: Migrate to hey-api#204
Merged
Merged
Conversation
# Conflicts: # package.json # pnpm-lock.yaml # src/lib/components/Table/ColumnUtils.ts # src/routes/(app)/hubs/[hubId=guid]/update/+page.svelte # src/routes/(app)/settings/api-tokens/dialog-token-create.svelte # src/routes/(app)/shares/public/dialog-publicshare-create.svelte # src/routes/(meta)/sitemap.xml/+server.ts # src/routes/terminal/SerialTerminal.svelte
…oral and datetime-local input
- Fix RateLimitError.name ('ResponseError' → 'RateLimitError'); widen
base ResponseError.name to string so the subclass override type-checks
- Remove unreachable null guards for non-nullable envelope data fields
(LcgResponse.data, StatsResponse.data); keep guards where data is
genuinely nullable (DeviceWithShockersResponse, OwnerShockerResponse)
- Simplify nullable-data guards to drop unused message interpolation
- Restore DateTimePicker in ExpirationPicker (replaces bare datetime-local
input); convert ZonedDateTime → Temporal.Instant inline without the
removed instantFromDate helper
- Extend Date→Temporal.Instant regex in regenerate-api.js to cover
Date[] and Array<Date> patterns (add [ and > to lookahead set)
- Fix '$lib/api/index.js' import path → '$lib/api' in shockers/logs page
- Restore missing blank lines after import blocks in comparers and
backend-metadata-state
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.
No description provided.