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="a4044fe60e
"><code>a4044fe</code></a> bump to 3.5.0</li> <li><a href="cea7b5f7ea
"><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="2008075eb7
"><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="cafc4ee159
"><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="73c4438852
"><code>73c4438</code></a> fix cutoff year docs</li> <li><a href="895a74916a
"><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="080e813122
"><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="55bdb08f8d
"><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="161611449c
"><code>1616114</code></a> format</li> <li><a href="5763215252
"><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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
153eb1f136
Коммит
b4de539fa3
|
@ -160,7 +160,7 @@
|
|||
"classnames": "^2.5.1",
|
||||
"idb-keyval": "^6.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.4.4",
|
||||
"luxon": "^3.5.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-helmet-async": "^2.0.5",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"axe-core": "4.9.1",
|
||||
"classnames": "^2.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.4.4",
|
||||
"luxon": "^3.5.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-helmet-async": "^2.0.5",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"axe-core": "4.9.1",
|
||||
"classnames": "^2.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.4.4",
|
||||
"luxon": "^3.5.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-helmet-async": "^2.0.5",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -3058,7 +3058,7 @@ __metadata:
|
|||
axe-core: 4.9.1
|
||||
classnames: ^2.5.1
|
||||
lodash: ^4.17.21
|
||||
luxon: ^3.4.4
|
||||
luxon: ^3.5.0
|
||||
react: ^18.3.1
|
||||
react-dom: ^18.3.1
|
||||
react-helmet-async: ^2.0.5
|
||||
|
@ -3074,7 +3074,7 @@ __metadata:
|
|||
axe-core: 4.9.1
|
||||
classnames: ^2.5.1
|
||||
lodash: ^4.17.21
|
||||
luxon: ^3.4.4
|
||||
luxon: ^3.5.0
|
||||
react: ^18.3.1
|
||||
react-dom: ^18.3.1
|
||||
react-helmet-async: ^2.0.5
|
||||
|
@ -3148,7 +3148,7 @@ __metadata:
|
|||
jscodeshift: ^0.16.1
|
||||
license-check-and-add: ^4.0.5
|
||||
lodash: ^4.17.21
|
||||
luxon: ^3.4.4
|
||||
luxon: ^3.5.0
|
||||
mini-css-extract-plugin: 2.9.0
|
||||
npm-run-all: ^4.1.5
|
||||
playwright: ^1.45.3
|
||||
|
@ -8530,10 +8530,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"luxon@npm:^3.4.4":
|
||||
version: 3.4.4
|
||||
resolution: "luxon@npm:3.4.4"
|
||||
checksum: 36c1f99c4796ee4bfddf7dc94fa87815add43ebc44c8934c924946260a58512f0fd2743a629302885df7f35ccbd2d13f178c15df046d0e3b6eb71db178f1c60c
|
||||
"luxon@npm:^3.5.0":
|
||||
version: 3.5.0
|
||||
resolution: "luxon@npm:3.5.0"
|
||||
checksum: f290fe5788c8e51e748744f05092160d4be12150dca70f9fadc0d233e53d60ce86acd82e7d909a114730a136a77e56f0d3ebac6141bbb82fd310969a4704825b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче