2024.11.0-yumechinokuni.6
Some checks failed
Lint / lint (frontend-embed) (push) Blocked by required conditions
Lint / lint (frontend-shared) (push) Blocked by required conditions
Lint / lint (misskey-bubble-game) (push) Blocked by required conditions
Lint / lint (misskey-js) (push) Blocked by required conditions
Lint / lint (misskey-reversi) (push) Blocked by required conditions
Lint / lint (sw) (push) Blocked by required conditions
Lint / typecheck (backend) (push) Blocked by required conditions
Lint / typecheck (misskey-js) (push) Blocked by required conditions
Lint / typecheck (sw) (push) Blocked by required conditions
Lint / pnpm_install (push) Successful in 1m15s
Publish Docker image / Build (push) Successful in 3m52s
Test (production install and build) / production (22.11.0) (push) Successful in 1m0s
Publish Docker image / Build (pull_request) Successful in 4m9s
Lint / pnpm_install (pull_request) Successful in 1m18s
Test (production install and build) / production (22.11.0) (pull_request) Successful in 1m19s
Test (backend) / unit (22.11.0) (pull_request) Failing after 8m15s
Lint / lint (backend) (push) Has been cancelled
Lint / lint (frontend) (push) Has been cancelled
Lint / lint (frontend) (pull_request) Successful in 2m18s
Lint / lint (backend) (pull_request) Successful in 2m34s
Lint / lint (frontend-embed) (pull_request) Successful in 2m16s
Lint / lint (frontend-shared) (pull_request) Successful in 2m10s
Lint / lint (misskey-js) (pull_request) Successful in 2m21s
Lint / lint (misskey-bubble-game) (pull_request) Successful in 2m33s
Lint / lint (misskey-reversi) (pull_request) Successful in 2m17s
Lint / typecheck (backend) (pull_request) Successful in 1m55s
Lint / lint (sw) (pull_request) Successful in 2m14s
Lint / typecheck (misskey-js) (pull_request) Successful in 1m37s
Lint / typecheck (sw) (pull_request) Successful in 1m45s
Some checks failed
Lint / lint (frontend-embed) (push) Blocked by required conditions
Lint / lint (frontend-shared) (push) Blocked by required conditions
Lint / lint (misskey-bubble-game) (push) Blocked by required conditions
Lint / lint (misskey-js) (push) Blocked by required conditions
Lint / lint (misskey-reversi) (push) Blocked by required conditions
Lint / lint (sw) (push) Blocked by required conditions
Lint / typecheck (backend) (push) Blocked by required conditions
Lint / typecheck (misskey-js) (push) Blocked by required conditions
Lint / typecheck (sw) (push) Blocked by required conditions
Lint / pnpm_install (push) Successful in 1m15s
Publish Docker image / Build (push) Successful in 3m52s
Test (production install and build) / production (22.11.0) (push) Successful in 1m0s
Publish Docker image / Build (pull_request) Successful in 4m9s
Lint / pnpm_install (pull_request) Successful in 1m18s
Test (production install and build) / production (22.11.0) (pull_request) Successful in 1m19s
Test (backend) / unit (22.11.0) (pull_request) Failing after 8m15s
Lint / lint (backend) (push) Has been cancelled
Lint / lint (frontend) (push) Has been cancelled
Lint / lint (frontend) (pull_request) Successful in 2m18s
Lint / lint (backend) (pull_request) Successful in 2m34s
Lint / lint (frontend-embed) (pull_request) Successful in 2m16s
Lint / lint (frontend-shared) (pull_request) Successful in 2m10s
Lint / lint (misskey-js) (pull_request) Successful in 2m21s
Lint / lint (misskey-bubble-game) (pull_request) Successful in 2m33s
Lint / lint (misskey-reversi) (pull_request) Successful in 2m17s
Lint / typecheck (backend) (pull_request) Successful in 1m55s
Lint / lint (sw) (pull_request) Successful in 2m14s
Lint / typecheck (misskey-js) (pull_request) Successful in 1m37s
Lint / typecheck (sw) (pull_request) Successful in 1m45s
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
8e508b921c
commit
a1ccb194e8
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
## 2024.11.0-yumechinokuni.6
|
||||||
|
|
||||||
|
- Upstream: 2024.11.0-alpha.4 タッグをマージする
|
||||||
|
- Performance: EmojiのリクエストをProxyでキャッシュするように
|
||||||
|
- Performance: Service Workerのキャッシュを最適化
|
||||||
|
- Security: AP Payloadの検証を強化
|
||||||
|
- Security: Image/Video Processorはドライブ機能だけを使うように
|
||||||
|
|
||||||
## 2024.11.0-yumechinokuni.5
|
## 2024.11.0-yumechinokuni.5
|
||||||
|
|
||||||
- Upstream: 2024.11.0-alpha.2 タッグをマージする
|
- Upstream: 2024.11.0-alpha.2 タッグをマージする
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "2024.11.0-yumechinokuni.5",
|
"version": "2024.11.0-yumechinokuni.6",
|
||||||
"codename": "nasubi",
|
"codename": "nasubi",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "misskey-js",
|
"name": "misskey-js",
|
||||||
"version": "2024.11.0-yumechinokuni.5",
|
"version": "2024.11.0-yumechinokuni.6",
|
||||||
"description": "Misskey SDK for JavaScript",
|
"description": "Misskey SDK for JavaScript",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
|
|
Loading…
Reference in a new issue