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

chore(deps): update dependency lru-cache to v10 - autoclosed #952

Closed
wants to merge 1 commit into 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.18.3 -> ^10.0.0 age adoption passing confidence

Release Notes

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

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 - "before 4am" (UTC), 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 added the dependencies Pull requests that update a dependency file label Jun 19, 2023
@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for kleros-v2 ready!

Name Link
🔨 Latest commit 62814f3
🔍 Latest deploy log https://app.netlify.com/sites/kleros-v2/deploys/66880beeb9b7570008680c59
😎 Deploy Preview https://deploy-preview-952--kleros-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for kleros-v2-contracts canceled.

Name Link
🔨 Latest commit 79b56ef
🔍 Latest deploy log https://app.netlify.com/sites/kleros-v2-contracts/deploys/64f1c2a986d8b7000841548a

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 10 times, most recently from 2b33560 to 86d7e0b Compare June 23, 2023 23:45
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 15 times, most recently from c37c40e to f799211 Compare June 29, 2023 14:47
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 2 times, most recently from 3e35315 to 259f0f8 Compare May 29, 2024 11:02
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 3 times, most recently from 96dcb9f to d6f9f1c Compare June 12, 2024 10:25
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 4 times, most recently from b6a22c7 to d51e3a6 Compare June 19, 2024 12:44
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 9 times, most recently from ef7bf66 to f69411b Compare July 1, 2024 14:36
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 5 times, most recently from 7decd79 to 011a245 Compare July 5, 2024 10:33
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 011a245 to 62814f3 Compare July 5, 2024 15:06
Copy link

codeclimate bot commented Jul 5, 2024

Code Climate has analyzed commit 62814f3 and detected 0 issues on this pull request.

View more on Code Climate.

Copy link

sonarcloud bot commented Jul 5, 2024

@renovate renovate bot changed the title chore(deps): update dependency lru-cache to v10 chore(deps): update dependency lru-cache to v10 - autoclosed Jul 12, 2024
@renovate renovate bot closed this Jul 12, 2024
@renovate renovate bot deleted the renovate/lru-cache-10.x branch July 12, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant