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

fix(deps): update dependency cache-manager to v5 - autoclosed #2571

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cache-manager ^4.0.0 -> ^5.0.0 age adoption passing confidence
cache-manager 4.1.0 -> 5.7.6 age adoption passing confidence

Release Notes

jaredwray/cacheable (cache-manager)

v5.5.0

Compare Source

Added Event Errors

Cache Manager now does not throw errors by default. Instead, all errors are evented through the error event. Here is an example on how to use it:

const memoryCache = await caching('memory', {
  max: 100,
  ttl: 10 * 1000 /*milliseconds*/,
});
memoryCache.on('error', (error) => {
  console.error('Cache error:', error);
});
What's Changed
New Contributors

Full Changelog: jaredwray/cacheable@v5.4.0...v5.5.0

v5.4.0

Compare Source

Refresh cache keys in background

Both the caching and multicaching modules support a mechanism to refresh expiring cache keys in background when using the wrap function.
This is done by adding a refreshThreshold attribute while creating the caching store or passing it to the wrap function.

If refreshThreshold is set and after retrieving a value from cache the TTL will be checked.
If the remaining TTL is less than refreshThreshold, the system will update the value asynchronously,
following same rules as standard fetching. In the meantime, the system will return the old value until expiration.

What's Changed

Full Changelog: jaredwray/cacheable@v5.3.2...v5.4.0

v5.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: jaredwray/cacheable@v5.3.0...v5.3.2

v5.3.1

Compare Source

Major fix as 5.3.0 did not have the dist folder on release.

What's Changed

New Contributors

Full Changelog: jaredwray/cacheable@5.2.4...v5.3.1

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: jaredwray/cacheable@5.2.4...v5.3.0

v5.2.4

Compare Source

Updates 🍻

What's Changed

New Contributors

Full Changelog: jaredwray/cacheable@5.2.3...5.2.4

v5.2.3

Compare Source

Bug Fixes

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes
  • deps: update dependency lru-cache to ~9.1.0 (d9ec046)
  • deps: update dependency lru-cache to v9 (fde0015)
  • update lru-cache (87efeff)

v5.2.0

Compare Source

Bug Fixes
  • multi-caching: minor issues (bf68d36)
Features

v5.1.7

Compare Source

Bug Fixes
  • lru-cache breaking changes (8398494)

v5.1.6

Compare Source

Bug Fixes

v5.1.5

Compare Source

Bug Fixes
  • rename type alias Ttl as Milliseconds (daa5fa8)

v5.1.4

Compare Source

Bug Fixes

v5.1.3

Compare Source

Bug Fixes
  • example multichaching in README (e01f780)
  • parallelize set higher priority at wrap (7f76e54)

v5.1.2

Compare Source

Bug Fixes
  • links to ioredis in Readme (1ba46d8)
  • re populate higher priority caches when a key is found in lower ones (7a6a10c)

v5.1.1

Compare Source

Bug Fixes
  • bad Cache definition (3746c39)
  • mget/mset examples in README (1ca67a4)

v5.1.0

Compare Source

Features
  • add ttl argument in wrap method (b06c1e5)

v5.0.1

Compare Source

v5.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added [status] needs review PRs that are ready to be reviewed. [type] chore labels Sep 29, 2022
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 4 times, most recently from 3083610 to 95a090a Compare October 9, 2022 22:27
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 5 times, most recently from 879ecdd to 3e2f218 Compare October 25, 2022 06:15
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 4 times, most recently from 7704d1b to 8457e41 Compare November 2, 2022 16:05
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from 8457e41 to 2aacda9 Compare November 7, 2022 23:38
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 3 times, most recently from ec3620f to 4007a43 Compare November 21, 2022 22:47
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 2 times, most recently from dc10bc1 to e90e745 Compare December 4, 2022 16:05
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 3 times, most recently from 8f7555f to 68e08c9 Compare December 12, 2022 21:03
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 2 times, most recently from d56494a to 9774089 Compare December 26, 2022 22:32
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 4 times, most recently from b88f1a3 to e8dd22b Compare January 9, 2023 16:05
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from 0db85e2 to a4ac018 Compare June 19, 2023 03:10
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from a4ac018 to 88c559e Compare July 26, 2023 14:48
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 2 times, most recently from 33b9c28 to 59e65bd Compare October 10, 2023 13:38
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 2 times, most recently from 66770f6 to 892ac1c Compare October 16, 2023 03:32
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 2 times, most recently from af3be96 to 11ad50d Compare November 17, 2023 15:54
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from 11ad50d to bd1e4d1 Compare December 19, 2023 17:15
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from bd1e4d1 to 7607a0c Compare January 20, 2024 02:04
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 2 times, most recently from 0b21240 to 4bbcea5 Compare April 5, 2024 20:15
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from 4bbcea5 to bbb31c3 Compare April 29, 2024 16:02
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from bbb31c3 to 490337a Compare May 23, 2024 02:17
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 2 times, most recently from 0df3b9d to d903c4e Compare June 5, 2024 18:28
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 3 times, most recently from a5e10f4 to ccf8ad0 Compare June 20, 2024 22:33
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch 4 times, most recently from 30b9886 to 5d0ddcc Compare July 15, 2024 18:03
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from 5d0ddcc to 2a13aba Compare July 28, 2024 17:04
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from 2a13aba to f3f55a0 Compare August 5, 2024 23:23
@renovate renovate bot force-pushed the renovate/cache-manager-5.x branch from f3f55a0 to cbd4567 Compare August 6, 2024 22:16
@renovate renovate bot changed the title fix(deps): update dependency cache-manager to v5 fix(deps): update dependency cache-manager to v5 - autoclosed Sep 23, 2024
@renovate renovate bot closed this Sep 23, 2024
@renovate renovate bot deleted the renovate/cache-manager-5.x branch September 23, 2024 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[status] needs review PRs that are ready to be reviewed. [type] chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants