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

fix(deps): update dependency lru-cache to v11 #161

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lru-cache 7.18.3 -> 11.0.2 age adoption passing confidence

Release Notes

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

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

v10.4.3

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

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.

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

@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 5 times, most recently from ed9182f to 0069a77 Compare July 16, 2024 06:53
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 4 times, most recently from 6f1bc3f to f77b756 Compare July 26, 2024 05:06
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 5 times, most recently from 4d04416 to dcacc63 Compare September 6, 2024 05:02
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 2 times, most recently from 50b75a7 to 80a6242 Compare September 11, 2024 19:04
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 2 times, most recently from b80e0e7 to 40ea109 Compare October 31, 2024 19:52
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 2 times, most recently from 77c0887 to fd946fd Compare November 27, 2024 20:33
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 10 times, most recently from ccfa5d4 to 88e279d Compare December 10, 2024 04:28
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch 2 times, most recently from eaf6b90 to fda97ee Compare December 10, 2024 12:20
@renovate renovate bot force-pushed the renovate/lru-cache-11.x branch from fda97ee to c3491e4 Compare December 10, 2024 16:20
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.

0 participants