Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.0.6 to 3.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/date-fns/date-fns/releases">date-fns's releases</a>.</em></p>
<blockquote>
<h2>v3.2.0</h2>
<p>This release is brought to you by <a href="https://github.com/kossnocorp"><code>@kossnocorp</code></a>, <a href="https://github.com/fturmel"><code>@fturmel</code></a>, <a href="https://github.com/grossbart"><code>@grossbart</code></a>, <a href="https://github.com/MelvinVermeer"><code>@MelvinVermeer</code></a>, and <a href="https://github.com/jcarstairs-scottlogic"><code>@jcarstairs-scottlogic</code></a>.</p>
<h3>Fixed</h3>
<ul>
<li>
<p>Fixed types compatibility with Lodash's <code>flow</code> and fp-ts's <code>pipe</code>. (<a href="https://github.com/date-fns/date-fns/issues/3641">#3641</a>)</p>
</li>
<li>
<p><a href="https://github.com/date-fns/date-fns/pull/3132">Fixed inconsistent behavior of <code>roundToNearestMinutes</code>.</a></p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added exports of <code>format</code>, <code>lightFormat</code>, and <code>parse</code> internals that enable 3rd-parties to consume those.</li>
</ul>
<h2>v3.1.0</h2>
<p>This release is brought to you by <a href="https://github.com/kossnocorp"><code>@kossnocorp</code></a>, <a href="https://github.com/makstyle119"><code>@makstyle119</code></a> and <a href="https://github.com/dmgawel"><code>@dmgawel</code></a>.</p>
<h3>Fixed</h3>
<ul>
<li><a href="https://github.com/date-fns/date-fns/pull/3448">Fixed the plural form of weeks in Swedish</a>.</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p><a href="https://github.com/date-fns/date-fns/pull/3540">Added <code>yearsToDays</code> function</a>.</p>
</li>
<li>
<p>Added a warning about using protected tokens like <code>Y</code> or <code>D</code> without passing a corresponding option. [See <a href="https://github.com/date-fns/date-fns/issues/2950">#2950</a>](<a href="https://github.com/date-fns/date-fns/issues/2950">date-fns/date-fns#2950</a>).</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md">date-fns's changelog</a>.</em></p>
<blockquote>
<h2>v3.2.0 - 2024-01-09</h2>
<p>This release is brought to you by <a href="https://github.com/kossnocorp"><code>@kossnocorp</code></a>, <a href="https://github.com/fturmel"><code>@fturmel</code></a>, <a href="https://github.com/grossbart"><code>@grossbart</code></a>, <a href="https://github.com/MelvinVermeer"><code>@MelvinVermeer</code></a>, and <a href="https://github.com/jcarstairs-scottlogic"><code>@jcarstairs-scottlogic</code></a>.</p>
<h3>Fixed</h3>
<ul>
<li>
<p>Fixed types compatability with Lodash's <code>flow</code> and fp-ts's <code>pipe</code>. (<a href="https://github.com/date-fns/date-fns/issues/3641">#3641</a>)</p>
</li>
<li>
<p><a href="https://github.com/date-fns/date-fns/pull/3132">Fixed inconsistent behavior of <code>roundToNearestMinutes</code>.</a></p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added exports of <code>format</code>, <code>lightFormat</code>, and <code>parse</code> internals that enable 3rd-parties to consume those.</li>
</ul>
<h2>v3.1.0 - 2024-01-05</h2>
<p>This release is brought to you by <a href="https://github.com/kossnocorp"><code>@kossnocorp</code></a>, <a href="https://github.com/makstyle119"><code>@makstyle119</code></a> and <a href="https://github.com/dmgawel"><code>@dmgawel</code></a>.</p>
<h3>Fixed</h3>
<ul>
<li><a href="https://github.com/date-fns/date-fns/pull/3448">Fixed the plural form of weeks in Swedish</a>.</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p><a href="https://github.com/date-fns/date-fns/pull/3540">Added <code>yearsToDays</code> function</a>.</p>
</li>
<li>
<p>Added warning about using protected tokens like <code>Y</code> or <code>D</code> without passing a corresponding option. [See <a href="https://github.com/date-fns/date-fns/issues/2950">#2950</a>](<a href="https://github.com/date-fns/date-fns/issues/2950">date-fns/date-fns#2950</a>).</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/date-fns/date-fns/commit/716992af1fb5e86fa48744b0ef8571c8895fa517"><code>716992a</code></a> Promote to v3.2.0</li>
<li><a href="https://github.com/date-fns/date-fns/commit/25f1bd6b7b3dabd3e025dbc53c6976200d9e0ea6"><code>25f1bd6</code></a> Make FP comatible with Lodash and fp-ts (closes <a href="https://github.com/date-fns/date-fns/issues/3641">#3641</a>)</li>
<li><a href="https://github.com/date-fns/date-fns/commit/7b115b7cdca5e80c698a1ae958c7581fa87ff50a"><code>7b115b7</code></a> Add commented noErrorTruncation to tsconfig</li>
<li><a href="https://github.com/date-fns/date-fns/commit/3d85c7df7f25267e4774103addd773d99b455edb"><code>3d85c7d</code></a> Export internals from <code>format</code>, <code>lightFormat</code>, and <code>parse</code></li>
<li><a href="https://github.com/date-fns/date-fns/commit/b15fdacc4ec821edf51cc517a8648b953d9cb18f"><code>b15fdac</code></a> Fix <code>roundToNearestMinutes</code> (<a href="https://github.com/date-fns/date-fns/issues/3132">#3132</a>)</li>
<li><a href="https://github.com/date-fns/date-fns/commit/d461c1966086702e4d84efa63e1c2e900cc196b9"><code>d461c19</code></a> Use OCTOKIT_TOKEN instead of GITHUB_TOKEN</li>
<li><a href="https://github.com/date-fns/date-fns/commit/9a158ddfd35a591449fff5a27d752b38406a6456"><code>9a158dd</code></a> Promote to v3.1.0</li>
<li><a href="https://github.com/date-fns/date-fns/commit/651d47b2756fd88f3786ccd96fbae09d5830e365"><code>651d47b</code></a> Fix yearsToDays</li>
<li><a href="https://github.com/date-fns/date-fns/commit/127775bc885241cfbbc309e82903bedf558b33da"><code>127775b</code></a> Build the library</li>
<li><a href="https://github.com/date-fns/date-fns/commit/2b689dd4b5a491468ae2e8a7b49f5a148314f7ac"><code>2b689dd</code></a> Add yearsToDays Function (<a href="https://github.com/date-fns/date-fns/issues/3540">#3540</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/date-fns/date-fns/compare/v3.0.6...v3.2.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps date-fns from 3.0.6 to 3.2.0.
Release notes
Sourced from date-fns's releases.
Changelog
Sourced from date-fns's changelog.
Commits
716992aPromote to v3.2.025f1bd6Make FP comatible with Lodash and fp-ts (closes #3641)7b115b7Add commented noErrorTruncation to tsconfig3d85c7dExport internals fromformat,lightFormat, andparseb15fdacFixroundToNearestMinutes(#3132)d461c19Use OCTOKIT_TOKEN instead of GITHUB_TOKEN9a158ddPromote to v3.1.0651d47bFix yearsToDays127775bBuild the library2b689ddAdd yearsToDays Function (#3540)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsmentioned in merge request !1575
added 4 commits
mastera497b81a- Build(deps): bump date-fns from 3.0.6 to 3.2.0Compare with previous version