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
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "module",
"dependencies": {
"@clerk/backend": "^2.32.1",
"@polar-sh/sdk": "^0.46.3",
"@polar-sh/sdk": "^0.46.4",
"@sentry/node": "9.47.1",
"@tcd/shared-types": "*",
"@tcd/shared-utils": "*",
Expand All @@ -23,7 +23,7 @@
"bcryptjs": "^2.4.3",
"google-auth-library": "^9.14.1",
"isomorphic-dompurify": "^2.36.0",
"lru-cache": "^11.2.6",
"lru-cache": "^11.2.7",
"mongodb": "^7.1.0",
"mongoose": "^9.3.0",
"resend": "^6.9.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@clerk/clerk-react": "^5.61.1",
"@clerk/types": "^4.101.18",
"@modelcontextprotocol/sdk": "^1.27.1",
"@polar-sh/sdk": "^0.46.3",
"@polar-sh/sdk": "^0.46.4",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Mar 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: This dependency bump is incomplete without updating the root lockfile, so clean installs will keep using the previous @polar-sh/sdk version.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/frontend/package.json, line 53:

<comment>This dependency bump is incomplete without updating the root lockfile, so clean installs will keep using the previous @polar-sh/sdk version.</comment>

<file context>
@@ -50,7 +50,7 @@
     "@clerk/types": "^4.101.18",
     "@modelcontextprotocol/sdk": "^1.27.1",
-    "@polar-sh/sdk": "^0.46.3",
+    "@polar-sh/sdk": "^0.46.4",
     "@radix-ui/react-alert-dialog": "^1.1.15",
     "@radix-ui/react-dialog": "^1.1.15",
</file context>
Fix with Cubic

"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
Expand Down Expand Up @@ -79,8 +79,8 @@
"zod": "^3.25.76"
},
"devDependencies": {
"@commitlint/cli": "^20.4.4",
"@commitlint/config-conventional": "^20.4.4",
"@commitlint/cli": "^20.5.0",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Mar 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The commitlint version bump is also missing the corresponding root lockfile update, so CI will keep installing the old 20.4.2 packages.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/frontend/package.json, line 82:

<comment>The commitlint version bump is also missing the corresponding root lockfile update, so CI will keep installing the old 20.4.2 packages.</comment>

<file context>
@@ -79,8 +79,8 @@
   "devDependencies": {
-    "@commitlint/cli": "^20.4.4",
-    "@commitlint/config-conventional": "^20.4.4",
+    "@commitlint/cli": "^20.5.0",
+    "@commitlint/config-conventional": "^20.5.0",
     "@eslint/js": "^9.39.4",
</file context>
Fix with Cubic

"@commitlint/config-conventional": "^20.5.0",
"@eslint/js": "^9.39.4",
"@iconify-json/lucide": "^1.2.98",
"@sentry/vite-plugin": "^2.23.1",
Expand Down
97 changes: 53 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading