Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to [email protected] #126

Closed
NatoBoram opened this issue Dec 9, 2023 · 0 comments · Fixed by #127
Closed

Upgrade to [email protected] #126

NatoBoram opened this issue Dec 9, 2023 · 0 comments · Fixed by #127
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@NatoBoram
Copy link
Owner

NatoBoram commented Dec 9, 2023

/home/nato/Code/github.com/NatoBoram/Leanish/src/lib/buttons/MarkPostAsReadButton.svelte
  38:4  error  Unsafe assignment of an `any` value  @typescript-eslint/no-unsafe-assignment

/home/nato/Code/github.com/NatoBoram/Leanish/src/lib/person/PersonCard.svelte
  75:51  error  Unsafe argument of type `any` assigned to a parameter of type `number`  @typescript-eslint/no-unsafe-argument
  79:51  error  Unsafe argument of type `any` assigned to a parameter of type `number`  @typescript-eslint/no-unsafe-argument
  84:22  error  Unsafe argument of type `any` assigned to a parameter of type `number`  @typescript-eslint/no-unsafe-argument

/home/nato/Code/github.com/NatoBoram/Leanish/src/routes/[site]/post/[post]/+page.svelte
  58:30  error  Unsafe member access .success on an `any` value  @typescript-eslint/no-unsafe-member-access

 5 problems (5 errors, 0 warnings)
@NatoBoram NatoBoram added the dependencies Pull requests that update a dependency file label Dec 9, 2023
@NatoBoram NatoBoram self-assigned this Dec 9, 2023
@NatoBoram NatoBoram moved this to Done in Leanish Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant