Skip to content

Commit 8a6e165

Browse files
chore(deps-dev): bump stream_data from 1.3.0 to 1.4.0 in /elixir-orchestration (#196)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stream_data&package-manager=hex&previous-version=1.3.0&new-version=1.4.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 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> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 8f02900 commit 8a6e165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elixir-orchestration/mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"redix": {:hex, :redix, "1.6.0", "694179c7a3c71bffac8848fcbfe16f6f6e2a1e020f00a2ad01bc6484815470d1", [:mix], [{:castore, "~> 0.1.0 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:nimble_options, "~> 0.5.0 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "b2eccb05e02f21c0c3ca57513e6bacb4dd48e6406dadbd7ff9fbe07bd6745999"},
4444
"req": {:hex, :req, "0.6.3", "7fe5e68792ff0546e45d5919104fa1764a13694cfe3e48c8a0f32ad051ae77e4", [:mix], [{:brotli, "~> 0.3.1", [hex: :brotli, repo: "hexpm", optional: true]}, {:ezstd, "~> 1.0", [hex: :ezstd, repo: "hexpm", optional: true]}, {:finch, "~> 0.21", [hex: :finch, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:mime, "~> 2.0.6 or ~> 2.1", [hex: :mime, repo: "hexpm", optional: false]}, {:nimble_csv, "~> 1.0", [hex: :nimble_csv, repo: "hexpm", optional: true]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "e85b5c6c990e6c3f52bbba68e6f099118f2b8252825f96c7c3636b97a3de307d"},
4545
"statistex": {:hex, :statistex, "1.1.1", "73612aa7f79e53c30569be065fd121e380f1cf57bc4c2da5b41be9246da18df9", [:mix], [], "hexpm", "310c4b49b34adf683de3103639006bed233ab54c08a4add65a531448e653857c"},
46-
"stream_data": {:hex, :stream_data, "1.3.0", "bde37905530aff386dea1ddd86ecbf00e6642dc074ceffc10b7d4e41dfd6aac9", [:mix], [], "hexpm", "3cc552e286e817dca43c98044c706eec9318083a1480c52ae2688b08e2936e3c"},
46+
"stream_data": {:hex, :stream_data, "1.4.0", "026f929db613aabea6208012ae9b8970d3fd5f88b3bdf26831bc536f98c42036", [:mix], [], "hexpm", "2b0ee3a340dcce1c8cf6302a763ee757d1e01c54d6e16d9069062509d68b1dc9"},
4747
"telemetry": {:hex, :telemetry, "1.4.2", "a0cb522801dffb1c49fe6e30561badffc7b6d0e180db1300df759faa22062855", [:rebar3], [], "hexpm", "928f6495066506077862c0d1646609eed891a4326bee3126ba54b60af61febb1"},
4848
"telemetry_metrics": {:hex, :telemetry_metrics, "1.1.0", "5bd5f3b5637e0abea0426b947e3ce5dd304f8b3bc6617039e2b5a008adc02f8f", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "e7b79e8ddfde70adb6db8a6623d1778ec66401f366e9a8f5dd0955c56bc8ce67"},
4949
"telemetry_poller": {:hex, :telemetry_poller, "1.3.0", "d5c46420126b5ac2d72bc6580fb4f537d35e851cc0f8dbd571acf6d6e10f5ec7", [:rebar3], [{:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "51f18bed7128544a50f75897db9974436ea9bfba560420b646af27a9a9b35211"},

0 commit comments

Comments
 (0)