Learnosity / learnosity-sdk-php

Learnosity SDK for PHP
Apache License 2.0
10 stars 10 forks source link

Bump paragonie/random_compat from 2.0.12 to 9.99.99 #41

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps paragonie/random_compat from 2.0.12 to 9.99.99.

Release notes *Sourced from [paragonie/random_compat's releases](https://github.com/paragonie/random_compat/releases).* > ## Version 2.0.18 > * If `/dev/urandom` cannot be read on Unix-based operating systems, > a Exception with a specific error message will be thrown. > * Fixed Psalm nits. > * Updated the README to include a reference to the support contract > offering by Paragon Initiative Enterprises. > > ## Version 2.0.17 > * Version 2.0.16 failed Psalm checks on PHP v5.6 with Psalm v1. We could not reproduce this failure locally, so we've suppressed the `MissingReturnType` check (that is to say, demoted it to "info"). > > ## Version 2.0.16 > * Fixed type-checking consistencies that forced us to use Psalm in non-strict mode (i.e. `totallyTyped="false"`). > * README cleanup, added a header to the Version 9.99.99 section. > * If you're confused by `v9.99.99` and it's causing stuff to break, see [this section of the README](https://github.com/paragonie/random_compat#version-99999) for the solution to your problem. > * Trimmed down and annotated our `psalm.xml` file with explanations for why each assertion is suppressed. > > ## Version 2.0.15 > * A reported, but difficult to reproduce, problem with file inclusion on [some Windows machines](https://github-redirect.dependabot.com/paragonie/random_compat/issues/136) was fixed by [replacing `/` with `DIRECTORY_SEPARATOR`](https://github-redirect.dependabot.com/paragonie/random_compat/pull/141). > For most users (i.e. not running Windows) this change should be of zero consequence. For everyone else, it should mean random_compat magically works when it didn't before. > > ## Version 2.0.14 > * Update version information. > * Updated README with better instructions, including new information about the `v9.99.99` tag. > > ## Version 2.0.13 > * [#139](https://github-redirect.dependabot.com/paragonie/random_compat/issues/139) - Add `polyfill` keyword to composer.json > * Ensure the docblocks are consistent to aid static analysis efforts in other libraries; see https://github.com/paragonie/random_compat/commit/cbe0b11b78140bc62a921fec33a730fdaa6540d6
Changelog *Sourced from [paragonie/random_compat's changelog](https://github.com/paragonie/random_compat/blob/master/CHANGELOG.md).* > ### Version 2.0.18 - 2019-01-03 > > * If `/dev/urandom` cannot be read on Unix-based operating systems, > a Exception with a specific error message will be thrown. > * Fixed Psalm nits. > * Updated the README to include a reference to the support contract > offering by Paragon Initiative Enterprises. > > ### Version 2.0.17 - 2018-07-04 > > * Version 2.0.16 failed Psalm checks on PHP v5.6 with Psalm v1. > We could not reproduce this failure locally, so we've suppressed the > `MissingReturnType` check (that is to say, demoted it to "info"). > > ### Version 2.0.16 - 2018-07-04 > > * Fixed type-checking consistencies that forced us to use Psalm in > non-strict mode (i.e. `totallyTyped="false"`). > * README cleanup, added a header to the Version 9.99.99 section. > * If you're confused by `v9.99.99` and it's causing stuff to break, see > [this section of the README](https://github.com/paragonie/random_compat#version-99999) > for the solution to your problem. > * Trimmed down and annotated our `psalm.xml` file with explanations > for why each assertion is suppressed. > > ### Version 2.0.15 - 2018-06-08 > > * A reported, but difficult to reproduce, problem with file inclusion on > [some Windows machines](https://github-redirect.dependabot.com/paragonie/random_compat/issues/136) > was fixed by [replacing `/` with `DIRECTORY_SEPARATOR`](https://github-redirect.dependabot.com/paragonie/random_compat/pull/141). > For most users (i.e. not running Windows) this change should be of zero > consequence. For everyone else, it should mean random_compat magically > works when it didn't before. > > ### Version 2.0.14 - 2018-06-06 > > * Update version information. > * Updated README with better instructions, including new information > about the `v9.99.99` tag. > > ### Version 2.0.13 - 2018-06-06 > * [#139](https://github-redirect.dependabot.com/paragonie/random_compat/issues/139) - Add `polyfill` keyword to composer.json > * Ensure the docblocks are consistent to aid static analysis efforts in > other libraries; see https://github.com/paragonie/random_compat/commit/cbe0b11b78140bc62a921fec33a730fdaa6540d6
Commits - [`0947f25`](https://github.com/paragonie/random_compat/commit/0947f25b883d4172df340a0d95f1b7cdabc5368a) Merge pull request [#148](https://github-redirect.dependabot.com/paragonie/random_compat/issues/148) from glensc/patch-2 - [`724ede3`](https://github.com/paragonie/random_compat/commit/724ede3d9b2999a3f9e053a71ca19a83949f7aee) composer: remove suggest - [`84b4dfb`](https://github.com/paragonie/random_compat/commit/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95) Remove autoload from v9.99.99 - [`7dd806d`](https://github.com/paragonie/random_compat/commit/7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4) 2.99.99 -> 9.99.99 - [`3546924`](https://github.com/paragonie/random_compat/commit/35469243ebbb9be5086cff57538cac6da2c36852) Add v2.99.99 branch - [`cbe0b11`](https://github.com/paragonie/random_compat/commit/cbe0b11b78140bc62a921fec33a730fdaa6540d6) I'm tired of wrestling with this. - [`71883fb`](https://github.com/paragonie/random_compat/commit/71883fbb3d5d2a1dc02c2de158fd204267a13859) Merge pull request [#139](https://github-redirect.dependabot.com/paragonie/random_compat/issues/139) from theofidry/patch-1 - [`93568e2`](https://github.com/paragonie/random_compat/commit/93568e2f6f9674bb4ceec35c15456b587def4615) Add polyfill tag - See full diff in [compare view](https://github.com/paragonie/random_compat/compare/v2.0.12...v9.99.99)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.