Skip to content

Bump javascript-time-ago from 2.5.11 to 2.6.4#349

Merged
JohnMcLear merged 1 commit intomasterfrom
dependabot/npm_and_yarn/javascript-time-ago-2.6.4
Mar 23, 2026
Merged

Bump javascript-time-ago from 2.5.11 to 2.6.4#349
JohnMcLear merged 1 commit intomasterfrom
dependabot/npm_and_yarn/javascript-time-ago-2.6.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps javascript-time-ago from 2.5.11 to 2.6.4.

Changelog

Sourced from javascript-time-ago's changelog.

2.6.4 / 28.02.2026

  • Instead of performing two steps when adding a language — import en from "javascript-time-ago/locale/en" and then TimeAgo.addLocale(en) — only one step is required now — import "javascript-time-ago/locale/en". As a result, the code for adding languages is a bit shorter now. The older way with .addLocale() still works.

2.6.0 / 28.09.2025

  • Rewrote README.
  • Added refresh parameter.
  • getTimeToNextUpdate: true now returns a "capped" timeToNextUpdate by default — this is to work around setTimeout() bug when the delay is longer than about 24.85 days.
    • The new "capping" behavior could be disabled by passing getTimeToNextUpdateUncapped: true option.
  • Added javascript-time-ago/full-date-formatter export — it can be used to get the value for the title attribute of a <time/> HTML tag.

2.4.0 / 19.05.2022

  • Moved the package to use "ES Modules" exports.

2.3.13 / 11.02.2022

Fixed the CDN bundle javascript-time-ago.js when it exported the TimeAgo class as a default property instead of exporting the TimeAgo class itself.

2.3.6 / 25.05.2021

  • Added mini style (aka twitter style) for some locales: da, sv, nl, it, fr, es. By @​trustpilot.

2.3.5 / 12.05.2021

2.3.3 / 11.11.2020

  • Changed the default style from "approximate" (legacy) to "round-minute". This isn't a "breaking change" because no application would be "broken" by something like that, and relative time would still be shown in a similar way, only without too much approximation.

2.3.1 / 20.10.2020

  • (advanced) Renamed getMinTimeToFrom() to getMinTimeForUnit().

2.3.0 / 14.10.2020

  • test(timestamp) function of a step is now deprecated. Use minTime(timestamp) function instead.

  • Fixed getTimeToNextUpdate().

... (truncated)

Commits

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 [javascript-time-ago](https://gitlab.com/catamphetamine/javascript-time-ago) from 2.5.11 to 2.6.4.
- [Changelog](https://gitlab.com/catamphetamine/javascript-time-ago/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/javascript-time-ago/compare/v2.5.11...v2.6.4)

---
updated-dependencies:
- dependency-name: javascript-time-ago
  dependency-version: 2.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 23, 2026
@JohnMcLear JohnMcLear merged commit 15603df into master Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/javascript-time-ago-2.6.4 branch March 23, 2026 10:03
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.

1 participant