[PR #473] [MERGED] Bump vite-plus from 0.1.20 to 0.1.24 #3322

Closed
opened 2026-07-15 02:02:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/473
Author: @dependabot[bot]
Created: 6/15/2026
Status: Merged
Merged: 6/30/2026
Merged by: @gschier

Base: mainHead: dependabot/npm_and_yarn/vite-plus-0.1.24


📝 Commits (1)

  • bb9aa6b Bump vite-plus from 0.1.20 to 0.1.24

📊 Changes

4 files changed (+568 additions, -240 deletions)

View changed files

📝 apps/yaak-client/package.json (+1 -1)
📝 apps/yaak-proxy/package.json (+1 -1)
📝 package-lock.json (+565 -237)
📝 package.json (+1 -1)

📄 Description

Bumps vite-plus from 0.1.20 to 0.1.24.

Release notes

Sourced from vite-plus's releases.

vite-plus v0.1.24

A new vp pm stage publishing workflow, hardened installs and upgrades, a Node-version mismatch reinstall prompt, and the bundled vite/vitest/tsdown stack moves forward.

Features

  • vp pm stage: a new vp pm subcommand exposing npm's staged-publishing workflow (upload a build to a staging area without 2FA, then approve or reject it from a trusted device); it maps to pnpm stage / npm stage / yarn npm ... --staged per package manager, with an npm fallback for yarn Classic and bun (#1715), by @​fengmk2
  • vp: prompt to reinstall when up-to-date global packages were built against a different Node.js than the active one (defaults to no); adds --reinstall-node-mismatch and --ignore-node-mismatch, and skips the prompt in CI (#1666), by @​liangmiQwQ
  • vp format: add format as a visible alias of vp fmt, so the common slip vp format resolves correctly and vp format --init / --migrate apply the same vite.config.ts wiring as vp fmt (#1727), by @​semimikoh

Fixes & Enhancements

  • vp install / Node runtime download: HTTP retries now wrap the whole body stream, hash verification, and archive extraction (not just the request headers), so truncated or corrupt downloads of package managers and Node are re-fetched instead of failing on the first attempt (#1719), by @​fengmk2
  • vp upgrade --force on Windows: install into a fresh directory before repointing current, so the forced reinstall no longer fails trying to overwrite the running vp.exe (#1714), by @​fengmk2
  • vp install -g: install global packages directly into their final prefix instead of a temp dir that gets moved, so packages whose postinstall scripts bake in absolute or relative temp paths still resolve their bins; a failed package in a multi-package install no longer removes the shims of the ones that already succeeded (#1698), by @​liangmiQwQ
  • vp why: remove the -g / --global flag, which delegated to the package manager's global mode and ignored Vite+-managed global packages; vp why stays project-scoped while vp outdated -g keeps using the managed global flow (#1720), by @​liangmiQwQ
  • Windows installer: remove the existing current link via PowerShell (detecting junctions, symlinks, and stale directories) instead of cmd /c rmdir, which could fail with "The directory is not empty" (#1726), by @​TheAlexLichter
  • vp create: skip editor-config detection and package-local editor settings by default when creating a project inside an existing monorepo; --editor <name> stays an explicit opt-in and --no-editor an opt-out (#1729), by @​jong-kyung
  • vp create vite:monorepo (pnpm): keep the aliased vite/vitest in the website app's package.json so the workspace overrides.vite: catalog: has a direct consumer and vp why vite resolves to @voidzero-dev/vite-plus-core; npm/yarn/bun still drop the dead-weight keys (#1728), by @​fengmk2
  • vp pack: rewrite direct createRequire(...)("picomatch") calls in bundled tsdown output to the local bundled CJS entry, so packing no longer depends on an undeclared runtime picomatch under pnpm hoist: false (#1732), by @​fengmk2
  • vp migrate: resolve a catalog: husky pin from the workspace catalog (pnpm-workspace.yaml, .yarnrc.yml, or package.json catalogs) during the git-hooks preflight, so a compatible catalog-pinned husky no longer triggers a false "could not determine husky version" warning and skips hook setup (#1710), by @​fengmk2

Docs

  • Add a Copy Prompt button to the docs site that copies an AI-friendly getting-started prompt (intro, llms-full.txt pointer, install commands, and core vp commands) for handing straight to a coding agent (#1706), by @​fengmk2
  • Update troubleshooting.md: vite.config.ts related issues are resolved by updating oxlint and oxfmt (#1708), by @​leaysgur
  • Clarify the product and repository documentation locations and the new Run guide/config paths in AGENTS.md (#1707), by @​leaysgur

Chore

  • vp install: reduce retained vp versions from 5 to 3 across the installer, vp upgrade, and the shell/PowerShell bootstrap scripts (active and previous versions stay protected for rollback); document the 3-version retention and vp upgrade --rollback (#1716), by @​fengmk2
  • Exclude the snap-tests directory from Vitest config discovery so the VS Code Vitest extension stops generating a stray .vitest-plugin-loaded file (#1723), by @​liangmiQwQ
  • Refresh trusted stack stats on the docs homepage (#1734), by @​voidzero-guard[bot]
  • Update @​wan9chi's GitHub handle (formerly branchseer) (#1705), by @​wan9chi
  • Update GitHub Actions (#1724, #1730), by @​renovate[bot]
  • Upgrade upstream dependencies: vite 8.0.14 → 8.0.16, vitest 4.1.7 → 4.1.8, tsdown 0.22.0 → 0.22.1, @vitejs/devtools 0.2.0 → 0.3.1 (#1713, #1735, #1737), by @​voidzero-guard[bot]

Bundled Versions

Tool Version Source
vite 8.0.16 f94df87
rolldown 1.0.3 a287faa
tsdown 0.22.1 npm
vitest 4.1.8 npm
oxlint 1.67.0 npm
oxlint-tsgolint 0.23.0 npm
oxfmt 0.52.0 npm

New Contributors

... (truncated)

Commits
  • a1a2bbd release: v0.1.24 (#1738)
  • 2af030a feat(deps): upgrade upstream dependencies (#1735)
  • 183f8e7 fix(migrate): resolve husky version from catalog during hooks check (#1710)
  • 7ec9124 feat(pm): add vp pm stage command (#1715)
  • ce4509e fix(pack): bundle direct tsdown picomatch require (#1732)
  • adf79db fix(create): keep aliased vite in pnpm monorepo website so override stays eff...
  • ca2e417 feat(cli): add format alias for vp fmt (#1727)
  • 6a5246a chore(install): reduce retained vp versions from 5 to 3 (#1716)
  • 7501b30 fix(create): skip monorepo editor configs by default (#1729)
  • e3315d0 fix(cli): remove windows current link without rmdir (#1726)
  • 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 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)
    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/mountain-loop/yaak/pull/473 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/15/2026 **Status:** ✅ Merged **Merged:** 6/30/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vite-plus-0.1.24` --- ### 📝 Commits (1) - [`bb9aa6b`](https://github.com/mountain-loop/yaak/commit/bb9aa6b55d83542f4c1280687faf969764474846) Bump vite-plus from 0.1.20 to 0.1.24 ### 📊 Changes **4 files changed** (+568 additions, -240 deletions) <details> <summary>View changed files</summary> 📝 `apps/yaak-client/package.json` (+1 -1) 📝 `apps/yaak-proxy/package.json` (+1 -1) 📝 `package-lock.json` (+565 -237) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) from 0.1.20 to 0.1.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/voidzero-dev/vite-plus/releases">vite-plus's releases</a>.</em></p> <blockquote> <h2>vite-plus v0.1.24</h2> <p>A new <code>vp pm stage</code> publishing workflow, hardened installs and upgrades, a Node-version mismatch reinstall prompt, and the bundled vite/vitest/tsdown stack moves forward.</p> <h3>Features</h3> <ul> <li><code>vp pm stage</code>: a new <code>vp pm</code> subcommand exposing npm's staged-publishing workflow (upload a build to a staging area without 2FA, then approve or reject it from a trusted device); it maps to <code>pnpm stage</code> / <code>npm stage</code> / <code>yarn npm ... --staged</code> per package manager, with an npm fallback for yarn Classic and bun (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1715">#1715</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li><code>vp</code>: prompt to reinstall when up-to-date global packages were built against a different Node.js than the active one (defaults to no); adds <code>--reinstall-node-mismatch</code> and <code>--ignore-node-mismatch</code>, and skips the prompt in CI (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1666">#1666</a>), by <a href="https://github.com/liangmiQwQ"><code>@​liangmiQwQ</code></a></li> <li><code>vp format</code>: add <code>format</code> as a visible alias of <code>vp fmt</code>, so the common slip <code>vp format</code> resolves correctly and <code>vp format --init</code> / <code>--migrate</code> apply the same <code>vite.config.ts</code> wiring as <code>vp fmt</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1727">#1727</a>), by <a href="https://github.com/semimikoh"><code>@​semimikoh</code></a></li> </ul> <h3>Fixes &amp; Enhancements</h3> <ul> <li><code>vp install</code> / Node runtime download: HTTP retries now wrap the whole body stream, hash verification, and archive extraction (not just the request headers), so truncated or corrupt downloads of package managers and Node are re-fetched instead of failing on the first attempt (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1719">#1719</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li><code>vp upgrade --force</code> on Windows: install into a fresh directory before repointing <code>current</code>, so the forced reinstall no longer fails trying to overwrite the running <code>vp.exe</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1714">#1714</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li><code>vp install -g</code>: install global packages directly into their final prefix instead of a temp dir that gets moved, so packages whose postinstall scripts bake in absolute or relative temp paths still resolve their bins; a failed package in a multi-package install no longer removes the shims of the ones that already succeeded (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1698">#1698</a>), by <a href="https://github.com/liangmiQwQ"><code>@​liangmiQwQ</code></a></li> <li><code>vp why</code>: remove the <code>-g</code> / <code>--global</code> flag, which delegated to the package manager's global mode and ignored Vite+-managed global packages; <code>vp why</code> stays project-scoped while <code>vp outdated -g</code> keeps using the managed global flow (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1720">#1720</a>), by <a href="https://github.com/liangmiQwQ"><code>@​liangmiQwQ</code></a></li> <li>Windows installer: remove the existing <code>current</code> link via PowerShell (detecting junctions, symlinks, and stale directories) instead of <code>cmd /c rmdir</code>, which could fail with &quot;The directory is not empty&quot; (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1726">#1726</a>), by <a href="https://github.com/TheAlexLichter"><code>@​TheAlexLichter</code></a></li> <li><code>vp create</code>: skip editor-config detection and package-local editor settings by default when creating a project inside an existing monorepo; <code>--editor &lt;name&gt;</code> stays an explicit opt-in and <code>--no-editor</code> an opt-out (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1729">#1729</a>), by <a href="https://github.com/jong-kyung"><code>@​jong-kyung</code></a></li> <li><code>vp create vite:monorepo</code> (pnpm): keep the aliased <code>vite</code>/<code>vitest</code> in the website app's <code>package.json</code> so the workspace <code>overrides.vite: catalog:</code> has a direct consumer and <code>vp why vite</code> resolves to <code>@voidzero-dev/vite-plus-core</code>; npm/yarn/bun still drop the dead-weight keys (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1728">#1728</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li><code>vp pack</code>: rewrite direct <code>createRequire(...)(&quot;picomatch&quot;)</code> calls in bundled tsdown output to the local bundled CJS entry, so packing no longer depends on an undeclared runtime <code>picomatch</code> under pnpm <code>hoist: false</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1732">#1732</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li><code>vp migrate</code>: resolve a <code>catalog:</code> husky pin from the workspace catalog (<code>pnpm-workspace.yaml</code>, <code>.yarnrc.yml</code>, or <code>package.json</code> catalogs) during the git-hooks preflight, so a compatible catalog-pinned husky no longer triggers a false &quot;could not determine husky version&quot; warning and skips hook setup (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1710">#1710</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> </ul> <h3>Docs</h3> <ul> <li>Add a <strong>Copy Prompt</strong> button to the docs site that copies an AI-friendly getting-started prompt (intro, <code>llms-full.txt</code> pointer, install commands, and core <code>vp</code> commands) for handing straight to a coding agent (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1706">#1706</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Update <code>troubleshooting.md</code>: <code>vite.config.ts</code> related issues are resolved by updating oxlint and oxfmt (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1708">#1708</a>), by <a href="https://github.com/leaysgur"><code>@​leaysgur</code></a></li> <li>Clarify the product and repository documentation locations and the new Run guide/config paths in <code>AGENTS.md</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1707">#1707</a>), by <a href="https://github.com/leaysgur"><code>@​leaysgur</code></a></li> </ul> <h3>Chore</h3> <ul> <li><code>vp</code> install: reduce retained <code>vp</code> versions from 5 to 3 across the installer, <code>vp upgrade</code>, and the shell/PowerShell bootstrap scripts (active and previous versions stay protected for rollback); document the 3-version retention and <code>vp upgrade --rollback</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1716">#1716</a>), by <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Exclude the snap-tests directory from Vitest config discovery so the VS Code Vitest extension stops generating a stray <code>.vitest-plugin-loaded</code> file (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1723">#1723</a>), by <a href="https://github.com/liangmiQwQ"><code>@​liangmiQwQ</code></a></li> <li>Refresh trusted stack stats on the docs homepage (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1734">#1734</a>), by <a href="https://github.com/voidzero-guard"><code>@​voidzero-guard</code></a>[bot]</li> <li>Update <a href="https://github.com/wan9chi"><code>@​wan9chi</code></a>'s GitHub handle (formerly <code>branchseer</code>) (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1705">#1705</a>), by <a href="https://github.com/wan9chi"><code>@​wan9chi</code></a></li> <li>Update GitHub Actions (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1724">#1724</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1730">#1730</a>), by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot]</li> <li>Upgrade upstream dependencies: vite <code>8.0.14 → 8.0.16</code>, vitest <code>4.1.7 → 4.1.8</code>, tsdown <code>0.22.0 → 0.22.1</code>, <code>@vitejs/devtools</code> <code>0.2.0 → 0.3.1</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1713">#1713</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1735">#1735</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1737">#1737</a>), by <a href="https://github.com/voidzero-guard"><code>@​voidzero-guard</code></a>[bot]</li> </ul> <h3>Bundled Versions</h3> <table> <thead> <tr> <th>Tool</th> <th>Version</th> <th>Source</th> </tr> </thead> <tbody> <tr> <td>vite</td> <td><code>8.0.16</code></td> <td><a href="https://github.com/vitejs/vite/commit/f94df87ff03b40b65e29bacdc04cc18c7bccaa4a"><code>f94df87</code></a></td> </tr> <tr> <td>rolldown</td> <td><code>1.0.3</code></td> <td><a href="https://github.com/rolldown/rolldown/commit/a287faaa3db70e9e4145b6bc16567f596a3c2e1f"><code>a287faa</code></a></td> </tr> <tr> <td>tsdown</td> <td><code>0.22.1</code></td> <td><a href="https://npmx.dev/package/tsdown/v/0.22.1">npm</a></td> </tr> <tr> <td>vitest</td> <td><code>4.1.8</code></td> <td><a href="https://npmx.dev/package/vitest/v/4.1.8">npm</a></td> </tr> <tr> <td>oxlint</td> <td><code>1.67.0</code></td> <td><a href="https://npmx.dev/package/oxlint/v/1.67.0">npm</a></td> </tr> <tr> <td>oxlint-tsgolint</td> <td><code>0.23.0</code></td> <td><a href="https://npmx.dev/package/oxlint-tsgolint/v/0.23.0">npm</a></td> </tr> <tr> <td>oxfmt</td> <td><code>0.52.0</code></td> <td><a href="https://npmx.dev/package/oxfmt/v/0.52.0">npm</a></td> </tr> </tbody> </table> <h3>New Contributors</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/a1a2bbd6bf7e558277ab0f24f4e36243fc064043"><code>a1a2bbd</code></a> release: v0.1.24 (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1738">#1738</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/2af030a4eb9e0fc1292a7d71815808a67be0eca6"><code>2af030a</code></a> feat(deps): upgrade upstream dependencies (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1735">#1735</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/183f8e75e472360561bb41f4ca34d85709200d01"><code>183f8e7</code></a> fix(migrate): resolve husky version from catalog during hooks check (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1710">#1710</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/7ec912417c138b6c087a9af0567a0db849826dd4"><code>7ec9124</code></a> feat(pm): add <code>vp pm stage</code> command (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1715">#1715</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/ce4509ed28b6a3c48a4ba2a6c9662f7511e451c6"><code>ce4509e</code></a> fix(pack): bundle direct tsdown picomatch require (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1732">#1732</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/adf79db4f3ef8db7fb85e24524b6fc047af922d2"><code>adf79db</code></a> fix(create): keep aliased vite in pnpm monorepo website so override stays eff...</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/ca2e417e34aa10ba60b9efed15e6277ce1b76fe6"><code>ca2e417</code></a> feat(cli): add <code>format</code> alias for <code>vp fmt</code> (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1727">#1727</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/6a5246a702fbf635986349e60f5c6cee80020712"><code>6a5246a</code></a> chore(install): reduce retained vp versions from 5 to 3 (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1716">#1716</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/7501b305399e0d4f45607b6dda8f9e7b964a600f"><code>7501b30</code></a> fix(create): skip monorepo editor configs by default (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1729">#1729</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/e3315d0df077e4339077ac5ba5ec333dd4ed7b67"><code>e3315d0</code></a> fix(cli): remove windows current link without rmdir (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1726">#1726</a>)</li> <li>Additional commits viewable in <a href="https://github.com/voidzero-dev/vite-plus/commits/v0.1.24/packages/cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plus&package-manager=npm_and_yarn&previous-version=0.1.20&new-version=0.1.24)](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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mountain-loop/yaak/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 02:02:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#3322