kleros-v2 icon indicating copy to clipboard operation
kleros-v2 copied to clipboard

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

Open renovate[bot] opened this issue 2 years ago • 9 comments

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[bot] avatar Jun 19 '23 01:06 renovate[bot]

Deploy Preview for kleros-v2 ready!

Name Link
Latest commit 62814f37c5bec90791e67b815dc568493da4e4c8
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[bot] avatar Jun 19 '23 01:06 netlify[bot]

Deploy Preview for kleros-v2-contracts canceled.

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

netlify[bot] avatar Jun 19 '23 01:06 netlify[bot]

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Jun 30 '23 14:06 sonarqubecloud[bot]

Deploy Preview for kleros-v2-university ready!

Name Link
Latest commit 62814f37c5bec90791e67b815dc568493da4e4c8
Latest deploy log https://app.netlify.com/sites/kleros-v2-university/deploys/66880beed93775000827abd0
Deploy Preview https://deploy-preview-952--kleros-v2-university.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[bot] avatar Feb 22 '24 19:02 netlify[bot]

Deploy Preview for kleros-v2-university canceled.

Name Link
Latest commit 4e6af83b07ba166092d42c54f900706b8b02018f
Latest deploy log https://app.netlify.com/sites/kleros-v2-university/deploys/65d79afd5ac5c20008790f2a

netlify[bot] avatar Feb 22 '24 19:02 netlify[bot]

Deploy Preview for kleros-v2-neo ready!

Name Link
Latest commit 62814f37c5bec90791e67b815dc568493da4e4c8
Latest deploy log https://app.netlify.com/sites/kleros-v2-neo/deploys/66880bee33307f0008ca4fbc
Deploy Preview https://deploy-preview-952--kleros-v2-neo.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[bot] avatar Mar 15 '24 14:03 netlify[bot]

[!IMPORTANT]

Review skipped

Ignore keyword(s) in the title.

Ignored keywords (1)
  • chore(deps):

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

coderabbitai[bot] avatar May 24 '24 11:05 coderabbitai[bot]

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

View more on Code Climate.

codeclimate[bot] avatar Jul 05 '24 15:07 codeclimate[bot]