Skip to content

chore(deps): bump @telegraph/layout from 0.6.0 to 0.6.1 in the telegraph-packages group - #1057

Merged
kylemcd merged 2 commits into
mainfrom
dependabot/npm_and_yarn/telegraph-packages-8d6a55c269
Aug 4, 2026
Merged

chore(deps): bump @telegraph/layout from 0.6.0 to 0.6.1 in the telegraph-packages group#1057
kylemcd merged 2 commits into
mainfrom
dependabot/npm_and_yarn/telegraph-packages-8d6a55c269

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the telegraph-packages group with 1 update: @telegraph/layout.

Updates @telegraph/layout from 0.6.0 to 0.6.1

Release notes

Sourced from @​telegraph/layout's releases.

@​telegraph/layout@​0.6.1

Patch Changes

  • #937 0ce9b23 Thanks @​kylemcd! - Box and Stack reject color.

    color is a deprecated HTML attribute that React accepts on every element, so it reached these components through the element passthrough rather than through their style props. It type-checked, rendered a color attribute, and painted nothing.

    The trap was the collision. Text, Button and Icon all have a real color prop, so the same prop name worked on those and silently did nothing on the layout primitives.

    <Box color="red" />   // used to compile and paint nothing. Now an error.
    <Text color="red" />  // unchanged. Still works.

    Runtime behaviour does not change, because the attribute never did anything. To set a background, use bg. To set text colour, use Text.

Commits
  • 88f281c chore(repo): version packages (#938)
  • 0ce9b23 fix(layout): stop prop color type-checking on Box and Stack (#937)
  • ba2d2e6 chore(deps): bump the react group across 1 directory with 2 updates (#932)
  • cccb369 chore(deps-dev): bump lightningcss from 1.32.0 to 1.33.0 (#933)
  • 2a91e9a chore(deps-dev): bump @​knocklabs/eslint-config from 0.0.5 to 0.0.6 (#934)
  • 95f65e3 chore(deps): bump autoprefixer from 10.5.2 to 10.5.4 (#935)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the telegraph-packages group with 1 update: [@telegraph/layout](https://github.com/knocklabs/telegraph).


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

---
updated-dependencies:
- dependency-name: "@telegraph/layout"
  dependency-version: 0.6.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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 4, 2026 02:06
@dependabot
dependabot Bot requested review from kylemcd and meryldakin and removed request for a team August 4, 2026 02:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
@vercel

vercel Bot commented Aug 4, 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 Aug 4, 2026 2:09am
javascript-nextjs-example Ready Ready Preview Aug 4, 2026 2:09am
javascript-slack-connect-example Ready Ready Preview Aug 4, 2026 2:09am
javascript-slack-kit-example Ready Ready Preview Aug 4, 2026 2:09am

Request Review

@changeset-bot

changeset-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 92c812f

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

@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.06%. Comparing base (9b5f244) to head (92c812f).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1057   +/-   ##
=======================================
  Coverage   73.06%   73.06%           
=======================================
  Files         139      139           
  Lines        4351     4351           
  Branches     1278     1278           
=======================================
  Hits         3179     3179           
  Misses       1055     1055           
  Partials      117      117           

@kylemcd
kylemcd enabled auto-merge (squash) August 4, 2026 17:14
@kylemcd
kylemcd merged commit eb174b2 into main Aug 4, 2026
13 checks passed
@kylemcd
kylemcd deleted the dependabot/npm_and_yarn/telegraph-packages-8d6a55c269 branch August 4, 2026 17:14
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.

2 participants