Bump mysql2 from 2.3.3 to 3.9.8 #34
Annotations
7 errors and 1 warning
src/mysql-driver.ts#L42
Conversion of type 'Connection' to type 'MysqlPoolConnection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
src/mysql-driver.ts#L68
Argument of type 'MysqlPoolConnection' is not assignable to parameter of type 'Connection'.
|
src/mysql-raw-connection.ts#L35
Argument of type 'QueryResult' is not assignable to parameter of type 'OkPacket | ResultSetHeader | RowDataPacket[] | RowDataPacket[][] | OkPacket[]'.
|
src/mysql-raw-connection.ts#L43
Argument of type 'QueryResult' is not assignable to parameter of type 'OkPacket | ResultSetHeader | RowDataPacket[] | RowDataPacket[][] | OkPacket[]'.
|
src/mysql-raw-connection.ts#L50
Argument of type 'QueryResult' is not assignable to parameter of type 'OkPacket | ResultSetHeader | RowDataPacket[] | RowDataPacket[][] | OkPacket[]'.
|
src/types/index.ts#L22
Interface 'MysqlPoolConnection' incorrectly extends interface 'Connection'.
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading