Skip to content

feat/bump-hyperion #378

feat/bump-hyperion

feat/bump-hyperion #378

GitHub Actions / TypeCheck failed Dec 9, 2024 in 0s

Errors 1476

Found 1476 errors

Annotations

Check failure on line 22 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'string[]' is not assignable to type 'MaxWidth | undefined'.

Type 'string[]' is not assignable to type 'MaxWidth | undefined'.
Raw output
  20 |
  21 |   return (
> 22 |     <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
     |          ^
  23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  24 |       <Column width='100%' height='auto'>
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />

Check failure on line 22 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  20 |
  21 |   return (
> 22 |     <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
     |                                                                          ^
  23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  24 |       <Column width='100%' height='auto'>
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />

Check failure on line 22 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  20 |
  21 |   return (
> 22 |     <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
     |                                                                              ^
  23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  24 |       <Column width='100%' height='auto'>
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />

Check failure on line 22 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  20 |
  21 |   return (
> 22 |     <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
     |                                                                                  ^
  23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  24 |       <Column width='100%' height='auto'>
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />

Check failure on line 23 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  21 |   return (
  22 |     <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
> 23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                           ^
  24 |       <Column width='100%' height='auto'>
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
  26 |         <Layout>

Check failure on line 23 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  21 |   return (
  22 |     <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
> 23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                               ^
  24 |       <Column width='100%' height='auto'>
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
  26 |         <Layout>

Check failure on line 23 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  21 |   return (
  22 |     <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
> 23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                                   ^
  24 |       <Column width='100%' height='auto'>
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
  26 |         <Layout>

Check failure on line 25 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  24 |       <Column width='100%' height='auto'>
> 25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
     |                             ^
  26 |         <Layout>
  27 |           <Text fontWeight='bold' fontSize='extra'>
  28 |             {titlePage}

Check failure on line 25 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  24 |       <Column width='100%' height='auto'>
> 25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
     |                                 ^
  26 |         <Layout>
  27 |           <Text fontWeight='bold' fontSize='extra'>
  28 |             {titlePage}

Check failure on line 25 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  23 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  24 |       <Column width='100%' height='auto'>
> 25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
     |                                     ^
  26 |         <Layout>
  27 |           <Text fontWeight='bold' fontSize='extra'>
  28 |             {titlePage}

Check failure on line 27 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type '"bold"' is not assignable to type '"$bold" | "$medium" | "$inherit" | "$regular" | "$light" | undefined'. Did you mean '"$bold"'?

Type '"bold"' is not assignable to type '"$bold" | "$medium" | "$inherit" | "$regular" | "$light" | undefined'. Did you mean '"$bold"'?
Raw output
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
  26 |         <Layout>
> 27 |           <Text fontWeight='bold' fontSize='extra'>
     |                 ^
  28 |             {titlePage}
  29 |           </Text>
  30 |         </Layout>

Check failure on line 27 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type '"extra"' is not assignable to type '"$medium" | "$inherit" | "$regular" | "$big" | "$small" | "$max" | "$large" | "$semiTiny" | "$semiSmall" | "$tiny" | "$semiMicro" | "$micro" | "$semiBold" | "$middling" | "$semiRegular" | ... 16 more ... | undefined'. Did you mean '"$extra"'?

Type '"extra"' is not assignable to type '"$medium" | "$inherit" | "$regular" | "$big" | "$small" | "$max" | "$large" | "$semiTiny" | "$semiSmall" | "$tiny" | "$semiMicro" | "$micro" | "$semiBold" | "$middling" | "$semiRegular" | ... 16 more ... | undefined'. Did you mean '"$extra"'?
Raw output
  25 |         <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
  26 |         <Layout>
> 27 |           <Text fontWeight='bold' fontSize='extra'>
     |                                   ^
  28 |             {titlePage}
  29 |           </Text>
  30 |         </Layout>

Check failure on line 33 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type '{ children: Element; key: string; path: string; }' is not assignable to type 'IntrinsicAttributes'.

Type '{ children: Element; key: string; path: string; }' is not assignable to type 'IntrinsicAttributes'.
  Property 'children' does not exist on type 'IntrinsicAttributes'.
Raw output
  31 |         <Row justifyContent='space-between' flexWrap='wrap'>
  32 |           {postsData.map(({ uri, title, date, excerpt, featuredImage }) => (
> 33 |             <NextLink key={uri} path={uri}>
     |              ^
  34 |               <Article title={title} date={date} excerpt={excerpt} featuredImage={featuredImage} />
  35 |             </NextLink>
  36 |           ))}

Check failure on line 38 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  36 |           ))}
  37 |         </Row>
> 38 |         <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                             ^
  39 |       </Column>
  40 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  41 |     </Box>

Check failure on line 38 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  36 |           ))}
  37 |         </Row>
> 38 |         <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                                 ^
  39 |       </Column>
  40 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  41 |     </Box>

Check failure on line 38 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  36 |           ))}
  37 |         </Row>
> 38 |         <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                                     ^
  39 |       </Column>
  40 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  41 |     </Box>

Check failure on line 40 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  38 |         <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  39 |       </Column>
> 40 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                           ^
  41 |     </Box>
  42 |   )
  43 | })

Check failure on line 40 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  38 |         <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  39 |       </Column>
> 40 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                               ^
  41 |     </Box>
  42 |   )
  43 | })

Check failure on line 40 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/all-articles.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  38 |         <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
  39 |       </Column>
> 40 |       <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
     |                                   ^
  41 |     </Box>
  42 |   )
  43 | })

Check failure on line 23 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/article/article.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  21 |   return (
  22 |     <Box
> 23 |       width={['100%', '100%', 405]}
     |                               ^
  24 |       // @ts-expect-error
  25 |       cursor='pointer'
  26 |     >

Check failure on line 24 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/article/article.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Unused '@ts-expect-error' directive.

Unused '@ts-expect-error' directive.
Raw output
  22 |     <Box
  23 |       width={['100%', '100%', 405]}
> 24 |       // @ts-expect-error
     |       ^
  25 |       cursor='pointer'
  26 |     >
  27 |       <Column width='100%' {...hoverProps}>

Check failure on line 28 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/article/article.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  26 |     >
  27 |       <Column width='100%' {...hoverProps}>
> 28 |         <Layout flexBasis={[32, 32, 48]} />
     |                             ^
  29 |         <Box width='100%' height={[224, 224, 260]}>
  30 |           <ImageBlock
  31 |             width={405}

Check failure on line 28 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/article/article.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  26 |     >
  27 |       <Column width='100%' {...hoverProps}>
> 28 |         <Layout flexBasis={[32, 32, 48]} />
     |                                 ^
  29 |         <Box width='100%' height={[224, 224, 260]}>
  30 |           <ImageBlock
  31 |             width={405}

Check failure on line 28 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/article/article.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  26 |     >
  27 |       <Column width='100%' {...hoverProps}>
> 28 |         <Layout flexBasis={[32, 32, 48]} />
     |                                     ^
  29 |         <Box width='100%' height={[224, 224, 260]}>
  30 |           <ImageBlock
  31 |             width={405}

Check failure on line 29 in .yarn/__virtual__/@blog-articles-fragment-virtual-7275470f82/1/blog/fragments/articles-fragment/src/all-articles/article/article.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Type 'number' is not assignable to type 'string'.

Type 'number' is not assignable to type 'string'.
Raw output
  27 |       <Column width='100%' {...hoverProps}>
  28 |         <Layout flexBasis={[32, 32, 48]} />
> 29 |         <Box width='100%' height={[224, 224, 260]}>
     |                                    ^
  30 |           <ImageBlock
  31 |             width={405}
  32 |             height={260}