chore(deps): update dependency vinyl-fs to v4#9478
Merged
rosieyohannan merged 1 commit intomainfrom Apr 1, 2026
Merged
Conversation
2080c7e to
01a1a6a
Compare
01a1a6a to
37f141c
Compare
168fe2a to
bc0c8d4
Compare
4916f5b to
5b8391e
Compare
f184b50 to
3ee6390
Compare
020a340 to
9e062bb
Compare
| "stylelint-config-standard": "~39.0.0", | ||
| "tailwind-scrollbar": "^4.0.2", | ||
| "vinyl-fs": "~3.0" | ||
| "vinyl-fs": "~4.0.0" |
There was a problem hiding this comment.
Binary files corrupted by vinyl-fs v4 default utf8 encoding
High Severity
Upgrading vinyl-fs from v3 to v4 introduces a breaking change: vfs.src() now defaults to utf8 encoding instead of raw Buffers. The existing build code reads binary files (fonts via 'font/*.{ttf,woff*(2)}', images via 'img/**/*.{gif,ico,jpg,png,svg}', all files via '**/*' in pack, and PNGs in preview) without passing encoding: false. This will silently corrupt every binary asset in the build output. This is a well-documented issue (gulpjs/vinyl-fs#355, gulpjs/gulp#2797).
rosieyohannan
approved these changes
Apr 1, 2026
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.0→~4.0.0Release Notes
gulpjs/vinyl-fs (vinyl-fs)
v4.0.2Compare Source
v4.0.1Compare Source
v4.0.0Compare Source
⚠ BREAKING CHANGES
utf8decoding and encoding. Addencodingoption to change (#287)Features
src()to proper globs (910c8a5)utf8decoding and encoding. Addencodingoption to change (#287)Bug Fixes
Miscellaneous Chores
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.