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

Closed
wants to merge 1 commit into 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 6 1 0.08s
✅ BASH bash-exec 3 0 0.05s
❌ BASH shellcheck 3 1 0.02s
✅ BASH shfmt 3 0 0 0.02s
❌ COPYPASTE jscpd yes 26 2.48s
❌ DOCKERFILE hadolint 2 1 0.15s
✅ EDITORCONFIG editorconfig-checker 156 0 0.92s
✅ JAVASCRIPT prettier 1 0 0 0.79s
✅ JSON jsonlint 18 0 0.23s
✅ JSON npm-package-json-lint yes no 1.03s
✅ JSON prettier 18 0 0 1.31s
❌ JSON v8r 18 1 23.4s
⚠️ MARKDOWN markdownlint 2 1 57 1.51s
✅ MARKDOWN markdown-link-check 2 0 31.9s
✅ MARKDOWN markdown-table-formatter 2 1 0 0.37s
❌ REPOSITORY checkov yes 6 20.91s
✅ REPOSITORY git_diff yes no 0.06s
❌ REPOSITORY grype yes 1 18.57s
✅ REPOSITORY secretlint yes no 1.24s
⚠️ REPOSITORY trivy yes 1 14.61s
✅ REPOSITORY trivy-sbom yes no 13.14s
✅ REPOSITORY trufflehog yes no 26.64s
❌ SPELL cspell 158 6 6.29s
❌ SPELL lychee 32 6 1.73s
❌ TYPESCRIPT eslint 107 0 1 2.17s
✅ TYPESCRIPT prettier 107 40 0 5.74s
❌ TYPESCRIPT ts-standard 107 107 1 43.84s
✅ YAML prettier 12 0 0 1.35s
✅ YAML v8r 12 0 41.75s
❌ YAML yamllint 12 1 4.07s

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 5 times, most recently from 2a60b30 to c81ae4c Compare May 21, 2024 10:37
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 9 times, most recently from 581d827 to dd17591 Compare May 28, 2024 16:29
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 10 times, most recently from 724e54d to 4ad3588 Compare June 3, 2024 21:26
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 4ad3588 to bd232d1 Compare June 4, 2024 01:53
@renovate renovate bot changed the title fix(deps): update dependency lru-cache to v10 fix(deps): update dependency lru-cache to v10 - autoclosed Jun 4, 2024
@renovate renovate bot closed this Jun 4, 2024
auto-merge was automatically disabled June 4, 2024 03:55

Pull request was closed

@renovate renovate bot deleted the renovate/lru-cache-10.x branch June 4, 2024 03:55
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