You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by GitBox <gi...@apache.org> on 2023/01/09 22:20:29 UTC

[GitHub] [sling-slingpackager] dependabot[bot] opened a new pull request, #8: Bump luxon from 1.17.1 to 1.28.1

dependabot[bot] opened a new pull request, #8:
URL: https://github.com/apache/sling-slingpackager/pull/8

   Bumps [luxon](https://github.com/moment/luxon) from 1.17.1 to 1.28.1.
   <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>Changelog</h1>
   <h1>3.2.0 (2022-12-29)</h1>
   <ul>
   <li>Allow timeZone to be specified as an intl option</li>
   <li>Fix for diff's handling of end-of-month when crossing leap years (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/1340">#1340</a>)</li>
   <li>Add Interval.toLocaleString() (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/1320">#1320</a>)</li>
   </ul>
   <h1>3.1.1 (2022-11-28)</h1>
   <ul>
   <li>Add Settings.twoDigitCutoffYear</li>
   </ul>
   <h1>3.1.0 (2022-10-31)</h1>
   <ul>
   <li>Add Duration.rescale</li>
   </ul>
   <h1>3.0.4 (2022-09-24)</h1>
   <ul>
   <li>Fix quarters in diffs (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/1279">#1279</a>)</li>
   <li>Export package.json in package (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/1239">#1239</a>)</li>
   </ul>
   <h1>3.0.2 (2022-08-28)</h1>
   <ul>
   <li>Lots of doc changes</li>
   <li>Added DateTime.expandFormat</li>
   <li>Added support for custom conversion matrices in Durations</li>
   </ul>
   <h1>3.0.1 (2022-07-09)</h1>
   <ul>
   <li>Add DateTime.parseFormatForOpts</li>
   </ul>
   <h1>3.0.0 (2022-07-09)</h1>
   <ul>
   <li>Add &quot;default&quot; as an option for specifying a zone, and change &quot;system&quot; to really mean the system zone (breaking change)</li>
   </ul>
   <h1>2.5.0 (2022-07-09)</h1>
   <ul>
   <li>Support for ESM-style node imports</li>
   <li>Fix Wednesday parsing for RFC 850 strings</li>
   <li>Increase number of digits allowed in ISO durations</li>
   </ul>
   <h2>2.4.0 (2022-05-08)</h2>
   <ul>
   <li>Add support for parsing the ISO zone extension, like <code>2022-05-08T20:42:00.000-04:00[America/New_York]</code></li>
   <li>Add an <code>extendedZone</code> option to <code>toISO()</code> and <code>toISOTime</code></li>
   <li>Improvements to <code>DateTime.isInDST()</code></li>
   <li>Fix for parsing in Vietnames (and probably other languages)</li>
   </ul>
   <h2>2.3.2 (2022-04-17)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/moment/luxon/commit/16a1aa3ee95a80a7e9c4ccbc740c378064449ec4"><code>16a1aa3</code></a> bump to 1.38.1</li>
   <li><a href="https://github.com/moment/luxon/commit/612e0c778d2dedb947f3e5160c46601688ea4959"><code>612e0c7</code></a> fix rfc2822 regex</li>
   <li><a href="https://github.com/moment/luxon/commit/9dcec8c32f76d9dac295d73b42e3958643a883ae"><code>9dcec8c</code></a> bump to 1.28.0</li>
   <li><a href="https://github.com/moment/luxon/commit/a0f42a284330781df0bbef1fcb9e47f09575b818"><code>a0f42a2</code></a> Fixed small typo (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/952">#952</a>)</li>
   <li><a href="https://github.com/moment/luxon/commit/307b13584937452f60206a8d03382ebbc658e447"><code>307b135</code></a> Docs typo on dst weirdness (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/962">#962</a>)</li>
   <li><a href="https://github.com/moment/luxon/commit/1f99fdd36c60a5c93cd778861515e2f369e27ea5"><code>1f99fdd</code></a> fix ISO year-ordinal strings with offsets (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/966">#966</a>)</li>
   <li><a href="https://github.com/moment/luxon/commit/e0c8f874304cd4ecc3944bdcff3d8f8c27102a18"><code>e0c8f87</code></a> .toSeconds() returns seconds.milliseconds (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/944">#944</a>)</li>
   <li><a href="https://github.com/moment/luxon/commit/2d66ce457b6207321cf3d230ccefbcee990e7e5d"><code>2d66ce4</code></a> Clarify toFormat docs (<a href="https://github-redirect.dependabot.com/moment/luxon/issues/938">#938</a>)</li>
   <li><a href="https://github.com/moment/luxon/commit/043f2b9a217a855b760a04ea3a25015ff6d83a42"><code>043f2b9</code></a> bump to 1.27.0</li>
   <li><a href="https://github.com/moment/luxon/commit/6ae05240092473ef4499c346c6b660c34c2d02fa"><code>6ae0524</code></a> update node install instructions. Closes <a href="https://github-redirect.dependabot.com/moment/luxon/issues/682">#682</a></li>
   <li>Additional commits viewable in <a href="https://github.com/moment/luxon/compare/1.17.1...1.28.1">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=1.17.1&new-version=1.28.1)](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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/sling-slingpackager/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org