Build(deps): bump date-fns from 3.0.6 to 3.2.0 #1630

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-date-fns-3.2.0 into master 2024-01-10 07:48:35 +00:00
argoyle commented 2024-01-10 04:41:37 +00:00 (Migrated from gitlab.com)

Bumps date-fns from 3.0.6 to 3.2.0.

Release notes

Sourced from date-fns's releases.

v3.2.0

This release is brought to you by @​kossnocorp, @​fturmel, @​grossbart, @​MelvinVermeer, and @​jcarstairs-scottlogic.

Fixed

Added

  • Added exports of format, lightFormat, and parse internals that enable 3rd-parties to consume those.

v3.1.0

This release is brought to you by @​kossnocorp, @​makstyle119 and @​dmgawel.

Fixed

Added

Changelog

Sourced from date-fns's changelog.

v3.2.0 - 2024-01-09

This release is brought to you by @​kossnocorp, @​fturmel, @​grossbart, @​MelvinVermeer, and @​jcarstairs-scottlogic.

Fixed

Added

  • Added exports of format, lightFormat, and parse internals that enable 3rd-parties to consume those.

v3.1.0 - 2024-01-05

This release is brought to you by @​kossnocorp, @​makstyle119 and @​dmgawel.

Fixed

Added

Commits


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>
argoyle commented 2024-01-10 04:41:41 +00:00 (Migrated from gitlab.com)

mentioned in merge request !1575

mentioned in merge request !1575
argoyle commented 2024-01-10 07:48:03 +00:00 (Migrated from gitlab.com)

added 4 commits

  • 05703c61...c8aa2272 - 3 commits from branch master
  • a497b81a - Build(deps): bump date-fns from 3.0.6 to 3.2.0

Compare with previous version

added 4 commits <ul><li>05703c61...c8aa2272 - 3 commits from branch <code>master</code></li><li>a497b81a - Build(deps): bump date-fns from 3.0.6 to 3.2.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1581/diffs?diff_id=890326155&start_sha=05703c61cc9e5909006183ba62b15b5406dedf97)
argoyle (Migrated from gitlab.com) merged commit into master 2024-01-10 07:48:35 +00:00
Sign in to join this conversation.