fix(deps): update dependency lru-cache to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| lru-cache | ^6.0.0 -> ^7.14.0 |
||||
| @types/lru-cache | ^5.1.0 -> ^7.10.9 |
Release Notes
isaacs/node-lru-cache
v7.14.0
- Add
maxEntrySizeoption to prevent caching items above a given calculated size.
v7.13.2
v7.13.1
v7.13.0
- Add
forceRefreshoption to trigger a call to thefetchMethodeven if the item is found in cache, and not older than itsttl.
v7.12.1
v7.12.0
- Add
fetchContextoption to provide additional information to thefetchMethod - 7.12.1: Fix bug where adding an item with size greater than
maxSizewould cause bizarre behavior.
v7.11.0
- Add 'noDeleteOnStaleGet' option, to suppress behavior where a
get()of a stale item would remove it from the cache.
v7.10.3
v7.10.2
v7.10.1
v7.10.0
- Add
noDeleteOnFetchRejectionoption, to suppress behavior where a failedfetchwill delete a previous stale value. - Ship types along with the package, rather than relying on out of date types coming from DefinitelyTyped.
v7.9.1
v7.9.0
- Better AbortController polyfill, supporting
signal.addEventListener('abort')andsignal.onabort. - (7.9.1) Drop item from cache instead of crashing with an
unhandledRejectionwhen thefetchMethodthrows an error or returns a rejected Promise.
v7.8.2
v7.8.1
v7.8.0
- add
updateAgeOnHasoption - warnings sent to
console.errorifprocess.emitWarningunavailable
v7.7.4
v7.7.3
v7.7.2
v7.7.1
v7.7.0
- fetch: provide options and abort signal
v7.6.1
v7.6.0
- add cache.getRemainingTTL(key)
- Add async cache.fetch() method, fetchMethod option
- Allow unbounded storage if maxSize or ttl set
v7.5.2
v7.5.1
v7.5.0
- defend against mutation while iterating
- Add rentries, rkeys, rvalues
- remove bundler and unnecessary package.json fields
v7.4.5
v7.4.4
v7.4.3
v7.4.2
v7.4.1
v7.4.0
- Add browser optimized webpack bundle, exposed as
'lru-cache/browser' - Track size of compiled bundle in CI (@SuperOleg39)
- Add
noUpdateTTLoption forset()
v7.3.3
v7.3.2
v7.3.1
v7.3.0
- Add
disposeAfter() set()returns the cache objectdelete()returns boolean indicating whether anything was deleted
v7.2.3
v7.2.2
v7.2.1
v7.2.0
- Add reason to dispose() calls.
v7.1.3
v7.1.2
v7.1.1
v7.1.0
- Add
ttlResolutionoption - Add
ttlAutopurgeoption
v7.0.4
v7.0.3
v7.0.2
v7.0.1
v7.0.0
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: 07b9de2c73731bde6c8d67eed29a851ed1e583b4
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR