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

Update dependency lru-cache to v11 #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lru-cache ^8.0.0 -> ^11.0.0 age adoption passing confidence

⚠️ MAJOR version ⚠️


Release Notes

isaacs/node-lru-cache (lru-cache)

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

v10.4.3

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

  • add forceFetch() method
  • set disposeReason to 'expire' when it's the result of a TTL
    expiration, or 'fetch' when it's the result of an aborted
    or undefined-returning fetch()
  • add memo() method

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

  • types: implement the Map<K, V> interface

v10.1.0

Compare Source

  • add cache.info(key) to get value as well as ttl and size
    information.

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

  • cache.fetch() return type is now Promise<V | undefined>
    instead of Promise<V | void>. This is an irrelevant change
    practically speaking, but can require changes for TypeScript
    users.

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

  • cache.set(key, undefined) is now an alias for
    cache.delete(key)

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

  • Use named export only, no default export.
  • Bring back minimal polyfill. If this polyfill ends up being
    used, then a warning is printed, as it is not safe for use
    outside of LRUCache.

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 force-pushed the renovate/lru-cache-11.x branch from 51d140e to 392c8be Compare July 22, 2024 07:17
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from 392c8be to 2d700af Compare August 5, 2024 03:25
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from 2d700af to fe02081 Compare August 12, 2024 04:20
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 2 times, most recently from 00fdfdd to b71ab8a Compare August 26, 2024 05:03
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from b71ab8a to 815d53f Compare September 2, 2024 03:29
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 2 times, most recently from 70ea330 to 5dfb5ed Compare September 23, 2024 03:03
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from 5dfb5ed to dbb361f Compare September 30, 2024 06:03
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from dbb361f to 275c07b Compare October 14, 2024 08:14
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from 275c07b to a5429e4 Compare October 28, 2024 06:07
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from a5429e4 to b513e16 Compare November 11, 2024 04:29
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from b513e16 to dac4616 Compare November 18, 2024 06:27
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from dac4616 to f427d81 Compare December 2, 2024 06:45
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from f427d81 to 85312c8 Compare December 16, 2024 03:19
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from 85312c8 to 9f06bf3 Compare December 23, 2024 03:32
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 2 times, most recently from 724991b to 36c2b5b Compare January 6, 2025 04:08
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from 36c2b5b to a3ae6f7 Compare January 20, 2025 04:23
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from a3ae6f7 to 7fbd3b0 Compare January 27, 2025 22:19
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from 7fbd3b0 to b55e846 Compare February 17, 2025 05:36
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from b55e846 to 0a66d1b Compare February 24, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants