Build(deps): bump @snyk/protect from 1.1085.0 to 1.1087.0 #865

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-snyk-protect-1.1087.0 into master 2023-01-13 08:05:43 +00:00
argoyle commented 2023-01-13 04:38:43 +00:00 (Migrated from gitlab.com)

Bumps @snyk/protect from 1.1085.0 to 1.1087.0.

Release notes

Sourced from @​snyk/protect's releases.

v1.1087.0

1.1087.0 (2023-01-12)

Bug Fixes

Features

v1.1086.0

1.1086.0 (2023-01-12)

Bug Fixes

  • Correctly parse the remote URLs set by actions/checkokut (5c38a02)
Commits
  • d535277 Merge pull request #4324 from snyk/fix/swift-build-folder
  • d47d6e3 Merge pull request #4314 from snyk/chore/codeowners
  • 644bd0b fix: exclude .build folder
  • aefa6f9 Merge pull request #4318 from snyk/chore/ignore-dotbuild-folder-for-swift
  • 4fbe0f3 feat: test for ignore logic
  • da5e25a fix: ensure .build is end of path
  • 3f5a0af Merge pull request #4322 from snyk/fix/github-workflow-remote-url
  • 5c38a02 fix: Correctly parse the remote URLs set by actions/checkokut
  • eb74868 fix: ignore .build find for swift
  • 3ebd4a6 fix: naming
  • 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/protect](https://github.com/snyk/snyk) from 1.1085.0 to 1.1087.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.1087.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.1086.0...v1.1087.0">1.1087.0</a> (2023-01-12)</h1> <h3>Bug Fixes</h3> <ul> <li>ensure .build is end of path (<a href="https://github.com/snyk/snyk/commit/da5e25acfcf2ac6bec6f12929d9d9940a67ba8bf">da5e25a</a>)</li> <li>exclude .build folder (<a href="https://github.com/snyk/snyk/commit/644bd0bb03106f13958cb10ba7e074b35eddb407">644bd0b</a>)</li> <li>ignore .build find for swift (<a href="https://github.com/snyk/snyk/commit/eb74868a13e5bc9e07e6bb815a8c9d45cd19723b">eb74868</a>)</li> <li>naming (<a href="https://github.com/snyk/snyk/commit/3ebd4a66210a46850616ac3ecbadd768de3caab4">3ebd4a6</a>)</li> <li>prettier (<a href="https://github.com/snyk/snyk/commit/5d09982906ec5b2a5ac14ea7179d0146d12812f2">5d09982</a>)</li> <li>tests (<a href="https://github.com/snyk/snyk/commit/732fd7b6415652385e0427464ba42aaacc60aa8d">732fd7b</a>)</li> </ul> <h3>Features</h3> <ul> <li>test for ignore logic (<a href="https://github.com/snyk/snyk/commit/4fbe0f3232b6718b81a6494c7812bd27e6e53be9">4fbe0f3</a>)</li> </ul> <h2>v1.1086.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.1085.0...v1.1086.0">1.1086.0</a> (2023-01-12)</h1> <h3>Bug Fixes</h3> <ul> <li>Correctly parse the remote URLs set by actions/checkokut (<a href="https://github.com/snyk/snyk/commit/5c38a02637e7119e9b3ec8f7af815ac100b48b9a">5c38a02</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snyk/cli/commit/d535277cdc2ce5d38dd53f09501f7ff0b4f63cf3"><code>d535277</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/4324">#4324</a> from snyk/fix/swift-build-folder</li> <li><a href="https://github.com/snyk/cli/commit/d47d6e37d06069096e0d78dcc9f0361b2a467992"><code>d47d6e3</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/4314">#4314</a> from snyk/chore/codeowners</li> <li><a href="https://github.com/snyk/cli/commit/644bd0bb03106f13958cb10ba7e074b35eddb407"><code>644bd0b</code></a> fix: exclude .build folder</li> <li><a href="https://github.com/snyk/cli/commit/aefa6f9fd50532565dec40d6829963d8c4b4aa84"><code>aefa6f9</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/4318">#4318</a> from snyk/chore/ignore-dotbuild-folder-for-swift</li> <li><a href="https://github.com/snyk/cli/commit/4fbe0f3232b6718b81a6494c7812bd27e6e53be9"><code>4fbe0f3</code></a> feat: test for ignore logic</li> <li><a href="https://github.com/snyk/cli/commit/da5e25acfcf2ac6bec6f12929d9d9940a67ba8bf"><code>da5e25a</code></a> fix: ensure .build is end of path</li> <li><a href="https://github.com/snyk/cli/commit/3f5a0af0e4e5cbaf164f38a8b13207eb20c9af39"><code>3f5a0af</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/4322">#4322</a> from snyk/fix/github-workflow-remote-url</li> <li><a href="https://github.com/snyk/cli/commit/5c38a02637e7119e9b3ec8f7af815ac100b48b9a"><code>5c38a02</code></a> fix: Correctly parse the remote URLs set by actions/checkokut</li> <li><a href="https://github.com/snyk/cli/commit/eb74868a13e5bc9e07e6bb815a8c9d45cd19723b"><code>eb74868</code></a> fix: ignore .build find for swift</li> <li><a href="https://github.com/snyk/cli/commit/3ebd4a66210a46850616ac3ecbadd768de3caab4"><code>3ebd4a6</code></a> fix: naming</li> <li>Additional commits viewable in <a href="https://github.com/snyk/snyk/compare/v1.1085.0...v1.1087.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 2023-01-13 07:55:24 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 481fbd8f - 1 commit from branch master
  • d6706fde - Build(deps): bump @snyk/protect from 1.1085.0 to 1.1087.0

Compare with previous version

added 2 commits <ul><li>481fbd8f - 1 commit from branch <code>master</code></li><li>d6706fde - Build(deps): bump @snyk/protect from 1.1085.0 to 1.1087.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/816/diffs?diff_id=576795403&start_sha=743b74bac8a71b8c37c3719d8162936590706073)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-01-13 07:55:54 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-01-13 08:05:44 +00:00
Sign in to join this conversation.