deps #44
Annotations
10 errors and 2 warnings
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/app.ts#L15
Definition for rule 'node/no-extraneous-import' was not found
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/bin/owl-bot.ts#L33
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
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/copy-code.ts#L839
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
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/copy-code.ts#L1070
The 'fs.rmSync' is not supported until Node.js 14.14.0. The configured version range is '>=14.0.0'
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/core.ts#L23
Definition for rule 'node/no-extraneous-import' was not found
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/core.ts#L25
Definition for rule 'node/no-extraneous-import' was not found
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/fetch-configs.ts#L44
The 'fs.rmSync' is not supported until Node.js 14.14.0. The configured version range is '>=14.0.0'
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/handlers.ts#L21
Definition for rule 'node/no-extraneous-import' was not found
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/handlers.ts#L212
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
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/src/handlers.ts#L219
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
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run ./scripts/update-dependencies.sh packages/owl-bot:
packages/owl-bot/test/fake-octokit.ts#L58
'search' is defined but never used
|
Loading