[PR #1287] [CLOSED] Bump nanoid and mocha #1849

Closed
opened 2026-02-25 23:31:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1287
Author: @dependabot[bot]
Created: 11/13/2022
Status: Closed

Base: developHead: dependabot/npm_and_yarn/nanoid-and-mocha-3.3.3


📝 Commits (1)

📊 Changes

2 files changed (+142 additions, -282 deletions)

View changed files

📝 package-lock.json (+141 -281)
📝 package.json (+1 -1)

📄 Description

Bumps nanoid to 3.3.3 and updates ancestor dependency mocha. These dependencies need to be updated together.

Updates nanoid from 3.1.20 to 3.3.3

Changelog

Sourced from nanoid's changelog.

3.3.3

  • Reduced size (by Anton Khlynovskiy).

3.3.2

  • Fixed enhanced-resolve support.

3.3.1

  • Reduced package size.

3.3

  • Added size argument to function from customAlphabet (by Stefan Sundin).

3.2

  • Added --size and --alphabet arguments to binary (by Vitaly Baev).

3.1.32

  • Reduced async exports size (by Artyom Arutyunyan).
  • Moved from Jest to uvu (by Vitaly Baev).

3.1.31

  • Fixed collision vulnerability on object in size (by Artyom Arutyunyan).

3.1.30

  • Reduced size for project with brotli compression (by Anton Khlynovskiy).

3.1.29

  • Reduced npm package size.

3.1.28

  • Reduced npm package size.

3.1.27

  • Cleaned dependencies from development tools.

3.1.26

  • Improved performance (by Eitan Har-Shoshanim).
  • Reduced npm package size.

3.1.25

  • Fixed browserify support.

3.1.24

  • Fixed browserify support (by Artur Paikin).

3.1.23

  • Fixed esbuild support.

3.1.22

  • Added default and browser.default to package.exports.

... (truncated)

Commits

Updates mocha from 8.4.0 to 10.1.0

Release notes

Sourced from mocha's releases.

v10.1.0

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

v10.0.0

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

v9.2.2

9.2.2 / 2022-03-11

Please also note our announcements.

🐛 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

9.2.2 / 2022-03-11

🐛 Fixes

🔩 Other

... (truncated)

Commits
  • 5f96d51 build(v10.1.0): release
  • ed74f16 build(v10.1.0): update CHANGELOG
  • 51d4746 chore(devDeps): update 'ESLint' to v8 (#4926)
  • 4e06a6f fix(browser): increase contrast for replay buttons (#4912)
  • 41567df Support prefers-color-scheme: dark (#4896)
  • 61b4b92 fix the regular expression for function clean in utils.js (#4770)
  • 77c18d2 chore: use standard 'Promise.allSettled' instead of polyfill (#4905)
  • 84b2f84 chore(ci): upgrade GH actions to latest versions (#4899)
  • 023f548 build(v10.0.0): release
  • 62b1566 build(v10.0.0): update CHANGELOG
  • Additional commits viewable in compare view

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 commands and options

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1287 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/13/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/nanoid-and-mocha-3.3.3` --- ### 📝 Commits (1) - [`4aef721`](https://github.com/floccusaddon/floccus/commit/4aef721fdd73d229721a9fdf4a959f640629e569) Bump nanoid and mocha ### 📊 Changes **2 files changed** (+142 additions, -282 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+141 -281) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.20 to 3.3.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/blob/main/CHANGELOG.md">nanoid's changelog</a>.</em></p> <blockquote> <h2>3.3.3</h2> <ul> <li>Reduced size (by Anton Khlynovskiy).</li> </ul> <h2>3.3.2</h2> <ul> <li>Fixed <code>enhanced-resolve</code> support.</li> </ul> <h2>3.3.1</h2> <ul> <li>Reduced package size.</li> </ul> <h2>3.3</h2> <ul> <li>Added <code>size</code> argument to function from <code>customAlphabet</code> (by Stefan Sundin).</li> </ul> <h2>3.2</h2> <ul> <li>Added <code>--size</code> and <code>--alphabet</code> arguments to binary (by Vitaly Baev).</li> </ul> <h2>3.1.32</h2> <ul> <li>Reduced <code>async</code> exports size (by Artyom Arutyunyan).</li> <li>Moved from Jest to uvu (by Vitaly Baev).</li> </ul> <h2>3.1.31</h2> <ul> <li>Fixed collision vulnerability on object in <code>size</code> (by Artyom Arutyunyan).</li> </ul> <h2>3.1.30</h2> <ul> <li>Reduced size for project with <code>brotli</code> compression (by Anton Khlynovskiy).</li> </ul> <h2>3.1.29</h2> <ul> <li>Reduced npm package size.</li> </ul> <h2>3.1.28</h2> <ul> <li>Reduced npm package size.</li> </ul> <h2>3.1.27</h2> <ul> <li>Cleaned <code>dependencies</code> from development tools.</li> </ul> <h2>3.1.26</h2> <ul> <li>Improved performance (by Eitan Har-Shoshanim).</li> <li>Reduced npm package size.</li> </ul> <h2>3.1.25</h2> <ul> <li>Fixed <code>browserify</code> support.</li> </ul> <h2>3.1.24</h2> <ul> <li>Fixed <code>browserify</code> support (by Artur Paikin).</li> </ul> <h2>3.1.23</h2> <ul> <li>Fixed <code>esbuild</code> support.</li> </ul> <h2>3.1.22</h2> <ul> <li>Added <code>default</code> and <code>browser.default</code> to <code>package.exports</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ai/nanoid/commit/0454333dee4612d2c2e163d271af6cc3ce1e5aa4"><code>0454333</code></a> Release 3.3.3 version</li> <li><a href="https://github.com/ai/nanoid/commit/71271f292ea71dadd2b38a4993256063ab887468"><code>71271f2</code></a> Update dependencies</li> <li><a href="https://github.com/ai/nanoid/commit/f4e7325581e1ab999328adab1e8d8114230751eb"><code>f4e7325</code></a> reduce bundlesize by moving from while to reduce (<a href="https://github-redirect.dependabot.com/ai/nanoid/issues/355">#355</a>)</li> <li><a href="https://github.com/ai/nanoid/commit/cb3053e651c5984a8a8f4161c8e4dee424e71d30"><code>cb3053e</code></a> Add R implementation to the language lists (<a href="https://github-redirect.dependabot.com/ai/nanoid/issues/353">#353</a>)</li> <li><a href="https://github.com/ai/nanoid/commit/7f0df4721e3535ad6ed81971c65f423fb7892630"><code>7f0df47</code></a> Release 3.3.2 version</li> <li><a href="https://github.com/ai/nanoid/commit/56f3f5cca7d60bb2b7de37278b096f93cfd5ffe7"><code>56f3f5c</code></a> Update dependencies</li> <li><a href="https://github.com/ai/nanoid/commit/41cc4e28cb7b5e852028e2cf07683a5a001f0d13"><code>41cc4e2</code></a> Update CI</li> <li><a href="https://github.com/ai/nanoid/commit/ec6f809b1210ad27568753a91a8312a164c62674"><code>ec6f809</code></a> Release 3.3.1 version</li> <li><a href="https://github.com/ai/nanoid/commit/c7d8578a0ebd30789fbb948f16a3bccf25d409f4"><code>c7d8578</code></a> Update dependencies</li> <li><a href="https://github.com/ai/nanoid/commit/05b2596660e2b39792d6ad18ee2a8b0b6630ee58"><code>05b2596</code></a> Remove old tests</li> <li>Additional commits viewable in <a href="https://github.com/ai/nanoid/compare/3.1.20...3.3.3">compare view</a></li> </ul> </details> <br /> Updates `mocha` from 8.4.0 to 10.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/releases">mocha's releases</a>.</em></p> <blockquote> <h2>v10.1.0</h2> <h1>10.1.0 / 2022-10-16</h1> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4896">#4896</a>: Browser: add support for <code>prefers-color-scheme: dark</code> (<a href="https://github.com/greggman"><strong><code>@​greggman</code></strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4912">#4912</a>: Browser: increase contrast for replay buttons (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4905">#4905</a>: Use standard <code>Promise.allSettled</code> instead of polyfill (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4899">#4899</a>: Upgrade official GitHub actions to latest (<a href="https://github.com/ddzz"><strong><code>@​ddzz</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4770">#4770</a>: Fix regex in function <code>clean</code>(<a href="https://github.com/yetingli"><strong><code>@​yetingli</code></strong></a>)</li> </ul> <h2>v10.0.0</h2> <h1>10.0.0 / 2022-05-01</h1> <h2>:boom: Breaking Changes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4845">#4845</a>: <strong>Drop Node.js v12.x support</strong> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4848">#4848</a>: Drop Internet-Explorer-11 support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4857">#4857</a>: Drop AMD/RequireJS support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4866">#4866</a>: Drop Growl notification support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4863">#4863</a>: Rename executable <code>bin/mocha</code> to <code>bin/mocha.js</code> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4865">#4865</a>: <code>--ignore</code> option in Windows: upgrade Minimatch (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4861">#4861</a>: Remove deprecated <code>Runner</code> signature (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4878">#4878</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4876">#4876</a>: Add Node.js v18 to CI test matrix (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4852">#4852</a>: Replace deprecated <code>String.prototype.substr()</code> (<a href="https://github.com/CommanderRoot"><strong><code>@​CommanderRoot</code></strong></a>)</p> </li> </ul> <p>Also thanks to <a href="https://github.com/ea2305"><strong><code>@​ea2305</code></strong></a> and <a href="https://github.com/SukkaW"><strong><code>@​SukkaW</code></strong></a> for improvements to our documentation.</p> <h2>v9.2.2</h2> <h1>9.2.2 / 2022-03-11</h1> <p>Please also note our <a href="https://github.com/mochajs/mocha/discussions/categories/announcements">announcements</a>.</p> <h2>:bug: Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/blob/master/CHANGELOG.md">mocha's changelog</a>.</em></p> <blockquote> <h1>10.1.0 / 2022-10-16</h1> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4896">#4896</a>: Browser: add support for <code>prefers-color-scheme: dark</code> (<a href="https://github.com/greggman"><strong><code>@​greggman</code></strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4912">#4912</a>: Browser: increase contrast for replay buttons (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4905">#4905</a>: Use standard <code>Promise.allSettled</code> instead of polyfill (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4899">#4899</a>: Upgrade official GitHub actions to latest (<a href="https://github.com/ddzz"><strong><code>@​ddzz</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4770">#4770</a>: Fix regex in function <code>clean</code>(<a href="https://github.com/yetingli"><strong><code>@​yetingli</code></strong></a>)</li> </ul> <h1>10.0.0 / 2022-05-01</h1> <h2>:boom: Breaking Changes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4845">#4845</a>: <strong>Drop Node.js v12.x support</strong> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4848">#4848</a>: Drop Internet-Explorer-11 support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4857">#4857</a>: Drop AMD/RequireJS support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4866">#4866</a>: Drop Growl notification support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4863">#4863</a>: Rename executable <code>bin/mocha</code> to <code>bin/mocha.js</code> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4865">#4865</a>: <code>--ignore</code> option in Windows: upgrade Minimatch (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4861">#4861</a>: Remove deprecated <code>Runner</code> signature (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4878">#4878</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4876">#4876</a>: Add Node.js v18 to CI test matrix (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4852">#4852</a>: Replace deprecated <code>String.prototype.substr()</code> (<a href="https://github.com/CommanderRoot"><strong><code>@​CommanderRoot</code></strong></a>)</p> </li> </ul> <p>Also thanks to <a href="https://github.com/ea2305"><strong><code>@​ea2305</code></strong></a> and <a href="https://github.com/SukkaW"><strong><code>@​SukkaW</code></strong></a> for improvements to our documentation.</p> <h1>9.2.2 / 2022-03-11</h1> <h2>:bug: Fixes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4842">#4842</a>: Loading of reporter throws wrong error (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4839">#4839</a>: <code>dry-run</code>: prevent potential call-stack crash (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p> </li> </ul> <h2>:nut_and_bolt: Other</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/5f96d511dbf913f135b92198aab721a27f6b44fe"><code>5f96d51</code></a> build(v10.1.0): release</li> <li><a href="https://github.com/mochajs/mocha/commit/ed74f16878f6520411d9a391c5f184056be6da30"><code>ed74f16</code></a> build(v10.1.0): update CHANGELOG</li> <li><a href="https://github.com/mochajs/mocha/commit/51d4746cf6ccefdcfcbc841c92f70efaa338e34f"><code>51d4746</code></a> chore(devDeps): update 'ESLint' to v8 (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4926">#4926</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/4e06a6fd00537bcdb1b6fd98b4684875356193f9"><code>4e06a6f</code></a> fix(browser): increase contrast for replay buttons (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4912">#4912</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/41567df1fa039875a043b54b0d4e26153b802893"><code>41567df</code></a> Support prefers-color-scheme: dark (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4896">#4896</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/61b4b9209c2c64b32c8d48b1761c3b9384d411ea"><code>61b4b92</code></a> fix the regular expression for function <code>clean</code> in <code>utils.js</code> (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4770">#4770</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/77c18d29c565e68a0d487e357765acb5ec776cc6"><code>77c18d2</code></a> chore: use standard 'Promise.allSettled' instead of polyfill (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4905">#4905</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/84b2f846148b180d6e1af088f77358a85c81d1ba"><code>84b2f84</code></a> chore(ci): upgrade GH actions to latest versions (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4899">#4899</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/023f548213e571031b41cabbcb8bb20e458b2725"><code>023f548</code></a> build(v10.0.0): release</li> <li><a href="https://github.com/mochajs/mocha/commit/62b1566211a631b22f4bd7d888cd2c046efdd9e4"><code>62b1566</code></a> build(v10.0.0): update CHANGELOG</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v8.4.0...v10.1.0">compare view</a></li> </ul> </details> <br /> 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/floccusaddon/floccus/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1849
No description provided.