fix(deps): update all non-major dependencies #909
continuous-integration.yml
on: pull_request
Unit Tests
0s
Linting
28s
Compile source code
25s
Upload coverage report to codecov
0s
Annotations
8 errors
Unit Tests
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: a8a3f3ad30e3422c9c7b888a15615d19a852ae32`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Compile source code:
src/lib/resolvers/hyperlink.ts#L7
Type 'Ok<URL, unknown> | Err<Identifiers.ArgumentHyperlinkError, URL>' is not assignable to type 'Result<URL, Identifiers.ArgumentHyperlinkError, boolean>'.
|
Compile source code
Process completed with exit code 1.
|
Linting:
src/lib/structures/command.ts#L120
Replace `defaultCooldown?.limit·??·1` with `(defaultCooldown?.limit·??·1)`
|
Linting:
src/lib/structures/command.ts#L121
Replace `defaultCooldown?.delay·??·0` with `(defaultCooldown?.delay·??·0)`
|
Linting:
src/lib/structures/listener.ts#L36
Insert `(`
|
Linting:
src/lib/structures/listener.ts#L38
Insert `)`
|
Linting
Process completed with exit code 1.
|