Skip to content

chore(deps): update dependency vite-plugin-static-copy to v4.1.0#793

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vite-plugin-static-copy-4.x-lockfile
Open

chore(deps): update dependency vite-plugin-static-copy to v4.1.0#793
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vite-plugin-static-copy-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

This PR contains the following updates:

Package Change Age Confidence
vite-plugin-static-copy 4.0.14.1.0 age confidence

Release Notes

sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)

v4.1.0

Compare Source

Minor Changes
  • #​251 7672842 Thanks @​sapphi-red! - Add name property to the rename object form and allow rename functions to return a RenameObject. The name property replaces the file's basename (filename + extension), and can be combined with stripBase to 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.

    // node_modules/lib/dist/index.js → vendor/lib.js
    { src: 'node_modules/lib/dist/index.js', dest: 'vendor', rename: { name: 'lib.js', stripBase: true } }
    
    // src/pages/events/test.html → dist/events/index.html
    { src: 'src/pages/**/*.html', dest: 'dist/', rename: { stripBase: 2, name: 'index.html' } }

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x-lockfile branch 6 times, most recently from daac819 to a3ab232 Compare May 22, 2026 11:07
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x-lockfile branch 2 times, most recently from ef85cef to e58692e Compare May 27, 2026 08:23
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x-lockfile branch from e58692e to 911f604 Compare May 29, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants