Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react/cache from 0.5.0 to 0.6.0 #16

Merged
merged 4 commits into from
Jul 12, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react/cache from 0.5.0 to 0.6.0.

Release notes

Sourced from react/cache's releases.

v0.6.0

  • Feature / BC break: Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has()
    supporting multiple cache items (inspired by PSR-16).
    (#32 by @​krlv and #37 by @​clue)

  • Documentation for TTL precision with millisecond accuracy or below and
    use high-resolution timer for cache TTL on PHP 7.3+.
    (#35 and #38 by @​clue)

  • Improve API documentation and allow legacy HHVM to fail in Travis CI config.
    (#34 and #36 by @​clue)

  • Prefix all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
    (#31 by @​WyriHaximus)

Changelog

Sourced from react/cache's changelog.

0.6.0 (2019-07-04)

  • Feature / BC break: Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has()
    supporting multiple cache items (inspired by PSR-16).
    (#32 by @​krlv and #37 by @​clue)

  • Documentation for TTL precision with millisecond accuracy or below and
    use high-resolution timer for cache TTL on PHP 7.3+.
    (#35 and #38 by @​clue)

  • Improve API documentation and allow legacy HHVM to fail in Travis CI config.
    (#34 and #36 by @​clue)

  • Prefix all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
    (#31 by @​WyriHaximus)

Commits
  • a42d149 Prepare v0.6.0 release
  • e13ce1a [RFC] Use arrays instead of iterable for multiple cache items (#37)
  • 6194915 Documentation for TTL precision with millisecond accuracy or below (#38)
  • 7bc8ba6 Documentation for TTL precision with millisecond accuracy or below
  • b60b54a Use arrays instead of iterable for multiple cache items
  • 760eedf Use high-resolution timer for cache TTL on PHP 7.3+ (#35)
  • 47a5438 Use high-resolution timer for cache TTL on PHP 7.3+
  • 67abab2 Merge pull request #36 from clue-labs/who-needs-hhvm
  • c94cde9 Allow legacy HHVM to fail in Travis CI config
  • ab22414 Merge pull request #34 from clue-labs/documentation
  • Additional commits viewable in compare view

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 will not automatically merge this PR because it includes an out-of-range update to a production dependency.


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). To ignore the version in this PR you can just close it
  • @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:

  • 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.

Bumps [react/cache](https://github.com/reactphp/cache) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/reactphp/cache/releases)
- [Changelog](https://github.com/reactphp/cache/blob/master/CHANGELOG.md)
- [Commits](reactphp/cache@v0.5.0...v0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 5, 2019
@dependabot-preview
Copy link
Contributor Author

A newer version of react/cache exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@WyriHaximus WyriHaximus merged commit d3c147a into master Jul 12, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/cache-0.6.0 branch July 12, 2019 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant