Skip to content

Commit c5e1da3

Browse files
chore(deps): update chromaui/action action to v16.8.0 (#8547)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chromaui/action](https://redirect.github.com/chromaui/action) | action | minor | `v16.6.3` → `v16.8.0` | --- ### Release Notes <details> <summary>chromaui/action (chromaui/action)</summary> ### [`v16.8.0`](https://redirect.github.com/chromaui/action/blob/HEAD/CHANGELOG.md#v1680-Tue-May-05-2026) [Compare Source](https://redirect.github.com/chromaui/action/compare/v16.7.0...v16.8.0) ##### 🚀 Enhancement - Add test for external storybook config changes and TS [#&#8203;1316](https://redirect.github.com/chromaui/chromatic-cli/pull/1316) ([@&#8203;tmeasday](https://redirect.github.com/tmeasday)) ##### 🐛 Bug Fix - Move `xcodebuild` to shared executor [#&#8203;1318](https://redirect.github.com/chromaui/chromatic-cli/pull/1318) ([@&#8203;jmhobbs](https://redirect.github.com/jmhobbs)) - Only build Android ABI for x86\_64 [#&#8203;1308](https://redirect.github.com/chromaui/chromatic-cli/pull/1308) ([@&#8203;jmhobbs](https://redirect.github.com/jmhobbs)) - Add output environment variable to RN builds [#&#8203;1307](https://redirect.github.com/chromaui/chromatic-cli/pull/1307) ([@&#8203;jmhobbs](https://redirect.github.com/jmhobbs)) ##### Authors: 2 - John Hobbs ([@&#8203;jmhobbs](https://redirect.github.com/jmhobbs)) - Tom Coleman ([@&#8203;tmeasday](https://redirect.github.com/tmeasday)) *** ### [`v16.7.0`](https://redirect.github.com/chromaui/action/blob/HEAD/CHANGELOG.md#v1670-Mon-May-04-2026) [Compare Source](https://redirect.github.com/chromaui/action/compare/v16.6.3...v16.7.0) ##### 🚀 Enhancement - Add React Native build stage [#&#8203;1297](https://redirect.github.com/chromaui/chromatic-cli/pull/1297) ([@&#8203;jmhobbs](https://redirect.github.com/jmhobbs)) - Make Storybook metadata output generic [#&#8203;1311](https://redirect.github.com/chromaui/chromatic-cli/pull/1311) ([@&#8203;codykaup](https://redirect.github.com/codykaup)) ##### 🐛 Bug Fix - Migrate `setStorybookInfo` task to typed inputs and outputs [#&#8203;1306](https://redirect.github.com/chromaui/chromatic-cli/pull/1306) ([@&#8203;justin-thurman](https://redirect.github.com/justin-thurman)) - Scaffolding for removing `Context` from CLI task bodies [#&#8203;1302](https://redirect.github.com/chromaui/chromatic-cli/pull/1302) ([@&#8203;justin-thurman](https://redirect.github.com/justin-thurman)) ##### Authors: 3 - Cody Kaup ([@&#8203;codykaup](https://redirect.github.com/codykaup)) - John Hobbs ([@&#8203;jmhobbs](https://redirect.github.com/jmhobbs)) - Justin Thurman ([@&#8203;justin-thurman](https://redirect.github.com/justin-thurman)) *** </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6171895 commit c5e1da3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn install --immutable
2626

2727
- name: Publish to Chromatic
28-
uses: chromaui/action@42839e8c28caf61a16433fa96a03b312bbc47ab5 # v16.6.3
28+
uses: chromaui/action@a200f3ba3ff81232c47ac7942347fb212b1a67dc # v16.8.0
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)