chore!: Upgrade to Node version 18 #843
Annotations
10 errors and 10 warnings
lint:
src/operation.ts#L109
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/operation.ts#L128
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/service-object.ts#L411
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/util.ts#L799
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
test/service-object.ts#L433
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
test/service-object.ts#L452
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
test/service-object.ts#L471
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
test/service-object.ts#L482
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
test/service-object.ts#L491
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
test/service-object.ts#L669
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/service-object.ts#L119
'T' is defined but never used
|
lint:
src/service-object.ts#L319
Unexpected any. Specify a different type
|
lint:
src/service-object.ts#L577
Unexpected any. Specify a different type
|
lint:
src/service.ts#L108
Unexpected any. Specify a different type
|
lint:
src/service.ts#L231
Unexpected any. Specify a different type
|
lint:
src/service.ts#L231
Unexpected any. Specify a different type
|
lint:
test/service-object.ts#L301
Unexpected any. Specify a different type
|
lint:
test/service-object.ts#L316
Unexpected any. Specify a different type
|
lint:
test/service-object.ts#L347
Unexpected any. Specify a different type
|
lint:
test/service-object.ts#L387
Unexpected any. Specify a different type
|