Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

chore(deps): bump cachex from 3.2.0 to 3.3.0 #277

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 15, 2021

Bumps cachex from 3.2.0 to 3.3.0.

Release notes

Sourced from cachex's releases.

v3.3.0

Cachex v3.3.0 is a minor release with a couple of new features and various improvements.

Fixes:

  • Fixed a missing application in the project configuration.
  • Fixed an incorrect type specification in expiration records.

Improvements:

  • Added latest Elixir/OTP builds to the CI matrix.
  • Added new signatures for compatibility with latest Supervisor standards.
  • Improved some type specifications for Dialyzer.
  • Improved consistency of cache warmer initialization.
  • Improved documentation around expiration options.
  • Updated all dependencies to their latest versions.

Please make sure to file any issues found!

Commits
  • 2319de9 Bump to v3.3.0
  • 5699a43 Minor tweaks to warmer startup
  • 9fdbe79 Make Cachex.Warmer block on start (#244)
  • 7984a07 Further documentation improvements around expirations
  • 2cceb53 Revert AppVeyor to v1.9 as a test
  • 2b85ca3 Update version compatibility table
  • d285086 Update CI versions to latest
  • 46f8bf1 Update instructions and Supervisor compatibility
  • f64fc41 Update to 22.3 OTP versions in CI
  • 6e972eb Warmer fix for dializer (#247)
  • 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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov-io
Copy link

codecov-io commented Feb 16, 2021

Codecov Report

Merging #277 (2adb7ca) into dev (9b3761b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #277   +/-   ##
=======================================
  Coverage   87.12%   87.12%           
=======================================
  Files         112      112           
  Lines        1359     1359           
=======================================
  Hits         1184     1184           
  Misses        175      175           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b3761b...2adb7ca. Read the comment docs.

Bumps [cachex](https://github.com/whitfin/cachex) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/whitfin/cachex/releases)
- [Commits](whitfin/cachex@v3.2.0...v3.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/cachex-3.3.0 branch from 452aa39 to 2adb7ca Compare March 19, 2021 06:54
@mydearxym mydearxym merged commit 353f2ea into dev Mar 19, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/hex/cachex-3.3.0 branch March 19, 2021 07:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants