Skip to content

Bump luxon from 2.5.2 to 3.7.2#679

Merged
JamieMagee merged 1 commit intomasterfrom
dependabot/npm_and_yarn/luxon-3.7.2
Jan 26, 2026
Merged

Bump luxon from 2.5.2 to 3.7.2#679
JamieMagee merged 1 commit intomasterfrom
dependabot/npm_and_yarn/luxon-3.7.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps luxon from 2.5.2 to 3.7.2.

Changelog

Sourced from luxon's changelog.

3.7.2 (2025-07-09)

  • Fix ES6 packaging

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site

3.6.1 (2025-03-31)

  • Add Fallback for minimalDays being removed from Intl.WeekInfo
  • Fix various caches when JS keywords like "constructor" are used for names

3.6.0 (2025-03-25)

  • Add Interval.lastDateTime
  • Fix a bug that could cause wrong timezone calculations when multiple timezones are in use

3.5.0 (2024-08-03)

  • Various performance improvements
  • throwOnInvalid causes the constructor to throw if the year is invalid

3.4.4 (2023-11-12)

  • Localized week support (#1454)
  • Added custom inspect for Node (#1526)
  • Fix sorting in Interval.splitAt (#1524)

3.4.3 (2023-09-05)

  • Fixes another regression from 3.4.0 (#1496)

3.4.2 (2023-08-26)

  • Fixes regression from 3.4.1 (#1493)

3.4.1 (2023-08-23)

  • Fixes for regressions from 3.4.0 (#1482 and #1488)

... (truncated)

Commits
  • 4262a38 Version 3.7.2
  • 738144d Fix the build ES6 code having the wrong file extension and use it in package....
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by diesieben07, a new releaser for luxon since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
Bumps [luxon](https://github.com/moment/luxon) from 2.5.2 to 3.7.2.
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.5.2...3.7.2)

---
updated-dependencies:
- dependency-name: luxon
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/luxon-3.7.2 branch from 6421ac3 to a00e8bc Compare January 26, 2026 18:51
@JamieMagee
Copy link
Copy Markdown
Contributor

Reviewed the codebase usage of luxon - this looks safe to merge once CI passes.

The one breaking change in 3.0.0 was around zone behavior ("system" vs "default" zone strings). This project doesn't use custom zone configuration - it sticks to DateTime.now(), DateTime.utc(), and the various parsing methods (fromISO, fromRFC2822, etc.), so the breaking change doesn't apply here.

Some nice things coming with this upgrade:

  • RFC-2822 regex vulnerability fix (3.2.1)
  • Performance improvements (3.5.0)
  • Timezone calculation bug fixes (3.6.0)

The Node >=12 requirement in luxon 3.x is already met by this project.

@JamieMagee JamieMagee merged commit 2b3f163 into master Jan 26, 2026
2 checks passed
@JamieMagee JamieMagee deleted the dependabot/npm_and_yarn/luxon-3.7.2 branch January 26, 2026 19:04
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