chore(deps): update dependency typescript to v5 #342
ci.yml
on: pull_request
Lint: node-20, ubuntu-latest
33s
TS-Check: node-20, ubuntu-latest
12s
Matrix: create-migration-test
Matrix: unit-test
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`
|