Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
600 changes: 300 additions & 300 deletions .yarn/releases/yarn-4.10.3.cjs → .yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.10.3.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
10 changes: 5 additions & 5 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"create-schemas": "node ./dist/bin/create-schemas.js"
},
"devDependencies": {
"@types/node": "^24.8.1",
"@types/node": "^25.0.3",
"ts-json-schema-generator": "^2.4.0",
"vitest": "^3.2.4"
"vitest": "^4.0.16"
},
"dependencies": {
"@furystack/core": "^15.0.28",
"@furystack/rest": "^8.0.28",
"ollama": "^0.6.0"
"@furystack/core": "^15.0.31",
"@furystack/rest": "^8.0.31",
"ollama": "^0.6.3"
}
}
42 changes: 21 additions & 21 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,33 @@
"license": "ISC",
"devDependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@furystack/rest": "^8.0.28",
"@furystack/rest": "^8.0.31",
"@types/marked": "^6.0.0",
"typescript": "^5.9.3",
"vite": "^7.1.10"
"vite": "^7.3.1"
},
"dependencies": {
"@furystack/cache": "^5.0.22",
"@furystack/core": "^15.0.28",
"@furystack/inject": "^12.0.22",
"@furystack/logging": "^8.0.22",
"@furystack/rest-client-fetch": "^8.0.28",
"@furystack/shades": "^11.0.29",
"@furystack/shades-common-components": "^10.0.29",
"@furystack/shades-lottie": "^7.0.29",
"@furystack/utils": "^8.1.4",
"@types/node": "^24.8.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"@furystack/cache": "^5.0.25",
"@furystack/core": "^15.0.31",
"@furystack/inject": "^12.0.25",
"@furystack/logging": "^8.0.25",
"@furystack/rest-client-fetch": "^8.0.31",
"@furystack/shades": "^11.0.32",
"@furystack/shades-common-components": "^10.0.32",
"@furystack/shades-lottie": "^7.0.32",
"@furystack/utils": "^8.1.7",
"@types/node": "^25.0.3",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"common": "workspace:^",
"marked": "^16.4.1",
"media-chrome": "^4.14.0",
"monaco-editor": "^0.54.0",
"ollama": "^0.6.0",
"marked": "^17.0.1",
"media-chrome": "^4.17.2",
"monaco-editor": "^0.55.1",
"ollama": "^0.6.3",
"path-to-regexp": "^8.3.0",
"semaphore-async-await": "^1.5.1",
"video.js": "8.23.4"
"video.js": "8.23.6"
}
}
7 changes: 4 additions & 3 deletions frontend/src/services/monaco-model-provider.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Injectable } from '@furystack/inject'
import { Uri, languages } from 'monaco-editor/esm/vs/editor/editor.api.js'

import { json, Uri } from 'monaco-editor'

@Injectable({ lifetime: 'singleton' })
export class MonacoModelProvider {
Expand All @@ -10,10 +11,10 @@ export class MonacoModelProvider {
return this.nameUriCache.get(schemaName) as Uri
}
const modelUri = Uri.parse(`pi-rat://shades/model-schemas-${schemaName}.json`)
languages.json.jsonDefaults.setDiagnosticsOptions({
json.jsonDefaults.setDiagnosticsOptions({
validate: true,
schemas: [
...(languages.json.jsonDefaults.diagnosticsOptions.schemas || []),
...(json.jsonDefaults.diagnosticsOptions.schemas || []),
{
uri: `pi-rat://shades/model-schemas-${schemaName}.json`,
fileMatch: [modelUri.toString()],
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
]
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@playwright/test": "^1.56.1",
"@types/node": "^24.8.1",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.37.0",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.3",
"@vitest/coverage-v8": "^4.0.16",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "^61.1.4",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-playwright": "^2.4.0",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"lint-staged": "^16.2.4",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"rimraf": "^6.1.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"vite": "^7.1.10",
"vitest": "^3.2.4"
"typescript-eslint": "^8.52.0",
"vite": "^7.3.1",
"vitest": "^4.0.16"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -71,5 +71,5 @@
"engines": {
"node": ">=20.0.0"
},
"packageManager": "yarn@4.10.3"
"packageManager": "yarn@4.12.0"
}
30 changes: 15 additions & 15 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"devDependencies": {
"@types/ffprobe": "^1.1.8",
"@types/formidable": "^3.4.6",
"@types/node": "^24.8.1",
"@types/node": "^25.0.3",
"@types/ping": "^0.4.4",
"typescript": "^5.9.3"
},
"dependencies": {
"@furystack/cache": "^5.0.22",
"@furystack/core": "^15.0.28",
"@furystack/inject": "^12.0.22",
"@furystack/logging": "^8.0.22",
"@furystack/repository": "^10.0.28",
"@furystack/rest": "^8.0.28",
"@furystack/rest-service": "^10.1.0",
"@furystack/security": "^6.0.28",
"@furystack/sequelize-store": "^6.0.28",
"@furystack/utils": "^8.1.4",
"@furystack/websocket-api": "^13.1.0",
"chokidar": "^4.0.3",
"@furystack/cache": "^5.0.25",
"@furystack/core": "^15.0.31",
"@furystack/inject": "^12.0.25",
"@furystack/logging": "^8.0.25",
"@furystack/repository": "^10.0.31",
"@furystack/rest": "^8.0.31",
"@furystack/rest-service": "^10.1.3",
"@furystack/security": "^6.0.31",
"@furystack/sequelize-store": "^6.0.31",
"@furystack/utils": "^8.1.7",
"@furystack/websocket-api": "^13.1.3",
"chokidar": "^5.0.0",
"common": "workspace:^",
"formidable": "^3.5.4",
"mime": "^4.1.0",
"ollama": "^0.6.0",
"ollama": "^0.6.3",
"ping": "^1.0.0",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"vitest": "^3.2.4"
"vitest": "^4.0.16"
}
}
Loading
Loading