chore(deps): update dependency lru-cache to v10 - autoclosed #952
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.18.3
->^10.0.0
Release Notes
isaacs/node-lru-cache (lru-cache)
v10.4.0
Compare Source
v10.3.1
Compare Source
v10.3.0
Compare Source
forceFetch()
methoddisposeReason
to'expire'
when it's the result of a TTLexpiration, or
'fetch'
when it's the result of an abortedor
undefined
-returningfetch()
memo()
methodv10.2.2
Compare Source
v10.2.1
Compare Source
v10.2.0
Compare Source
Map<K, V>
interfacev10.1.0
Compare Source
cache.info(key)
to get value as well as ttl and sizeinformation.
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 nowPromise<V | undefined>
instead of
Promise<V | void>
. This is an irrelevant changepractically 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 forcache.delete(key)
v9.0.3
Compare Source
v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
used, then a warning is printed, as it is not safe for use
outside of LRUCache.
v8.0.5
Compare Source
v8.0.4
Compare Source
v8.0.3
Compare Source
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
fetchContext
option was renamed tocontext
, and may nolonger be set on the cache instance itself.
around a lot.
reason, Node version 16.14.0 or higher is now required.
properties.
null
orundefined
.'lru-cache/min'
, for both CJSand MJS builds.
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.