chore(deps): update dependency vite to v7.1.11 [security]#929
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency vite to v7.1.11 [security]#929renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
hi-ogawa
reviewed
Oct 21, 2025
Comment on lines
-4073
to
+4246
| rollup@4.52.2: | ||
| resolution: {integrity: sha512-I25/2QgoROE1vYV+NQ1En9T9UFB9Cmfm2CJ83zZOlaDpvz29wGQSZXWKw7MiNXau7wYgB/T9fVIdIuEQ+KbiiA==} | ||
| rollup@4.52.5: | ||
| resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==} |
Contributor
There was a problem hiding this comment.
I think CI failure is due to rollup update.
$ pnpm -C packages/plugin-rsc/examples/starter-cf-single/ build
...
9:49:39 AM [vite] Unexpected Node.js imports for environment "rsc". Do you need to enable the "nodejs_compat" compatibility flag? Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details.
- "node:module" imported from "node:async_hooks?commonjs-external"
dist/client/wrangler.json 1.23 kB │ gzip: 0.61 kB
dist/client/assets/react-CHdo91hT.svg 4.13 kB │ gzip: 2.05 kB
dist/client/assets/index-BoQsawTv.css 1.78 kB │ gzip: 0.80 kB
dist/client/assets/worker-entry-HlElc0dF.js 0.40 kB │ gzip: 0.27 kB
dist/client/assets/index-B_LLvm3p.js 622.42 kB │ gzip: 111.73 kB
✓ built in 435ms
vite v7.1.11 building SSR bundle for production...
✓ 40 modules transformed.
dist/rsc/ssr/assets/worker-entry-BQBrefET.js 0.45 kB
dist/rsc/ssr/index.js 590.27 kB
✓ built in 327ms
Contributor
There was a problem hiding this comment.
Maybe not. I override rollup but it didn't fix. I also pinned esbuild but it didn't change as well.
Member
There was a problem hiding this comment.
It sounds like it's related to rollup/plugins#1909 (7.0.11 includes that via vitejs/vite#20966)
Contributor
There was a problem hiding this comment.
Good find. Hmm, commonjs plugin to magically injecting createRequire doesn't seem good.
5e0d0c9 to
35edfb7
Compare
35edfb7 to
f8942c6
Compare
f5a193a to
424b8a7
Compare
424b8a7 to
b7393b4
Compare
b7393b4 to
b4a2c28
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:
7.1.10->7.1.11GitHub Vulnerability Alerts
CVE-2025-62522
Summary
Files denied by
server.fs.denywere sent if the URL ended with\when the dev server is running on Windows.Impact
Only apps that match the following conditions are affected:
server.hostconfig option)Details
server.fs.denycan contain patterns matching against files (by default it includes.env,.env.*,*.{crt,pem}as such patterns). These patterns were able to bypass by using a back slash(\). The root cause is thatfs.readFile('/foo.png/')loads/foo.png.PoC
Release Notes
vitejs/vite (vite)
v7.1.11Compare Source
Bug Fixes
server.fs.denycheck (#20968) (f479cc5)Miscellaneous Chores
Code Refactoring
Build System
Configuration
📅 Schedule: Branch creation - "" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.