Skip to content
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

Update dependency lru-cache to v10 #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lru-cache ^7.13.1 -> ^10.0.0 age adoption passing confidence

Release Notes

isaacs/node-lru-cache (lru-cache)

v10.3.1

Compare Source

v10.3.0

Compare Source

  • 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

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

  • types: implement the Map<K, V> interface

v10.1.0

Compare Source

  • add cache.info(key) to get value as well as ttl and size
    information.

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

  • cache.fetch() return type is now Promise<V | undefined>
    instead of Promise<V | void>. This is an irrelevant change
    practically speaking, but can require changes for TypeScript
    users.

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

  • cache.set(key, undefined) is now an alias for
    cache.delete(key)

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

  • 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

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

  • 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.

v7.18.3

Compare Source

v7.18.2

Compare Source

v7.18.1

Compare Source

v7.18.0

Compare Source

  • Add support for internal state investigation through the use of
    a status option to has(), set(), get(), and fetch().

v7.17.2

Compare Source

v7.17.1

Compare Source

v7.17.0

Compare Source

  • Add signal option for fetch to pass a user-supplied
    AbortSignal
  • Add ignoreFetchAbort and allowStaleOnFetchAbort options

v7.16.2

Compare Source

  • Fail fetch() promises when they are aborted

v7.16.1

Compare Source

v7.16.0

Compare Source

  • Add allowStaleOnFetchRejection option

v7.15.0

Compare Source

  • Provide both ESM and CommonJS exports

v7.14.1

Compare Source

v7.14.0

Compare Source

  • Add maxEntrySize option to prevent caching items above a
    given calculated size.

Configuration

📅 Schedule: Branch creation - "after 10am and before 6pm every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 3 times, most recently from 553a283 to 28bbc30 Compare June 21, 2023 12:44
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 9 times, most recently from 571d4b3 to 78f14d4 Compare July 4, 2023 13:54
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 9 times, most recently from 2beafef to 01f1137 Compare July 11, 2023 13:16
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 9 times, most recently from 1c2d7db to e3a8054 Compare July 14, 2023 09:09
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 5 times, most recently from b2e7034 to 0f197b7 Compare January 30, 2024 12:19
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 7 times, most recently from 2cbfe5b to 88a792c Compare February 7, 2024 16:08
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 2 times, most recently from 1695b43 to 506f767 Compare February 21, 2024 14:57
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 4 times, most recently from 5acf0ff to 325d3e3 Compare March 11, 2024 13:51
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 3 times, most recently from d5cb805 to a77683a Compare March 29, 2024 00:46
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 4 times, most recently from 199e6c7 to 8ccd627 Compare April 16, 2024 13:14
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 2 times, most recently from ed9cfe5 to 1766b25 Compare May 28, 2024 08:14
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 1766b25 to 6907093 Compare July 4, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants