chore(deps): update dependency vite-plugin-static-copy to v4#431
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency vite-plugin-static-copy to v4#431renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
3 times, most recently
from
March 26, 2026 16:24
81ac2ce to
ac4e989
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
4 times, most recently
from
April 8, 2026 18:40
fdc164a to
07154a4
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
3 times, most recently
from
April 14, 2026 10:18
61f910d to
94e8bed
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
from
April 19, 2026 14:03
94e8bed to
c047745
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
5 times, most recently
from
April 29, 2026 14:10
98b7a4f to
907d26c
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
5 times, most recently
from
May 18, 2026 17:46
5529207 to
e6a2bef
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
4 times, most recently
from
May 29, 2026 07:09
b2482ca to
e8a89f5
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
3 times, most recently
from
June 6, 2026 10:05
731d3f1 to
e0eab8c
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
2 times, most recently
from
June 17, 2026 06:13
7e61742 to
e6b4295
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
3 times, most recently
from
June 30, 2026 04:10
daabfa7 to
5ac29b0
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
2 times, most recently
from
July 14, 2026 03:36
bcab307 to
d3f87b4
Compare
renovate
Bot
force-pushed
the
renovate/vite-plugin-static-copy-4.x
branch
from
July 16, 2026 19:17
d3f87b4 to
93cb281
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.4.0→^4.1.1Release Notes
sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)
v4.1.1Compare Source
Patch Changes
671579bThanks @saif-shines! - Use each environment's resolvedbuild.outDirwhen copying static assets during build. Previously the plugin kept only the lastconfigResolvedconfig, so multi-environment setups (for example Astro with separate client and SSR output directories) could copy files into the wrong folder.v4.1.0Compare Source
Minor Changes
#251
7672842Thanks @sapphi-red! - Addnameproperty to therenameobject form and allow rename functions to return aRenameObject. Thenameproperty replaces the file's basename (filename + extension), and can be combined withstripBaseto both flatten directory structure and rename the file in one step. Rename functions can now return{ name, stripBase }objects instead of only strings, making it easier to declaratively control output paths from dynamic rename logic.v4.0.1Compare Source
Patch Changes
#249
c6bf44cThanks @sapphi-red! - Fix absolutedestpaths being nested under the output directoryWhen
destwas an absolute path and the source file had a directory component (structured output), the path was incorrectly converted to a relative path, causing files to be nested under the build output directory instead of being copied to the specified absolute path.Before:
/home/user/my-repo/dist/home/user/my-repo/bar/foo/foo.txtAfter:
/home/user/my-repo/bar/foo/foo.txt#247
d3af79eThanks @sapphi-red! - Fixrename.stripBaseto work correctly with../pathsPreviously,
stripBasecounted..as directory segments, causing incorrect output paths when copying from parent directories.Before:
dist/src/pages/events/test.htmlAfter:
dist/events/test.htmlBefore:
dist/src/pages/events/test.htmlAfter:
dist/test.htmlv4.0.0Compare Source
Major Changes
#235
b2edc86Thanks @sapphi-red! - Simplify glob behavior and always preserve directory structure.Breaking changes:
fs.cp, which caused files to be copied twice when using**patterns.src: 'assets'now automatically expands to match all files inside the directory, using tinyglobby's built-inexpandDirectoriesoption. No migration needed for this pattern alone.structuredoption removed. Directory structure is now always preserved in the output. Thestructuredoption has been removed entirely. Userename: { stripBase: true }to flatten output paths when needed.#237
6129008Thanks @sapphi-red! - Drop support for Vite 5#238
9766e42Thanks @sapphi-red! - Drop support for Node 18, 20, 21, 23. The new support range is^22.0.0 || >= 24.0.0.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.