From 2c452b87346037587e292c31255ba2a35cb68b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Fri, 17 Oct 2025 18:41:48 +0900 Subject: [PATCH 1/2] ci: add Node.js 25 to `ci.yml` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe811d58e..f59bfe231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [9] - node: [24.x, 22.x, 20.x, 18.x, "18.18.0"] + node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest eslint: 9 From 5a1ea0ace7bb0544e57f9331ed4603d7516631ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Fri, 17 Oct 2025 18:44:04 +0900 Subject: [PATCH 2/2] wip --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 52d01489f..5c8ea6890 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,8 @@ "devDependencies": { "@eslint/js": "^9.36.0", "@eslint/json": "^0.13.2", + "@types/mdast": "^4.0.4", + "@types/unist": "^3.0.3", "c8": "^10.1.3", "dedent": "^1.5.3", "eslint": "^9.36.0", @@ -84,6 +86,7 @@ "lint-staged": "^15.2.9", "mocha": "^11.6.0", "prettier": "^3.3.3", + "semver": "^7.7.3", "typescript": "^5.9.2", "yorkie": "^2.0.0" },