Skip to content
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

[NewErrors] 5.5.0-dev.20240225 vs 5.3.3 #57534

Closed
typescript-bot opened this issue Feb 25, 2024 · 14 comments
Closed

[NewErrors] 5.5.0-dev.20240225 vs 5.3.3 #57534

typescript-bot opened this issue Feb 25, 2024 · 14 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 5.5.0-dev.20240225, but not by 5.3.3
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 12
Detected no interesting changes 104
Git clone failed 3
Package install failed 35
Project-graph error in old TS 5
Too many errors in old TS 35
Unknown failure 6

Investigation Status

Repo Errors Outcome
BuilderIO/qwik 1
drizzle-team/drizzle-orm 11
heyxyz/hey 3
lyswhut/lx-music-desktop 1
outline/outline 1
pixijs/pixijs 2
quilljs/quill 2
react-hook-form/react-hook-form 1
reduxjs/reselect 5
refined-github/refined-github 5
t3-oss/create-t3-app 1
vuejs/core 3
@typescript-bot
Copy link
Collaborator Author

BuilderIO/qwik

10 of 11 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

drizzle-team/drizzle-orm

18 of 25 projects failed to build with the old tsc and were ignored

drizzle-orm/tests/tsconfig.json

  • error TS2345: Argument of type 'SQLiteD1Session<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.
  • error TS2345: Argument of type 'LibSQLSession<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.

drizzle-orm/tsconfig.dts.json

  • error TS2345: Argument of type 'SQLiteD1Session<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.
  • error TS2345: Argument of type 'LibSQLSession<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.

drizzle-orm/tsconfig.json

  • error TS2345: Argument of type 'SQLiteD1Session<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.
  • error TS2345: Argument of type 'LibSQLSession<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.

drizzle-orm/type-tests/tsconfig.json

  • error TS2345: Argument of type 'SQLiteD1Session<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.
  • error TS2345: Argument of type 'LibSQLSession<TSchema, ExtractTablesWithRelations<TSchema>>' is not assignable to parameter of type 'SQLiteSession<"async", unknown, Record<string, unknown>, TablesRelationalConfig>'.
  • error TS2345: Argument of type 'Omit<MySqlSelectBase<"new_yorkers", { userId: MySqlColumn<{ name: "id"; tableName: "new_yorkers"; dataType: "number"; columnType: "MySqlSerial"; data: number; driverParam: number; notNull: true; hasDefault: true; enumValues: undefined; baseColumn: never; }, object>; cityId: MySqlColumn<{ name: "id"; tableName: "new_yorkers"; dataType: "number"; columnType: "MySqlSerial"; data: number; driverParam: number; notNull: false; hasDefault: true; enumValues: undefined; baseColumn: never; }, object>; }, "partial", MySql2PreparedQueryHKT, never, false, never, never[], { userId: never; cityId: never; }>, never>' is not assignable to parameter of type 'never'.
  • error TS2345: Argument of type 'Omit<PgSelectBase<"new_yorkers", { userId: PgColumn<{ name: "id"; tableName: "new_yorkers"; dataType: "number"; columnType: "PgSerial"; data: number; driverParam: number; notNull: true; hasDefault: true; enumValues: undefined; baseColumn: never; }, {}, {}>; cityId: PgColumn<{ name: "id"; tableName: "new_yorkers"; dataType: "number"; columnType: "PgSerial"; data: number; driverParam: number; notNull: false; hasDefault: true; enumValues: undefined; baseColumn: never; }, {}, {}>; }, "partial", never, false, never, never[], { userId: never; cityId: never; }>, never>' is not assignable to parameter of type 'never'.
  • error TS2345: Argument of type 'Omit<SQLiteSelectBase<"new_yorkers", "sync", RunResult, { userId: SQLiteColumn<{ name: "id"; tableName: "new_yorkers"; dataType: "number"; columnType: "SQLiteInteger"; data: number; driverParam: number; notNull: true; hasDefault: true; enumValues: undefined; baseColumn: never; }, object>; cityId: SQLiteColumn<{ name: "id"; tableName: "new_yorkers"; dataType: "number"; columnType: "SQLiteInteger"; data: number; driverParam: number; notNull: false; hasDefault: true; enumValues: undefined; baseColumn: never; }, object>; }, "partial", never, false, never, never[], { userId: never; cityId: never; }>, never>' is not assignable to parameter of type 'never'.

@typescript-bot
Copy link
Collaborator Author

heyxyz/hey

2 of 13 projects failed to build with the old tsc and were ignored

apps/web/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

lyswhut/lx-music-desktop

1 of 6 projects failed to build with the old tsc and were ignored

src/renderer/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

outline/outline

tsconfig.json

  • error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

pixijs/pixijs

tsconfig.json

tsconfig.types.json

@typescript-bot
Copy link
Collaborator Author

react-hook-form/react-hook-form

2 of 3 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

reduxjs/reselect

docs/examples/tsconfig.json

test/tsconfig.json

tsconfig.json

type-tests/tsconfig.json

typescript_test/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

refined-github/refined-github

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

t3-oss/create-t3-app

1 of 6 projects failed to build with the old tsc and were ignored

www/tsconfig.json

  • error TS5102: Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

vuejs/core

1 of 3 projects failed to build with the old tsc and were ignored

tsconfig.build.json

tsconfig.json

@RyanCavanaugh
Copy link
Member

FYI @tommoor via outline/outline#5506

@RyanCavanaugh
Copy link
Member

create-t3-app is broken because it used an astro preset that enabled ignoreDeprecations (!!!!!!!!!!), which has thankfully been fixed at withastro/astro#7785 . No action needed except to maybe yell at people who put this in a base config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants