Skip to content

chore: update eslint to v10 and fix linting errors - #1174

Merged
czosel merged 3 commits into
mainfrom
update-deps-02-26
Feb 19, 2026
Merged

chore: update eslint to v10 and fix linting errors#1174
czosel merged 3 commits into
mainfrom
update-deps-02-26

Conversation

@czosel

@czosel czosel commented Feb 18, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@czosel

czosel commented Feb 18, 2026

Copy link
Copy Markdown
Collaborator Author

Phew, I'm at a loss with the typescript errors in CI. Example:

node_modules/@types/node/http.d.ts:2163:39 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?

2163     const MessageEvent: typeof import("undici-types").MessageEvent;

Do we have to refactor to ES modules so we can set typescripts moduleresolution to nodenext?

cc @cseufert

@czosel czosel changed the title chore: update depdencies chore: update eslint to v10 and fix linting errors Feb 18, 2026
@cseufert

Copy link
Copy Markdown
Collaborator

Those errors are not types from our project, I have added --skipLibCheck to tsc command, which will prevent tsc from checking node_modules dir files

@czosel

czosel commented Feb 19, 2026

Copy link
Copy Markdown
Collaborator Author

Ahh, that makes a lot of sense. Thanks!

@czosel
czosel merged commit ec7685e into main Feb 19, 2026
6 checks passed
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.

2 participants