forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 1
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
2024.9.0으로 업그레이드 #19
Merged
HotoRas
merged 381 commits into
nekoplanet:neko
from
HotoRas:nekoplanet/2024.9.0-neko.rc
Oct 20, 2024
Merged
2024.9.0으로 업그레이드 #19
HotoRas
merged 381 commits into
nekoplanet:neko
from
HotoRas:nekoplanet/2024.9.0-neko.rc
Oct 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…v#14491) * fix(backend/antenna): report validation failure as ApiError on update * test(backend/antenna): reflect change in previous commit * fix(backend/antenna): report validation failure as ApiError on create * test(backend/antenna): reflect change in previous commit * test(backend/antenna): semi * test(backend/antenna): bring being spread parameters first in object literal * chore: add CHANGELOG entry --------- Co-authored-by: syuilo <[email protected]>
Using Reflect.defineProperty instead of Object.defineProperty gives a more consistent behavior with the rest of the modern JavaScript features.
* enhance(frontend): adminのファイルリストでセンシティブファイルに枠線を追加 * Update Changelog
…end (misskey-dev#14550) Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
알려진 버그: canEditNote 권한이 없는 사용자에게도 "Edit" 메뉴가 보이는 상태일거에요. 그 외에는 잘 작동하는것 같음
update: 2024.8.0+neko-rc -> 2024.8.0+neko-2
original-author: @canon@nekoplanet.xyz 수동 적용으로 테스트해 보시고 이상하면 말씀해주세요
* fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725) (cherry picked from commit 00fd684) * Update Changelog * ✌️ --------- Co-authored-by: Yuuki <[email protected]>
This reverts commit 0134e6e.
* add ui list * Update scratchpad.vue * experiment * design change * redesign * redesign * Update ja-JP.yml * redesign * component properties * whole json * use textarea * fix import * stringify function * Update CHANGELOG.md * UI Component Monitor -> UI Inspector * uiInspectorOpenedFlags -> uiInspectorOpenedComponents Co-authored-by: syuilo <[email protected]> * fix * change key i -> c.value.id --------- Co-authored-by: syuilo <[email protected]>
…sskeyIO#721) (misskey-dev#14568) (cherry picked from commit 47b6b97) Co-authored-by: まっちゃとーにゅ <[email protected]>
* fix(frontend): reloadAskが同時に複数実行されないように * Update Changelog * fix * フラグ解除が確実に行われるように * reloadAskを汎用化、理由を受け取るように * fix
기본 폰트를 오뮤 다예쁨체로 변경. 여기서 지원되지 않는 글리프는 기존 폰트 패밀리 (히라기노 마루 고딕, 비즈 유드고직, 로보토, 헬베티카 뉴, 아리얼, 시스템 산세리프)로 폴백 그리고 기존에 추가한 애 버그 잡았습니다
* feat: UserWebhook/SystemWebhookのテスト送信機能を追加 * fix CHANGELOG.md * 一部設定をパラメータから上書き出来るように修正 * remove async * regenerate autogen
…et/2024.9.0-neko.rc
Finalize preparing for upgrading into 2024.9.0
- Fix migration DDL
테스트 필요함 프엔 고장난 건 수요일부터 작업 들어가용
사유: 렌더링 파손 현재 조합이 가장 적정한듯
드디어 린팅이 됩니다 //tip import 오류는 이렇게: - import * as ... from "module"; -> const ... = require("module"); - import exportedMethod from "module"; -> const exportedMethod = require("module").exportedMethod; export 오류는 이렇게: - var exports = module.exports = {}; 넣어주고 - export ...에서 export를 각주 처리하고 - 선언 끝 다음 줄에 exports.(methodName) = methodName; 추가
infinitered/nsfwjs#876 (comment) |
import문에 require를 겹치는 게 됐었구나 (eslint에 금지된 거긴 한데 cjs로 임포트해야 돼서 얘 말고 답이 없음)
to 3.0.0 이래도 터지면 던진다
import from serafuku/misskey@serafuku
os.apiWithDialog(endpoint, data, token?, signal?) => Promise<(Partial<Misskey.entities.MeDetailed> | Misskey.entities.Error['error'])>에 정의되지 않은 5번째 파라미터 (async resolve result) 주입 시 오버플로우로 돌긴 하는데 그냥 Promise<any>.then()으로 하면 되지 않았냐?
LGTM이면 👍을 달아주세요 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
2024.9.0의 기능과 함께 #17 의 항목을 머지합니다.
Why
Misskey 2024.9.0 출시
Additional info (optional)
Resolves #17
Checklist