Skip to content

chore(deps): update dependency typescript to v5 #342

chore(deps): update dependency typescript to v5

chore(deps): update dependency typescript to v5 #342

Triggered via pull request March 7, 2024 09:12
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Lint: node-20, ubuntu-latest
33s
Lint: node-20, ubuntu-latest
TS-Check: node-20, ubuntu-latest
12s
TS-Check: node-20, ubuntu-latest
Matrix: create-migration-test
Matrix: unit-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: node-20, ubuntu-latest: bin/node-pg-migrate.ts#L8
Replace `default·as·migrationRunner,·Migration` with `Migration,·default·as·migrationRunner`
Lint: node-20, ubuntu-latest: src/index.ts#L2
Insert `{·default·as·PgLiteral·}·from·'./operations/PgLiteral';⏎export·`
Lint: node-20, ubuntu-latest: src/index.ts#L55
Delete `';⏎export·{·default·as·PgLiteral·}·from·'./operations/PgLiteral`
Lint: node-20, ubuntu-latest: src/operations/domains.ts#L10
Replace `CreateDomain,·DropDomain,·Alter` with `AlterDomain,·CreateDomain,·Drop`
Lint: node-20, ubuntu-latest: src/operations/operators.ts#L18
Replace `CreateOperator` with `AddToOperatorFamily`
Lint: node-20, ubuntu-latest: src/operations/operators.ts#L19
Replace `Drop` with `Create`
Lint: node-20, ubuntu-latest: src/operations/operators.ts#L21
Replace `DropOperatorClass` with `CreateOperatorFamily`
Lint: node-20, ubuntu-latest: src/operations/operators.ts#L22
Replace `RenameOperatorClass` with `DropOperator`
Lint: node-20, ubuntu-latest: src/operations/operators.ts#L23
Replace `CreateOperatorFamily` with `DropOperatorClass`
Lint: node-20, ubuntu-latest: src/operations/operators.ts#L25
Replace `AddTo` with `RemoveFrom`