OvermindDL1 / protocol_ex

Elixir Extended Protocol
https://hex.pm/packages/protocol_ex
48 stars 5 forks source link

Bump stream_data from 0.4.2 to 0.4.3 #32

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps stream_data from 0.4.2 to 0.4.3.

Changelog *Sourced from [stream_data's changelog](https://github.com/whatyouhide/stream_data/blob/master/CHANGELOG.md).* > ## v0.4.3 > > * Improve the frequency of terms in `StreamData.term/0` > * Fix a bug in `StreamData.positive_integer/0` that would crash with a genration size of `0`. > * Support inline `, do:` in `gen all` and `check all`. > * Support `:initial_seed` in `check all`. > * Export formatter configuration for `check all` and `gen all`. > * Add `StreamData.seeded/2`.
Commits - [`9eb4304`](https://github.com/whatyouhide/stream_data/commit/9eb430410b9a23acf871072e4dfc8eaea4c05aeb) Release v0.4.3 - [`630168c`](https://github.com/whatyouhide/stream_data/commit/630168c18904216dd7b6d137d2893f31bb53f9c6) Add documentation for changing :max_runs via config ([#125](https://github-redirect.dependabot.com/whatyouhide/stream_data/issues/125)) - [`bc85422`](https://github.com/whatyouhide/stream_data/commit/bc85422c1064004ba78518f4483d6455003138ac) Add StreamData.seeded/2 - [`349f320`](https://github.com/whatyouhide/stream_data/commit/349f3202214d422b3c2f6b2c13c00d6c670ef654) Slightly improve the documentation for StreamData.atom/1 - [`a08cb7c`](https://github.com/whatyouhide/stream_data/commit/a08cb7ce21095746b8e31994fdf495794d1f213c) Export formatter configuration ([#124](https://github-redirect.dependabot.com/whatyouhide/stream_data/issues/124)) - [`d5e1c43`](https://github.com/whatyouhide/stream_data/commit/d5e1c43ae7fc3c8923d119d87c53f02ae1ce6891) Improve the documentation for StreamData.atom/1 - [`dd95ec2`](https://github.com/whatyouhide/stream_data/commit/dd95ec243397258e601db2d21763d1cb0d57d5f6) Support :initial_seed in "check all" - [`6e4e0b2`](https://github.com/whatyouhide/stream_data/commit/6e4e0b208a255aaca83693967117fe83fbabb215) Improve .travis.yml and add build jobs - [`6d5a30e`](https://github.com/whatyouhide/stream_data/commit/6d5a30ef9bc84cdb1e4bbe443960cfb2cc477d28) Fixed example in docs for fixed_map/1 ([#108](https://github-redirect.dependabot.com/whatyouhide/stream_data/issues/108)) - [`1ae3358`](https://github.com/whatyouhide/stream_data/commit/1ae3358556259b3bae08a1c0038659d376512c96) Improve the error message when calling something that isn't a generator - Additional commits viewable in [compare view](https://github.com/whatyouhide/stream_data/compare/v0.4.2...v0.4.3)


Dependabot compatibility score

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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #46.