-
Notifications
You must be signed in to change notification settings - Fork 455
chore(deps): bump the npm-minor-and-patch group across 1 directory with 45 updates #782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,25 +23,25 @@ | |
| "test": "cross-env NODE_OPTIONS=--conditions=trueforge-dev tsx --test \"tests/**/*.test.ts\"" | ||
| }, | ||
| "dependencies": { | ||
| "@assistant-ui/core": "0.2.22", | ||
| "@assistant-ui/react": "0.14.27", | ||
| "@assistant-ui/store": "0.2.21", | ||
| "@assistant-ui/core": "0.3.19", | ||
| "@assistant-ui/react": "0.15.20", | ||
| "@assistant-ui/store": "0.3.13", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Assistant-ui bump blocked by overridesHigh Severity Manifests now pin Additional Locations (1)Reviewed by Cursor Bugbot for commit b5828a5. Configure here. |
||
| "@truefoundry/assistant-ui-runtime": "0.1.43", | ||
| "@truefoundry/trueforge-sdk": "workspace:*", | ||
| "@truefoundry/trueforge-ui": "workspace:*", | ||
| "monaco-editor": "^0.52.0", | ||
| "react": "^19.2.4", | ||
| "react-dom": "^19.2.4", | ||
| "react-router-dom": "^7.18.2", | ||
| "monaco-editor": "^0.56.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Monaco 0.56 ESM worker breakMedium Severity Frontend Reviewed by Cursor Bugbot for commit 509e3f6. Configure here. |
||
| "react": "^19.3.0", | ||
| "react-dom": "^19.3.0", | ||
| "react-router-dom": "^7.18.4", | ||
| "thinking-orbs": "^0.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/react": "^19.2.17", | ||
| "@types/react-dom": "^19.2.2", | ||
| "@types/react": "^19.3.0", | ||
| "@types/react-dom": "^19.3.0", | ||
| "@vitejs/plugin-react": "^4.7.0", | ||
| "cross-env": "^10.1.0", | ||
| "tailwindcss": "4.3.3", | ||
| "tsx": "^4.16.2", | ||
| "tsx": "^4.23.13", | ||
| "typescript": "^5.9.3", | ||
| "vite": "^6.3.5", | ||
| "vite-plugin-compression2": "^2.5.3", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -99,35 +99,35 @@ | |
| "pack:dry": "pnpm pack --dry-run" | ||
| }, | ||
| "dependencies": { | ||
| "@ai-sdk/alibaba": "^2.0.37", | ||
| "@ai-sdk/anthropic": "^4.0.44", | ||
| "@ai-sdk/google": "^4.0.53", | ||
| "@ai-sdk/moonshotai": "^3.0.41", | ||
| "@ai-sdk/openai": "^4.0.49", | ||
| "@ai-sdk/openai-compatible": "^3.0.39", | ||
| "@ai-sdk/provider": "^4.0.8", | ||
| "@ai-sdk/provider-utils": "^5.0.32", | ||
| "@daytona/sdk": "^0.204.1", | ||
| "@hono/zod-openapi": "^1.6.1", | ||
| "@ai-sdk/alibaba": "^2.0.45", | ||
| "@ai-sdk/anthropic": "^4.0.53", | ||
| "@ai-sdk/google": "^4.0.70", | ||
| "@ai-sdk/moonshotai": "^3.0.49", | ||
| "@ai-sdk/openai": "^4.0.66", | ||
| "@ai-sdk/openai-compatible": "^3.0.48", | ||
| "@ai-sdk/provider": "^4.0.14", | ||
| "@ai-sdk/provider-utils": "^5.0.40", | ||
| "@daytona/sdk": "^0.214.0", | ||
| "@hono/zod-openapi": "^1.6.3", | ||
| "@modelcontextprotocol/sdk": "^1.30.0", | ||
| "@nats-io/nats-core": "3.0.2", | ||
| "@nats-io/nats-core": "3.4.0", | ||
| "@opentelemetry/api": "^1.9.1", | ||
| "@opentelemetry/core": "^2.10.0", | ||
| "ai": "^7.0.82", | ||
| "@opentelemetry/core": "^2.11.0", | ||
| "ai": "^7.0.101", | ||
| "dedent": "^1.7.2", | ||
| "openai": "^7.5.0", | ||
| "openai": "^7.15.0", | ||
| "parallel-web": "^1.3.3", | ||
| "ulid": "^3.0.2", | ||
| "undici": "7.29.0", | ||
| "undici": "7.29.1", | ||
| "winston": "^3.19.0", | ||
| "ws": "^8.21.3", | ||
| "zod": "^4.4.3" | ||
| "zod": "^4.6.5" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing changeset for published packagesLow Severity Shipped package manifests change with no new Additional Locations (2)Triggered by project rule: TrueForge review rules Reviewed by Cursor Bugbot for commit feb03a1. Configure here. |
||
| }, | ||
| "peerDependencies": { | ||
| "redis": "^5.10.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@swc/core": "^1.16.1", | ||
| "@swc/core": "^1.16.2", | ||
| "@swc/jest": "^0.2.39", | ||
| "@types/jest": "^29.5.14", | ||
| "@types/node": "^24.13.3", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,38 +90,38 @@ | |
| } | ||
| }, | ||
| "dependencies": { | ||
| "@assistant-ui/core": "0.2.22", | ||
| "@assistant-ui/react": "0.14.27", | ||
| "@openuidev/react-headless": "^0.9.4", | ||
| "@openuidev/react-lang": "^0.2.9", | ||
| "@openuidev/react-ui": "^0.13.2", | ||
| "@assistant-ui/core": "0.3.19", | ||
| "@assistant-ui/react": "0.15.20", | ||
| "@openuidev/react-headless": "^0.16.1", | ||
| "@openuidev/react-lang": "^0.3.0", | ||
| "@openuidev/react-ui": "^0.16.1", | ||
| "@truefoundry/assistant-ui-runtime": "0.1.43", | ||
| "@truefoundry/trueforge-sdk": "workspace:*", | ||
| "chart.js": "^4.5.1", | ||
| "clsx": "^2.1.1", | ||
| "lucide-react": "^0.562.0", | ||
| "lucide-react": "^0.577.0", | ||
| "monaco-editor": "^0.56.0", | ||
| "partial-json": "^0.1.7", | ||
| "react-chartjs-2": "^5.3.1", | ||
| "react-markdown": "^10.1.0", | ||
| "react-resizable-panels": "^4.12.3", | ||
| "react-router-dom": "^6 || ^7", | ||
| "react-resizable-panels": "^4.12.4", | ||
| "react-router-dom": "^7", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. React Router v6 support droppedMedium Severity
Reviewed by Cursor Bugbot for commit 509e3f6. Configure here. |
||
| "react-syntax-highlighter": "^16.1.1", | ||
| "remark-gfm": "^4.0.1", | ||
| "tailwind-merge": "^3.6.0", | ||
| "tailwind-merge": "^3.7.0", | ||
| "thinking-orbs": "^0.3.1", | ||
| "truefoundry-gateway-sdk": "^0.4.2", | ||
| "zod": "^4.4.3" | ||
| "zod": "^4.6.5" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Published packages missing changesetLow Severity Dependency versions that ship in published packages changed, but this PR adds no Additional Locations (2)Triggered by project rule: TrueForge review rules Reviewed by Cursor Bugbot for commit cb3775e. Configure here. |
||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.39.0", | ||
| "@tailwindcss/cli": "^4.3.2", | ||
| "@testing-library/dom": "^10.0.0", | ||
| "@testing-library/dom": "^10.4.2", | ||
| "@testing-library/jest-dom": "^6.6.3", | ||
| "@testing-library/react": "^16.3.2", | ||
| "@testing-library/react": "^16.3.3", | ||
| "@types/node": "^20", | ||
| "@types/react": "^19.2.17", | ||
| "@types/react-dom": "^19.2.0", | ||
| "@types/react": "^19.3.0", | ||
| "@types/react-dom": "^19.3.0", | ||
| "@types/react-syntax-highlighter": "^15.5.13", | ||
| "@vitest/coverage-v8": "^4.1.10", | ||
| "esbuild-plugin-svgr": "3.1.1", | ||
|
|
@@ -131,11 +131,11 @@ | |
| "globals": "^16.4.0", | ||
| "jsdom": "^24.1.3", | ||
| "prettier": "^3.6.2", | ||
| "react": "^19.2.4", | ||
| "react": "^19.3.0", | ||
| "tailwindcss": "^4.3.2", | ||
| "tsup": "^8.5.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript-eslint": "^8.46.0", | ||
| "typescript-eslint": "^8.70.0", | ||
| "vite-plugin-svgr": "^5.2.0", | ||
| "vitest": "^4.1.9" | ||
| } | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.