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 v7.18.3 #11639

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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.

v7.13.2

Compare Source

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


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.


  • 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-7.x branch 6 times, most recently from fafcf9f to 5347a61 Compare May 21, 2024 12:01
Copy link
Collaborator

@karinathomasbbc karinathomasbbc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires testing on the preview environment because lru-cache upgrade to v10 previously caused issues with Opera Mini. See #11500 (comment)

@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 15 times, most recently from dcde098 to 7885da1 Compare May 24, 2024 11:14
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 8 times, most recently from 06040a2 to 7252865 Compare June 3, 2024 09:59
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch from 7252865 to 8eb6222 Compare June 4, 2024 08:33
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Post-upgrade command 'yarn install' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch 2 times, most recently from da3825e to 90c1888 Compare June 4, 2024 10:55
@renovate renovate bot force-pushed the renovate/lru-cache-7.x branch from 90c1888 to 9051c5b Compare June 4, 2024 14:08
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

1 participant