[PR #365] [MERGED] chore(deps-dev): bump lint-staged from 14.0.1 to 15.2.2 in /web #388

Closed
opened 2026-03-03 16:38:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/365
Author: @dependabot[bot]
Created: 3/1/2024
Status: Merged
Merged: 3/2/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/lint-staged-15.2.2


📝 Commits (1)

  • e87ca74 chore(deps-dev): bump lint-staged from 14.0.1 to 15.2.2 in /web

📊 Changes

2 files changed (+349 additions, -154 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+348 -153)

📄 Description

Bumps lint-staged from 14.0.1 to 15.2.2.

Release notes

Sourced from lint-staged's releases.

v15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.

v15.2.0

Minor Changes

  • #1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.

Patch Changes

  • #1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

v15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

v15.0.2

Patch Changes

  • #1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.

v15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

v15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11.

... (truncated)

Changelog

Sourced from lint-staged's changelog.

15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.

15.2.0

Minor Changes

  • #1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.

Patch Changes

  • #1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

15.0.2

Patch Changes

  • #1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.

15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

... (truncated)

Commits
  • 4d4270b chore(changeset): release
  • a7c5957 Merge pull request #1391 from lint-staged/fix-sparse-checkout
  • c1b2a6a ci: use macOS Sonoma M1 runners
  • fdcdad4 fix: do not try to load configuration from files that are not checked out
  • 999dcce chore(changeset): release
  • 52a9e3f Merge pull request #1387 from lint-staged/ignore-stdin
  • dd72fde ci: update "actions/cache@v4"
  • e4023f6 fix: ignore stdin of spawned commands
  • 46f2c43 ci: update actions/setup-node@v4
  • a684125 ci: update CodeQL action v3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

🔄 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/NdoleStudio/httpsms/pull/365 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/lint-staged-15.2.2` --- ### 📝 Commits (1) - [`e87ca74`](https://github.com/NdoleStudio/httpsms/commit/e87ca743aac4327a6e845a9139e142e91f1085f9) chore(deps-dev): bump lint-staged from 14.0.1 to 15.2.2 in /web ### 📊 Changes **2 files changed** (+349 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+348 -153) </details> ### 📄 Description Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/okonet/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v15.2.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1391">#1391</a> <a href="https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde"><code>fdcdad4</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - <em>Lint-staged</em> no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.</li> </ul> <h2>v15.2.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1387">#1387</a> <a href="https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c"><code>e4023f6</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, <em>lint-staged</em> has used the default settings to spawn linter commands. This means the <code>stdin</code> of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the <code>stdin</code> is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.</li> </ul> <h2>v15.2.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1371">#1371</a> <a href="https://github.com/lint-staged/lint-staged/commit/f3378be894fb84800341800b1e4f6f8bc8dfd904"><code>f3378be</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Using the <code>--no-stash</code> flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag <code>--no-hide-partially-staged</code> that is automatically enabled when <code>--no-stash</code> is used.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1362">#1362</a> <a href="https://github.com/lint-staged/lint-staged/commit/17bc480c0f8767407a87527931558de8d1d1551d"><code>17bc480</code></a> Thanks <a href="https://github.com/antonk52"><code>@​antonk52</code></a>! - update lilconfig@3.0.0</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/7c55ca9f410043016e8b33b3b523b9b7e764acf4"><code>7c55ca9</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Update most dependencies</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/777d4e976852af4c181ffbe055f3531343349695"><code>777d4e9</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - To improve performance, only use <code>lilconfig</code> when searching for config files outside the git repo. In the regular case, <em>lint-staged</em> finds the config files from the Git index and loads them directly.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1373">#1373</a> <a href="https://github.com/lint-staged/lint-staged/commit/85eb0ddab1eba0c0bcc8cc109e17dc2bbb3d044e"><code>85eb0dd</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - When determining git directory, use <code>fs.realpath()</code> only for symlinks. It looks like <code>fs.realpath()</code> changes some Windows mapped network filepaths unexpectedly, causing issues.</p> </li> </ul> <h2>v15.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1344">#1344</a> <a href="https://github.com/lint-staged/lint-staged/commit/04233115a5e25d6fa7d357cbe9d42173ae8a1acf"><code>0423311</code></a> Thanks <a href="https://github.com/danielbayley"><code>@​danielbayley</code></a>! - Add support for loading configuration from <code>package.yaml</code> and <code>package.yml</code> files, supported by <code>pnpm</code>.</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1355">#1355</a> <a href="https://github.com/lint-staged/lint-staged/commit/105d9012fc92fca549987816406450075cf255f3"><code>105d901</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Suppress some warnings when using the &quot;--quiet&quot; flag</li> </ul> <h2>v15.0.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1339">#1339</a> <a href="https://github.com/lint-staged/lint-staged/commit/8e82364dd89155e96de574cfb38a94d28b8635af"><code>8e82364</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.</li> </ul> <h2>v15.0.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1217">#1217</a> <a href="https://github.com/lint-staged/lint-staged/commit/d2e6f8b1e1cd84ba6eb2f3f6a7f650c882987041"><code>d2e6f8b</code></a> Thanks <a href="https://github.com/louneskmt"><code>@​louneskmt</code></a>! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.</li> </ul> <h2>v15.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/okonet/lint-staged/pull/1322">#1322</a> <a href="https://github.com/okonet/lint-staged/commit/66b93aac870d155ca81302b2574617da99409ca7"><code>66b93aa</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - <strong>Require at least Node.js 18.12.0</strong></p> <p>This release drops support for Node.js 16, which is EOL after 2023-09-11.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>15.2.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1391">#1391</a> <a href="https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde"><code>fdcdad4</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - <em>Lint-staged</em> no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.</li> </ul> <h2>15.2.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1387">#1387</a> <a href="https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c"><code>e4023f6</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, <em>lint-staged</em> has used the default settings to spawn linter commands. This means the <code>stdin</code> of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the <code>stdin</code> is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.</li> </ul> <h2>15.2.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1371">#1371</a> <a href="https://github.com/lint-staged/lint-staged/commit/f3378be894fb84800341800b1e4f6f8bc8dfd904"><code>f3378be</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Using the <code>--no-stash</code> flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag <code>--no-hide-partially-staged</code> that is automatically enabled when <code>--no-stash</code> is used.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1362">#1362</a> <a href="https://github.com/lint-staged/lint-staged/commit/17bc480c0f8767407a87527931558de8d1d1551d"><code>17bc480</code></a> Thanks <a href="https://github.com/antonk52"><code>@​antonk52</code></a>! - update lilconfig@3.0.0</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/7c55ca9f410043016e8b33b3b523b9b7e764acf4"><code>7c55ca9</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Update most dependencies</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/777d4e976852af4c181ffbe055f3531343349695"><code>777d4e9</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - To improve performance, only use <code>lilconfig</code> when searching for config files outside the git repo. In the regular case, <em>lint-staged</em> finds the config files from the Git index and loads them directly.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1373">#1373</a> <a href="https://github.com/lint-staged/lint-staged/commit/85eb0ddab1eba0c0bcc8cc109e17dc2bbb3d044e"><code>85eb0dd</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - When determining git directory, use <code>fs.realpath()</code> only for symlinks. It looks like <code>fs.realpath()</code> changes some Windows mapped network filepaths unexpectedly, causing issues.</p> </li> </ul> <h2>15.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1344">#1344</a> <a href="https://github.com/lint-staged/lint-staged/commit/04233115a5e25d6fa7d357cbe9d42173ae8a1acf"><code>0423311</code></a> Thanks <a href="https://github.com/danielbayley"><code>@​danielbayley</code></a>! - Add support for loading configuration from <code>package.yaml</code> and <code>package.yml</code> files, supported by <code>pnpm</code>.</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1355">#1355</a> <a href="https://github.com/lint-staged/lint-staged/commit/105d9012fc92fca549987816406450075cf255f3"><code>105d901</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Suppress some warnings when using the &quot;--quiet&quot; flag</li> </ul> <h2>15.0.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1339">#1339</a> <a href="https://github.com/lint-staged/lint-staged/commit/8e82364dd89155e96de574cfb38a94d28b8635af"><code>8e82364</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.</li> </ul> <h2>15.0.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1217">#1217</a> <a href="https://github.com/lint-staged/lint-staged/commit/d2e6f8b1e1cd84ba6eb2f3f6a7f650c882987041"><code>d2e6f8b</code></a> Thanks <a href="https://github.com/louneskmt"><code>@​louneskmt</code></a>! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/4d4270b4125a5c0286cf2bdf2cb01283c47e0873"><code>4d4270b</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/a7c5957bfa0d1683ed4ca4b890af71de19643e7b"><code>a7c5957</code></a> Merge pull request <a href="https://redirect.github.com/okonet/lint-staged/issues/1391">#1391</a> from lint-staged/fix-sparse-checkout</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/c1b2a6a2a57fe56c1e092379728feea8b7116dce"><code>c1b2a6a</code></a> ci: use macOS Sonoma M1 runners</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde"><code>fdcdad4</code></a> fix: do not try to load configuration from files that are not checked out</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/999dcceea206e2b856a3e1d469ba47f566db50a2"><code>999dcce</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/52a9e3f9d861ee109e85cbbfe132619c8e19a63c"><code>52a9e3f</code></a> Merge pull request <a href="https://redirect.github.com/okonet/lint-staged/issues/1387">#1387</a> from lint-staged/ignore-stdin</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/dd72fdeb6bc0acca018ff8503bcf7c475efb8963"><code>dd72fde</code></a> ci: update &quot;actions/cache@v4&quot;</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c"><code>e4023f6</code></a> fix: ignore stdin of spawned commands</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/46f2c43c93f81b01a34e03c69ab459af1be51665"><code>46f2c43</code></a> ci: update <code>actions/setup-node@v4</code></li> <li><a href="https://github.com/lint-staged/lint-staged/commit/a684125ec3381a4a6c98fd7c16760b948eaa31f1"><code>a684125</code></a> ci: update CodeQL action v3</li> <li>Additional commits viewable in <a href="https://github.com/okonet/lint-staged/compare/v14.0.1...v15.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=14.0.1&new-version=15.2.2)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:09 +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/httpsms#388
No description provided.