Skip to content

chore(deps): update dependency vite-plugin-static-copy to v4#431

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 22, 2026

This PR contains the following updates:

Package Change Age Confidence
vite-plugin-static-copy ^3.4.0^4.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' } }

v4.0.1

Compare Source

Patch Changes
  • #​249 c6bf44c Thanks @​sapphi-red! - Fix absolute dest paths being nested under the output directory

    When dest was 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.

    { src: 'foo/foo.txt', dest: '/home/user/my-repo/bar' }

    Before: /home/user/my-repo/dist/home/user/my-repo/bar/foo/foo.txt
    After: /home/user/my-repo/bar/foo/foo.txt

  • #​247 d3af79e Thanks @​sapphi-red! - Fix rename.stripBase to work correctly with ../ paths

    Previously, stripBase counted .. as directory segments, causing incorrect output paths when copying from parent directories.

    { src: '../../src/pages/**/*.html', dest: 'dist/', rename: { stripBase: 2 } }

    Before: dist/src/pages/events/test.html
    After: dist/events/test.html

    { src: '../../src/pages/**/*.html', dest: 'dist/', rename: { stripBase: true } }

    Before: dist/src/pages/events/test.html
    After: dist/test.html

v4.0.0

Compare Source

Major Changes
  • #​235 b2edc86 Thanks @​sapphi-red! - Simplify glob behavior and always preserve directory structure.

    Breaking changes:

    • Only files are matched. Glob patterns no longer match directory entries. Previously, matching a directory would recursively copy it via fs.cp, which caused files to be copied twice when using ** patterns.
    • Directory patterns are auto-expanded. src: 'assets' now automatically expands to match all files inside the directory, using tinyglobby's built-in expandDirectories option. No migration needed for this pattern alone.
    • structured option removed. Directory structure is now always preserved in the output. The structured option has been removed entirely. Use rename: { stripBase: true } to flatten output paths when needed.
  • #​237 6129008 Thanks @​sapphi-red! - Drop support for Vite 5

  • #​238 9766e42 Thanks @​sapphi-red! - Drop support for Node 18, 20, 21, 23. The new support range is ^22.0.0 || >= 24.0.0.


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 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.

@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x branch 3 times, most recently from 81ac2ce to ac4e989 Compare March 26, 2026 16:24
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x branch 4 times, most recently from fdc164a to 07154a4 Compare April 8, 2026 18:40
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x branch 3 times, most recently from 61f910d to 94e8bed Compare April 14, 2026 10:18
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x branch from 94e8bed to c047745 Compare April 19, 2026 14:03
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x branch 5 times, most recently from 98b7a4f to 907d26c Compare April 29, 2026 14:10
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x branch 2 times, most recently from badb3c1 to faaab65 Compare May 12, 2026 12:29
@renovate renovate Bot force-pushed the renovate/vite-plugin-static-copy-4.x branch from faaab65 to 75057c1 Compare May 12, 2026 15:04
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 12, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
[WARN] deprecated @github/webauthn-json@2.1.1: Deprecated: Modern browsers support built-in WebAuthn JSON methods. Please use native browser methods instead. For more information, visit https://github.com/github/webauthn-json
Progress: resolved 142, reused 0, downloaded 0, added 0
Progress: resolved 308, reused 0, downloaded 0, added 0
[ERR_PNPM_EXOTIC_SUBDEP] Exotic dependency "webworkify-webpack" (resolved via git-repository) is not allowed in subdependencies when blockExoticSubdeps is enabled

This error happened while installing the dependencies of mpegts.js@1.8.0
[WARN] The metadata of @babel/plugin-transform-typeof-symbol is missing the "time" field; skipping the minimumReleaseAge check for this package.
[WARN] The metadata of @babel/plugin-transform-destructuring is missing the "time" field; skipping the minimumReleaseAge check for this package.

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