fix(deps): update dependency chokidar to v4 #279
Annotations
2 errors and 2 warnings
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
src/commands/typegen/__tests__/generate.test.ts#L271
AssertionError: expected '' to match 'add: src/0.371654102028272981file.ts'
- Expected
+ Received
- add: src/0.371654102028272981file.ts
❯ expect src/commands/typegen/__tests__/generate.test.ts:271:26
❯ assertExpectation src/utils/test/testLongRunning.ts:57:13
❯ Timeout._onTimeout src/utils/test/testLongRunning.ts:64:34
|
|
Lint:
src/readConfig.ts#L40
Caution: `json5` also has a named export `parse`. Check if you meant to write `import {parse} from 'json5'` instead
|
|
Lint:
src/actions/typegenWatch.ts#L118
Caution: `chokidar` also has a named export `watch`. Check if you meant to write `import {watch} from 'chokidar'` instead
|
Loading