Skip to content

chore(deps): bump @isaacs/ttlcache from 1.4.1 to 2.1.5#2158

Open
dependabot[bot] wants to merge 1 commit into
versions/next-majorfrom
dependabot/npm_and_yarn/versions/next-major/isaacs/ttlcache-2.1.5
Open

chore(deps): bump @isaacs/ttlcache from 1.4.1 to 2.1.5#2158
dependabot[bot] wants to merge 1 commit into
versions/next-majorfrom
dependabot/npm_and_yarn/versions/next-major/isaacs/ttlcache-2.1.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @isaacs/ttlcache from 1.4.1 to 2.1.5.

Changelog

Sourced from @​isaacs/ttlcache's changelog.

2.1

  • Add updateAgeOnHas and checkAgeOnHas options to match corresponding get() options.
  • Include items with Infinity expirations in iterations like entries(), keys(), values().

2.0

  • refactor as hybrid typescript module (changes export)
  • Blue Oak license

1.4

  • add checkAgeOnGet option
  • Guard against expiration list going missing

1.3.0

  • make cache.cancelTimer a public method
  • Reduce memory usage by only creating one timer

1.2

  • Add support for immortality
  • ensure dispose() only happens after full removal
  • Clear timeouts so we don't rely on only unref()
  • fix error when deleting immortal entries

1.1

  • Add setTTL(key, ttl)
  • avoid off-by-1ms purge failures

1.0

  • Initial release
Commits
Install script changes

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


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@isaacs/ttlcache](https://github.com/isaacs/ttlcache) from 1.4.1 to 2.1.5.
- [Changelog](https://github.com/isaacs/ttlcache/blob/main/CHANGELOG.md)
- [Commits](isaacs/ttlcache@v1.4.1...v2.1.5)

---
updated-dependencies:
- dependency-name: "@isaacs/ttlcache"
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ⚙️ dependencies Pull requests that update a dependency file label May 22, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants