microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
100.16k stars 12.38k forks source link

[NewErrors] 5.4.0-dev.20231105 vs 5.2.2 #56316

Closed typescript-bot closed 10 months ago

typescript-bot commented 10 months ago

The following errors were reported by 5.4.0-dev.20231105, but not by 5.2.2 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline

This run considered 200 popular TS repos from GH (after skipping the top 0).

Successfully analyzed 116 of 200 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 2 | | Detected no interesting changes | 114 | | Git clone failed | 2 | | Package install failed | 34 | | Project-graph error in old TS | 4 | | Too many errors in old TS | 39 | | Unknown failure | 5 |

Investigation Status

Repo Errors Outcome
mattermost/focalboard 2
novuhq/novu 1
typescript-bot commented 10 months ago

mattermost/focalboard

**4 of 12 projects failed to build with the old tsc and were ignored** ### [mattermost-plugin\/webapp\/tsconfig.json](https://github.com/mattermost/focalboard/blob/28ec2b361a29b92a860f0f21fdcebbfcb528fcea/mattermost-plugin/webapp/tsconfig.json) - `error TS2741: Property 'children' is missing in type '{ onDrop: Mock; }' but required in type 'Props'.` - [webapp\/src\/components\/kanban\/kanbanColumn.test.tsx\#L12](https://github.com/mattermost/focalboard/blob/28ec2b361a29b92a860f0f21fdcebbfcb528fcea/webapp/src/components/kanban/kanbanColumn.test.tsx#L12) ### [webapp\/src\/tsconfig.json](https://github.com/mattermost/focalboard/blob/28ec2b361a29b92a860f0f21fdcebbfcb528fcea/webapp/src/tsconfig.json) - `error TS2741: Property 'children' is missing in type '{ onDrop: Mock; }' but required in type 'Props'.` - [webapp\/src\/components\/kanban\/kanbanColumn.test.tsx\#L12](https://github.com/mattermost/focalboard/blob/28ec2b361a29b92a860f0f21fdcebbfcb528fcea/webapp/src/components/kanban/kanbanColumn.test.tsx#L12)
typescript-bot commented 10 months ago

novuhq/novu

**161 of 162 projects failed to build with the old tsc and were ignored** ### [packages\/notification-center-angular\/projects\/notification-center-angular\/tsconfig.spec.json](https://github.com/novuhq/novu/blob/4c12c3429e9a565e5ca4589d49cb88a1dfe03fe1/packages/notification-center-angular/projects/notification-center-angular/tsconfig.spec.json) - `error TS7016: Could not find a declaration file for module '@novu/notification-center'. '/mnt/ts_downloads/novu/packages/notification-center/dist/cjs/index.js' implicitly has an 'any' type.` - [packages\/notification-center-angular\/projects\/notification-center-angular\/src\/lib\/notification-center.component.ts\#L2](https://github.com/novuhq/novu/blob/4c12c3429e9a565e5ca4589d49cb88a1dfe03fe1/packages/notification-center-angular/projects/notification-center-angular/src/lib/notification-center.component.ts#L2)
RyanCavanaugh commented 10 months ago

Looks correct