Skip to content

feat(eslint): deprecation rule #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 20, 2024

feat(eslint): bump dependencies

8a7f27c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat(eslint): deprecation rule #458

feat(eslint): bump dependencies
8a7f27c
Select commit
Loading
Failed to load commit list.
GitHub Actions / TypeCheck failed Dec 20, 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') {