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

fix TS2322 and update @typescript-eslint/* #479

Merged
merged 8 commits into from
May 7, 2023

Conversation

dimaslanjaka
Copy link
Contributor

@dimaslanjaka dimaslanjaka commented May 6, 2023

fix(ts): error TS2322

Type 'string | void | Buffer' is not assignable to type 'string'.

Type 'void' is not assignable to type 'string'.

succesful build on node 14.

dimaslanjaka@22faf4f

chore(deps-dev): update typescript-eslint/*

update dev dependencies as below list:

Type 'string | void | Buffer' is not assignable to type 'string'.

Type 'void' is not assignable to type 'string'.
@dimaslanjaka dimaslanjaka changed the title improve some fixes fix TS2322 and update @typescript-eslint/* May 6, 2023
@coveralls
Copy link

coveralls commented May 6, 2023

Coverage Status

Coverage: 84.151% (-0.06%) from 84.211% when pulling c472981 on dimaslanjaka:master into 40cdf2a on hexojs:master.

Copy link
Member

@SukkaW SukkaW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that you are using an outdated version of npm. Please upgrade to at least npm@8 and re-generate the package-lock.json

@dimaslanjaka
Copy link
Contributor Author

It seems that you are using an outdated version of npm. Please upgrade to at least npm@8 and re-generate the package-lock.json

reinstalled with npm@8 dimaslanjaka@d4f25a7

@dimaslanjaka dimaslanjaka requested a review from SukkaW May 6, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants