Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/Workiva/go-datastructures from 1.0.53 to 1.1.0 (grafa…
…na#9886) Bumps [github.com/Workiva/go-datastructures](https://github.com/Workiva/go-datastructures) from 1.0.53 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Workiva/go-datastructures/releases">github.com/Workiva/go-datastructures's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>Info</h2> <p>Build: <a href="https://ci.webfilings.com/build/4575457">https://ci.webfilings.com/build/4575457</a> Skynet Results: <a href="https://wf-skynet-hrd.appspot.com/apps/test/smithy/4575457/latest">https://wf-skynet-hrd.appspot.com/apps/test/smithy/4575457/latest</a> Pipeline: No Pipeline This <strong>minor</strong> release includes the following changes:</p> <h2>Miscellaneous</h2> <ul> <li>[x] <a href="https://redirect.github.com/Workiva/go-datastructures/issues/221">#221</a> Add <code>GetSetBits</code> and <code>Count</code> to <code>BitArray</code></li> </ul> <p>Notes created on Thursday, May 18 02:26 PM UTC</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Workiva/go-datastructures/commit/68e77ee215e1806dbac7aca0d6c31e7c8b7e8369"><code>68e77ee</code></a> Merge pull request <a href="https://redirect.github.com/Workiva/go-datastructures/issues/221">#221</a> from Workiva/add-bitarray-getsetbits</li> <li><a href="https://github.com/Workiva/go-datastructures/commit/8f1c722b5c4c9f7d4a8e462e01a1530ea80f3c74"><code>8f1c722</code></a> Clarify purpose of bit-clearing expression</li> <li><a href="https://github.com/Workiva/go-datastructures/commit/33a45f0b71441ba16d85c53b08d8ce1ad1164236"><code>33a45f0</code></a> Return an empty slice from <code>GetSetBits</code> for <code>nil</code>/empty buffers</li> <li><a href="https://github.com/Workiva/go-datastructures/commit/9c88543cfcc1f8cc5941d8155cc184f545bee2c5"><code>9c88543</code></a> Make <code>BitArray.Count</code> return an <code>int</code></li> <li><a href="https://github.com/Workiva/go-datastructures/commit/e309fb35d01377c2b089390dfb3ab4680241b07b"><code>e309fb3</code></a> Fix spacing for binary expression example</li> <li><a href="https://github.com/Workiva/go-datastructures/commit/64dafb748cfbccc0172c6cc27a26e1764711cee2"><code>64dafb7</code></a> Implement <code>Count</code> for <code>bitArray</code> and <code>sparseBitArray</code></li> <li><a href="https://github.com/Workiva/go-datastructures/commit/d95ee5d5faa36e27a3fa32ce142a81c3d771356d"><code>d95ee5d</code></a> Define <code>BitArray.Count</code> and add test coverage</li> <li><a href="https://github.com/Workiva/go-datastructures/commit/9eab2dfceed2df1de05c19ed6e708e5bcd1ff34e"><code>9eab2df</code></a> Implement <code>GetSetBits</code> for <code>bitArray</code> and <code>sparseBitArray</code></li> <li><a href="https://github.com/Workiva/go-datastructures/commit/42ddd6d73a3829fb5140d3837789c288c0542add"><code>42ddd6d</code></a> Add test coverage for <code>GetSetBits</code></li> <li><a href="https://github.com/Workiva/go-datastructures/commit/4a54802cc0968b2b9689776c78126d1e76a076a0"><code>4a54802</code></a> Define <code>BitArray.GetSetBits</code></li> <li>See full diff in <a href="https://github.com/Workiva/go-datastructures/compare/v1.0.53...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Workiva/go-datastructures&package-manager=go_modules&previous-version=1.0.53&new-version=1.1.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information