Skip to content

chore: trigger runtime release #329

chore: trigger runtime release

chore: trigger runtime release #329

GitHub Actions / TypeCheck failed Nov 13, 2024 in 0s

Errors 7

Found 7 errors

Annotations

Check failure on line 51 in .yarn/__virtual__/@atls-cli-ui-schematics-component-virtual-25ebd26655/1/cli/cli-ui-schematics-component/src/request-project-information/request-project-information.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Cannot find name 'IndicatorComponent'.

Cannot find name 'IndicatorComponent'.
Raw output
  49 |           // eslint-disable-next-line
  50 |           onSelect={(v) => setType(v.value)}
> 51 |           indicatorComponent={IndicatorComponent}
     |                               ^
  52 |         />
  53 |       </Box>
  54 |     )

Check failure on line 51 in cli/cli-ui-schematics-component/src/request-project-information/request-project-information.component.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Cannot find name 'IndicatorComponent'.

Cannot find name 'IndicatorComponent'.
Raw output
  49 |           // eslint-disable-next-line
  50 |           onSelect={(v) => setType(v.value)}
> 51 |           indicatorComponent={IndicatorComponent}
     |                               ^
  52 |         />
  53 |       </Box>
  54 |     )

Check failure on line 75 in yarn/plugin-schematics/sources/generate-project.command.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Cannot find name 'SchematicsWorker'.

Cannot find name 'SchematicsWorker'.
Raw output
  73 |     }
  74 |
> 75 |     const schematics = new SchematicsWorker(project.cwd)
     |                            ^
  76 |
  77 |     const commandReport = await StreamReport.start(
  78 |       {

Check failure on line 93 in yarn/plugin-schematics/sources/generate-project.command.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Parameter 'event' implicitly has an 'any' type.

Parameter 'event' implicitly has an 'any' type.
Raw output
  91 |             progress.end()
  92 |
> 93 |             events.forEach((event) => {
     |                             ^
  94 |               const eventPath = event.path.startsWith('/') ? event.path.slice(1) : event.path
  95 |
  96 |               if (event.kind === 'error') {

Check failure on line 122 in yarn/plugin-schematics/sources/generate-project.command.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Expected 1 arguments, but got 2.

Expected 1 arguments, but got 2.
Raw output
  120 |             progress.end()
  121 |
> 122 |             renderStatic(<ErrorInfo error={error as Error} />, process.stdout.columns - 12)
      |                                                                ^
  123 |               .split('\n')
  124 |               .forEach((line) => {
  125 |                 report.reportError(MessageName.UNNAMED, line)

Check failure on line 21 in yarn/plugin-schematics/sources/migration-up.command.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Cannot find name 'SchematicsWorker'.

Cannot find name 'SchematicsWorker'.
Raw output
  19 |     const { project, workspace } = await Project.find(configuration, this.context.cwd)
  20 |
> 21 |     const schematics = new SchematicsWorker(project.cwd)
     |                            ^
  22 |
  23 |     const commandReport = await StreamReport.start(
  24 |       {

Check failure on line 42 in yarn/plugin-schematics/sources/migration-up.command.tsx

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Parameter 'event' implicitly has an 'any' type.

Parameter 'event' implicitly has an 'any' type.
Raw output
  40 |             progress.end()
  41 |
> 42 |             events.forEach((event) => {
     |                             ^
  43 |               const eventPath = event.path.startsWith('/') ? event.path.slice(1) : event.path
  44 |
  45 |               if (event.kind === 'error') {