[PR #309] Bump vite-plugin-static-copy from 0.17.1 to 2.3.2 #309

Open
opened 2026-03-23 20:33:12 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/309
Author: @dependabot[bot]
Created: 8/21/2025
Status: 🔄 Open

Base: prdHead: dependabot/npm_and_yarn/vite-plugin-static-copy-2.3.2


📝 Commits (1)

  • 30cdb08 Bump vite-plugin-static-copy from 0.17.1 to 2.3.2

📊 Changes

2 files changed (+41 additions, -28 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+40 -27)

📄 Description

Bumps vite-plugin-static-copy from 0.17.1 to 2.3.2.

Release notes

Sourced from vite-plugin-static-copy's releases.

vite-plugin-static-copy@2.3.2

Patch Changes

vite-plugin-static-copy@2.3.1

Patch Changes

vite-plugin-static-copy@2.3.0

Minor Changes

Patch Changes

vite-plugin-static-copy@2.2.0

Minor Changes

vite-plugin-static-copy@2.1.0

Minor Changes

  • #133 b9c09bd Thanks @​rschristian! - Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name

vite-plugin-static-copy@2.0.0

Major Changes

vite-plugin-static-copy@1.0.6

Patch Changes

  • #121 d68aec9 Thanks @​tobz1000! - The value of Content-Type header was inferred and set from the src file extension. It is now infered from the dest file extension.

vite-plugin-static-copy@1.0.5

Patch Changes

vite-plugin-static-copy@1.0.4

Patch Changes

vite-plugin-static-copy@1.0.3

... (truncated)

Changelog

Sourced from vite-plugin-static-copy's changelog.

2.3.2

Patch Changes

2.3.1

Patch Changes

2.3.0

Minor Changes

Patch Changes

2.2.0

Minor Changes

2.1.0

Minor Changes

  • #133 b9c09bd Thanks @​rschristian! - Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name

2.0.0

Major Changes

1.0.6

Patch Changes

  • #121 d68aec9 Thanks @​tobz1000! - The value of Content-Type header was inferred and set from the src file extension. It is now infered from the dest file extension.

1.0.5

Patch Changes

... (truncated)

Commits

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)
    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/RADar-AZDelta/Keun/pull/309 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/21/2025 **Status:** 🔄 Open **Base:** `prd` ← **Head:** `dependabot/npm_and_yarn/vite-plugin-static-copy-2.3.2` --- ### 📝 Commits (1) - [`30cdb08`](https://github.com/RADar-AZDelta/Keun/commit/30cdb08b3cd6c9bf8dcd9bd3ed813ca8ddf441a4) Bump vite-plugin-static-copy from 0.17.1 to 2.3.2 ### 📊 Changes **2 files changed** (+41 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+40 -27) </details> ### 📄 Description Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 0.17.1 to 2.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sapphi-red/vite-plugin-static-copy/releases">vite-plugin-static-copy's releases</a>.</em></p> <blockquote> <h2>vite-plugin-static-copy@2.3.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/4627afb8582083eab733881d3d974e1c1f23997d"><code>4627afb</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - Files not included in <code>src</code> was possible to acess with a crafted request. See <a href="https://github.com/sapphi-red/vite-plugin-static-copy/security/advisories/GHSA-pp7p-q8fx-2968">GHSA-pp7p-q8fx-2968</a> for more details.</li> </ul> <h2>vite-plugin-static-copy@2.3.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/152">#152</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/6aee6a3d8caf6d08bedeb4c97fb7580fd904b895"><code>6aee6a3</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - improve performance of internal <code>isSubdirectoryOrEqual</code> function</li> </ul> <h2>vite-plugin-static-copy@2.3.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/281f5b22aaa23a055af93553da8c84932ef31c41"><code>281f5b2</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - improve performance by coping files concurrently when possible</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/149">#149</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/a9f35c9557b0ab710006c83418c3c982c2eb746e"><code>a9f35c9</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - ensure <code>.[cm]?[tj]sx?</code> static assets are JS mime to align with Vite. <a href="https://redirect.github.com/vitejs/vite/pull/19453">vitejs/vite#19453</a></li> </ul> <h2>vite-plugin-static-copy@2.2.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/141">#141</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/88e513d37e7be5bc35c4f75737f1eabb230510a8"><code>88e513d</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - add Vite 6 to peer dep</li> </ul> <h2>vite-plugin-static-copy@2.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/133">#133</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/b9c09bd80d6706113bd4715c3cd68e6819e19f58"><code>b9c09bd</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name</li> </ul> <h2>vite-plugin-static-copy@2.0.0</h2> <h3>Major Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/127">#127</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/21304df03f6ad668d316653ee9d48c4fbc633bde"><code>21304df</code></a> Thanks <a href="https://github.com/tassioFront"><code>@​tassioFront</code></a>! - feat: throw an error when does not find file</li> </ul> <h2>vite-plugin-static-copy@1.0.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/121">#121</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/d68aec950e58b16bac0f5621bf5d9636340109c8"><code>d68aec9</code></a> Thanks <a href="https://github.com/tobz1000"><code>@​tobz1000</code></a>! - The value of <code>Content-Type</code> header was inferred and set from the src file extension. It is now infered from the dest file extension.</li> </ul> <h2>vite-plugin-static-copy@1.0.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/311ce4d0c253402820d1fccb8d59a9e8a71ce967"><code>311ce4d</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - generate provenance statements for the package</li> </ul> <h2>vite-plugin-static-copy@1.0.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/107">#107</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/520653429a0aa2122feee9edbacc2195fd2624e4"><code>5206534</code></a> Thanks <a href="https://github.com/sverben"><code>@​sverben</code></a>! - send headers set by <code>server.headers</code> in dev</li> </ul> <h2>vite-plugin-static-copy@1.0.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sapphi-red/vite-plugin-static-copy/blob/vite-plugin-static-copy@2.3.2/CHANGELOG.md">vite-plugin-static-copy's changelog</a>.</em></p> <blockquote> <h2>2.3.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/4627afb8582083eab733881d3d974e1c1f23997d"><code>4627afb</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - Files not included in <code>src</code> was possible to acess with a crafted request. See <a href="https://github.com/sapphi-red/vite-plugin-static-copy/security/advisories/GHSA-pp7p-q8fx-2968">GHSA-pp7p-q8fx-2968</a> for more details.</li> </ul> <h2>2.3.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/152">#152</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/6aee6a3d8caf6d08bedeb4c97fb7580fd904b895"><code>6aee6a3</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - improve performance of internal <code>isSubdirectoryOrEqual</code> function</li> </ul> <h2>2.3.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/281f5b22aaa23a055af93553da8c84932ef31c41"><code>281f5b2</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - improve performance by coping files concurrently when possible</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/149">#149</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/a9f35c9557b0ab710006c83418c3c982c2eb746e"><code>a9f35c9</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - ensure <code>.[cm]?[tj]sx?</code> static assets are JS mime to align with Vite. <a href="https://redirect.github.com/vitejs/vite/pull/19453">vitejs/vite#19453</a></li> </ul> <h2>2.2.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/141">#141</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/88e513d37e7be5bc35c4f75737f1eabb230510a8"><code>88e513d</code></a> Thanks <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>! - add Vite 6 to peer dep</li> </ul> <h2>2.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/133">#133</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/b9c09bd80d6706113bd4715c3cd68e6819e19f58"><code>b9c09bd</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name</li> </ul> <h2>2.0.0</h2> <h3>Major Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/127">#127</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/21304df03f6ad668d316653ee9d48c4fbc633bde"><code>21304df</code></a> Thanks <a href="https://github.com/tassioFront"><code>@​tassioFront</code></a>! - feat: throw an error when does not find file</li> </ul> <h2>1.0.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/121">#121</a> <a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/d68aec950e58b16bac0f5621bf5d9636340109c8"><code>d68aec9</code></a> Thanks <a href="https://github.com/tobz1000"><code>@​tobz1000</code></a>! - The value of <code>Content-Type</code> header was inferred and set from the src file extension. It is now infered from the dest file extension.</li> </ul> <h2>1.0.5</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/326a79fb29bd082a876f59681d2d61e488267331"><code>326a79f</code></a> chore: update versions (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/197">#197</a>)</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/0f39cad26e703a09ab6b10049a5ba455e14ad8c8"><code>0f39cad</code></a> ci: run release against <code>v*</code> branches</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/4627afb8582083eab733881d3d974e1c1f23997d"><code>4627afb</code></a> fix: only serve files under <code>src</code> (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/195">#195</a>)</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/08cafec9b7562b76244aeff460328898724aac16"><code>08cafec</code></a> chore: update versions (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/154">#154</a>)</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/6aee6a3d8caf6d08bedeb4c97fb7580fd904b895"><code>6aee6a3</code></a> perf: improve <code>isSubdirectoryOrEqual</code> performance (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/152">#152</a>)</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/5f707b6103044ecff36791efee26b33ecf689b41"><code>5f707b6</code></a> chore: update versions (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/147">#147</a>)</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/26cbffedd9dfa5241e3cd9269b660f1ea8bd23ea"><code>26cbffe</code></a> chore: update pnpm to v10</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/a9f35c9557b0ab710006c83418c3c982c2eb746e"><code>a9f35c9</code></a> fix: ensure <code>.[cm]?[tj]sx?</code> static assets are JS mime (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/149">#149</a>)</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/94b04d5edde8eca46da38f504435901ee35e327c"><code>94b04d5</code></a> chore: update packages (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/148">#148</a>)</li> <li><a href="https://github.com/sapphi-red/vite-plugin-static-copy/commit/281f5b22aaa23a055af93553da8c84932ef31c41"><code>281f5b2</code></a> chore: add changeset for <a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/146">#146</a></li> <li>Additional commits viewable in <a href="https://github.com/sapphi-red/vite-plugin-static-copy/compare/v0.17.1...vite-plugin-static-copy@2.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plugin-static-copy&package-manager=npm_and_yarn&previous-version=0.17.1&new-version=2.3.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RADar-AZDelta/Keun/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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
RADar-AZDelta/archived-Keun#309
No description provided.