Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
^6.0.0
^7.0.0
^5.1.0
📅 Schedule: "before 7am every weekday" in timezone Europe/Brussels.
🚦 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
^6.0.0
->^7.0.0
^5.1.0
->^7.0.0
Release Notes
isaacs/node-lru-cache
### [`v7.7.3`](https://togithub.com/isaacs/node-lru-cache/compare/v7.7.2...v7.7.3) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.7.2...v7.7.3) ### [`v7.7.2`](https://togithub.com/isaacs/node-lru-cache/compare/v7.7.1...v7.7.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.7.1...v7.7.2) ### [`v7.7.1`](https://togithub.com/isaacs/node-lru-cache/compare/v7.7.0...v7.7.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.7.0...v7.7.1) ### [`v7.7.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#770) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.6.0...v7.7.0) - fetch: provide options and abort signal ### [`v7.6.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#760) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.5.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.1`](https://togithub.com/isaacs/node-lru-cache/compare/v7.5.0...v7.5.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.5.0...v7.5.1) ### [`v7.5.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#750) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.4...v7.5.0) - defend against mutation while iterating - Add rentries, rkeys, rvalues - remove bundler and unnecessary package.json fields ### [`v7.4.4`](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.3...v7.4.4) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.3...v7.4.4) ### [`v7.4.3`](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.2...v7.4.3) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.2...v7.4.3) ### [`v7.4.2`](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.1...v7.4.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.1...v7.4.2) ### [`v7.4.1`](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.0...v7.4.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.4.0...v7.4.1) ### [`v7.4.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#740) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.3.2...v7.4.0) - Add browser optimized webpack bundle, exposed as `'lru-cache/browser'` - Track size of compiled bundle in CI ([@SuperOleg39](https://togithub.com/SuperOleg39)) - Add `noUpdateTTL` option for `set()` ### [`v7.3.2`](https://togithub.com/isaacs/node-lru-cache/compare/v7.3.1...v7.3.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.3.1...v7.3.2) ### [`v7.3.1`](https://togithub.com/isaacs/node-lru-cache/compare/v7.3.0...v7.3.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.3.0...v7.3.1) ### [`v7.3.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#730) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.2.2...v7.3.0) - Add `disposeAfter()` - `set()` returns the cache object - `delete()` returns boolean indicating whether anything was deleted ### [`v7.2.2`](https://togithub.com/isaacs/node-lru-cache/compare/v7.2.1...v7.2.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.2.1...v7.2.2) ### [`v7.2.1`](https://togithub.com/isaacs/node-lru-cache/compare/v7.2.0...v7.2.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.2.0...v7.2.1) ### [`v7.2.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#720) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.1.2...v7.2.0) - Add reason to dispose() calls. ### [`v7.1.2`](https://togithub.com/isaacs/node-lru-cache/compare/v7.1.1...v7.1.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.1.1...v7.1.2) ### [`v7.1.1`](https://togithub.com/isaacs/node-lru-cache/compare/v7.1.0...v7.1.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.1.0...v7.1.1) ### [`v7.1.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#710) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.0.3...v7.1.0) - Add `ttlResolution` option - Add `ttlAutopurge` option ### [`v7.0.3`](https://togithub.com/isaacs/node-lru-cache/compare/v7.0.2...v7.0.3) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.0.2...v7.0.3) ### [`v7.0.2`](https://togithub.com/isaacs/node-lru-cache/compare/v7.0.1...v7.0.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.0.1...v7.0.2) ### [`v7.0.1`](https://togithub.com/isaacs/node-lru-cache/compare/v7.0.0...v7.0.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.0.0...v7.0.1) ### [`v7.0.0`](https://togithub.com/isaacs/node-lru-cache/compare/v6.0.0...v7.0.0) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v6.0.0...v7.0.0)Configuration
📅 Schedule: "before 7am every weekday" in timezone Europe/Brussels.
🚦 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.