-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Release: 13.7.2 #10035
Release: 13.7.2 #10035
Conversation
Windowsだとエラーが出るため
* feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更
* feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict
Codecov Report
@@ Coverage Diff @@
## master #10035 +/- ##
=======================================
Coverage 24.60% 24.60%
=======================================
Files 705 705
Lines 65212 65212
Branches 2297 2297
=======================================
+ Hits 16045 16047 +2
+ Misses 49167 49165 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
CHANGELOGがねぇ |
192.pngと512.pngってもうちょっと圧縮できないかしら |
PNGGauntlet通したらそれぞれ26kbと162kbにはなった |
品質に問題がなければ圧縮の方がいいかも |
strategy: | ||
matrix: | ||
workspace: | ||
- backend |
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.
ここswとfrontendがないですが🤔🤔🤔
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.
リリース通るために外したのでしょうか(なんかだめな気がしますが、まあ理解はできます)
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.
frontendは性質上型を付けるのが難しい場合が非常に多いので除外してます
* ci: swcにしたためtypecheckは別途実施 * 🎨 * Update package.json * マイグレーションが失敗することがあるのを修正 * refactor ci * use tsc for build Windowsだとエラーが出るため * feat: swc build in windows (misskey-dev#10032) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * use swc * chore(client): tweak custom emoji size * enhance: make pwa icon maskable (misskey-dev#10033) * 🎨 * feat(server): add @swc/core-android-arm64 to optional (misskey-dev#10034) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict * Update package.json * chore(backend): fix indent * Update CHANGELOG.md * compress png --------- Co-authored-by: CaffeinePower <[email protected]> Co-authored-by: Shogo Sensui <[email protected]> Co-authored-by: tamaina <[email protected]>
What
Why
Additional info (optional)