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 v10 #439

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lru-cache ^7.14.1 -> ^10.0.0 age adoption passing confidence

Release Notes

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

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: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the automerge Auto merge PR with Kodiak label Jun 15, 2023
@ghost
Copy link

ghost commented Jun 15, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@github-actions
Copy link

github-actions bot commented Jun 15, 2023

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ ACTION actionlint 5 1 0.05s
✅ BASH bash-exec 3 0 0.03s
❌ BASH shellcheck 3 1 0.02s
✅ BASH shfmt 3 0 0 0.03s
❌ COPYPASTE jscpd yes 26 2.91s
❌ DOCKERFILE hadolint 1 1 0.07s
✅ EDITORCONFIG editorconfig-checker 153 0 0.87s
✅ JAVASCRIPT prettier 1 0 0 0.89s
✅ JSON jsonlint 18 0 0.26s
✅ JSON npm-package-json-lint yes no 1.12s
✅ JSON prettier 18 0 0 1.18s
❌ JSON v8r 18 1 24.48s
⚠️ MARKDOWN markdownlint 2 1 57 1.61s
✅ MARKDOWN markdown-link-check 2 0 38.33s
✅ MARKDOWN markdown-table-formatter 2 1 0 0.36s
❌ REPOSITORY checkov yes 4 19.83s
✅ REPOSITORY git_diff yes no 0.02s
❌ REPOSITORY grype yes 1 16.86s
✅ REPOSITORY secretlint yes no 1.78s
⚠️ REPOSITORY trivy yes 1 15.77s
✅ REPOSITORY trivy-sbom yes no 15.11s
✅ REPOSITORY trufflehog yes no 34.09s
❌ SPELL cspell 155 3 5.59s
❌ SPELL lychee 31 8 1.56s
❌ TYPESCRIPT eslint 106 0 1 2.3s
✅ TYPESCRIPT prettier 106 39 0 4.9s
❌ TYPESCRIPT ts-standard 106 106 1 38.95s
✅ YAML prettier 11 0 0 1.41s
✅ YAML v8r 11 0 9.88s
❌ YAML yamllint 11 1 4.49s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 8 times, most recently from ceba248 to 374279a Compare June 22, 2023 10:30
@kodiakhq kodiakhq bot removed the automerge Auto merge PR with Kodiak label Jun 23, 2023
@kodiakhq
Copy link

kodiakhq bot commented Jun 23, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 3 times, most recently from d7ea573 to 78c329c Compare June 26, 2023 10:44
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 13 times, most recently from 0324489 to a84cd62 Compare July 5, 2023 00:04
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 12 times, most recently from 026373a to f745834 Compare May 8, 2024 15:27
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 9 times, most recently from b9c5139 to 8b9de7e Compare May 14, 2024 14:08
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 7 times, most recently from 002ec03 to 1b4bba1 Compare May 23, 2024 01:37
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 1b4bba1 to 483c4df Compare May 23, 2024 20:14
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

0 participants