Skip to content

Commit e6e371e

Browse files
authored
Merge branch 'RooVetGit:main' into PR-Template-fix
2 parents 4e22dbb + 373d2aa commit e6e371e

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

+1003
-1492
lines changed

.gitignore

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

98
.DS_Store
109

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Roo Code Changelog
22

3+
## [3.16.5] - 2025-05-10
4+
5+
- Revert profile management changes until we track down a bug with defaults
6+
37
## [3.16.4] - 2025-05-09
48

59
- Improve provider profile management in the external API

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.8.3"
19+
"typescript": "^5.4.5"
2020
}
2121
}

evals/config/eslint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"eslint-plugin-react-hooks": "^5.2.0",
1717
"eslint-plugin-turbo": "^2.4.4",
1818
"globals": "^16.0.0",
19+
"typescript": "^5",
1920
"typescript-eslint": "^8.26.0"
2021
}
2122
}

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)