Skip to content

build(deps-dev): bump lru-cache from 11.2.6 to 11.3.6#1402

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lru-cache-11.3.5
Open

build(deps-dev): bump lru-cache from 11.2.6 to 11.3.6#1402
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lru-cache-11.3.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps lru-cache from 11.2.6 to 11.3.6.

Changelog

Sourced from lru-cache's changelog.

cringe lorg

11.3

  • Add observability features, expand the coverage of LRUCache.Status objects.

11.2

  • Add the perf option to specify performance, Date, or any other object with a now() method that returns a number.

11.1

  • Add the onInsert method

11.0

  • Drop support for node less than v20

10.4

  • Accidental minor update, should've been patch.

10.3

  • 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

10.2

  • types: implement the Map<K, V> interface

10.1

  • add cache.info(key) to get value as well as ttl and size information.

10.0

  • 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.

9.1

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lru-cache-11.3.5 branch from 3daef2c to 8080a82 Compare April 16, 2026 16:58
@dependabot dependabot Bot changed the title build(deps-dev): bump lru-cache from 11.2.6 to 11.3.5 build(deps-dev): bump lru-cache from 11.2.6 to 11.3.6 May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lru-cache-11.3.5 branch from 8080a82 to a91c2ee Compare May 6, 2026 15:43
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.2.6 to 11.3.6.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.2.6...v11.3.6)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-version: 11.3.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lru-cache-11.3.5 branch from a91c2ee to b1f096e Compare May 6, 2026 15:47
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants