-
Notifications
You must be signed in to change notification settings - Fork 50
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 lru-cache to v9 #468
Conversation
3341e04
to
b2ab6bc
Compare
b2ab6bc
to
d89867e
Compare
If I recall correctly this is blocked by our impending ESM update. |
d89867e
to
84054bb
Compare
ff2cf23
to
3ae4259
Compare
3ae4259
to
68e09cb
Compare
No this one is not a native ES Module yet. Looks like type changes that need to be addressed |
Also see #349 |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
I fixed the type issues, but a test is failing. Not sure where the problem lies. I think the problem is with the way we fake timers and the way TTL is calculated within the latest In a way the failing test "request installation again after timeout" is testing I'd vote we remove the test. |
I'm 👍 on that. |
This is ready for review and merge |
🎉 This PR is included in version 4.0.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
^6.0.0
->^9.0.0
Release Notes
isaacs/node-lru-cache
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
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.
v7.18.3
Compare Source
v7.18.2
Compare Source
v7.18.1
Compare Source
v7.18.0
Compare Source
a
status
option tohas()
,set()
,get()
, andfetch()
.v7.17.2
Compare Source
v7.17.1
Compare Source
v7.17.0
Compare Source
signal
option forfetch
to pass a user-suppliedAbortSignal
ignoreFetchAbort
andallowStaleOnFetchAbort
optionsv7.16.2
Compare Source
v7.16.1
Compare Source
v7.16.0
Compare Source
allowStaleOnFetchRejection
optionv7.15.0
Compare Source
v7.14.1
Compare Source
v7.14.0
Compare Source
maxEntrySize
option to prevent caching items above agiven calculated size.
v7.13.2
Compare Source
v7.13.1
Compare Source
v7.13.0
Compare Source
forceRefresh
option to trigger a call to thefetchMethod
even if the item is found in cache, and notolder than its
ttl
.v7.12.1
Compare Source
v7.12.0
Compare Source
fetchContext
option to provide additional information tothe
fetchMethod
maxSize
would cause bizarre behavior.v7.11.0
Compare Source
get()
of a stale item would remove it from the cache.v7.10.3
Compare Source
v7.10.2
Compare Source
v7.10.1
Compare Source
v7.10.0
Compare Source
noDeleteOnFetchRejection
option, to suppress behaviorwhere a failed
fetch
will delete a previous stale value.out of date types coming from DefinitelyTyped.
v7.9.1
Compare Source
v7.9.0
Compare Source
signal.addEventListener('abort')
andsignal.onabort
.unhandledRejection
when thefetchMethod
throws an error orreturns a rejected Promise.
v7.8.2
Compare Source
v7.8.1
Compare Source
v7.8.0
Compare Source
updateAgeOnHas
optionconsole.error
ifprocess.emitWarning
unavailablev7.7.4
Compare Source
v7.7.3
Compare Source
v7.7.2
Compare Source
v7.7.1
Compare Source
v7.7.0
Compare Source
v7.6.1
Compare Source
v7.6.0
Compare Source
v7.5.2
Compare Source
v7.5.1
Compare Source
v7.5.0
Compare Source
v7.4.5
Compare Source
v7.4.4
Compare Source
v7.4.3
Compare Source
v7.4.2
Compare Source
v7.4.1
Compare Source
v7.4.0
Compare Source
'lru-cache/browser'
noUpdateTTL
option forset()
v7.3.3
Compare Source
v7.3.2
Compare Source
v7.3.1
Compare Source
v7.3.0
Compare Source
disposeAfter()
set()
returns the cache objectdelete()
returns boolean indicating whether anything was deletedv7.2.3
Compare Source
v7.2.2
Compare Source
v7.2.1
Compare Source
v7.2.0
Compare Source
v7.1.3
Compare Source
v7.1.2
Compare Source
v7.1.1
Compare Source
v7.1.0
Compare Source
ttlResolution
optionttlAutopurge
optionv7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.