Commit aa82b5d
authored
chore(deps-dev): bump stream_data from 1.3.0 to 1.4.0 (#57)
Bumps [stream_data](https://github.com/whatyouhide/stream_data) from
1.3.0 to 1.4.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md">stream_data's
changelog</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<ul>
<li>Require Elixir 1.14+.</li>
<li>Fix <code>StreamData.float/1</code> when min and max are too far
apart.</li>
<li>Support choosing between graphemes and codepoints in
<code>StreamData.string/2</code>.</li>
<li>Shrink <code>StreamData.one_of/1</code> towards earlier elements
first (instead of smaller values for later elements).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/49958c0a25bf1533327229d027d6dc09f4cb1658"><code>49958c0</code></a>
Release v1.4.0</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/2a6863c2ac142da208529c00778be5edf47ed88c"><code>2a6863c</code></a>
Require Elixir 1.14+</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/b2b7ac060b19a9b198afa0dab901aa4086ebf50b"><code>b2b7ac0</code></a>
Chose flattening strategy for lazy trees</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/d356b50078819c6ebd6feae609eed670174b8774"><code>d356b50</code></a>
Add tests for shrinking behavior of generators (<a
href="https://redirect.github.com/whatyouhide/stream_data/issues/229">#229</a>)</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/0e989364d965ddc3f60dc2312ebaf8e3f97074c8"><code>0e98936</code></a>
Shrink one_of/1 towards earlier elements first (<a
href="https://redirect.github.com/whatyouhide/stream_data/issues/228">#228</a>)</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/bf5e6cbb77182290666f07da9f83e1f42877c730"><code>bf5e6cb</code></a>
Support graphemes/codepoints in string/2 (<a
href="https://redirect.github.com/whatyouhide/stream_data/issues/227">#227</a>)</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/2b4f83331c43c2ea7c6f7fa691cba956a013e313"><code>2b4f833</code></a>
Add property test for String.count/2 (<a
href="https://redirect.github.com/whatyouhide/stream_data/issues/212">#212</a>)</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/75c289ef60070bb702fa599c198e18f870115420"><code>75c289e</code></a>
Fix Dialyzer failure on OTP 29 (<a
href="https://redirect.github.com/whatyouhide/stream_data/issues/226">#226</a>)</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/08dbfde42c71fb00dd2a9576a718004717ee3f08"><code>08dbfde</code></a>
Modernize CI</li>
<li><a
href="https://github.com/whatyouhide/stream_data/commit/69fce25cbdcd2cffbfa864cbdb43a975fdfae11b"><code>69fce25</code></a>
Fix float when min and max are too far apart (<a
href="https://redirect.github.com/whatyouhide/stream_data/issues/225">#225</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/whatyouhide/stream_data/compare/v1.3.0...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 05cece4 commit aa82b5d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments