chore(deps): update dependency typescript to v5 #371
Annotations
10 errors
Lint:
bin/node-pg-migrate.ts#L8
Replace `default·as·migrationRunner,·Migration` with `Migration,·default·as·migrationRunner`
|
Lint:
src/index.ts#L2
Insert `{·default·as·PgLiteral·}·from·'./operations/PgLiteral';⏎export·`
|
Lint:
src/index.ts#L55
Delete `';⏎export·{·default·as·PgLiteral·}·from·'./operations/PgLiteral`
|
Lint:
src/operations/domains.ts#L10
Replace `CreateDomain,·DropDomain,·Alter` with `AlterDomain,·CreateDomain,·Drop`
|
Lint:
src/operations/operators.ts#L18
Replace `CreateOperator` with `AddToOperatorFamily`
|
Lint:
src/operations/operators.ts#L19
Replace `Drop` with `Create`
|
Lint:
src/operations/operators.ts#L21
Replace `DropOperatorClass` with `CreateOperatorFamily`
|
Lint:
src/operations/operators.ts#L22
Replace `RenameOperatorClass` with `DropOperator`
|
Lint:
src/operations/operators.ts#L23
Replace `CreateOperatorFamily` with `DropOperatorClass`
|
Lint:
src/operations/operators.ts#L25
Replace `AddTo` with `RemoveFrom`
|
Loading