build(deps-dev): bump sass-loader from 10.2.0 to 13.2.0 #299
Check Run Reporter / Unit Tests
succeeded
Jan 25, 2024 in 2s
61 tests / No failures
Passed
61 tests passed
- ArrayTemplate
- ✅ infers types for contrived objects
- ✅ descends and still infers types
- ✅ descends and still infers types when fields are optional
- ✅ descends and still infers types when fields are maybed
- ✅ infers types for real-world examples
- ConnectionTable
- ✅ infers types for contrived objects
- ✅ descends and still infers types
- ✅ descends and still infers types when fields are optional
- ✅ descends and still infers types when fields are maybed
- ✅ infers types for real-world examples
- ConnectionTemplate
- ✅ infers types for contrived objects
- ✅ descends and still infers types
- ✅ descends and still infers types when fields are optional
- ✅ descends and still infers types when fields are maybed
- ✅ infers types for real-world examples
- makeOffsetHref()
- ✅ generates an href
- ✅ preserves the leading slash
- ✅ preserves the trailing slash
- makeRelayHref()
- ✅ generates an href
- ✅ preserves the leading slash
- ✅ preserves the trailing slash
- makeSimpleHref()
- ✅ generates an href
- ✅ preserves the leading slash
- ✅ preserves the trailing slash
- primitives
- <Section/>
- ✅ manages the outline level so we don't have to
- ✅ allows resetting the style level
- ✅ doesn't allow setting the style level higher than the current level
- <Section/>
- ArrayTable
- ✅ infers types for contrived objects
- ✅ descends and still infers types
- ✅ descends and still infers types when fields are optional
- ✅ descends and still infers types when fields are maybed
- ✅ infers types for real-world examples
- useRelativeDateFormatter()
- ✅ creates a relative date formatter that formats a date in the future
- ✅ creates a relative date formatter that formats a date in the past
- ObjectTemplate
- ✅ infers types for contrived objects
- ✅ descends and still infers types
- ✅ infers types for real-world examples
- ObjectDescription
- ✅ infers types for contrived objects
- ✅ descends and still infers types
- ✅ infers types for real-world examples
- useDurationFormatter()
- ✅ creates a date formatter that formats a duration in milliseconds
- ✅ creates a date formatter that formats a duration string
- useNumberFormatter()
- ✅ creates a number formatter
- ✅ creates a number formatter configured by the context
- Card
- ✅ is a section
- ✅ wraps body in a second section when a header is provided
- Card.Header
- ✅ is automatically a heading
- useDateFormatter()
- ✅ creates a date formatter that formats a date
- ✅ creates a date formatter that formats a date string
- ✅ creates a date formatter that formats an epoch date
- useByteFormatter()
- ✅ creates a byte formatter that formats bytes
- ✅ creates a byte formatter that formats kilobytes
- ✅ creates a byte formatter that formats megabytes
- wrapWithClasses()
- ✅ wraps an HTML tag with a class
- ✅ wraps an already-wrapped Component with a class
- useBooleanFormatter()
- ✅ creates a boolean formatter that formats a boolean
- useCurrencyFormatter()
- ✅ creates a currency formatter
- usePercentFormatter()
- ✅ creates a percent formatter
- useObjectFormatter()
- ✅ creates an object formatter that formats an object
- useNullFormatter()
- ✅ creates a null formatter that formats a null value
- Pager
- ✅ infers types for real-world examples
Loading