chore(deps): update dependency vite-plugin-static-copy to ^3.4.0 (master) - #3114
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency vite-plugin-static-copy to ^3.4.0 (master)#3114renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
from
March 22, 2026 12:36
0953e79 to
00d8730
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
2 times, most recently
from
April 1, 2026 16:51
fd167df to
5e628ad
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
from
April 8, 2026 16:53
5e628ad to
c228af7
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
from
April 18, 2026 23:20
c228af7 to
eca62d6
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
from
April 29, 2026 17:57
eca62d6 to
ef71973
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
2 times, most recently
from
May 18, 2026 14:01
5192055 to
b48f9fd
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
2 times, most recently
from
June 1, 2026 16:43
ecaf79c to
fc5b75d
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
from
June 11, 2026 08:21
fc5b75d to
f94a252
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
from
July 12, 2026 15:17
f94a252 to
f843cb0
Compare
renovate
Bot
force-pushed
the
renovate/master-vite-plugin-static-copy-3.x
branch
from
July 16, 2026 21:17
f843cb0 to
b379a6d
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.1.2→^3.4.0Release Notes
sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)
v3.4.0Compare Source
Minor Changes
#233
f665a15Thanks @sapphi-red! - Add{ stripBase: number }object form to therenameoption. This strips the given number of leading directory segments from the matched path, avoiding the need for manual../traversals in a rename function.This is useful when copying files from deep paths like
node_modules/my-lib/dist/**/*withstructured: true, where the full directory structure would otherwise be preserved in the output. Instead of writing a rename function that manually returns../traversals to flatten unwanted nesting, you can userename: { stripBase: N }to declaratively strip the leading segments.v3.3.0Compare Source
Minor Changes
3074e1aThanks @sapphi-red! - Add Vite 8 to peer dependency range.v3.2.0Compare Source
Minor Changes
fbb2a7aThanks @sapphi-red! - Addenvironmentoption to configure which environment the plugin runs in. Defaults to'client'.v3.1.6Compare Source
Patch Changes
e3d457dThanks @sapphi-red! - Only skip non-client environments when multiple environments exist.v3.1.5Compare Source
Patch Changes
3f252ccThanks @sapphi-red! - Only copy for the client environment.v3.1.4Compare Source
Patch Changes
d0b5370Thanks @stianjensen! - Removedfs-extradependency in favor ofnode:fs. This should not affect the behavior.v3.1.3Compare Source
Patch Changes
9388186Thanks @sapphi-red! - Switched to use trusted publisher to publish the package.Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 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.