webhintio / hint

πŸ’‘ A hinting engine for the web

Home Page:https://webhint.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Upgrade 'latest-version' to version 7

vidorteg opened this issue Β· comments

🐞 Bug report

Description

'latest-version' > 7.0 is pure ESM so it does not work anymore with CommonJS in the way we are using it. 'tasks/get-packages.ts' needs to be migrated to ESM or a workaround should be put in place that allow 'latest-version' to be updated.

Hi, can you assign this issue to me? Thank you in advance

Hi, can you assign this issue to me? Thank you in advance

thanks for the help!

Is this is issue is open

Still have this on my radar just have been very busy lately.

@vidorteg I would like to work on this

`

🐞 Bug report

Description

'latest-version' > 7.0 is pure ESM so it does not work anymore with CommonJS in the way we are using it. 'tasks/get-packages.ts' needs to be migrated to ESM or a workaround should be put in place that allow 'latest-version' to be updated.