Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependapool updates for Oct 4 2024 #1708

Merged
merged 9 commits into from
Oct 10, 2024
Merged

Dependapool updates for Oct 4 2024 #1708

merged 9 commits into from
Oct 10, 2024

Conversation

timothyfroehlich
Copy link
Member

No description provided.

Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 3.26.8 to 3.26.11.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.26.11 - 03 Oct 2024</h2>
<ul>
<li>
<p><em>Upcoming breaking change</em>: Add support for using
<code>actions/download-artifact@v4</code> to programmatically consume
CodeQL Action debug artifacts.</p>
<p>Starting November 30, 2024, GitHub.com customers will <a
href="https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/">no
longer be able to use <code>actions/download-artifact@v3</code></a>.
Therefore, to avoid breakage, customers who programmatically download
the CodeQL Action debug artifacts should set the
<code>CODEQL_ACTION_ARTIFACT_V4_UPGRADE</code> environment variable to
<code>true</code> and bump <code>actions/download-artifact@v3</code> to
<code>actions/download-artifact@v4</code> in their workflows. The CodeQL
Action will enable this behavior by default in early November and
workflows that have not yet bumped to
<code>actions/download-artifact@v3</code> to
<code>actions/download-artifact@v4</code> will begin failing then.</p>
<p>This change is currently unavailable for GitHub Enterprise Server
customers, as <code>actions/upload-artifact@v4</code> and
<code>actions/download-artifact@v4</code> are not yet compatible with
GHES.</p>
</li>
</ul>
<h2>3.26.10 - 30 Sep 2024</h2>
<ul>
<li>We are rolling out a feature in September/October 2024 that sets up
CodeQL using a bundle compressed with <a
href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to
improve the performance of setting up CodeQL. <a
href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li>
</ul>
<h2>3.26.9 - 24 Sep 2024</h2>
<p>No user facing changes.</p>
<h2>3.26.8 - 19 Sep 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.19.0. <a
href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li>
</ul>
<h2>3.26.7 - 13 Sep 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.18.4. <a
href="https://redirect.github.com/github/codeql-action/pull/2471">#2471</a></li>
</ul>
<h2>3.26.6 - 29 Aug 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.18.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2449">#2449</a></li>
</ul>
<h2>3.26.5 - 23 Aug 2024</h2>
<ul>
<li>Fix an issue where the <code>csrutil</code> system call used for
telemetry would fail on MacOS ARM machines with System Integrity
Protection disabled. <a
href="https://redirect.github.com/github/codeql-action/pull/2441">#2441</a></li>
</ul>
<h2>3.26.4 - 21 Aug 2024</h2>
<ul>
<li><em>Deprecation:</em> The <code>add-snippets</code> input on the
<code>analyze</code> Action is deprecated and will be removed in the
first release in August 2025. <a
href="https://redirect.github.com/github/codeql-action/pull/2436">#2436</a></li>
<li>Fix an issue where the disk usage system call used for telemetry
would fail on MacOS ARM machines with System Integrity Protection
disabled, and then surface a warning. The system call is now disabled
for these machines. <a
href="https://redirect.github.com/github/codeql-action/pull/2434">#2434</a></li>
</ul>
<h2>3.26.3 - 19 Aug 2024</h2>
<ul>
<li>Fix an issue where the CodeQL Action could not write diagnostic
messages on Windows. This issue did not impact analysis quality. <a
href="https://redirect.github.com/github/codeql-action/pull/2430">#2430</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea"><code>6db8d63</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2522">#2522</a>
from github/update-v3.26.11-8aba5f2c4</li>
<li><a
href="https://github.com/github/codeql-action/commit/389647f39867028dcbcca5506b676e29424c612d"><code>389647f</code></a>
Update changelog for v3.26.11</li>
<li><a
href="https://github.com/github/codeql-action/commit/8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3"><code>8aba5f2</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2516">#2516</a>
from github/aeisenberg/dependabot-exclude</li>
<li><a
href="https://github.com/github/codeql-action/commit/ecac2c6d538a5c4520f636d89c01720ddc5c9d1b"><code>ecac2c6</code></a>
Exclupde <code>eslint-plugin-import</code> updates from dependabot</li>
<li><a
href="https://github.com/github/codeql-action/commit/e85017e6745c22a328ab20475f48582ec2e1becd"><code>e85017e</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2514">#2514</a>
from github/henrymercer/zstd-better-failure-logging</li>
<li><a
href="https://github.com/github/codeql-action/commit/a60db1d7fffaf34bc97db28f4d16936306e52a7c"><code>a60db1d</code></a>
Add notice for dependency upgrade timeline (<a
href="https://redirect.github.com/github/codeql-action/issues/2513">#2513</a>)</li>
<li><a
href="https://github.com/github/codeql-action/commit/28db28fc03e5652558cfae2ebfcf112a524358e1"><code>28db28f</code></a>
Improve clean up if extraction fails</li>
<li><a
href="https://github.com/github/codeql-action/commit/3da852e107a8b010f01b468b4be62250eca45340"><code>3da852e</code></a>
Capture stderr from extracting <code>.tar.zst</code></li>
<li><a
href="https://github.com/github/codeql-action/commit/c4d433c56218db63e3030b7eb311b4820c0aa24b"><code>c4d433c</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2510">#2510</a>
from github/dependabot/npm_and_yarn/npm-13baf58ce8</li>
<li><a
href="https://github.com/github/codeql-action/commit/2f6cf481fd80327a14c2fccb1f6d2babc76cddc3"><code>2f6cf48</code></a>
Undo <code>eslint-plugin-import</code> bump</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/294a9d92911152fe08befb9ec03e240add280cb3...6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.26.8&new-version=3.26.11)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lugin (#1705)

Bumps [eslint](https://github.com/eslint/eslint) from 9.11.0 to 9.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.11.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>)
(Nitin Kumar)</li>
<li><a
href="https://github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/92cde5c6da43b6017657e4c596421e3347f3dbc4"><code>92cde5c</code></a>
fix: add missing types for <code>no-shadow</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18930">#18930</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b3cbe11a9216d1edabd5b85d6f274ca84574bce6"><code>b3cbe11</code></a>
fix: add missing types for <code>no-sequences</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18929">#18929</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/976f77f7f6da591b715b1ce2592f09c2f1160153"><code>976f77f</code></a>
fix: add missing types for <code>no-unused-expressions</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18933">#18933</a>)
(Kristóf Poduszló)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>)
(Carlos Meira)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.11.1 - September 23, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>)
(Nitin Kumar)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>)
(Carlos Meira)</li>
<li><a
href="https://github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/92cde5c6da43b6017657e4c596421e3347f3dbc4"><code>92cde5c</code></a>
fix: add missing types for <code>no-shadow</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18930">#18930</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b3cbe11a9216d1edabd5b85d6f274ca84574bce6"><code>b3cbe11</code></a>
fix: add missing types for <code>no-sequences</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18929">#18929</a>)
(Kristóf Poduszló)</li>
<li><a
href="https://github.com/eslint/eslint/commit/976f77f7f6da591b715b1ce2592f09c2f1160153"><code>976f77f</code></a>
fix: add missing types for <code>no-unused-expressions</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18933">#18933</a>)
(Kristóf Poduszló)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/69e94597caa92c9b9f4071f8c9ed4a03772fa6de"><code>69e9459</code></a>
9.11.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/fcdac444989e541abe9575f6c39d828ecbe5f5d1"><code>fcdac44</code></a>
Build: changelog update for 9.11.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5"><code>20fd916</code></a>
fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp;
<code>@types/json-schema</code> deps (<a
href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0"><code>3eff709</code></a>
docs: replace deprecated <code>Linter.FlatConfig</code> type with
<code>Linter.Config</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301"><code>2738322</code></a>
fix: add missing types for <code>require-atomic-updates</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897"><code>d71ff30</code></a>
fix: add missing types for <code>object-shorthand</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d"><code>561cadc</code></a>
fix: add missing types for <code>no-unsafe-negation</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d"><code>8843656</code></a>
fix: add missing types for <code>no-underscore-dangle</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.11.0...v9.11.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=9.11.0&new-version=9.11.1)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…updates (#1704)

Bumps the non-breaking-figma-widget group with 1 update in the
/support-figma/auto-content-preview-widget directory:
[webpack](https://github.com/webpack/webpack).
Bumps the non-breaking-figma-widget group with 3 updates in the
/support-figma/extended-layout-plugin directory:
[webpack](https://github.com/webpack/webpack),
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
and
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).

Updates `webpack` from 5.94.0 to 5.95.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.95.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed hanging when attempting to read a symlink-like file that it
can't read</li>
<li>Handle <code>default</code> for import context element
dependency</li>
<li>Merge duplicate chunks call after split chunks</li>
<li>Generate correctly code for dynamically importing the same file
twice and destructuring</li>
<li>Use content hash as [base] and [name] for extracted DataURI's</li>
<li>Distinguish <code>module</code> and <code>import</code> in
<code>module-import</code> for externals <code>import</code>'s</li>
<li>[Types] Make <code>EnvironmentPlugin</code> default values types
less strict</li>
<li>[Types] Typescript 5.6 compatibility</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Add new <code>optimization.avoidEntryIife</code> option
(<code>true</code> by default for the <code>production</code> mode)</li>
<li>Pass output.hash* options to loader context</li>
</ul>
<h2>Performance</h2>
<ul>
<li>Avoid unneeded re-visit in build chunk graph</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/e20fd634fd24fab2c821a6e6114ace706ca052d0"><code>e20fd63</code></a>
chore(release): 5.95.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/4866b0daf1dfd675a3e5d5b27656bf9529ffa106"><code>4866b0d</code></a>
feat: added new <code>optimization.entryIife</code> option</li>
<li><a
href="https://github.com/webpack/webpack/commit/d90f6920f06b50ccf169b282aff6a8b0a23b43e3"><code>d90f692</code></a>
fix: merge duplicate chunks after split chunks</li>
<li><a
href="https://github.com/webpack/webpack/commit/90dec30ff41ceb745b4e4d39ea1ecdb1cd3e39de"><code>90dec30</code></a>
fix(externals): distinguish “module” and “import” in
“module-import”</li>
<li><a
href="https://github.com/webpack/webpack/commit/c1a0a4666e62211a11b1489d16c45e41113b715a"><code>c1a0a46</code></a>
fix(externals): distinguish “module” and “import” in
“module-import”</li>
<li><a
href="https://github.com/webpack/webpack/commit/14d8fa8dd563350082a08519154ebce38064759c"><code>14d8fa8</code></a>
fix: all tests cases</li>
<li><a
href="https://github.com/webpack/webpack/commit/dae16ad11e2d2accddc549a92082da3d2e667b01"><code>dae16ad</code></a>
feat: pass output.hash* options to loader context</li>
<li><a
href="https://github.com/webpack/webpack/commit/75d185d27ecc0a73a7a743bc15dc734676da372c"><code>75d185d</code></a>
feat: pass <code>output.hash*</code> options to loader context</li>
<li><a
href="https://github.com/webpack/webpack/commit/46e0b9cc05ae53755cda2d6b6b50be5ce6759d6f"><code>46e0b9c</code></a>
test: update</li>
<li><a
href="https://github.com/webpack/webpack/commit/8e62f9f36b6030ba8de52ec3f6bda43927a1a963"><code>8e62f9f</code></a>
test</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpack` from 5.94.0 to 5.95.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.95.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed hanging when attempting to read a symlink-like file that it
can't read</li>
<li>Handle <code>default</code> for import context element
dependency</li>
<li>Merge duplicate chunks call after split chunks</li>
<li>Generate correctly code for dynamically importing the same file
twice and destructuring</li>
<li>Use content hash as [base] and [name] for extracted DataURI's</li>
<li>Distinguish <code>module</code> and <code>import</code> in
<code>module-import</code> for externals <code>import</code>'s</li>
<li>[Types] Make <code>EnvironmentPlugin</code> default values types
less strict</li>
<li>[Types] Typescript 5.6 compatibility</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Add new <code>optimization.avoidEntryIife</code> option
(<code>true</code> by default for the <code>production</code> mode)</li>
<li>Pass output.hash* options to loader context</li>
</ul>
<h2>Performance</h2>
<ul>
<li>Avoid unneeded re-visit in build chunk graph</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/e20fd634fd24fab2c821a6e6114ace706ca052d0"><code>e20fd63</code></a>
chore(release): 5.95.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/4866b0daf1dfd675a3e5d5b27656bf9529ffa106"><code>4866b0d</code></a>
feat: added new <code>optimization.entryIife</code> option</li>
<li><a
href="https://github.com/webpack/webpack/commit/d90f6920f06b50ccf169b282aff6a8b0a23b43e3"><code>d90f692</code></a>
fix: merge duplicate chunks after split chunks</li>
<li><a
href="https://github.com/webpack/webpack/commit/90dec30ff41ceb745b4e4d39ea1ecdb1cd3e39de"><code>90dec30</code></a>
fix(externals): distinguish “module” and “import” in
“module-import”</li>
<li><a
href="https://github.com/webpack/webpack/commit/c1a0a4666e62211a11b1489d16c45e41113b715a"><code>c1a0a46</code></a>
fix(externals): distinguish “module” and “import” in
“module-import”</li>
<li><a
href="https://github.com/webpack/webpack/commit/14d8fa8dd563350082a08519154ebce38064759c"><code>14d8fa8</code></a>
fix: all tests cases</li>
<li><a
href="https://github.com/webpack/webpack/commit/dae16ad11e2d2accddc549a92082da3d2e667b01"><code>dae16ad</code></a>
feat: pass output.hash* options to loader context</li>
<li><a
href="https://github.com/webpack/webpack/commit/75d185d27ecc0a73a7a743bc15dc734676da372c"><code>75d185d</code></a>
feat: pass <code>output.hash*</code> options to loader context</li>
<li><a
href="https://github.com/webpack/webpack/commit/46e0b9cc05ae53755cda2d6b6b50be5ce6759d6f"><code>46e0b9c</code></a>
test: update</li>
<li><a
href="https://github.com/webpack/webpack/commit/8e62f9f36b6030ba8de52ec3f6bda43927a1a963"><code>8e62f9f</code></a>
test</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 22.6.0 to 22.7.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.7.0 to 8.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.8.0</h2>
<h2>8.8.0 (2024-09-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add
checkTypePredicates (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009">#10009</a>)</li>
<li><strong>eslint-plugin:</strong> [await-thenable] check for-await
loop iteree (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008">#10008</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>export type *</code> in d.ts to support TS&lt;5.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070">#10070</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
should underline template syntax with squiggly lines (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044">#10044</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] max callstack
exceeded when class implements itself (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040">#10040</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check
contextual type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042">#10042</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow
nested bitwise operations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037">#10037</a>)</li>
<li><strong>type-utils:</strong> check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026">#10026</a>)</li>
<li><strong>utils:</strong> update missing type information message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043">#10043</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>Tarun Chauhan <a
href="https://github.com/tarunrajput"><code>@​tarunrajput</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.8.0 (2024-09-30)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2055cfbbdef5d9b7ee4ed7180f0af93eed245235"><code>2055cfb</code></a>
chore(release): publish 8.8.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />


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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.3.0-android to 33.3.1-android.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/guava/releases">com.google.guava:guava's
releases</a>.</em></p>
<blockquote>
<h2>33.3.1</h2>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.3.1-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;33.3.1-android&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
<h3>Jar files</h3>
<ul>
<li><a
href="https://repo1.maven.org/maven2/com/google/guava/guava/33.3.1-jre/guava-33.3.1-jre.jar">33.3.1-jre.jar</a></li>
<li><a
href="https://repo1.maven.org/maven2/com/google/guava/guava/33.3.1-android/guava-33.3.1-android.jar">33.3.1-android.jar</a></li>
</ul>
<p>Guava requires <a
href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies">one
runtime dependency</a>, which you can download here:</p>
<ul>
<li><a
href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar">failureaccess-1.0.1.jar</a></li>
</ul>
<h3>Javadoc</h3>
<ul>
<li><a
href="https://guava.dev/releases/33.3.1-jre/api/docs/">33.3.1-jre</a></li>
<li><a
href="https://guava.dev/releases/33.3.1-android/api/docs/">33.3.1-android</a></li>
</ul>
<h3>JDiff</h3>
<ul>
<li><a
href="https://guava.dev/releases/33.3.1-jre/api/diffs/">33.3.1-jre vs.
33.3.0-jre</a></li>
<li><a
href="https://guava.dev/releases/33.3.1-android/api/diffs/">33.3.1-android
vs. 33.3.0-android</a></li>
<li><a
href="https://guava.dev/releases/33.3.1-android/api/androiddiffs/">33.3.1-android
vs. 33.3.1-jre</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li>Added <code>j2objc-annotations</code> to the Gradle runtime
classpath to stop producing <a
href="https://redirect.github.com/google/guava/issues/7397">an Android
Gradle Plugin error</a>. (a3b51888c2)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/google/guava/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.guava:guava&package-manager=gradle&previous-version=33.3.0-android&new-version=33.3.1-android)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1702)

Bumps androidx.profileinstaller:profileinstaller from 1.4.0 to 1.4.1.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.profileinstaller:profileinstaller&package-manager=gradle&previous-version=1.4.0&new-version=1.4.1)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `androidx-compose-components` from 1.7.2 to 1.7.3.
Updates `androidx.compose.foundation:foundation` from 1.7.2 to 1.7.3

Updates `androidx.compose.foundation:foundation-layout` from 1.7.2 to
1.7.3

Updates `androidx.compose.runtime:runtime` from 1.7.2 to 1.7.3

Updates `androidx.compose.runtime:runtime-livedata` from 1.7.2 to 1.7.3

Updates `androidx.compose.ui:ui` from 1.7.2 to 1.7.3

Updates `androidx.compose.ui:ui-test-junit4` from 1.7.2 to 1.7.3

Updates `androidx.compose.ui:ui-test-manifest` from 1.7.2 to 1.7.3

Updates `androidx.compose.ui:ui-text` from 1.7.2 to 1.7.3

Updates `androidx.compose.ui:ui-tooling` from 1.7.2 to 1.7.3

Updates `androidx.compose.ui:ui-tooling-preview` from 1.7.2 to 1.7.3


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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5)
from 5.11.0 to 5.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junit-team/junit5/releases">org.junit.jupiter:junit-jupiter's
releases</a>.</em></p>
<blockquote>
<p>JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1</p>
<p>See <a
href="http://junit.org/junit5/docs/5.11.1/release-notes/">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1">https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junit-team/junit5/commit/e4b2c0c1384dd980abbd61c11322c419cf7cd1eb"><code>e4b2c0c</code></a>
Release 5.11.1</li>
<li><a
href="https://github.com/junit-team/junit5/commit/c37b179f74e06ddaa7a86d82ff4ea2a8d04a0ea9"><code>c37b179</code></a>
Finalize 5.11.1 release notes</li>
<li><a
href="https://github.com/junit-team/junit5/commit/a7b1c49702ddf8113a7e74da2cfe6ca9e3e35521"><code>a7b1c49</code></a>
Include 5.10.4 release notes</li>
<li><a
href="https://github.com/junit-team/junit5/commit/3646b7d37e3401d9cda0106290bbf9cb36a735b2"><code>3646b7d</code></a>
Document benefits of <code>messageSupplier</code> in
<code>Assertions</code> (<a
href="https://redirect.github.com/junit-team/junit5/issues/3938">#3938</a>)</li>
<li><a
href="https://github.com/junit-team/junit5/commit/6b9f15d9d53ceef1db1a0fa1fd3e7f38f757e88e"><code>6b9f15d</code></a>
Delete unnecessary (and potentially misleading) comment in User
Guide</li>
<li><a
href="https://github.com/junit-team/junit5/commit/98dafd3746dcf141ac8b5906f26e69e9a140ff5d"><code>98dafd3</code></a>
Reduce flakiness</li>
<li><a
href="https://github.com/junit-team/junit5/commit/6529d8d4b14e0ab2b9134a9d9b0d9260ba2f6410"><code>6529d8d</code></a>
Allow for work stealing when only holding read locks (<a
href="https://redirect.github.com/junit-team/junit5/issues/4012">#4012</a>)</li>
<li><a
href="https://github.com/junit-team/junit5/commit/0d25a5a0ddab609df3d7382264b050dc61f54d2f"><code>0d25a5a</code></a>
Fix YAML syntax</li>
<li><a
href="https://github.com/junit-team/junit5/commit/28dd375d31995365ed36c40270be619b4d64be99"><code>28dd375</code></a>
Fix step label</li>
<li><a
href="https://github.com/junit-team/junit5/commit/348ef61d6b2f945cb0bf315b97eef80a41686a88"><code>348ef61</code></a>
Switch to Temurin for JDK 23 (<a
href="https://redirect.github.com/junit-team/junit5/issues/4005">#4005</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit.jupiter:junit-jupiter&package-manager=gradle&previous-version=5.11.0&new-version=5.11.1)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… updates (#1706)

Bumps the non-breaking-github-workflow group with 2 updates in the /
directory: [actions/checkout](https://github.com/actions/checkout) and
[ruby/setup-ruby](https://github.com/ruby/setup-ruby).

Updates `actions/checkout` from 4.1.7 to 4.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Ref and Commit outputs by <a
href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
<li>Dependabot updates in <a
href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>
&amp; <a
href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/yasonk"><code>@​yasonk</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1869">actions/checkout#1869</a></li>
<li><a href="https://github.com/lucacome"><code>@​lucacome</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.7...v4.2.0">https://github.com/actions/checkout/compare/v4.1.7...v4.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.2.0</h2>
<ul>
<li>Add Ref and Commit outputs by <a
href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
<li>Dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a
href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
<a
href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
</ul>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
<li>README: Suggest <code>user.email</code> to be
<code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
</ul>
<h2>v4.1.4</h2>
<ul>
<li>Disable <code>extensions.worktreeConfig</code> when disabling
<code>sparse-checkout</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
<li>Add dependabot config by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
<li>Bump the minor-actions-dependencies group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
</ul>
<h2>v4.1.3</h2>
<ul>
<li>Check git version before attempting to disable
<code>sparse-checkout</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
<li>Add SSH user parameter by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
<li>Update <code>actions/checkout</code> version in
<code>update-main-version.yml</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
</ul>
<h2>v4.1.2</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code>
option is not present <a
href="https://github.com/dscho"><code>@​dscho</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Correct link to GitHub Docs by <a
href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
<li>Link to release page from what's new section by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
support for partial checkout filters</a></li>
</ul>
<h2>v4.0.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1067">Support
fetching without the --progress option</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1436">Update to
node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark
test scripts with Bash'isms to be run via Bash</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/d632683dd7b4114ad314bca15554477dd762a938"><code>d632683</code></a>
Prepare 4.2.0 release (<a
href="https://redirect.github.com/actions/checkout/issues/1878">#1878</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/6d193bf28034eafb982f37bd894289fe649468fc"><code>6d193bf</code></a>
Bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/actions/checkout/issues/1777">#1777</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/db0cee9a514becbbd4a101a5fbbbf47865ee316c"><code>db0cee9</code></a>
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(<a
href="https://redirect.github.com/actions/checkout/issues/1872">#1872</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b6849436894e144dbce29d7d7fda2ae3bf9d8365"><code>b684943</code></a>
Add Ref and Commit outputs (<a
href="https://redirect.github.com/actions/checkout/issues/1180">#1180</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/2d7d9f7ff5b310f983d059b68785b3c74d8b8edd"><code>2d7d9f7</code></a>
Provide explanation for where user email came from (<a
href="https://redirect.github.com/actions/checkout/issues/1869">#1869</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/9a9194f87191a7e9055e3e9b95b8cfb13023bb08"><code>9a9194f</code></a>
Bump docker/build-push-action from 5.3.0 to 6.5.0 (<a
href="https://redirect.github.com/actions/checkout/issues/1832">#1832</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/dd960bd3c3f080561a1810e32349ac211ecec7d4"><code>dd960bd</code></a>
Bump docker/login-action in the minor-actions-dependencies group (<a
href="https://redirect.github.com/actions/checkout/issues/1831">#1831</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruby/setup-ruby` from 1.193.0 to 1.194.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/setup-ruby/releases">ruby/setup-ruby's
releases</a>.</em></p>
<blockquote>
<h2>v1.194.0</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.193.0...v1.194.0">https://github.com/ruby/setup-ruby/compare/v1.193.0...v1.194.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/setup-ruby/commit/c04af2bb7258bb6a03df1d3c1865998ac9390972"><code>c04af2b</code></a>
Replace macos-release by (parseInt(os.version()) - 9)</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/17f5c914a0f34a07ade5922ce062548d079b665b"><code>17f5c91</code></a>
Add support for macos-15 and all future macos runners</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/5496baa6dba5302bd9cf85284f3648efa7e83552"><code>5496baa</code></a>
Update macos-release to 3.3.0 so it recognizes macos-15</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/0ec4904dc738052acf9fd5c1bffe0f98861d640f"><code>0ec4904</code></a>
Better error for TruffleRuby on Windows</li>
<li>See full diff in <a
href="https://github.com/ruby/setup-ruby/compare/f321cf5a4d1533575411f8752cf25b86478b0442...c04af2bb7258bb6a03df1d3c1865998ac9390972">compare
view</a></li>
</ul>
</details>
<br />


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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

github-actions bot commented Oct 4, 2024

Snapshot diff report vs base branch: main
Last updated: Fri Oct 4 12:18:52 PDT 2024, Sha: 97e8b90
No differences detected

Bumps the non-breaking-gradle group with 10 updates:

| Package | From | To |
| --- | --- | --- |
|
[io.github.takahirom.roborazzi:roborazzi](https://github.com/takahirom/roborazzi)
| `1.26.0` | `1.27.0` |
|
[io.github.takahirom.roborazzi:roborazzi-gradle-plugin](https://github.com/takahirom/roborazzi)
| `1.26.0` | `1.27.0` |
|
[io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi)
| `1.26.0` | `1.27.0` |
|
[io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi)
| `1.26.0` | `1.27.0` |
|
[io.github.takahirom.roborazzi](https://github.com/takahirom/roborazzi)
| `1.26.0` | `1.27.0` |
| com.android.tools.build:gradle | `8.4.2` | `8.7.0` |
| com.android.application | `8.4.2` | `8.7.0` |
| com.android.library | `8.4.2` | `8.7.0` |
| com.android.test | `8.4.2` | `8.7.0` |


Updates `io.github.takahirom.roborazzi:roborazzi` from 1.26.0 to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi:roborazzi's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.takahirom.roborazzi:roborazzi-gradle-plugin` from
1.26.0 to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi:roborazzi-gradle-plugin's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.26.0 to
1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi:roborazzi-compose's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.26.0
to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi:roborazzi-junit-rule's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.takahirom.roborazzi` from 1.26.0 to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.takahirom.roborazzi:roborazzi-gradle-plugin` from
1.26.0 to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi:roborazzi-gradle-plugin's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.26.0 to
1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi:roborazzi-compose's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.26.0
to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi:roborazzi-junit-rule's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.android.tools.build:gradle` from 8.4.2 to 8.7.0

Updates `com.android.application` from 8.4.2 to 8.7.0

Updates `com.android.library` from 8.4.2 to 8.7.0

Updates `com.android.test` from 8.4.2 to 8.7.0

Updates `com.android.library` from 8.4.2 to 8.7.0

Updates `com.android.test` from 8.4.2 to 8.7.0

Updates `io.github.takahirom.roborazzi` from 1.26.0 to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/takahirom/roborazzi/releases">io.github.takahirom.roborazzi's
releases</a>.</em></p>
<blockquote>
<h2>1.27.0</h2>
<h1>Bugfix for Compose Preview Support</h1>
<p>As <a
href="https://takahirom.github.io/roborazzi/preview-support.html">Compose
Preview Support</a> don't automatically add dependencies to maintain a
single source of truth for user projects, they should show warnings when
the required dependencies are missing. However, the warnings were not
shown, so I fixed this issue. Thanks for reporting this! <a
href="https://github.com/kktaro"><code>@​kktaro</code></a></p>
<h1>Diff Percentage to Report File</h1>
<p><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
added the diff percentage to report files. You can use it in your CI
workflow or project statistics.</p>
<h1>The Roborazzi AI feature prototype is ongoing. 🤖</h1>
<p>This version does not include it, but I've implemented a prototype
for using AI for assertions. If you are interested, please check it out
and leave feedback.
<a
href="https://redirect.github.com/takahirom/roborazzi/pull/491">takahirom/roborazzi#491</a></p>
<h2>What's Changed</h2>
<ul>
<li>[Sample / Tests]Update dependency androidx.compose.material:material
to v1.6.8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/407">takahirom/roborazzi#407</a></li>
<li>[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/468">takahirom/roborazzi#468</a></li>
<li>[IntelliJ Plugin] Show screenshot filename multiple lines by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/470">takahirom/roborazzi#470</a></li>
<li>[IntelliJ Plugin] Filtering Images by Text Field by <a
href="https://github.com/sanao1006"><code>@​sanao1006</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/476">takahirom/roborazzi#476</a></li>
<li>[CI] chore(deps): update github artifact actions to v4 (major) by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/482">takahirom/roborazzi#482</a></li>
<li>[Feature] Implement diff. percentage by <a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li>[IntelliJ Plugin] fix duplicate screenshot by <a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li>[Docs] update preview screenshot docs by <a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
<li>[Bug fixes] Fix preview dependency check by <a
href="https://github.com/takahirom"><code>@​takahirom</code></a> in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/495">takahirom/roborazzi#495</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladcudoidem"><code>@​vladcudoidem</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/480">takahirom/roborazzi#480</a></li>
<li><a
href="https://github.com/yuchan2215"><code>@​yuchan2215</code></a> made
their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/494">takahirom/roborazzi#494</a></li>
<li><a
href="https://github.com/YusukeMoriJapan"><code>@​YusukeMoriJapan</code></a>
made their first contribution in <a
href="https://redirect.github.com/takahirom/roborazzi/pull/488">takahirom/roborazzi#488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/takahirom/roborazzi/commit/2e4b3eb9a77f2ca85bef581fc12a55364df2f0bd"><code>2e4b3eb</code></a>
1.27.0</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/c8072844ad7cd8c9f93d6b82b1c8a72ab5f93ff2"><code>c807284</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/495">#495</a>
from takahirom/takahirom/fix-preview-screenshot-depen...</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/41f519de4716378b9bb3f9babb27083108a7db25"><code>41f519d</code></a>
Fix preview screenshot dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/639f984246eb918f244e62c55256eed4617abcae"><code>639f984</code></a>
Add failing test of preview dependency check</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/f416c41100c75a59c4cbb311aee8074240bee79e"><code>f416c41</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/488">#488</a>
from YusukeMoriJapan/feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/caf1305b56c7a470c2ce2deab367bfe1bac08af0"><code>caf1305</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/0dbd5155faf7c71743ee39df6019dc6e15f5a243"><code>0dbd515</code></a>
Merge pull request <a
href="https://redirect.github.com/takahirom/roborazzi/issues/494">#494</a>
from yuchan2215/fix-duplicate-screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/9edc895fd613b5c4b9d11a226aa3211d07cfcdce"><code>9edc895</code></a>
fix: duplicate screenshot</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/6db75280c71da5964a98f51f97713b7107964c1b"><code>6db7528</code></a>
add note sentence</li>
<li><a
href="https://github.com/takahirom/roborazzi/commit/eb17d183c5feaaa5f40befee83070cd07ff97940"><code>eb17d18</code></a>
Merge branch 'main' into feature/update-preview-readme</li>
<li>Additional commits viewable in <a
href="https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| com.android.tools.build:gradle | [> 7.3.1] |
| com.android.tools.build:gradle | [>= 8.5.a, < 8.6] |
| com.android.application | [>= 8.5.a, < 8.6] |
| com.android.library | [>= 8.5.a, < 8.6] |
| com.android.test | [>= 8.5.a, < 8.6] |
| com.android.tools.build:gradle | [>= 8.6.a, < 8.7] |
| com.android.application | [>= 8.6.a, < 8.7] |
| com.android.library | [>= 8.6.a, < 8.7] |
| com.android.test | [>= 8.6.a, < 8.7] |
</details>


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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Froehlich <[email protected]>
@timothyfroehlich timothyfroehlich added this pull request to the merge queue Oct 10, 2024
Merged via the queue into main with commit 286cb13 Oct 10, 2024
23 checks passed
@timothyfroehlich timothyfroehlich deleted the dependapool branch October 10, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants