chore(KNO-14577): update telegraph dependencies - #1055
Merged
kylemcd merged 1 commit intoJul 31, 2026
Merged
Conversation
Bump all @telegraph/* packages to their latest minor releases. Every package resolves to a single version, and transitive deps move up too (helpers 0.2.0, menu 0.6.0, truncate 0.3.0, appearance 0.0.15). @telegraph/icon 0.6.0 makes IconProps an XOR: an icon is either labelled via alt or explicitly hidden via aria-hidden, never both. Four call sites in the examples passed both and no longer compiled. Each sits beside a visible text label, so the icon is decorative — kept aria-hidden and dropped alt. That also cleared a stale alt="GitHub" on the icon next to "Documentation" in both files.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bundle ReportChanges will increase total bundle size by 344 bytes (0.06%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: @knocklabs/react-react-cjsAssets Changed:
view changes for bundle: @knocklabs/react-react-esmAssets Changed:
|
kylemcd
marked this pull request as ready for review
July 31, 2026 15:25
kylemcd
requested review from
andy-knock and
meryldakin
and removed request for
a team
July 31, 2026 15:25
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1055 +/- ##
=======================================
Coverage 73.00% 73.00%
=======================================
Files 139 139
Lines 4342 4342
Branches 1275 1275
=======================================
Hits 3170 3170
Misses 1055 1055
Partials 117 117 |
meryldakin
approved these changes
Jul 31, 2026
kylemcd
deleted the
kyle-kno-14577-update-telegraph-dependencies-in-the-javascript-sdk-monorepo
branch
July 31, 2026 15:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
every
@telegraph/*package had a minor release waiting.@telegraph/icon0.6.0 is the only breaking one:altandaria-hiddenare now mutually exclusive.altandaria-hidden— droppedalt, each sits beside visible textalt="GitHub"sitting next to "Documentation" texttsc --noEmittherelayoutandstyle-engineeach had two copies, now onepostcss8.5.23 → 8.5.25, pulled bystyle-engine@0.4.0