Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump luxon from 3.4.4 to 3.5.0 (#7415)
Bumps [luxon](https://github.com/moment/luxon) from 3.4.4 to 3.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moment/luxon/blob/master/CHANGELOG.md">luxon's changelog</a>.</em></p> <blockquote> <h1>3.5.0 (2024-08-03)</h1> <ul> <li>Various performance improvements</li> <li>throwOnInvalid causes the constructor to throw if the year is invalid</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moment/luxon/commit/a4044fe60eaae88d2397069eb43f018491a6a698"><code>a4044fe</code></a> bump to 3.5.0</li> <li><a href="https://github.com/moment/luxon/commit/cea7b5f7eac87db57e183f48da97210c47af7034"><code>cea7b5f</code></a> Documented weekSettings opt in DateTime (<a href="https://redirect.github.com/moment/luxon/issues/1640">#1640</a>)</li> <li><a href="https://github.com/moment/luxon/commit/2008075eb759d0f2c0dd9c3a9b7cb82971cd1a24"><code>2008075</code></a> Fixed duplicate word in comment in datetime.js (<a href="https://redirect.github.com/moment/luxon/issues/1623">#1623</a>)</li> <li><a href="https://github.com/moment/luxon/commit/cafc4ee159bef4a87c1106daf010fc55e9c29ec7"><code>cafc4ee</code></a> Perf: Cache ts offset guesses for quickDT (<a href="https://redirect.github.com/moment/luxon/issues/1579">#1579</a>)</li> <li><a href="https://github.com/moment/luxon/commit/73c4438852a5e32a8f4140eae6b9829fc586b7dd"><code>73c4438</code></a> fix cutoff year docs</li> <li><a href="https://github.com/moment/luxon/commit/895a74916a89f816de7c98e912ae9140c6327897"><code>895a749</code></a> Added some JS doc for time zones (<a href="https://redirect.github.com/moment/luxon/issues/1499">#1499</a>)</li> <li><a href="https://github.com/moment/luxon/commit/080e813122bfc2e79f3cd15eed9c70ba26427f10"><code>080e813</code></a> Alias DateTime in documentation site (<a href="https://redirect.github.com/moment/luxon/issues/1546">#1546</a>)</li> <li><a href="https://github.com/moment/luxon/commit/55bdb08f8d4890900465716050a05fa1489272b7"><code>55bdb08</code></a> add DATETIME_MED_WITH_WEEKDAY to formatting.md (<a href="https://redirect.github.com/moment/luxon/issues/1554">#1554</a>)</li> <li><a href="https://github.com/moment/luxon/commit/161611449c3db3e6c36638a3eeccdff65fdfb452"><code>1616114</code></a> format</li> <li><a href="https://github.com/moment/luxon/commit/576321525234685ceda02115d964e992e7e8addf"><code>5763215</code></a> Update interval.js doc per <a href="https://redirect.github.com/moment/luxon/issues/742">#742</a> (<a href="https://redirect.github.com/moment/luxon/issues/1565">#1565</a>)</li> <li>Additional commits viewable in <a href="https://github.com/moment/luxon/compare/3.4.4...3.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=luxon&package-manager=npm_and_yarn&previous-version=3.4.4&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information