Skip to content

Commit 45c8fbd

Browse files
chore(deps): update chromaui/action action to v16.2.0 (#8464)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chromaui/action](https://redirect.github.com/chromaui/action) | action | minor | `v16.1.0` → `v16.2.0` | --- ### Release Notes <details> <summary>chromaui/action (chromaui/action)</summary> ### [`v16.2.0`](https://redirect.github.com/chromaui/action/blob/HEAD/CHANGELOG.md#v1620-Thu-Apr-09-2026) [Compare Source](https://redirect.github.com/chromaui/action/compare/v16.1.0...v16.2.0) ##### 🚀 Enhancement - Improve merge queue support [#&#8203;1256](https://redirect.github.com/chromaui/chromatic-cli/pull/1256) ([@&#8203;codykaup](https://redirect.github.com/codykaup)) ##### 🐛 Bug Fix - test: improve chromatic-e2e related tests [#&#8203;1273](https://redirect.github.com/chromaui/chromatic-cli/pull/1273) ([@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio)) - test: update Vitest to v4 [#&#8203;1266](https://redirect.github.com/chromaui/chromatic-cli/pull/1266) ([@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio)) - Throw error on React Native projects using TurboSnap [#&#8203;1267](https://redirect.github.com/chromaui/chromatic-cli/pull/1267) ([@&#8203;codykaup](https://redirect.github.com/codykaup)) ##### Authors: 2 - Ari Perkkiö ([@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio)) - Cody Kaup ([@&#8203;codykaup](https://redirect.github.com/codykaup)) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e36f1a commit 45c8fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@8a2b82547aef5a3efc8ec3c7905f4ab09a76ed0b # v16.1.0
28+
uses: chromaui/action@688adae582d884d6b739d58b347e8f48829339a9 # v16.2.0
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)