Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@snyk/protect](https://github.com/snyk/snyk) from 1.1175.0 to 1.1176.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/snyk/snyk/releases"><code>@snyk/protect</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.1176.0</h2>
<h1><a href="https://github.com/snyk/snyk/compare/v1.1175.0...v1.1176.0">1.1176.0</a> (2023-06-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>parse sbt console output (<a href="https://github.com/snyk/snyk/commit/8b7a6dc9a5e159e49cda487e0f256b518806de01">8b7a6dc</a>)</li>
<li>pass resolution to yarn workspaces parser (<a href="https://github.com/snyk/snyk/commit/72a8ca956419c7752c377b29149ed93085a4d22b">72a8ca9</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add logos for swift cli monitor (<a href="https://github.com/snyk/snyk/commit/94a93aac21da36f23675ec036ceec98b4e60864b">94a93aa</a>)</li>
<li>add swift support for ci (<a href="https://github.com/snyk/snyk/commit/cf0382eb1e899d1b037c69b7734c26d3623875db">cf0382e</a>)</li>
<li>add swift to bashrc (<a href="https://github.com/snyk/snyk/commit/688f1aee120cd56655bc3b0b66a3e0474b4152ce">688f1ae</a>)</li>
<li>add swift to docker file (<a href="https://github.com/snyk/snyk/commit/f4df9a6334d4fb66eb3b0cfe6233f020698d5878">f4df9a6</a>)</li>
<li>add test for swift monitor (<a href="https://github.com/snyk/snyk/commit/46db8b916dffab68cbbb253b1942694f9a85fe06">46db8b9</a>)</li>
<li>change swift version (<a href="https://github.com/snyk/snyk/commit/35915fd160c467b112c917a8fe99cba5dae51cc2">35915fd</a>)</li>
<li>find jars recursively by default (<a href="https://github.com/snyk/snyk/commit/aed8e8ea4d460c9a8448eef8e4fd66ea2dc2bf7f">aed8e8e</a>)</li>
<li>remove swift install for ci jobs (<a href="https://github.com/snyk/snyk/commit/8c962651bbb60c2dd5c0a6a74da806b17cb4b93b">8c96265</a>)</li>
<li>upgrade swift plugin (<a href="https://github.com/snyk/snyk/commit/ccc365c980a4fcfd85780e0c084c1bd535d16dce">ccc365c</a>)</li>
<li>use non dev snapshot of swift (<a href="https://github.com/snyk/snyk/commit/b579f24b6b777561429392c98f05087ecfbcb0be">b579f24</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/snyk/cli/commit/595391d5ea90ccfd86778df0fe37c32e7645d28a"><code>595391d</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/4614">#4614</a> from snyk/feat/swift-cli-support</li>
<li><a href="https://github.com/snyk/cli/commit/35915fd160c467b112c917a8fe99cba5dae51cc2"><code>35915fd</code></a> feat: change swift version</li>
<li><a href="https://github.com/snyk/cli/commit/688f1aee120cd56655bc3b0b66a3e0474b4152ce"><code>688f1ae</code></a> feat: add swift to bashrc</li>
<li><a href="https://github.com/snyk/cli/commit/8c962651bbb60c2dd5c0a6a74da806b17cb4b93b"><code>8c96265</code></a> feat: remove swift install for ci jobs</li>
<li><a href="https://github.com/snyk/cli/commit/f4df9a6334d4fb66eb3b0cfe6233f020698d5878"><code>f4df9a6</code></a> feat: add swift to docker file</li>
<li><a href="https://github.com/snyk/cli/commit/b579f24b6b777561429392c98f05087ecfbcb0be"><code>b579f24</code></a> feat: use non dev snapshot of swift</li>
<li><a href="https://github.com/snyk/cli/commit/cf0382eb1e899d1b037c69b7734c26d3623875db"><code>cf0382e</code></a> feat: add swift support for ci</li>
<li><a href="https://github.com/snyk/cli/commit/46db8b916dffab68cbbb253b1942694f9a85fe06"><code>46db8b9</code></a> feat: add test for swift monitor</li>
<li><a href="https://github.com/snyk/cli/commit/ccc365c980a4fcfd85780e0c084c1bd535d16dce"><code>ccc365c</code></a> feat: upgrade swift plugin</li>
<li><a href="https://github.com/snyk/cli/commit/94a93aac21da36f23675ec036ceec98b4e60864b"><code>94a93aa</code></a> feat: add logos for swift cli monitor</li>
<li>Additional commits viewable in <a href="https://github.com/snyk/snyk/compare/v1.1175.0...v1.1176.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @snyk/protect from 1.1175.0 to 1.1176.0.
Release notes
Sourced from
@snyk/protect's releases.Commits
595391dMerge pull request #4614 from snyk/feat/swift-cli-support35915fdfeat: change swift version688f1aefeat: add swift to bashrc8c96265feat: remove swift install for ci jobsf4df9a6feat: add swift to docker fileb579f24feat: use non dev snapshot of swiftcf0382efeat: add swift support for ci46db8b9feat: add test for swift monitorccc365cfeat: upgrade swift plugin94a93aafeat: add logos for swift cli monitorDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR. Deprecated, use GitLab's native /rebase instead$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
4500f33b- 1 commit from branchmaster4db87e37- Build(deps): bump @snyk/protect from 1.1175.0 to 1.1176.0Compare with previous version