From 7230d1e294d30eeacd4ab524abbc70b83e8e1ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0?= Date: Fri, 23 May 2025 18:10:04 +0900 Subject: [PATCH 1/7] chore: remove unused deps (#20097) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b65eb3ab..07c96f0e 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@shikijs/vitepress-twoslash": "^2.5.0", "@types/express": "^5.0.1", "feed": "^5.0.1", + "gsap": "^3.13.0", "vitepress": "^1.6.3", "vitepress-plugin-group-icons": "^1.5.2", "vitepress-plugin-llms": "^1.1.4", From e0a297b37b4f4ee14a8511b6615a3ada81be5494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 15:17:35 +0900 Subject: [PATCH 2/7] fix(deps): update all non-major dependencies (#20061) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 07c96f0e..7ad4e2a8 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,12 @@ }, "devDependencies": { "@shikijs/vitepress-twoslash": "^2.5.0", - "@types/express": "^5.0.1", + "@types/express": "^5.0.2", "feed": "^5.0.1", "gsap": "^3.13.0", "vitepress": "^1.6.3", - "vitepress-plugin-group-icons": "^1.5.2", - "vitepress-plugin-llms": "^1.1.4", - "vue": "^3.5.13" + "vitepress-plugin-group-icons": "^1.5.5", + "vitepress-plugin-llms": "^1.3.3", + "vue": "^3.5.14" } } From 19ac305a14690be0f54bb3f827d32851fef18b5c Mon Sep 17 00:00:00 2001 From: abeer0 <47961062+iiio2@users.noreply.github.com> Date: Mon, 26 May 2025 19:47:42 +0600 Subject: [PATCH 3/7] docs: tiny typo (#20110) --- guide/static-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/static-deploy.md b/guide/static-deploy.md index d437c4b9..11cd6f38 100644 --- a/guide/static-deploy.md +++ b/guide/static-deploy.md @@ -18,7 +18,7 @@ The following guides are based on some shared assumptions: It is important to note that `vite preview` is intended for previewing the build locally and not meant as a production server. ::: tip NOTE -These guides provide instructions for performing a static deployment of your Vite site. Vite also supports Server Side Rendering. SSR refers to front-end frameworks that support running the same application in Node.js, pre-rendering it to HTML, and finally hydrating it on the client. Check out the [SSR Guide](./ssr) to learn about this feature. On the other hand, if you are looking for integration with traditional server-side frameworks, check out the [Backend Integration guide](./backend-integration) instead. +These guides provide instructions for performing a static deployment of your Vite site. Vite also supports Server-Side Rendering. SSR refers to front-end frameworks that support running the same application in Node.js, pre-rendering it to HTML, and finally hydrating it on the client. Check out the [SSR Guide](./ssr) to learn about this feature. On the other hand, if you are looking for integration with traditional server-side frameworks, check out the [Backend Integration guide](./backend-integration) instead. ::: ## Building the App From 6508146cc1c37f3f3f1bdad5b1174efac62a76b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0?= Date: Mon, 26 May 2025 22:48:43 +0900 Subject: [PATCH 4/7] docs(features): mention inlining in static assets section (#20109) --- guide/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/features.md b/guide/features.md index 77e54099..d6c71230 100644 --- a/guide/features.md +++ b/guide/features.md @@ -364,7 +364,7 @@ Special queries can modify how assets are loaded: ```js twoslash import 'vite/client' // ---cut--- -// Explicitly load assets as URL +// Explicitly load assets as URL (automatically inlined depending on the file size) import assetAsURL from './asset.js?url' ``` From 0f3e9fa6eae7e0ebaa0ef555af5b731ef664cec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0?= Date: Mon, 26 May 2025 23:07:40 +0900 Subject: [PATCH 5/7] docs: clarify that rebasing `url()` references starting with a variable is not supported (#20101) --- guide/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/features.md b/guide/features.md index d6c71230..9990cd5b 100644 --- a/guide/features.md +++ b/guide/features.md @@ -313,7 +313,7 @@ npm add -D stylus If using Vue single file components, this also automatically enables `