chore(deps): update dependency vite-plugin-static-copy to ^3.4.0 (master) by renovate[bot] · Pull Request #3114 · nextcloud/viewer
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| vite-plugin-static-copy | ^3.1.2 → ^3.4.0 |
Release Notes
sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)
v3.4.0
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.0
Minor Changes
- #230
3074e1aThanks @sapphi-red! - Add Vite 8 to peer dependency range.
v3.2.0
Minor Changes
- #219
fbb2a7aThanks @sapphi-red! - Addenvironmentoption to configure which environment the plugin runs in. Defaults to'client'.
v3.1.6
Patch Changes
- #217
e3d457dThanks @sapphi-red! - Only skip non-client environments when multiple environments exist.
v3.1.5
Patch Changes
- #214
3f252ccThanks @sapphi-red! - Only copy for the client environment.
v3.1.4
Patch Changes
- #204
d0b5370Thanks @stianjensen! - Removedfs-extradependency in favor ofnode:fs. This should not affect the behavior.
v3.1.3
Patch Changes
- #202
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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.