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
5 changes: 5 additions & 0 deletions .changeset/purple-pumas-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"groqd": minor
---

update groq-js dependency to latest version
2 changes: 1 addition & 1 deletion packages/groqd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@sanity/client": "^6.24.1",
"groq-js": "^1.1.9",
"groq-js": "^1.26.0",
"rimraf": "^5.0.5",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
Comment on lines 55 to 60
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

groq-js is a devDependency here and (in this repo) appears to be used only under src/tests/** (e.g. src/tests/mocks/executeQuery.ts). If the goal is to ship groq-js improvements/bugfixes to groqd consumers, this change won’t affect runtime installs; consider either (a) clarifying the PR/changeset as a dev/test-only upgrade, or (b) moving groq-js to dependencies/peerDependencies if it’s intended to be part of the public runtime surface.

Copilot uses AI. Check for mistakes.
Expand Down
Loading