Skip to content
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
merged 381 commits into from
Oct 20, 2024

Conversation

HotoRas
Copy link

@HotoRas HotoRas commented Sep 30, 2024

What

2024.9.0의 기능과 함께 #17 의 항목을 머지합니다.

Why

Misskey 2024.9.0 출시

Additional info (optional)

Resolves #17

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests
  • (If possible) Upload docker image

KisaragiEffective and others added 30 commits September 15, 2024 15:13
…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]>
MkMisskeyFlavoredMarkdown -> MkMfm
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]>
* fix(frontend): reloadAskが同時に複数実行されないように

* Update Changelog

* fix

* フラグ解除が確実に行われるように

* reloadAskを汎用化、理由を受け取るように

* fix
기본 폰트를 오뮤 다예쁨체로 변경. 여기서 지원되지 않는 글리프는 기존 폰트 패밀리 (히라기노 마루 고딕, 비즈 유드고직, 로보토, 헬베티카 뉴, 아리얼, 시스템 산세리프)로 폴백

그리고 기존에 추가한 애 버그 잡았습니다
* feat: UserWebhook/SystemWebhookのテスト送信機能を追加

* fix CHANGELOG.md

* 一部設定をパラメータから上書き出来るように修正

* remove async

* regenerate autogen
seojangho and others added 10 commits September 30, 2024 23:32
- 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; 추가
@HotoRas
Copy link
Author

HotoRas commented Oct 9, 2024

infinitered/nsfwjs#876 (comment)
얘 땜에 죽겠어요

import문에 require를 겹치는 게 됐었구나
(eslint에 금지된 거긴 한데 cjs로 임포트해야 돼서 얘 말고 답이 없음)
to 3.0.0
이래도 터지면 던진다
os.apiWithDialog(endpoint, data, token?, signal?) => Promise<(Partial<Misskey.entities.MeDetailed> | Misskey.entities.Error['error'])>에 정의되지 않은 5번째 파라미터 (async resolve result) 주입 시 오버플로우로 돌긴 하는데
그냥 Promise<any>.then()으로 하면 되지 않았냐?
@HotoRas
Copy link
Author

HotoRas commented Oct 19, 2024

LGTM이면 👍을 달아주세요
3표 이상이면 머지하겠습니다

@HotoRas HotoRas merged commit 1ea62fd into nekoplanet:neko Oct 20, 2024
21 of 24 checks passed
@HotoRas HotoRas deleted the nekoplanet/2024.9.0-neko.rc branch October 20, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.