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/dependabot-pr-1015.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@knocklabs/react": patch
---

chore(deps): bump the telegraph-packages group across 1 directory with 14 updates
18 changes: 9 additions & 9 deletions examples/nextjs-app-dir-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"@faker-js/faker": "^9.9.0",
"@knocklabs/node": "^1.30.0",
"@knocklabs/react": "workspace:*",
"@telegraph/button": ">=0.6.0",
"@telegraph/combobox": ">=0.2.7",
"@telegraph/icon": ">=0.5.0",
"@telegraph/input": ">=0.3.2",
"@telegraph/layout": ">=0.5.0",
"@telegraph/select": ">=0.0.90",
"@telegraph/textarea": ">=0.2.2",
"@telegraph/tokens": ">=0.2.0",
"@telegraph/typography": ">=0.4.0",
"@telegraph/button": ">=0.7.2",
"@telegraph/combobox": ">=0.3.6",
"@telegraph/icon": ">=0.5.2",
"@telegraph/input": ">=0.4.1",
"@telegraph/layout": ">=0.5.1",
"@telegraph/select": ">=0.0.97",
"@telegraph/textarea": ">=0.3.1",
"@telegraph/tokens": ">=0.2.1",
"@telegraph/typography": ">=0.4.1",
"framer-motion": "^12.38.0",
"next": "npm:next@15.3.6",
"next-seo": "^6.8.0",
Expand Down
18 changes: 9 additions & 9 deletions examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@faker-js/faker": "^9.9.0",
"@knocklabs/node": "^1.30.0",
"@knocklabs/react": "workspace:^",
"@telegraph/button": ">=0.6.0",
"@telegraph/combobox": ">=0.2.7",
"@telegraph/icon": ">=0.5.0",
"@telegraph/input": ">=0.3.2",
"@telegraph/layout": ">=0.5.0",
"@telegraph/select": ">=0.0.90",
"@telegraph/textarea": ">=0.2.2",
"@telegraph/tokens": ">=0.2.0",
"@telegraph/typography": ">=0.4.0",
"@telegraph/button": ">=0.7.2",
"@telegraph/combobox": ">=0.3.6",
"@telegraph/icon": ">=0.5.2",
"@telegraph/input": ">=0.4.1",
"@telegraph/layout": ">=0.5.1",
"@telegraph/select": ">=0.0.97",
"@telegraph/textarea": ">=0.3.1",
"@telegraph/tokens": ">=0.2.1",
"@telegraph/typography": ">=0.4.1",
"framer-motion": "^12.38.0",
"next": "15.3.6",
"next-seo": "^6.8.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,25 @@
"@popperjs/core": "^2.11.8",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@telegraph/button": ">=0.6.0",
"@telegraph/combobox": ">=0.2.7",
"@telegraph/icon": ">=0.5.0",
"@telegraph/layout": ">=0.5.0",
"@telegraph/segmented-control": ">=0.2.4",
"@telegraph/select": ">=0.0.90",
"@telegraph/tag": ">=0.2.1",
"@telegraph/toggle": ">=0.1.3",
"@telegraph/tokens": ">=0.2.0",
"@telegraph/tooltip": ">=0.2.2",
"@telegraph/typography": ">=0.4.0",
"@telegraph/button": ">=0.7.2",
"@telegraph/combobox": ">=0.3.6",
"@telegraph/icon": ">=0.5.2",
"@telegraph/layout": ">=0.5.1",
"@telegraph/segmented-control": ">=0.2.7",
"@telegraph/select": ">=0.0.97",
"@telegraph/tag": ">=0.2.6",
"@telegraph/toggle": ">=0.2.0",
"@telegraph/tokens": ">=0.2.1",
"@telegraph/tooltip": ">=0.4.1",
"@telegraph/typography": ">=0.4.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

lucide-react version desync

Medium Severity

This commit raises @telegraph/* packages whose dependencies now resolve to lucide-react 1.x, but @knocklabs/react still declares lucide-react ^0.544.0. The lockfile then carries two major versions, so Telegraph icons and direct lucide-react imports (e.g. in the guide toolbar) can diverge in stroke and sizing within the same UI, and bundle duplication returns after an earlier sync fix.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1199ffc. Configure here.

"clsx": "^2.1.1",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.544.0"
},
"devDependencies": {
"@codecov/vite-plugin": "^2.0.1",
"@tanstack/react-router": "1.168.21",
"@telegraph/style-engine": "^0.3.2",
"@telegraph/style-engine": "^0.3.5",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/eslint-plugin-jsx-a11y": "^6",
Expand Down
Loading
Loading