Skip to content

Commit c20e356

Browse files
chore(deps-dev): bump stream_data from 1.3.0 to 1.4.0 (#33)
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>
1 parent bde3ac3 commit c20e356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prometheus_telemetry": {:hex, :prometheus_telemetry, "0.4.13", "873215e360a7a460732df63f10d9f55741ed9939b66d5ca9d4ac2fafe74d7b26", [:mix], [{:absinthe, ">= 0.0.0", [hex: :absinthe, repo: "hexpm", optional: true]}, {:ecto, ">= 0.0.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:finch, ">= 0.12.0", [hex: :finch, repo: "hexpm", optional: true]}, {:hackney, ">= 0.0.0", [hex: :hackney, repo: "hexpm", optional: true]}, {:nimble_options, "~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:oban, ">= 0.0.0", [hex: :oban, repo: "hexpm", optional: true]}, {:phoenix, ">= 0.0.0", [hex: :phoenix, repo: "hexpm", optional: true]}, {:plug, "~> 1.8", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.5", [hex: :plug_cowboy, repo: "hexpm", optional: false]}, {:swoosh, ">= 0.0.0", [hex: :swoosh, repo: "hexpm", optional: true]}, {:telemetry_metrics, "~> 1.0", [hex: :telemetry_metrics, repo: "hexpm", optional: false]}, {:telemetry_metrics_prometheus_core, "~> 1.2", [hex: :telemetry_metrics_prometheus_core, repo: "hexpm", optional: false]}, {:telemetry_poller, "~> 1.0", [hex: :telemetry_poller, repo: "hexpm", optional: false]}], "hexpm", "cd0a14ba4ad3287ec77aa2df84b2f6c782ec704ff0989224ddf9959593f9621f"},
2222
"ranch": {:hex, :ranch, "2.2.0", "25528f82bc8d7c6152c57666ca99ec716510fe0925cb188172f41ce93117b1b0", [:make, :rebar3], [], "hexpm", "fa0b99a1780c80218a4197a59ea8d3bdae32fbff7e88527d7d8a4787eff4f8e7"},
2323
"req": {:hex, :req, "0.7.1", "86271f9e29dca83d382222428ced09ba03bad21e24888c50dd4527553d85f642", [:mix], [{:brotli, "~> 0.3.1", [hex: :brotli, 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", "254638b15ceb9a2624d15aff13bf7903ea2e95cd4b9c1aa18da1fb06e1086b50"},
24-
"stream_data": {:hex, :stream_data, "1.3.0", "bde37905530aff386dea1ddd86ecbf00e6642dc074ceffc10b7d4e41dfd6aac9", [:mix], [], "hexpm", "3cc552e286e817dca43c98044c706eec9318083a1480c52ae2688b08e2936e3c"},
24+
"stream_data": {:hex, :stream_data, "1.4.0", "026f929db613aabea6208012ae9b8970d3fd5f88b3bdf26831bc536f98c42036", [:mix], [], "hexpm", "2b0ee3a340dcce1c8cf6302a763ee757d1e01c54d6e16d9069062509d68b1dc9"},
2525
"sweet_xml": {:hex, :sweet_xml, "0.7.5", "803a563113981aaac202a1dbd39771562d0ad31004ddbfc9b5090bdcd5605277", [:mix], [], "hexpm", "193b28a9b12891cae351d81a0cead165ffe67df1b73fe5866d10629f4faefb12"},
2626
"telemetry": {:hex, :telemetry, "1.4.2", "a0cb522801dffb1c49fe6e30561badffc7b6d0e180db1300df759faa22062855", [:rebar3], [], "hexpm", "928f6495066506077862c0d1646609eed891a4326bee3126ba54b60af61febb1"},
2727
"telemetry_metrics": {:hex, :telemetry_metrics, "1.1.0", "5bd5f3b5637e0abea0426b947e3ce5dd304f8b3bc6617039e2b5a008adc02f8f", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "e7b79e8ddfde70adb6db8a6623d1778ec66401f366e9a8f5dd0955c56bc8ce67"},

0 commit comments

Comments
 (0)