Skip to content

Commit

Permalink
fix(deps): Bump date-fns from 3.3.1 to 3.5.0 (#80)
Browse files Browse the repository at this point in the history
Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.1 to 3.5.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.5.0</h2>
<p>Kudos to <a href="https://github.com/fturmel"><code>@​fturmel</code></a>, <a href="https://github.com/kossnocorp"><code>@​kossnocorp</code></a>, <a href="https://github.com/makstyle119"><code>@​makstyle119</code></a>, <a href="https://github.com/tan75"><code>@​tan75</code></a>, <a href="https://github.com/marcreichel"><code>@​marcreichel</code></a>, <a href="https://github.com/tareknatsheh"><code>@​tareknatsheh</code></a> and <a href="https://github.com/audunru"><code>@​audunru</code></a> for working on the release. Also, thanks to <a href="https://github.com/seated"><code>@​seated</code></a> <a href="https://github.com/sponsors/kossnocorp">for sponsoring me</a>.</p>
<h3>Fixed</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/issues/3730">Fixed functions that use current date internally and made them work with date extensions like <code>UTCDate</code>.</a></p>
</li>
<li>
<p><a href="https://github.com/date-fns/date-fns/commit/882ced61c692c7c4a79eaaec6eb07cb9c8c9195b">Fixed <code>daysToWeeks</code> returning negative 0.</a></p>
</li>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/3715">Fixed German grammar for the &quot;half a minute&quot; string.</a></p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/3724">Added the Northern Sámi (<code>se</code>) locale.</a></p>
</li>
<li>
<p>Added the <code>constructNow</code> function that creates the current date using the passed reference date's constructor.</p>
</li>
</ul>
<h2>v3.4.0</h2>
<p>Kudos to <a href="https://github.com/kossnocorp"><code>@​kossnocorp</code></a>, <a href="https://github.com/sakamossan"><code>@​sakamossan</code></a>, and <a href="https://github.com/Revan99"><code>@​Revan99</code></a> for working on the release. Also, thanks to <a href="https://github.com/seated"><code>@​seated</code></a> for sponsoring me.</p>
<h3>Added</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/2752">Added <code>roundToNearestHours</code> function.</a></p>
</li>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/3421">Added Central Kurdish (<code>ckb</code>) locale.</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.5.0 - 2024-03-15</h2>
<p>Kudos to <a href="https://github.com/fturmel"><code>@​fturmel</code></a>, <a href="https://github.com/kossnocorp"><code>@​kossnocorp</code></a>, <a href="https://github.com/makstyle119"><code>@​makstyle119</code></a>, <a href="https://github.com/tan75"><code>@​tan75</code></a>, <a href="https://github.com/marcreichel"><code>@​marcreichel</code></a>, <a href="https://github.com/tareknatsheh"><code>@​tareknatsheh</code></a> and <a href="https://github.com/audunru"><code>@​audunru</code></a> for working on the release. Also, thanks to <a href="https://github.com/seated"><code>@​seated</code></a> <a href="https://github.com/sponsors/kossnocorp">for sponsoring me</a>.</p>
<h3>Fixed</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/issues/3730">Fixed functions that use current date internally and made them work with date extensions like <code>UTCDate</code>.</a></p>
</li>
<li>
<p><a href="https://github.com/date-fns/date-fns/commit/882ced61c692c7c4a79eaaec6eb07cb9c8c9195b">Fixed <code>daysToWeeks</code> returning negative 0.</a></p>
</li>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/3715">Fixed German grammar for the &quot;half a minute&quot; string.</a></p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/3724">Added the Northern Sámi (<code>se</code>) locale.</a></p>
</li>
<li>
<p>Added the <code>constructNow</code> function that creates the current date using the passed reference date's constructor.</p>
</li>
</ul>
<h2>v3.4.0 - 2024-03-11</h2>
<p>Kudos to <a href="https://github.com/kossnocorp"><code>@​kossnocorp</code></a>, <a href="https://github.com/sakamossan"><code>@​sakamossan</code></a> and <a href="https://github.com/Revan99"><code>@​Revan99</code></a> for working on the release. Also, thanks to <a href="https://github.com/seated"><code>@​seated</code></a> <a href="https://github.com/sponsors/kossnocorp">for sponsoring me</a>.</p>
<h3>Added</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/2752">Added <code>roundToNearestHours</code> function.</a></p>
</li>
<li>
<p><a href="https://redirect.github.com/date-fns/date-fns/pull/3421">Added Central Kurdish (<code>ckb</code>) locale.</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/date-fns/date-fns/commit/1d78cd1c5e18a5d44418c75c58bc61f5313d0342"><code>1d78cd1</code></a> Prepare v3.5.0</li>
<li><a href="https://github.com/date-fns/date-fns/commit/f0355f133001793283883462dc45caf90e8333aa"><code>f0355f1</code></a> Rebuild lock file (<a href="https://redirect.github.com/date-fns/date-fns/issues/3733">#3733</a>)</li>
<li><a href="https://github.com/date-fns/date-fns/commit/3d118e2a5df6eaa2990a2a6098aae8fb04fc8046"><code>3d118e2</code></a> Fix <code>constructNow</code> import paths (<a href="https://redirect.github.com/date-fns/date-fns/issues/3734">#3734</a>)</li>
<li><a href="https://github.com/date-fns/date-fns/commit/05d7afdc582b08934c94da68a6c2085640d50d0c"><code>05d7afd</code></a> Restore the Vitest browser mode</li>
<li><a href="https://github.com/date-fns/date-fns/commit/f3a1e5ed78f39a75935653dc11331cc907a350a3"><code>f3a1e5e</code></a> Fix isThisHour tests to be tz-agnostic</li>
<li><a href="https://github.com/date-fns/date-fns/commit/b1a5eb5d76edcae59be2d502ac66c255198dbdeb"><code>b1a5eb5</code></a> Make date extensions work with now functions</li>
<li><a href="https://github.com/date-fns/date-fns/commit/689210d522d1c05bd9fd6eff4617424dd6f4831a"><code>689210d</code></a> Add comment to the browser test workflow</li>
<li><a href="https://github.com/date-fns/date-fns/commit/22ad745b28ff4b967fc911f41babd679f7e5de06"><code>22ad745</code></a> Disable browser tests for now</li>
<li><a href="https://github.com/date-fns/date-fns/commit/395cab5e6aaceaee6cf81d36cbbb4a6e773888f9"><code>395cab5</code></a> Fix types after expectifing</li>
<li><a href="https://github.com/date-fns/date-fns/commit/882ced61c692c7c4a79eaaec6eb07cb9c8c9195b"><code>882ced6</code></a> Fix daysToWeeks returning negative 0</li>
<li>Additional commits viewable in <a href="https://github.com/date-fns/date-fns/compare/v3.3.1...v3.5.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=date-fns&package-manager=npm_and_yarn&previous-version=3.3.1&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>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent f75ea37 commit 53c91ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"cloudevents": ">= 8.0.0, < 9.0.0",
"date-fns": "^3.3.1"
"date-fns": "^3.5.0"
},
"peerDependencies": {
"cloudevents": ">= 8.0.0, < 9.0.0"
Expand Down

0 comments on commit 53c91ee

Please sign in to comment.