Update dependency vite-plugin-static-copy to v3.4.0#130
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency vite-plugin-static-copy to v3.4.0#130renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
✅ Deploy Preview for auto-reveal ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1db9a6b to
67a5814
Compare
67a5814 to
e06127e
Compare
e06127e to
911b1a9
Compare
911b1a9 to
b145951
Compare
b145951 to
bd565b9
Compare
bd565b9 to
eb11055
Compare
eb11055 to
43104d6
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.1.1→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.v3.1.2Compare Source
Patch Changes
0bc6b49Thanks @sapphi-red! - Files not included insrcwas possible to acess with a crafted request. See GHSA-pp7p-q8fx-2968 for more details.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.