Build(deps): bump snyk from 1.884.0 to 1.889.0 #300

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-snyk-1.889.0 into master 2022-03-30 11:08:33 +00:00
argoyle commented 2022-03-30 04:40:14 +00:00 (Migrated from gitlab.com)

Bumps snyk from 1.884.0 to 1.889.0.

Release notes

Sourced from snyk's releases.

v1.889.0

1.889.0 (2022-03-29)

v1.888.0

1.888.0 (2022-03-29)

Bug Fixes

  • code-client update to v4.9.0 (2ce5a4b)

v1.887.0

1.887.0 (2022-03-29)

Bug Fixes

  • Increase delay between inputs on some acceptance tests (41b7f9e)

Features

  • drift: use snyk brand on html output (c0f7458)

v1.886.0

1.886.0 (2022-03-28)

v1.885.0

1.885.0 (2022-03-28)

Bug Fixes

  • iac report acceptence test (a74c2e2)
  • point to the correct projects collection in the platform (0a98806)
Commits
  • 3379a79 Merge pull request #3069 from snyk/chore/add-warning-for-report-with-custom-r...
  • 2db6329 Merge pull request #3067 from snyk/chore/test-all-filter
  • d23f67e chore: Added warning when custom rules with 'report'
  • 21a4a02 Merge pull request #3060 from snyk/fix/python-requirements-with-multiple-spaces
  • 9c44e4d Merge pull request #3046 from snyk/feat/drift-exclude
  • e2449fa fix: support comments in python manifest in requirements line
  • dd5d9d5 Merge pull request #3075 from snyk/fix/code-client-update-v4.9.0
  • 2ce5a4b fix: code-client update to v4.9.0
  • d98ebc9 chore: add test-all branch filter
  • 69b5266 Merge pull request #3073 from snyk/fix/flaky-acceptance-tests
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [snyk](https://github.com/snyk/snyk) from 1.884.0 to 1.889.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snyk/snyk/releases">snyk's releases</a>.</em></p> <blockquote> <h2>v1.889.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.888.0...v1.889.0">1.889.0</a> (2022-03-29)</h1> <h2>v1.888.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.887.0...v1.888.0">1.888.0</a> (2022-03-29)</h1> <h3>Bug Fixes</h3> <ul> <li>code-client update to v4.9.0 (<a href="https://github.com/snyk/snyk/commit/2ce5a4b7f9193f0d4edb39a4d4a4a90221ba4694">2ce5a4b</a>)</li> </ul> <h2>v1.887.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.886.0...v1.887.0">1.887.0</a> (2022-03-29)</h1> <h3>Bug Fixes</h3> <ul> <li>Increase delay between inputs on some acceptance tests (<a href="https://github.com/snyk/snyk/commit/41b7f9e473d3d8a689e3bf2c546da135748a7c4c">41b7f9e</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>drift:</strong> use snyk brand on html output (<a href="https://github.com/snyk/snyk/commit/c0f74583b1148c6a5f2a10322986b570af905f9b">c0f7458</a>)</li> </ul> <h2>v1.886.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.885.0...v1.886.0">1.886.0</a> (2022-03-28)</h1> <h2>v1.885.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.884.0...v1.885.0">1.885.0</a> (2022-03-28)</h1> <h3>Bug Fixes</h3> <ul> <li>iac report acceptence test (<a href="https://github.com/snyk/snyk/commit/a74c2e2bfaeb584d3c4fd6a0a49bd4cfba79a63b">a74c2e2</a>)</li> <li>point to the correct projects collection in the platform (<a href="https://github.com/snyk/snyk/commit/0a98806b59f31483f3fd974b4ce507782f06703f">0a98806</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snyk/cli/commit/3379a790ffa6d2b592958808c11a9b7f486fcf0b"><code>3379a79</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3069">#3069</a> from snyk/chore/add-warning-for-report-with-custom-r...</li> <li><a href="https://github.com/snyk/cli/commit/2db6329254671e6fac76dc7b4b3ec9bb5b99c68b"><code>2db6329</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3067">#3067</a> from snyk/chore/test-all-filter</li> <li><a href="https://github.com/snyk/cli/commit/d23f67e06a6f225ad0543e5b0b3303e5b3090790"><code>d23f67e</code></a> chore: Added warning when custom rules with 'report'</li> <li><a href="https://github.com/snyk/cli/commit/21a4a0245cd840a1777364ea7cd1e03d728f93ba"><code>21a4a02</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3060">#3060</a> from snyk/fix/python-requirements-with-multiple-spaces</li> <li><a href="https://github.com/snyk/cli/commit/9c44e4d9378f121f8b06ad23e65a26a249d8a342"><code>9c44e4d</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3046">#3046</a> from snyk/feat/drift-exclude</li> <li><a href="https://github.com/snyk/cli/commit/e2449facb7f5ca725600e0bf9aa0f045ff3761c3"><code>e2449fa</code></a> fix: support comments in python manifest in requirements line</li> <li><a href="https://github.com/snyk/cli/commit/dd5d9d5a34dc5ce9050de519df4628efc2c456cc"><code>dd5d9d5</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3075">#3075</a> from snyk/fix/code-client-update-v4.9.0</li> <li><a href="https://github.com/snyk/cli/commit/2ce5a4b7f9193f0d4edb39a4d4a4a90221ba4694"><code>2ce5a4b</code></a> fix: code-client update to v4.9.0</li> <li><a href="https://github.com/snyk/cli/commit/d98ebc9e30b3c234f3b37cf4df3409b282a51e07"><code>d98ebc9</code></a> chore: add test-all branch filter</li> <li><a href="https://github.com/snyk/cli/commit/69b5266fe2f84d7ab544392e72313a39fa66e33b"><code>69b5266</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3073">#3073</a> from snyk/fix/flaky-acceptance-tests</li> <li>Additional commits viewable in <a href="https://github.com/snyk/snyk/compare/v1.884.0...v1.889.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 - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-03-30 11:08:33 +00:00 (Migrated from gitlab.com)

mentioned in commit 75f4067d61

mentioned in commit 75f4067d61cf7d571630ddd4007c87225d17da72
argoyle (Migrated from gitlab.com) merged commit 75f4067d61 into master 2022-03-30 11:08:34 +00:00
Sign in to join this conversation.