This commit is contained in:
かっこかり 2026-01-29 00:14:06 +09:00 committed by GitHub
commit 28622ffda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "22.15.0"
"version": "22.22.0"
},
"ghcr.io/devcontainers-extra/features/pnpm:2": {
"version": "10.10.0"

View File

@ -1 +1 @@
22.15.0
22.22.0

View File

@ -1 +1 @@
22.15.0
22.22.0

View File

@ -2,6 +2,7 @@
### Note
- `users/following``birthday` プロパティは非推奨になりました。代わりに `users/get-following-birthday-users` をご利用ください。
- Node.jsのセキュリティアップデートに伴い、Node.jsの最小バージョンを22.22.0に引き上げました。
### General
- Enhance: 「もうすぐ誕生日のユーザー」ウィジェットで、誕生日が至近のユーザーも表示できるように

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.20
ARG NODE_VERSION=22.21.1-bookworm
ARG NODE_VERSION=22.22.0-bookworm
# build assets & compile TypeScript

View File

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^22.15.0 || ^24.10.0"
"node": "^22.22.0 || ^24.13.0"
},
"scripts": {
"start": "pnpm compile-config && node ./built/boot/entry.js",