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 #1776

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 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.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 - "after 10pm,before 5:00am" in timezone America/Vancouver, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/lru-cache-10.x branch 13 times, most recently from d9011f3 to 886b1a6 Compare June 23, 2023 19:09
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 11 times, most recently from e3cad3a to bdf5a99 Compare July 1, 2023 09:59
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 6 times, most recently from e6d2459 to 4c54827 Compare July 4, 2023 17:13
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 12 times, most recently from 7f13d29 to 978ac16 Compare July 23, 2023 09:40
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 3 times, most recently from df9a93e to 41a1d5b Compare July 28, 2023 18:56
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch 6 times, most recently from 329bc9d to 119fe25 Compare August 2, 2023 07:09
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 119fe25 to be54e86 Compare August 2, 2023 07:11
@renovate
Copy link
Contributor Author

renovate bot commented Aug 2, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@mykola-mokhnach mykola-mokhnach merged commit 2079a56 into master Aug 2, 2023
21 checks passed
@mykola-mokhnach mykola-mokhnach deleted the renovate/lru-cache-10.x branch August 2, 2023 11:29
github-actions bot pushed a commit that referenced this pull request Aug 2, 2023
## [4.32.25](v4.32.24...v4.32.25) (2023-08-02)

### Bug Fixes

* **deps:** update dependency lru-cache to v10 ([#1776](#1776)) ([2079a56](2079a56))
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

🎉 This PR is included in version 4.32.25 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant