Skip to content

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

Merged
kylemcd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/telegraph-packages-a27b1a7747
Jul 20, 2026
Merged

chore(deps): bump the telegraph-packages group across 1 directory with 14 updates#1015
kylemcd merged 1 commit 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.4
@telegraph/combobox 0.2.7 0.4.2
@telegraph/icon 0.5.0 0.5.4
@telegraph/input 0.3.2 0.4.2
@telegraph/layout 0.5.0 0.5.3
@telegraph/select 0.0.90 0.0.100
@telegraph/textarea 0.2.2 0.3.2
@telegraph/tokens 0.2.0 0.2.2
@telegraph/typography 0.4.0 0.4.2
@telegraph/segmented-control 0.2.4 0.3.2
@telegraph/tag 0.2.1 0.2.8
@telegraph/toggle 0.1.3 0.2.2
@telegraph/tooltip 0.2.2 0.5.0
@telegraph/style-engine 0.3.2 0.3.7

Updates @telegraph/button from 0.6.0 to 0.7.4

Release notes

Sourced from @​telegraph/button's releases.

@​telegraph/button@​0.7.4

Patch Changes

@​telegraph/button@​0.7.3

Patch Changes

@​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

Commits
  • 92c619f chore(repo): version packages (#884)
  • 71513e5 chore(deps): bump vite from 8.1.2 to 8.1.3 (#885)
  • 920f57e chore(deps): bump postcss from 8.5.16 to 8.5.17 (#886)
  • e044f7f chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.8 to 4.1.10 (#882)
  • c5145da chore(deps): bump lucide-react from 1.16.0 to 1.23.0 (#880)
  • 5f816d7 chore(deps): bump autoprefixer from 10.5.0 to 10.5.2 (#879)
  • ecccf51 chore(deps): bump @​vitejs/plugin-react from 6.0.1 to 6.0.3 (#881)
  • 7849e7d fix(combobox): correct client-side search matching (KNO-14268) (#883)
  • 2a0c043 test: add a Vitest browser-mode (Playwright) config for real-browser tests (K...
  • fb75a2d chore(repo): version packages (#877)
  • Additional commits viewable in compare view

Updates @telegraph/combobox from 0.2.7 to 0.4.2

Release notes

Sourced from @​telegraph/combobox's releases.

@​telegraph/combobox@​0.4.2

Patch Changes

  • #883 7849e7d Thanks @​kylemcd! - Fix client-side search matching in Combobox

    • Match options by their rendered DOM text, so text produced inside a child component (a custom option row, for example) is searchable. Previously the filter only read text off the React element tree, where a child component's render output doesn't exist.
    • Match queries that span sibling text nodes — searching "Jane Doe" now matches <Text>Jane</Text><Text>Doe</Text>.
    • Match numeric children, which were previously skipped entirely.
    • Trim the search query, so a pasted value with surrounding whitespace still matches.
    • Stop treating a controlled <Combobox.Search value={...} /> — or any controlled input inside Combobox.Content, including a search wrapped in a consumer component — as an option. Its value prop was collected as a phantom option that could shadow the real one and mislabel the trigger.
  • #880 c5145da Thanks @​dependabot! - chore(deps): bump lucide-react from 1.16.0 to 1.23.0

  • Updated dependencies [c5145da]:

    • @​telegraph/button@​0.7.4
    • @​telegraph/icon@​0.5.4
    • @​telegraph/menu@​0.5.3
    • @​telegraph/tag@​0.2.8

@​telegraph/combobox@​0.4.1

Patch Changes

@​telegraph/combobox@​0.4.0

Minor Changes

  • #837 b78f9b6 Thanks @​kylemcd! - Migrate Combobox off direct Radix runtime dependencies while preserving Telegraph menu layering, focus restoration, CSS compatibility variables, legacy option objects, and controlled/uncontrolled value behavior. Adds Base UI-backed dismissal handling, including onEscapeKeyDown, and documents that stay-open multi-select keeps focus on the selected option.

Patch Changes

  • #837 b78f9b6 Thanks @​kylemcd! - Migrate Menu internals to Base UI while preserving Telegraph dismissal callbacks, focus callbacks, avoidCollisions, hideWhenDetached, trigger refs, submenu state attributes, and portal styling. Combobox trigger aria labels now fall back to option values when labels are rendered as React nodes so assistive text remains string-safe.

  • Updated dependencies [b78f9b6, b78f9b6, b78f9b6, b78f9b6, b78f9b6, b78f9b6, b78f9b6, b78f9b6]:

    • @​telegraph/helpers@​0.1.0
    • @​telegraph/tooltip@​0.5.0
    • @​telegraph/truncate@​0.1.6
    • @​telegraph/button@​0.7.3
    • @​telegraph/layout@​0.5.2
    • @​telegraph/tag@​0.2.7
    • @​telegraph/input@​0.4.2
    • @​telegraph/menu@​0.5.0
    • @​telegraph/icon@​0.5.3
    • @​telegraph/typography@​0.4.2

@​telegraph/combobox@​0.3.6

Patch Changes

... (truncated)

Commits
  • 92c619f chore(repo): version packages (#884)
  • 71513e5 chore(deps): bump vite from 8.1.2 to 8.1.3 (#885)
  • 920f57e chore(deps): bump postcss from 8.5.16 to 8.5.17 (#886)
  • e044f7f chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.8 to 4.1.10 (#882)
  • c5145da chore(deps): bump lucide-react from 1.16.0 to 1.23.0 (#880)
  • 5f816d7 chore(deps): bump autoprefixer from 10.5.0 to 10.5.2 (#879)
  • ecccf51 chore(deps): bump @​vitejs/plugin-react from 6.0.1 to 6.0.3 (#881)
  • 7849e7d fix(combobox): correct client-side search matching (KNO-14268) (#883)
  • 2a0c043 test: add a Vitest browser-mode (Playwright) config for real-browser tests (K...
  • fb75a2d chore(repo): version packages (#877)
  • Additional commits viewable in compare view

Updates @telegraph/icon from 0.5.0 to 0.5.4

Release notes

Sourced from @​telegraph/icon's releases.

@​telegraph/icon@​0.5.4

Patch Changes

@​telegraph/icon@​0.5.3

Patch Changes

@​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
  • 92c619f chore(repo): version packages (#884)
  • 71513e5 chore(deps): bump vite from 8.1.2 to 8.1.3 (#885)
  • 920f57e chore(deps): bump postcss from 8.5.16 to 8.5.17 (#886)
  • e044f7f chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.8 to 4.1.10 (#882)
  • c5145da chore(deps): bump lucide-react from 1.16.0 to 1.23.0 (#880)
  • 5f816d7 chore(deps): bump autoprefixer from 10.5.0 to 10.5.2 (#879)
  • ecccf51 chore(deps): bump @​vitejs/plugin-react from 6.0.1 to 6.0.3 (#881)
  • 7849e7d fix(combobox): correct client-side search matching (KNO-14268) (#883)
  • 2a0c043 test: add a Vitest browser-mode (Playwright) config for real-browser tests (K...
  • fb75a2d chore(repo): version packages (#877)
  • Additional commits viewable in compare view

Updates @telegraph/input from 0.3.2 to 0.4.2

Release notes

Sourced from @​telegraph/input's releases.

@​telegraph/input@​0.4.2

Patch Changes

  • #837 b78f9b6 Thanks @​kylemcd! - Replace Radix Slot usage in Appearance and Input with Telegraph helpers, and add shared TgphSlot, VisuallyHidden, and useControllableState exports for migrated components. Explicit appearance overrides now remain pinned instead of being overwritten by document-level appearance observer updates.

  • Updated dependencies [b78f9b6, b78f9b6, b78f9b6, b78f9b6, b78f9b6]:

    • @​telegraph/helpers@​0.1.0
    • @​telegraph/layout@​0.5.2
    • @​telegraph/typography@​0.4.2

@​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
Commits
  • ce5ef3d chore(repo): version packages (#859)
  • d769028 chore(deps): bump vite from 8.0.16 to 8.1.0 (#860)
  • d5d6d33 chore(deps): bump the react group across 1 directory with 2 updates (#831)
  • 2561256 chore(deps-dev): bump storybook from 10.4.0 to 10.4.6 (#834)
  • 829c1fd chore(deps): bump @​babel/core from 7.28.0 to 7.29.7 (#858)
  • b4dadc7 chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.5 to 4.1.8 (#832)
  • 8778b2d chore(deps-dev): bump @​storybook/react-vite from 10.4.0 to 10.4.2 (#833)
  • 5cdd04c chore(deps): bump esbuild from 0.27.2 to 0.27.7 (#852)
  • bea6c72 chore(deps): bump vite from 8.0.14 to 8.0.16 (#853)
  • be5163c chore(deps): bump undici from 6.25.0 to 6.27.0 (#855)
  • Additional commits viewable in compare view

Updates @telegraph/layout from 0.5.0 to 0.5.3

Release notes

Sourced from @​telegraph/layout's releases.

@​telegraph/layout@​0.5.3

Patch Changes

  • #868 3fb9a31 Thanks @​kylemcd! - Fix Box and Stack using different CSS custom properties for flex-direction, which silently dropped the direction/flexDirection prop when composing Box-based components with as={Stack}.

    Box mapped direction/flexDirection to --flex-direction while the .tgph-stack CSS reads --direction. On an element with both classes (e.g. <Box as={Stack} direction="column"> or <Tabs.Panel as={Stack} direction="column">), the .tgph-stack rule won the cascade and resolved flex-direction from the never-set --direction, so the layout fell back to row. Box now writes --direction — the same custom property Stack uses — and the .tgph-box rule defaults and reads it, so both class rules resolve flex-direction identically and the interactive pseudo-state fallbacks regenerate as --hover--direction etc. The old --flex-direction custom property was already dead on any element with the stack class and is no longer emitted.

@​telegraph/layout@​0.5.2

Patch Changes

@​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
  • 7764a0f chore(repo): version packages (#872)
  • 957d6c6 fix(menu): keep focus on a typeable trigger input when the popup opens (#869)
  • 13c3aa2 fix: override rounded corners in combobox option tag (#873)
  • 3fb9a31 fix(layout): share --direction custom property between Box and Stack (#868)
  • 3d34fa9 chore(deps): bump vite from 8.1.0 to 8.1.1 (#866)
  • a2eef1a chore(deps-dev): bump @​storybook/addon-themes from 10.4.0 to 10.4.6 (#870)
  • cfd40df chore(deps): bump ws from 8.18.3 to 8.21.0 (#867)
  • 8cf9908 chore(deps-dev): bump @​moonrepo/cli from 2.2.4 to 2.3.5 (#871)
  • 8a02a7a chore(repo): version packages (#865)
  • 21913ca fix(base-ui): stack Tabs vertically and composite Modal enter animation (#864)
  • Additional commits viewable in compare view

Updates @telegraph/select from 0.0.90 to 0.0.100

Release notes

Sourced from @​telegraph/select's releases.

@​telegraph/select@​0.0.100

Patch Changes

@​telegraph/select@​0.0.99

Patch Changes

  • Updated dependencies [13c3aa2]:
    • @​telegraph/combobox@​0.4.1
    • @​telegraph/helpers@​0.1.0

@​telegraph/select@​0.0.98

Patch Changes

  • #837 b78f9b6 Thanks @​kylemcd! - Verify Select against the migrated Combobox implementation, including single-select, multi-select, prop pass-through, portalled accessibility scans, keyboard selection, Escape dismissal, and focus return.

  • Updated dependencies [b78f9b6, b78f9b6, b78f9b6, b78f9b6, b78f9b6, b78f9b6]:

    • @​telegraph/helpers@​0.1.0
    • @​telegraph/combobox@​0.4.0

@​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
Commits
  • 92c619f chore(repo): version packages (#884)
  • 71513e5 chore(deps): bump vite from 8.1.2 to 8.1.3 (#885)
  • 920f57e chore(deps): bump postcss from 8.5.16 to 8.5.17 (#886)
  • e044f7f chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.8 to 4.1.10 (#882)
  • c5145da chore(deps): bump lucide-react from 1.16.0 to 1.23.0 (#880)
  • 5f816d7 chore(deps): bump autoprefixer from 10.5.0 to 10.5.2 (#879)
  • ecccf51 chore(deps): bump @​vitejs/plugin-react from 6.0.1 to 6.0.3 (#881)
  • 7849e7d fix(combobox): correct client-side search matching (KNO-14268) (#883)
  • 2a0c043 test: add a Vitest browser-mode (Playwright) config for real-browser tests (K...
  • fb75a2d chore(repo): version packages (#877)
  • Additional commits viewable in compare view

Updates @telegraph/textarea from 0.2.2 to 0.3.2

Release notes

Sourced from @​telegraph/textarea's releases.

@​telegraph/textarea@​0.3.2

Patch Changes

@​telegraph/textarea@​0.3.1

Patch Changes

  • Updated dependencies [f9c6e1c]:
    • @​telegraph/helpers@​0.0.16
    • @​telegraph/typography@​0.4.1
Commits
  • ce5ef3d chore(repo): version packages (#859)
  • d769028 chore(deps): bump vite from 8.0.16 to 8.1.0 (#860)
  • d5d6d33 chore(deps): bump the react group across 1 directory with 2 updates (#831)
  • 2561256 chore(deps-dev): bump storybook from 10.4.0 to 10.4.6 (#834)
  • 829c1fd chore(deps): bump @​babel/core from 7.28.0 to 7.29.7 (#858)
  • b4dadc7 chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.5 to 4.1.8 (#832)
  • 8778b2d chore(deps-dev): bump @​storybook/react-vite from 10.4.0 to 10.4.2 (#833)
  • 5cdd04c chore(deps): bump esbuild from 0.27.2 to 0.27.7 (#852)
  • bea6c72 chore(deps): bump vite from 8.0.14 to 8.0.16 (#853)
  • be5163c chore(deps): bump undici from 6.25.0 to 6.27.0 (#855)
  • Additional commits viewable in compare view

Updates @telegraph/tokens from 0.2.0 to 0.2.2

Release notes

Sourced from @​telegraph/tokens's releases.

@​telegraph/tokens@​0.2.2

Patch Changes

  • #837 b78f9b6 Thanks @​kylemcd! - Publish JavaScript wrappers for token CSS variable map exports so ESM consumers can import them without JSON import attributes.

@​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
  • ce5ef3d chore(repo): version packages (#859)
  • d769028 chore(deps): bump vite from 8.0.16 to 8.1.0 (#860)
  • d5d6d33 chore(deps): bump the react group across 1 directory with 2 updates (#831)
  • 2561256 chore(deps-dev): bump storybook from 10.4.0 to 10.4.6 (#834)
  • 829c1fd chore(deps): bump @​babel/core from 7.28.0 to 7.29.7 (#858)
  • b4dadc7 chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.5 to 4.1.8 (#832)
  • 8778b2d chore(deps-dev): bump @​storybook/react-vite from 10.4.0 to 10.4.2 (#833)
  • 5cdd04c chore(deps): bump esbuild from 0.27.2 to 0.27.7 (#852)
  • bea6c72 chore(deps): bump vite from 8.0.14 to 8.0.16 (#853)
  • be5163c chore(deps): bump undici from 6.25.0 to 6.27.0 (#855)
  • Additional commits viewable in compare view

Updates @telegraph/typography from 0.4.0 to 0.4.2

Release notes

Sourced from @​telegraph/typography's releases.

@​telegraph/typography@​0.4.2

Patch Changes

@​telegraph/typography@​0.4.1

Patch Changes

Commits
  • ce5ef3d chore(repo): version packages (#859)
  • d769028 chore(deps): bump vite from 8.0.16 to 8.1.0 (#860)
  • d5d6d33 chore(deps): bump the react group across 1 directory with 2 updates (#831)
  • 2561256 chore(deps-dev): bump storybook from 10.4.0 to 10.4.6 (#834)
  • 829c1fd chore(deps): bump @​babel/core from 7.28.0 to 7.29.7 (#858)
  • b4dadc7 chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.5 to 4.1.8 (#832)
  • 8778b2d chore(deps-dev): bump @​storybook/react-vite from 10.4.0 to 10.4.2 (#833)
  • 5cdd04c chore(deps): bump esbuild from 0.27.2 to 0.27.7 (#852)
  • bea6c72 chore(deps): bump vite from 8.0.14 to 8.0.16 (#853)
  • be5163c chore(deps): bump undici from 6.25.0 to 6.27.0 (#855)
  • Additional commits viewable in compare view

Updates @telegraph/segmented-control from 0.2.4 to 0.3.2

Release notes

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

@​telegraph/segmented-control@​0.3.2

Patch Changes

@​telegraph/segmented-control@​0.3.1

Patch Changes

  • #862 c8d0331 Thanks @​kylemcd! - Restore radio-group accessibility semantics for single-select SegmentedControl. After the Base UI migration it rendered every option as a toggle button (role="group" + aria-pressed), which mis...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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

⚠️ No Changeset found

Latest commit: 01c6e5c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a 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 Jul 20, 2026 5:19pm
javascript-nextjs-example Ready Ready Preview, Comment Jul 20, 2026 5:19pm
javascript-slack-connect-example Ready Ready Preview, Comment Jul 20, 2026 5:19pm
javascript-slack-kit-example Ready Ready Preview, Comment Jul 20, 2026 5:19pm

Request Review

Comment thread packages/react/package.json Outdated

@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 29adbb9. Configure here.

Comment thread examples/nextjs-app-dir-example/app/example/page.tsx Outdated
@codecov

codecov Bot commented Jun 17, 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 (1fcac8c).
⚠️ Report is 2 commits behind head on main.
✅ 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           

@kylemcd

kylemcd commented Jul 20, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

…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.4` |
| [@telegraph/combobox](https://github.com/knocklabs/telegraph) | `0.2.7` | `0.4.2` |
| [@telegraph/icon](https://github.com/knocklabs/telegraph) | `0.5.0` | `0.5.4` |
| [@telegraph/input](https://github.com/knocklabs/telegraph) | `0.3.2` | `0.4.2` |
| [@telegraph/layout](https://github.com/knocklabs/telegraph) | `0.5.0` | `0.5.3` |
| [@telegraph/select](https://github.com/knocklabs/telegraph) | `0.0.90` | `0.0.100` |
| [@telegraph/textarea](https://github.com/knocklabs/telegraph) | `0.2.2` | `0.3.2` |
| [@telegraph/tokens](https://github.com/knocklabs/telegraph) | `0.2.0` | `0.2.2` |
| [@telegraph/typography](https://github.com/knocklabs/telegraph) | `0.4.0` | `0.4.2` |
| [@telegraph/segmented-control](https://github.com/knocklabs/telegraph) | `0.2.4` | `0.3.2` |
| [@telegraph/tag](https://github.com/knocklabs/telegraph) | `0.2.1` | `0.2.8` |
| [@telegraph/toggle](https://github.com/knocklabs/telegraph) | `0.1.3` | `0.2.2` |
| [@telegraph/tooltip](https://github.com/knocklabs/telegraph) | `0.2.2` | `0.5.0` |
| [@telegraph/style-engine](https://github.com/knocklabs/telegraph) | `0.3.2` | `0.3.7` |



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

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

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

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

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

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

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

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

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

Updates `@telegraph/segmented-control` from 0.2.4 to 0.3.2
- [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.3.2)

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

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

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

Updates `@telegraph/style-engine` from 0.3.2 to 0.3.7
- [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.7)

---
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/segmented-control"
  dependency-version: 0.2.7
  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/style-engine"
  dependency-version: 0.3.5
  dependency-type: direct:development
  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/textarea"
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/tokens"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/typography"
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: telegraph-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/telegraph-packages-a27b1a7747 branch from 1fcac8c to 01c6e5c Compare July 20, 2026 17:16
@kylemcd
kylemcd merged commit 3473c2a into main Jul 20, 2026
10 checks passed
@kylemcd
kylemcd deleted the dependabot/npm_and_yarn/telegraph-packages-a27b1a7747 branch July 20, 2026 17:35
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