Skip to content

Commit 15fcad7

Browse files
committed
chore!: update config-rocket and deps, yaml for .roomodes
1 parent 2848c1b commit 15fcad7

File tree

6 files changed

+586
-1201
lines changed

6 files changed

+586
-1201
lines changed

libs/roo-rocket/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"devDependencies": {
6666
"@local/common": "workspace:*",
6767
"@local/tsconfig": "workspace:*",
68-
"@namesmt/utils": "^0.5.10",
69-
"@vitest/coverage-v8": "^3.1.2",
68+
"@namesmt/utils": "^0.5.13",
69+
"@vitest/coverage-v8": "^3.1.4",
7070
"confbox": "^0.2.2",
7171
"unbuild": "^3.5.0",
72-
"vitest": "^3.1.2"
72+
"vitest": "^3.1.4"
7373
}
7474
}

libs/roo-rocket/src/rr/hookable.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export function createHookable(): NonNullable<UnpackOptions['hookable']> {
2424
}
2525
})
2626

27-
// Hook to allow .roomodes to be merged (cause it's .json)
27+
// Hook to allow .roomodes to be merged (it's yaml under the hood)
2828
instance.hook('onFileOutput', async (state) => {
2929
if (state.filePath.endsWith('.roomodes')) {
30-
state.mergeType = 'json'
30+
state.mergeType = 'yaml'
3131
state.isValidFileToMerge = true
3232
}
3333
})

locals/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@local/tsconfig": "workspace:*",
11-
"@types/node": "^20.17.32",
11+
"@types/node": "^20.17.50",
1212
"pathe": "^2.0.3"
1313
}
1414
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.4.0",
55
"private": true,
6-
"packageManager": "pnpm@10.10.0",
6+
"packageManager": "pnpm@10.11.0",
77
"author": "NamesMT <[email protected]>",
88
"license": "Apache-2.0",
99
"funding": "https://github.com/sponsors/namesmt",
@@ -28,13 +28,13 @@
2828
},
2929
"dependencies": {},
3030
"devDependencies": {
31-
"@antfu/eslint-config": "^4.12.0",
32-
"eslint": "^9.26.0",
33-
"lint-staged": "^15.5.1",
31+
"@antfu/eslint-config": "^4.13.2",
32+
"eslint": "^9.27.0",
33+
"lint-staged": "^15.5.2",
3434
"simple-git-hooks": "^2.13.0",
3535
"std-env": "^3.9.0",
3636
"tsx": "^4.19.4",
37-
"turbo": "^2.5.2",
37+
"turbo": "^2.5.3",
3838
"typescript": "^5.8.3"
3939
},
4040
"simple-git-hooks": {

0 commit comments

Comments
 (0)