Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/prompts/add-members-and-news.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ID の形式は次のルールに従います:

新しいニュース記事ファイルに、ユーザーが提供した内容を書き込んでください。

※ `pnpm run article` で生成された記事ファイルには、テンプレートが含まれています。テンプレートを残したままにはしないでください
※ `pnpm run article` で生成されたファイルには、初期設定用のテンプレートテキストが含まれています。ファイルの中身はすべてユーザーから提供された内容に置き換え、不要な初期テキストは完全に削除(上書き)をしてください

基本的には次のような形式で書いてください:

Expand Down
23 changes: 23 additions & 0 deletions articles/2026/5/20260527.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
published: true
indexed: true
title: Overwatch部門 アカデミーチーム 脱退のお知らせ
---

<script>
import Member from '$lib/components/news/util/Member.svelte';

const PLAYERS = [
{ name: 'ろぶ', socials: { twitter: 'rob_ow2' } },
{ name: '5Moon', socials: { twitter: 'SUPerMoon108_OW' } }
Comment thread
Rinrin0413 marked this conversation as resolved.
];
</script>

この度、アカデミーチームの再編に伴い、以下の二名が脱退することをお知らせします。

<Member members={PLAYERS} />

「Frozen Star」の創設メンバーとして、REVATI Community CUPを始めとする多くの大会に出場いたしました。
お二人のこれまでの貢献に感謝すると共に、今後の活躍をお祈り申し上げます。

また、アカデミーチームの再編につきましては、後日発表させていただきます。
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revati_website",
"version": "5.0.14",
"version": "5.0.15",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -13,43 +13,43 @@
"format": "prettier --write .",
"article": "node assets/scripts/create-article.ts"
},
"packageManager": "pnpm@10.25.0",
"packageManager": "pnpm@10.33.0",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "10.25.0",
"version": "10.33.0",
"onFail": "warn"
}
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@quantco/pnpm-licenses": "2.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"eslint": "^10.2.1",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.17.1",
Comment thread
Rinrin0413 marked this conversation as resolved.
"globals": "^17.5.0",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"svelte-check": "^4.4.6",
"svelte-preprocess": "^6.0.3"
"prettier-plugin-svelte": "^3.5.2",
"svelte-check": "^4.4.8",
"svelte-preprocess": "^6.0.5"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-cloudflare": "^7.2.8",
"@sveltejs/kit": "^2.58.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/node": "^25.6.0",
"@sveltejs/kit": "^2.61.1",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@types/node": "^25.9.1",
"@types/nprogress": "^0.2.3",
"mdsvex": "^0.12.7",
"nprogress": "^0.2.0",
"sass": "^1.99.0",
"svelte": "^5.55.5",
"sass": "^1.100.0",
"svelte": "^5.55.9",
"svelte-i18n": "^4.0.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"uuid": "^14.0.0",
"vite": "^8.0.10"
"vite": "^8.0.14"
}
}
Loading
Loading