Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ jobs:
# bypassing the soak this repo mandates. The pin line is itself managed:
# the self-pin custom.regex manager in config.json5 bumps it through a
# reviewable PR under the normal cooldown.
run: bunx renovate@44.33.1
run: bunx renovate@44.37.1
2 changes: 1 addition & 1 deletion agent-image/entrypoint.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ let
dontFixup = true;
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-YYrr0Ufpm7EDl9BljNm/c9zmJF9lX/m36A8ftaqn3OY=";
outputHash = "sha256-GrsX8VmqoHIgvq/OZaOZN8HwrjI9PWcU6nYwI7I0uMo=";
};

# The package's own source. A BARE path here (`${../packages/…}`) would copy
Expand Down
14 changes: 7 additions & 7 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"@compass/client": "workspace:*",
"@connectrpc/connect-query-core": "^2.2.0",
"@kobalte/core": "2.0.0-alpha.0",
"@shikijs/langs": "4.4.1",
"@shikijs/themes": "4.4.1",
"@shikijs/langs": "4.4.3",
"@shikijs/themes": "4.4.3",
"@solidjs/router": "^2.0.0-next.17",
"@solidjs/web": "^2.0.0-rc.1",
"@tanstack/solid-query": "^6.0.0-rc.0",
"@rigelbuild/solid-virtual": "3.0.0-rc.0",
"@wailsio/runtime": "3.0.0-beta.0",
"@wailsio/runtime": "3.0.0-beta.11",
"diff": "^9.0.0",
"remark-gfm": "^4.0.1",
"shiki": "4.4.1",
"shiki": "4.4.3",
"solid-js": "^2.0.0-rc.1",
"@rigelbuild/solid-markdown": "3.0.0-rc.0"
},
Expand All @@ -31,13 +31,13 @@
"@babel/preset-typescript": "8.0.1",
"@babel/plugin-syntax-jsx": "8.0.1",
"@playwright/test": "1.62.1",
"@happy-dom/global-registrator": "20.11.1",
"@happy-dom/global-registrator": "20.11.6",
"babel-preset-solid": "^2.0.0-rc.1",
"@solidjs/testing-library": "1.0.0-beta.2",
"@testing-library/jest-dom": "7.0.0",
"@testing-library/jest-dom": "7.0.1",
"@types/bun": "catalog:",
"@types/hast": "3.0.5",
"happy-dom": "20.11.1",
"happy-dom": "20.11.6",
"stylelint": "catalog:",
"typescript": "catalog:",
"vite": "^8.2.0",
Expand Down
Loading
Loading