Skip to content

chore(deps): bump the telegraph-packages group across 1 directory with 14 updates#1015

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/telegraph-packages-a27b1a7747
Open

chore(deps): bump the telegraph-packages group across 1 directory with 14 updates#1015
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/telegraph-packages-a27b1a7747

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the telegraph-packages group with 14 updates in the / directory:

Package From To
@telegraph/button 0.6.0 0.7.2
@telegraph/combobox 0.2.7 0.3.6
@telegraph/icon 0.5.0 0.5.2
@telegraph/input 0.3.2 0.4.1
@telegraph/layout 0.5.0 0.5.1
@telegraph/select 0.0.90 0.0.97
@telegraph/textarea 0.2.2 0.3.1
@telegraph/tokens 0.2.0 0.2.1
@telegraph/typography 0.4.0 0.4.1
@telegraph/segmented-control 0.2.4 0.2.7
@telegraph/tag 0.2.1 0.2.6
@telegraph/toggle 0.1.3 0.2.0
@telegraph/tooltip 0.2.2 0.4.1
@telegraph/style-engine 0.3.2 0.3.5

Updates @telegraph/button from 0.6.0 to 0.7.2

Release notes

Sourced from @​telegraph/button's releases.

@​telegraph/button@​0.7.2

Patch Changes

  • Updated dependencies [f9c6e1c, f71d0e6]:
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/layout@​0.5.1
    • @​telegraph/style-engine@​0.3.5
    • @​telegraph/icon@​0.5.2
    • @​telegraph/typography@​0.4.1

@​telegraph/button@​0.7.1

Patch Changes

@​telegraph/button@​0.7.0

Minor Changes

  • #780 12ed121 Thanks @​ksorathia! - Swap in surface-1 bg color for Button, Combobox, Input and TextArea's default variants
Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/combobox from 0.2.7 to 0.3.6

Release notes

Sourced from @​telegraph/combobox's releases.

@​telegraph/combobox@​0.3.6

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/compose-refs@​0.0.9
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/input@​0.4.1
    • @​telegraph/layout@​0.5.1
    • @​telegraph/button@​0.7.2
    • @​telegraph/icon@​0.5.2
    • @​telegraph/menu@​0.4.1
    • @​telegraph/tag@​0.2.6
    • @​telegraph/tooltip@​0.4.1
    • @​telegraph/truncate@​0.1.5
    • @​telegraph/typography@​0.4.1

@​telegraph/combobox@​0.3.5

Patch Changes

  • #821 ee56d9e Thanks @​kylemcd! - Add hover-to-open submenus to Menu via Menu.Sub, Menu.SubTrigger, and Menu.SubContent. These wrap Radix's submenu primitives, so a submenu now opens on hover (and / Enter), coordinates open/close with its parent, supports keyboard navigation and "safe triangle" pointer tracking, and positions itself to the side automatically. Menu.SubTrigger defaults to a trailing chevron. This replaces the previous nested-Menu.Root workaround, which only opened on click.

    Combobox, Select, Filter, and Tabs receive a patch release so they ship against the new Menu.

  • Updated dependencies [ee56d9e]:

    • @​telegraph/menu@​0.4.0

@​telegraph/combobox@​0.3.2

Patch Changes

  • Updated dependencies [03cfc99]:
    • @​telegraph/tooltip@​0.4.0
    • @​telegraph/tag@​0.2.4
    • @​telegraph/truncate@​0.1.4

@​telegraph/combobox@​0.3.1

Patch Changes

  • Updated dependencies [c335807]:
    • @​telegraph/tooltip@​0.3.0
    • @​telegraph/tag@​0.2.3
    • @​telegraph/truncate@​0.1.3

@​telegraph/combobox@​0.3.0

Minor Changes

  • #780 12ed121 Thanks @​ksorathia! - Swap in surface-1 bg color for Button, Combobox, Input and TextArea's default variants

Patch Changes

... (truncated)

Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/icon from 0.5.0 to 0.5.2

Release notes

Sourced from @​telegraph/icon's releases.

@​telegraph/icon@​0.5.2

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/typography@​0.4.1

@​telegraph/icon@​0.5.1

Patch Changes

Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/input from 0.3.2 to 0.4.1

Release notes

Sourced from @​telegraph/input's releases.

@​telegraph/input@​0.4.1

Patch Changes

  • #830 f9c6e1c Thanks @​kylemcd! - fix(vite-config): emit declaration files to a consistent dist/types root

    Pin the TypeScript declaration root to src in the shared dts plugin config so every package emits its types to dist/types/index.d.ts. Previously, packages whose tsconfig omitted rootDir emitted to dist/types/src/index.d.ts, which did not match the types entrypoint declared in their package.json, so consumers received no type definitions (@telegraph/compose-refs, helpers, input, modal, nextjs, tokens).

    Pinning the declaration root also repairs degraded type emission that depended on the inferred root: @telegraph/tabs previously emitted a dangling TgphElement reference (error TS2304: Cannot find name 'TgphElement' for consumers), and @telegraph/modal's Content prop type was widened to any. Both now emit correct, fully-resolved types.

    Also corrects the stale top-level types field in @telegraph/tokens.

  • Updated dependencies [f9c6e1c]:

    • @​telegraph/compose-refs@​0.0.9
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/layout@​0.5.1
    • @​telegraph/typography@​0.4.1

@​telegraph/input@​0.4.0

Minor Changes

  • #780 12ed121 Thanks @​ksorathia! - Swap in surface-1 bg color for Button, Combobox, Input and TextArea's default variants
Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/layout from 0.5.0 to 0.5.1

Release notes

Sourced from @​telegraph/layout's releases.

@​telegraph/layout@​0.5.1

Patch Changes

  • #830 f9c6e1c Thanks @​kylemcd! - fix(vite-config): emit declaration files to a consistent dist/types root

    Pin the TypeScript declaration root to src in the shared dts plugin config so every package emits its types to dist/types/index.d.ts. Previously, packages whose tsconfig omitted rootDir emitted to dist/types/src/index.d.ts, which did not match the types entrypoint declared in their package.json, so consumers received no type definitions (@telegraph/compose-refs, helpers, input, modal, nextjs, tokens).

    Pinning the declaration root also repairs degraded type emission that depended on the inferred root: @telegraph/tabs previously emitted a dangling TgphElement reference (error TS2304: Cannot find name 'TgphElement' for consumers), and @telegraph/modal's Content prop type was widened to any. Both now emit correct, fully-resolved types.

    Also corrects the stale top-level types field in @telegraph/tokens.

  • Updated dependencies [f9c6e1c, f71d0e6]:

    • @​telegraph/compose-refs@​0.0.9
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/style-engine@​0.3.5
Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/select from 0.0.90 to 0.0.97

Release notes

Sourced from @​telegraph/select's releases.

@​telegraph/select@​0.0.97

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/combobox@​0.3.6

@​telegraph/select@​0.0.96

Patch Changes

  • #821 ee56d9e Thanks @​kylemcd! - Add hover-to-open submenus to Menu via Menu.Sub, Menu.SubTrigger, and Menu.SubContent. These wrap Radix's submenu primitives, so a submenu now opens on hover (and / Enter), coordinates open/close with its parent, supports keyboard navigation and "safe triangle" pointer tracking, and positions itself to the side automatically. Menu.SubTrigger defaults to a trailing chevron. This replaces the previous nested-Menu.Root workaround, which only opened on click.

    Combobox, Select, Filter, and Tabs receive a patch release so they ship against the new Menu.

  • Updated dependencies [ee56d9e]:

    • @​telegraph/combobox@​0.3.5

@​telegraph/select@​0.0.93

Patch Changes

  • Updated dependencies []:
    • @​telegraph/combobox@​0.3.2

@​telegraph/select@​0.0.92

Patch Changes

  • Updated dependencies []:
    • @​telegraph/combobox@​0.3.1

@​telegraph/select@​0.0.91

Patch Changes

  • Updated dependencies [12ed121]:
    • @​telegraph/combobox@​0.3.0
Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/textarea from 0.2.2 to 0.3.1

Release notes

Sourced from @​telegraph/textarea's releases.

@​telegraph/textarea@​0.3.1

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/typography@​0.4.1

@​telegraph/textarea@​0.3.0

Minor Changes

  • #780 12ed121 Thanks @​ksorathia! - Swap in surface-1 bg color for Button, Combobox, Input and TextArea's default variants
Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/tokens from 0.2.0 to 0.2.1

Release notes

Sourced from @​telegraph/tokens's releases.

@​telegraph/tokens@​0.2.1

Patch Changes

  • #830 f9c6e1c Thanks @​kylemcd! - fix(vite-config): emit declaration files to a consistent dist/types root

    Pin the TypeScript declaration root to src in the shared dts plugin config so every package emits its types to dist/types/index.d.ts. Previously, packages whose tsconfig omitted rootDir emitted to dist/types/src/index.d.ts, which did not match the types entrypoint declared in their package.json, so consumers received no type definitions (@telegraph/compose-refs, helpers, input, modal, nextjs, tokens).

    Pinning the declaration root also repairs degraded type emission that depended on the inferred root: @telegraph/tabs previously emitted a dangling TgphElement reference (error TS2304: Cannot find name 'TgphElement' for consumers), and @telegraph/modal's Content prop type was widened to any. Both now emit correct, fully-resolved types.

    Also corrects the stale top-level types field in @telegraph/tokens.

Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/typography from 0.4.0 to 0.4.1

Release notes

Sourced from @​telegraph/typography's releases.

@​telegraph/typography@​0.4.1

Patch Changes

Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/segmented-control from 0.2.4 to 0.2.7

Release notes

Sourced from @​telegraph/segmented-control's releases.

@​telegraph/segmented-control@​0.2.7

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/layout@​0.5.1
    • @​telegraph/button@​0.7.2
    • @​telegraph/truncate@​0.1.5

@​telegraph/segmented-control@​0.2.6

Patch Changes

@​telegraph/segmented-control@​0.2.5

Patch Changes

  • Updated dependencies [12ed121]:
    • @​telegraph/button@​0.7.0
Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/tag from 0.2.1 to 0.2.6

Release notes

Sourced from @​telegraph/tag's releases.

@​telegraph/tag@​0.2.6

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/compose-refs@​0.0.9
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/layout@​0.5.1
    • @​telegraph/button@​0.7.2
    • @​telegraph/icon@​0.5.2
    • @​telegraph/tooltip@​0.4.1
    • @​telegraph/typography@​0.4.1

@​telegraph/tag@​0.2.5

Patch Changes

@​telegraph/tag@​0.2.4

Patch Changes

  • Updated dependencies [03cfc99]:
    • @​telegraph/tooltip@​0.4.0

@​telegraph/tag@​0.2.3

Patch Changes

  • Updated dependencies [c335807]:
    • @​telegraph/tooltip@​0.3.0

@​telegraph/tag@​0.2.2

Patch Changes

  • Updated dependencies [12ed121]:
    • @​telegraph/button@​0.7.0
Commits
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • 080d21d chore(repo): version packages (#822)
  • ee56d9e feat(menu): add hover-to-open submenus (Sub/SubTrigger/SubContent) (#821)
  • Additional commits viewable in compare view

Updates @telegraph/toggle from 0.1.3 to 0.2.0

Release notes

Sourced from @​telegraph/toggle's releases.

@​telegraph/toggle@​0.2.0

Minor Changes

@​telegraph/toggle@​0.1.6

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/layout@​0.5.1
    • @​telegraph/button@​0.7.2
    • @​telegraph/icon@​0.5.2
    • @​telegraph/tag@​0.2.6
    • @​telegraph/typography@​0.4.1

@​telegraph/toggle@​0.1.5

Patch Changes

@​telegraph/toggle@​0.1.4

Patch Changes

  • Updated dependencies [12ed121]:
    • @​telegraph/button@​0.7.0
    • @​telegraph/tag@​0.2.2
Commits
  • e8a079f chore(repo): version packages (#836)
  • 4ac7ba0 chore(KNO-13661): Fix toggle styling (#835)
  • 59490a6 chore(repo): version packages (#828)
  • f71d0e6 fix(vite-config): externalize Node built-in modules so style-engine's PostCSS...
  • f9c6e1c fix(vite-config): emit declaration files to a consistent dist/types root (#830)
  • 2a3fc1b chore(deps): bump minimatch from 3.1.2 to 3.1.5 (#829)
  • 59808f3 chore(deps): bump vite-plugin-dts from 4.5.4 to 5.0.1 (#824)
  • c107828 chore(deps-dev): bump @​changesets/changelog-github from 0.6.0 to 0.7.0 (#823)
  • a566c9a chore(deps): bump vite from 8.0.13 to 8.0.14 (#825)
  • 59e2239 chore(deps-dev): bump eslint from 10.2.1 to 10.4.0 (#826)
  • Additional commits viewable in compare view

Updates @telegraph/tooltip from 0.2.2 to 0.4.1

Release notes

Sourced from @​telegraph/tooltip's releases.

@​telegraph/tooltip@​0.4.1

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/helpers@​0.0.16
    • @​tel...

      Description has been truncated

…h 14 updates

Bumps the telegraph-packages group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@telegraph/button](https://github.com/knocklabs/telegraph) | `0.6.0` | `0.7.2` |
| [@telegraph/combobox](https://github.com/knocklabs/telegraph) | `0.2.7` | `0.3.6` |
| [@telegraph/icon](https://github.com/knocklabs/telegraph) | `0.5.0` | `0.5.2` |
| [@telegraph/input](https://github.com/knocklabs/telegraph) | `0.3.2` | `0.4.1` |
| [@telegraph/layout](https://github.com/knocklabs/telegraph) | `0.5.0` | `0.5.1` |
| [@telegraph/select](https://github.com/knocklabs/telegraph) | `0.0.90` | `0.0.97` |
| [@telegraph/textarea](https://github.com/knocklabs/telegraph) | `0.2.2` | `0.3.1` |
| [@telegraph/tokens](https://github.com/knocklabs/telegraph) | `0.2.0` | `0.2.1` |
| [@telegraph/typography](https://github.com/knocklabs/telegraph) | `0.4.0` | `0.4.1` |
| [@telegraph/segmented-control](https://github.com/knocklabs/telegraph) | `0.2.4` | `0.2.7` |
| [@telegraph/tag](https://github.com/knocklabs/telegraph) | `0.2.1` | `0.2.6` |
| [@telegraph/toggle](https://github.com/knocklabs/telegraph) | `0.1.3` | `0.2.0` |
| [@telegraph/tooltip](https://github.com/knocklabs/telegraph) | `0.2.2` | `0.4.1` |
| [@telegraph/style-engine](https://github.com/knocklabs/telegraph) | `0.3.2` | `0.3.5` |



Updates `@telegraph/button` from 0.6.0 to 0.7.2
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/button@0.6.0...@telegraph/button@0.7.2)

Updates `@telegraph/combobox` from 0.2.7 to 0.3.6
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/combobox@0.2.7...@telegraph/combobox@0.3.6)

Updates `@telegraph/icon` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/icon@0.5.0...@telegraph/icon@0.5.2)

Updates `@telegraph/input` from 0.3.2 to 0.4.1
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/input@0.3.2...@telegraph/input@0.4.1)

Updates `@telegraph/layout` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/layout@0.5.0...@telegraph/layout@0.5.1)

Updates `@telegraph/select` from 0.0.90 to 0.0.97
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/select@0.0.90...@telegraph/select@0.0.97)

Updates `@telegraph/textarea` from 0.2.2 to 0.3.1
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/textarea@0.2.2...@telegraph/textarea@0.3.1)

Updates `@telegraph/tokens` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/tokens@0.2.0...@telegraph/tokens@0.2.1)

Updates `@telegraph/typography` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/typography@0.4.0...@telegraph/typography@0.4.1)

Updates `@telegraph/segmented-control` from 0.2.4 to 0.2.7
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/segmented-control@0.2.4...@telegraph/segmented-control@0.2.7)

Updates `@telegraph/tag` from 0.2.1 to 0.2.6
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/tag@0.2.1...@telegraph/tag@0.2.6)

Updates `@telegraph/toggle` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/toggle@0.1.3...@telegraph/toggle@0.2.0)

Updates `@telegraph/tooltip` from 0.2.2 to 0.4.1
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/tooltip@0.2.2...@telegraph/tooltip@0.4.1)

Updates `@telegraph/style-engine` from 0.3.2 to 0.3.5
- [Release notes](https://github.com/knocklabs/telegraph/releases)
- [Commits](https://github.com/knocklabs/telegraph/compare/@telegraph/style-engine@0.3.2...@telegraph/style-engine@0.3.5)

---
updated-dependencies:
- dependency-name: "@telegraph/button"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/combobox"
  dependency-version: 0.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/icon"
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/input"
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/layout"
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/select"
  dependency-version: 0.0.97
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/textarea"
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/tokens"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/typography"
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/segmented-control"
  dependency-version: 0.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/tag"
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/toggle"
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/tooltip"
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: telegraph-packages
- dependency-name: "@telegraph/style-engine"
  dependency-version: 0.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 16, 2026 02:12
@dependabot dependabot Bot requested review from kylemcd and thomaswhyyou and removed request for a team June 16, 2026 02:12
@changeset-bot

changeset-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 1199ffc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@knocklabs/react Patch
ms-teams-connect-example Patch
nextjs-app-dir-example Patch
slack-connect-example Patch
slack-kit-example Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
javascript-ms-teams-connect-example Ready Ready Preview, Comment Jun 16, 2026 2:15am
javascript-nextjs-example Ready Ready Preview, Comment Jun 16, 2026 2:15am
javascript-slack-connect-example Ready Ready Preview, Comment Jun 16, 2026 2:15am
javascript-slack-kit-example Ready Ready Preview, Comment Jun 16, 2026 2:15am

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

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

"@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.

@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.55%. Comparing base (448b9c0) to head (1199ffc).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1015   +/-   ##
=======================================
  Coverage   63.55%   63.55%           
=======================================
  Files         208      208           
  Lines        9924     9924           
  Branches     1280     1280           
=======================================
  Hits         6307     6307           
  Misses       3592     3592           
  Partials       25       25           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant