chore: bump roo-rocket and config-rocket version (#7)

This is a breaking change that reword a lot of thing, revise the config props, and adds some more features.
This commit is contained in:
Trung Dang 2025-05-04 12:36:52 +07:00 committed by GitHub
parent 562c34b9b7
commit bbd790f4bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

20
package-lock.json generated
View file

@ -27,7 +27,7 @@
"cheerio": "^1.0.0",
"chokidar": "^4.0.1",
"clone-deep": "^4.0.1",
"config-rocket": "^0.4.5",
"config-rocket": "^0.5.3",
"default-shell": "^2.2.0",
"delay": "^6.0.0",
"diff": "^5.2.0",
@ -54,7 +54,7 @@
"puppeteer-chromium-resolver": "^23.0.0",
"puppeteer-core": "^23.4.0",
"reconnecting-eventsource": "^1.6.4",
"roo-rocket": "^0.3.16",
"roo-rocket": "^0.4.0",
"say": "^0.16.0",
"serialize-error": "^11.0.3",
"simple-git": "^3.27.0",
@ -11039,9 +11039,9 @@
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
},
"node_modules/config-rocket": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/config-rocket/-/config-rocket-0.4.5.tgz",
"integrity": "sha512-f3EdlFH8C0Ih9UOas8iGyTdXmou+ZrHD1XiSqHLb1DM0Yl/jFpRI6gNqklJJ8C1VxuGwkv9z4RQbhHBq2YwN+w==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/config-rocket/-/config-rocket-0.5.3.tgz",
"integrity": "sha512-8vG9hsAhCpdDvNN/9c9ZVA2MR+JTGYseJjtYPSbKA1pVP/2e0wMmeTE07tibcc2InC1VSghXM6xIlqxKVSz20A==",
"license": "MIT",
"dependencies": {
"citty": "^0.1.6",
@ -11049,6 +11049,7 @@
"defu": "^6.1.4",
"fflate": "^0.8.2",
"hookable": "^5.5.3",
"jiti": "^2.4.2",
"pathe": "^2.0.3",
"std-env": "^3.9.0",
"tinyglobby": "^0.2.13"
@ -15519,7 +15520,6 @@
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
"integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
"dev": true,
"bin": {
"jiti": "lib/jiti-cli.mjs"
}
@ -18850,9 +18850,9 @@
}
},
"node_modules/roo-rocket": {
"version": "0.3.16",
"resolved": "https://registry.npmjs.org/roo-rocket/-/roo-rocket-0.3.16.tgz",
"integrity": "sha512-crR/S0W6YkTKBvDNbMLNFupC17pp10MhZsZ1VdQm3lsmjnpIJni4NYGKRd1zksUNMRVQ/YxEErKQLZ/o1Uz2ww==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/roo-rocket/-/roo-rocket-0.4.0.tgz",
"integrity": "sha512-qKAQc9Wxgl3fkn4eEXX5kFJBTU17TlO1L0nzP73G5w56pVU7l7XkZWsZdF2e2QV4PAYHVNb9A6A2jTaKrBL/vg==",
"license": "Apache-2.0",
"dependencies": {
"citty": "^0.1.6",
@ -18869,7 +18869,7 @@
"url": "https://github.com/sponsors/namesmt"
},
"peerDependencies": {
"config-rocket": "^0.4.2"
"config-rocket": "^0.5.3"
},
"peerDependenciesMeta": {
"config-rocket": {

View file

@ -447,7 +447,7 @@
"cheerio": "^1.0.0",
"chokidar": "^4.0.1",
"clone-deep": "^4.0.1",
"config-rocket": "^0.4.5",
"config-rocket": "^0.5.3",
"default-shell": "^2.2.0",
"delay": "^6.0.0",
"diff": "^5.2.0",
@ -474,7 +474,7 @@
"puppeteer-chromium-resolver": "^23.0.0",
"puppeteer-core": "^23.4.0",
"reconnecting-eventsource": "^1.6.4",
"roo-rocket": "^0.3.16",
"roo-rocket": "^0.4.0",
"say": "^0.16.0",
"serialize-error": "^11.0.3",
"simple-git": "^3.27.0",

View file

@ -621,7 +621,7 @@ export class MarketplaceManager {
)
terminalClass.terminal.show()
await terminalClass.runCommand(
`npx -y roo-rocket@0.3 --mp="${JSON.stringify(mpContext).replaceAll(/"/g, '\\"')}" --cwd="${cwd}" --url="${item.binaryUrl}"`,
`npx -y roo-rocket@0.4 --mp="${JSON.stringify(mpContext).replaceAll(/"/g, '\\"')}" --cwd="${cwd}" --url="${item.binaryUrl}"`,
{
onLine: (line) => {
pResult.push(line)