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

Merge upstream 31 #272

Merged
merged 32 commits into from
Feb 15, 2025
Merged

Merge upstream 31 #272

merged 32 commits into from
Feb 15, 2025

Conversation

kakkokari-gtyih
Copy link

What

Why

Additional info (optional)

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

zyoshoka and others added 13 commits February 9, 2025 07:17
* feat: アクセストークン発行時に通知するように (misskey-dev#13353)

* fix: 不要な翻訳を削除/インデントを揃えるように

* chore(backend): 不要なawaitを削除

* chore: changelogへ追加
* fix(frontend): 埋め込みiframeから外部ページに移動できない問題を修正

* Update Changelog
…isskey-dev#15460)

* enhance(frontend): ノートに埋め込まれたメディアのコンテキストメニューから管理者用のファイル管理画面を開けるように

* fix icon

* fix menu

---------

Co-authored-by: syuilo <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: おさむのひと <[email protected]>
Copy link

github-actions bot commented Feb 14, 2025

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -9993,7 +9993,12 @@
                       ]
                     },
                     "federation": {
-                      "type": "string"
+                      "type": "string",
+                      "enum": [
+                        "all",
+                        "specified",
+                        "none"
+                      ]
                     },
                     "federationHosts": {
                       "type": "array",
@@ -51174,6 +51179,7 @@
                         "achievementEarned",
                         "exportCompleted",
                         "login",
+                        "createToken",
                         "app",
                         "test",
                         "pollVote",
@@ -51200,6 +51206,7 @@
                         "achievementEarned",
                         "exportCompleted",
                         "login",
+                        "createToken",
                         "app",
                         "test",
                         "pollVote",
@@ -51417,6 +51424,7 @@
                         "achievementEarned",
                         "exportCompleted",
                         "login",
+                        "createToken",
                         "app",
                         "test",
                         "reaction:grouped",
@@ -51445,6 +51453,7 @@
                         "achievementEarned",
                         "exportCompleted",
                         "login",
+                        "createToken",
                         "app",
                         "test",
                         "reaction:grouped",
@@ -81184,6 +81193,30 @@
                 ]
               }
             },
+            "required": [
+              "id",
+              "createdAt",
+              "type"
+            ]
+          },
+          {
+            "type": "object",
+            "properties": {
+              "id": {
+                "type": "string",
+                "format": "id"
+              },
+              "createdAt": {
+                "type": "string",
+                "format": "date-time"
+              },
+              "type": {
+                "type": "string",
+                "enum": [
+                  "createToken"
+                ]
+              }
+            },
             "required": [
               "id",
               "createdAt",

Get diff files from Workflow Page

syuilo and others added 16 commits February 15, 2025 10:24
* wip

* bump misskey-dev/eslint-plugin

* lint fixes (backend)

* lint fixes (frontend)

* lint fixes (frontend-embed)

* rollback nsfwjs to 4.2.0

ref: infinitered/nsfwjs#904

* rollback openapi-typescript to v6

v7でOpenAPIのバリデーションが入るようになった関係でスコープ外での変更が避けられないため一時的に戻した

* lint fixes (misskey-js)

* temporarily disable errored lint rule (frontend-shared)

* fix lint

* temporarily ignore errored file for lint (frontend-shared)

* rollback simplewebauthn/server to 12.0.0

v13 contains breaking changes that require some decision making

* lint fixes (frontend-shared)

* build misskey-js with types

* fix(backend): migrate simplewebauthn/server to v12

* fix(misskey-js/autogen): ignore indent rules to generate consistent output

* attempt to fix test

changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML)

* attempt to fix test

changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML)

* fix test

* fix test

* fix test

* Apply suggestions from code review

Co-authored-by: anatawa12 <[email protected]>

* bump summaly to v5.2.0

* update tabler-icons to v3.30.0-based

---------

Co-authored-by: かっこかり <[email protected]>
Co-authored-by: anatawa12 <[email protected]>
…ey-dev#15469)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ev#15476)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ev#15473)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#15490)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* enhance(frontend): リアクション時に確認ダイアログを出せるように

* Update Changelog

* indent

* fix
* fix(deps): update [frontend] update dependencies

* fix type error

* fix

* Revert "fix"

This reverts commit de27d25.

* fix version

* attempt to fix test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: おさむのひと <[email protected]>
Co-authored-by: kakkokari-gtyih <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 3 commits February 15, 2025 16:26
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: おさむのひと <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: おさむのひと <[email protected]>
@kanarikanaru kanarikanaru merged commit 1a90d46 into hanami Feb 15, 2025
34 checks passed
@kanarikanaru kanarikanaru deleted the merge-upstream-31 branch February 15, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants