Skip to content

Commit 1412b02

Browse files
jrmrubens
authored andcommitted
Restore profile management work + fix RooCodeInc#3434 (RooCodeInc#3449)
Co-authored-by: Matt Rubens <[email protected]>
1 parent 18c037d commit 1412b02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1497
-998
lines changed

.changeset/thin-penguins-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Restore profile management work + fix #3434

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ out
44
out-*
55
node_modules
66
coverage/
7+
mock/
78

89
.DS_Store
910

e2e/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@vscode/test-cli": "^0.0.10",
1717
"@vscode/test-electron": "^2.4.0",
1818
"mocha": "^11.1.0",
19-
"typescript": "^5.4.5"
19+
"typescript": "5.8.3"
2020
}
2121
}

evals/config/eslint/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"eslint-plugin-react-hooks": "^5.2.0",
1717
"eslint-plugin-turbo": "^2.4.4",
1818
"globals": "^16.0.0",
19-
"typescript": "^5",
2019
"typescript-eslint": "^8.26.0"
2120
}
2221
}

evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prettier": "^3.5.3",
2121
"tsx": "^4.19.4",
2222
"turbo": "^2.5.2",
23-
"typescript": "^5.8.3",
23+
"typescript": "5.8.3",
2424
"typescript-eslint": "^8.31.1"
2525
}
2626
}

0 commit comments

Comments
 (0)