Skip to content

Commit 39f8c16

Browse files
authored
chore(deps): bump chromaui/action from 16 to 17 in the actions group (#3419)
Bumps the actions group with 1 update: [chromaui/action](https://github.com/chromaui/action). Updates `chromaui/action` from 16 to 17 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/action/blob/main/CHANGELOG.md">chromaui/action's changelog</a>.</em></p> <blockquote> <h1>v15.3.0 (Mon Mar 16 2026)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Integrate manifest generation script <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1244">#1244</a> (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Cody Kaup (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <hr /> <h1>v15.2.0 (Mon Feb 23 2026)</h1> <h4>🚀 Enhancement</h4> <ul> <li>:sparkle: Add input parameter chromaticSha. <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1241">#1241</a> (<a href="https://github.com/jwir3"><code>@​jwir3</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Scott Johnson (<a href="https://github.com/jwir3"><code>@​jwir3</code></a>)</li> </ul> <hr /> <h1>v15.1.1 (Tue Feb 17 2026)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Add concurrency limits to TurboSnap checks to fix OOM errors with large monorepos <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1242">#1242</a> (<a href="https://github.com/Brookke"><code>@​Brookke</code></a> <a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <h4>Authors: 2</h4> <ul> <li>Brooke Hatton (<a href="https://github.com/Brookke"><code>@​Brookke</code></a>)</li> <li>Cody Kaup (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <hr /> <h1>v15.1.0 (Tue Feb 10 2026)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Add support for iOS React Native projects <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1229">#1229</a> (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> <li>Only upload <code>manifest.json</code>/<code>storybook.apk</code>/<code>storybook.app</code> <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1240">#1240</a> (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Cody Kaup (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chromaui/action/commit/7aca53e7aa87489020a97f633c1e7e82c12e5973"><code>7aca53e</code></a> v17.0.0</li> <li>See full diff in <a href="https://github.com/chromaui/action/compare/v16...v17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chromaui/action&package-manager=github_actions&previous-version=16&new-version=17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details>
2 parents c79599a + dcea99d commit 39f8c16

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
@@ -28,7 +28,7 @@ jobs:
2828
run: pnpm install --frozen-lockfile
2929
# 👇 Adds Chromatic as a step in the workflow
3030
- name: Publish to Chromatic
31-
uses: chromaui/action@v16
31+
uses: chromaui/action@v17
3232
# Chromatic GitHub Action options
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)