Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lru-cache ^5.1.1 -> ^7.13.1 age adoption passing confidence
@​types/lru-cache 5.1.1 -> 7.10.9 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

isaacs/node-lru-cache

v7.13.1

Compare Source

v7.13.0

Compare Source

  • Add forceRefresh option to trigger a call to the
    fetchMethod even if the item is found in cache, and not
    older than its ttl.

v7.12.1

Compare Source

v7.12.0

Compare Source

  • Add fetchContext option to provide additional information to
    the fetchMethod
  • 7.12.1: Fix bug where adding an item with size greater than
    maxSize would cause bizarre behavior.

v7.11.0

Compare Source

  • Add 'noDeleteOnStaleGet' option, to suppress behavior where a
    get() of a stale item would remove it from the cache.

v7.10.3

Compare Source

v7.10.2

Compare Source

v7.10.1

Compare Source

v7.10.0

Compare Source

  • Add noDeleteOnFetchRejection option, to suppress behavior
    where a failed fetch will delete a previous stale value.
  • Ship types along with the package, rather than relying on
    out of date types coming from DefinitelyTyped.

v7.9.1

Compare Source

v7.9.0

Compare Source

  • Better AbortController polyfill, supporting
    signal.addEventListener('abort') and signal.onabort.
  • (7.9.1) Drop item from cache instead of crashing with an
    unhandledRejection when the fetchMethod throws an error or
    returns a rejected Promise.

v7.8.2

Compare Source

v7.8.1

Compare Source

v7.8.0

Compare Source

  • add updateAgeOnHas option
  • warnings sent to console.error if process.emitWarning unavailable

v7.7.4

Compare Source

v7.7.3

Compare Source

v7.7.2

Compare Source

v7.7.1

Compare Source

v7.7.0

Compare Source

  • fetch: provide options and abort signal

v7.6.1

Compare Source

v7.6.0

Compare Source

  • add cache.getRemainingTTL(key)
  • Add async cache.fetch() method, fetchMethod option
  • Allow unbounded storage if maxSize or ttl set

v7.5.2

Compare Source

v7.5.1

Compare Source

v7.5.0

Compare Source

  • defend against mutation while iterating
  • Add rentries, rkeys, rvalues
  • remove bundler and unnecessary package.json fields

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

  • Add browser optimized webpack bundle, exposed as 'lru-cache/browser'
  • Track size of compiled bundle in CI (@​SuperOleg39)
  • Add noUpdateTTL option for set()

v7.3.3

Compare Source

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

  • Add disposeAfter()
  • set() returns the cache object
  • delete() returns boolean indicating whether anything was deleted

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

  • Add reason to dispose() calls.

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

  • Add ttlResolution option
  • Add ttlAutopurge option

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 4 times, most recently from 9abf670 to 162fb4a Compare February 9, 2022 15:38
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 2 times, most recently from 8eb216a to 99ce50b Compare February 23, 2022 19:44
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 3 times, most recently from 9f2ceba to 401ad2d Compare March 11, 2022 14:46
@renovate renovate bot changed the title Update dependency lru-cache to v7 fix(deps): update dependency lru-cache to v7 Mar 12, 2022
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 6 times, most recently from d6c183f to bc46496 Compare March 18, 2022 03:39
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 5 times, most recently from 752083d to eb7865b Compare April 1, 2022 13:41
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 2 times, most recently from 910e713 to 9a07620 Compare April 9, 2022 19:32
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 2 times, most recently from e833e26 to 352dd29 Compare April 30, 2022 06:32
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 3 times, most recently from 9db2e28 to 86e6523 Compare May 12, 2022 19:39
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 2 times, most recently from e35a369 to 42e8a0e Compare May 13, 2022 01:10
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 3 times, most recently from 62564bf to 3049c6a Compare June 30, 2022 00:37
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch from 3049c6a to 5c437e0 Compare July 12, 2022 23:35
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch from 5c437e0 to 6e5aea1 Compare July 15, 2022 00:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant