cash
cash copied to clipboard
chore(deps-dev): bump lru-cache from 4.1.5 to 7.13.2
Bumps lru-cache from 4.1.5 to 7.13.2.
Changelog
Sourced from lru-cache's changelog.
cringe lorg
7.13.0
- Add
forceRefreshoption to trigger a call to thefetchMethodeven if the item is found in cache, and not older than itsttl.7.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.7.11.0
- Add 'noDeleteOnStaleGet' option, to suppress behavior where a
get()of a stale item would remove it from the cache.7.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.
7.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.7.8.0
- add
updateAgeOnHasoption- warnings sent to
console.errorifprocess.emitWarningunavailable7.7.0
- fetch: provide options and abort signal
7.6.0
- add cache.getRemainingTTL(key)
- Add async cache.fetch() method, fetchMethod option
- Allow unbounded storage if maxSize or ttl set
... (truncated)
Commits
661c8b77.13.2ec809afchore: remove unusedwebpack.config.js6f017bafeat: adding sideEffects in package.json8fcaa85note about why ac test is js749c94fRemove DOM lib reference in TypeScript types19bbe0cremove version note from typedef1a94972update clock-mock92b35ae7.13.1c402704fix: peek() should never return fetch promisec0287097.13.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)