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-1012.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 11 updates
12 changes: 6 additions & 6 deletions examples/nextjs-app-dir-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@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/button": ">=0.7.1",
"@telegraph/combobox": ">=0.3.5",
"@telegraph/icon": ">=0.5.1",
"@telegraph/input": ">=0.4.0",
"@telegraph/layout": ">=0.5.0",
"@telegraph/select": ">=0.0.90",
"@telegraph/textarea": ">=0.2.2",
"@telegraph/select": ">=0.0.96",
"@telegraph/textarea": ">=0.3.0",
"@telegraph/tokens": ">=0.2.0",
"@telegraph/typography": ">=0.4.0",
"framer-motion": "^12.38.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@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/button": ">=0.7.1",
"@telegraph/combobox": ">=0.3.5",
"@telegraph/icon": ">=0.5.1",
"@telegraph/input": ">=0.4.0",
"@telegraph/layout": ">=0.5.0",
"@telegraph/select": ">=0.0.90",
"@telegraph/textarea": ">=0.2.2",
"@telegraph/select": ">=0.0.96",
"@telegraph/textarea": ">=0.3.0",
"@telegraph/tokens": ">=0.2.0",
"@telegraph/typography": ">=0.4.0",
"framer-motion": "^12.38.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@
"@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/button": ">=0.7.1",
"@telegraph/combobox": ">=0.3.5",
"@telegraph/icon": ">=0.5.1",
"@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/segmented-control": ">=0.2.6",
"@telegraph/select": ">=0.0.96",
"@telegraph/tag": ">=0.2.5",
"@telegraph/toggle": ">=0.1.5",
"@telegraph/tokens": ">=0.2.0",
"@telegraph/tooltip": ">=0.2.2",
"@telegraph/tooltip": ">=0.4.0",

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 desync after telegraph bump

Low Severity

Raising the @telegraph/* minimums pulls in lucide-react 1.x transitively, but @knocklabs/react still pins lucide-react at ^0.544.0. The lockfile then installs two major versions, and guide/MS Teams code still imports icons from the older copy while Telegraph components use the newer one—undoing the prior intent to keep a single aligned lucide-react instance and increasing bundle size.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f9db7f3. Configure here.

"@telegraph/typography": ">=0.4.0",
"clsx": "^2.1.1",
"lodash.debounce": "^4.0.8",
Expand All @@ -95,7 +95,7 @@
"devDependencies": {
"@codecov/vite-plugin": "^2.0.1",
"@tanstack/react-router": "1.168.21",
"@telegraph/style-engine": "^0.3.2",
"@telegraph/style-engine": "^0.3.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/eslint-plugin-jsx-a11y": "^6",
Expand Down
Loading
Loading