-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat(ui): bump deps #679
feat(ui): bump deps #679
Conversation
我尝试在 Windows 环境下编译无法通过,有一个来自 之前的解决方法是降级到 我看到它 v3.0.0 的新版 Release notes:use get-tsconfig to replace tsconfig-paths (78a08e0) 可能换了 https://github.com/privatenumber/get-tsconfig 的 eslint-import-resolver-typescript 在 win 环境下有 bug。 暂时还没明确具体原因。但是降级到 2.7.0 就能跑了。 不知道是不是我配置的问题:https://github.com/ArtalkJS/Artalk/blob/master/ui/.eslintrc.js#L38-L47 可以帮忙看看吗,谢谢! |
fixes #674 |
ui/packages/artalk/package.json
Outdated
@@ -3,6 +3,7 @@ | |||
"version": "2.7.1", | |||
"license": "MIT", | |||
"description": "A Selfhosted Comment System", | |||
"type": "module", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this will introduce new issues in esm strict env, see my new opened discussion, a in time discussion would help.
"./dist/*": "./dist/*", | ||
"./dist/Artalk": "./dist/Artalk.js", | ||
"./dist/Artalk.es": "./dist/Artalk.es.js", | ||
"./dist/Artalk.iife": "./dist/Artalk.iife.js", | ||
"./dist/ArtalkLite": "./dist/ArtalkLite.js", | ||
"./dist/ArtalkLite.es": "./dist/ArtalkLite.es.js", | ||
"./dist/ArtalkLite.iife": "./dist/ArtalkLite.iife.js", | ||
"./dist/i18n/jp": "./dist/i18n/jp.js", | ||
"./dist/i18n/zh-TW": "./dist/i18n/zh-TW.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be removed in v3, ref in #690
cc @qwqcode |
use marked@v11, could be a possible breaking change