jhatler / janus

Just Another Neural Utility System
MIT License
1 stars 3 forks source link

chore(deps): update dependency lru-cache to v11 #424

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lru-cache ^7.14.0 -> ^11.0.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

isaacs/node-lru-cache (lru-cache) ### [`v11.0.0`](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.3...v11.0.0) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.3...v11.0.0) ### [`v10.4.3`](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.2...v10.4.3) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.2...v10.4.3) ### [`v10.4.2`](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.1...v10.4.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.1...v10.4.2) ### [`v10.4.1`](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.0...v10.4.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.4.0...v10.4.1) ### [`v10.4.0`](https://togithub.com/isaacs/node-lru-cache/compare/v10.3.1...v10.4.0) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.3.1...v10.4.0) ### [`v10.3.1`](https://togithub.com/isaacs/node-lru-cache/compare/v10.3.0...v10.3.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.3.0...v10.3.1) ### [`v10.3.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#1030) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.2...v10.3.0) - add `forceFetch()` method - set `disposeReason` to `'expire'` when it's the result of a TTL expiration, or `'fetch'` when it's the result of an aborted or `undefined`-returning `fetch()` - add `memo()` method ### [`v10.2.2`](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.1...v10.2.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.1...v10.2.2) ### [`v10.2.1`](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.0...v10.2.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.0...v10.2.1) ### [`v10.2.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#1020) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.1.0...v10.2.0) - types: implement the `Map` interface ### [`v10.1.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#1010) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.0.3...v10.1.0) - add `cache.info(key)` to get value as well as ttl and size information. ### [`v10.0.3`](https://togithub.com/isaacs/node-lru-cache/compare/v10.0.2...v10.0.3) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.0.2...v10.0.3) ### [`v10.0.2`](https://togithub.com/isaacs/node-lru-cache/compare/v10.0.1...v10.0.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.0.1...v10.0.2) ### [`v10.0.1`](https://togithub.com/isaacs/node-lru-cache/compare/v10.0.0...v10.0.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.0.0...v10.0.1) ### [`v10.0.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#1000) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v9.1.2...v10.0.0) - `cache.fetch()` return type is now `Promise` instead of `Promise`. This is an irrelevant change practically speaking, but can require changes for TypeScript users. ### [`v9.1.2`](https://togithub.com/isaacs/node-lru-cache/compare/v9.1.1...v9.1.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://togithub.com/isaacs/node-lru-cache/compare/v9.1.0...v9.1.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#910) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v9.0.3...v9.1.0) - `cache.set(key, undefined)` is now an alias for `cache.delete(key)` ### [`v9.0.3`](https://togithub.com/isaacs/node-lru-cache/compare/v9.0.2...v9.0.3) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v9.0.2...v9.0.3) ### [`v9.0.2`](https://togithub.com/isaacs/node-lru-cache/compare/v9.0.1...v9.0.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v9.0.1...v9.0.2) ### [`v9.0.1`](https://togithub.com/isaacs/node-lru-cache/compare/v9.0.0...v9.0.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v9.0.0...v9.0.1) ### [`v9.0.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#900) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.5...v9.0.0) - Use named export only, no default export. - Bring back minimal polyfill. If this polyfill ends up being used, then a warning is printed, as it is not safe for use outside of LRUCache. ### [`v8.0.5`](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.4...v8.0.5) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.4...v8.0.5) ### [`v8.0.4`](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.3...v8.0.4) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.3...v8.0.4) ### [`v8.0.3`](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.2...v8.0.3) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.2...v8.0.3) ### [`v8.0.2`](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.1...v8.0.2) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.1...v8.0.2) ### [`v8.0.1`](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.0...v8.0.1) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v8.0.0...v8.0.1) ### [`v8.0.0`](https://togithub.com/isaacs/node-lru-cache/blob/HEAD/CHANGELOG.md#800) [Compare Source](https://togithub.com/isaacs/node-lru-cache/compare/v7.18.3...v8.0.0) - The `fetchContext` option was renamed to `context`, and may no longer be set on the cache instance itself. - Rewritten in TypeScript, so pretty much all the types moved around a lot. - The AbortController/AbortSignal polyfill is removed. For this reason, **Node version 16.14.0 or higher is now required**. - Internal properties were moved to actual private class properties. - Keys and values must not be `null` or `undefined`. - Minified export available at `'lru-cache/min'`, for both CJS and MJS builds.

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 was generated by Mend Renovate. View the repository job log.