Skip to content

Commit 60456a5

Browse files
renovate[bot]sapphi-red
andauthoredFeb 14, 2025··
fix(deps): update all non-major dependencies (#19392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent 0ff556a commit 60456a5

File tree

28 files changed

+1008
-898
lines changed

28 files changed

+1008
-898
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Get changed files
5050
id: changed-files
51-
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
51+
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
5252
with:
5353
files: |
5454
docs/**
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v4
8181

8282
- name: Install pnpm
83-
uses: pnpm/action-setup@v4.0.0
83+
uses: pnpm/action-setup@v4.1.0
8484

8585
- name: Set node version to ${{ matrix.node_version }}
8686
uses: actions/setup-node@v4
@@ -153,7 +153,7 @@ jobs:
153153
- uses: actions/checkout@v4
154154

155155
- name: Install pnpm
156-
uses: pnpm/action-setup@v4.0.0
156+
uses: pnpm/action-setup@v4.1.0
157157

158158
- name: Set node version to 20
159159
uses: actions/setup-node@v4

‎.github/workflows/preview-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@v4.0.0
29+
uses: pnpm/action-setup@v4.1.0
3030

3131
- name: Install dependencies
3232
run: pnpm install

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v4.0.0
24+
uses: pnpm/action-setup@v4.1.0
2525

2626
- name: Set node version to 20
2727
uses: actions/setup-node@v4

‎docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue

+10-5
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ onMounted(() => {
520520
bottom: 0;
521521
transform: translate3d(0, 0, 0) scale(1);
522522
transition: transform 0.3s ease-in-out;
523-
background: linear-gradient(
523+
background:
524+
linear-gradient(
524525
130deg,
525526
rgba(61, 61, 61, 0.3) 0%,
526527
rgba(61, 61, 61, 0) 40%
@@ -713,7 +714,8 @@ onMounted(() => {
713714
opacity: 0.1;
714715
}
715716
716-
background: url('/noise.png'),
717+
background:
718+
url('/noise.png'),
717719
radial-gradient(
718720
circle at right center,
719721
rgb(86, 50, 119) 0%,
@@ -729,7 +731,8 @@ onMounted(() => {
729731
);
730732
731733
@media (min-width: 1024px) {
732-
background: url('/noise.png'),
734+
background:
735+
url('/noise.png'),
733736
radial-gradient(
734737
circle at right center,
735738
rgba(75, 41, 105, 0.5) 0%,
@@ -747,7 +750,8 @@ onMounted(() => {
747750
}
748751
749752
@media (min-width: 1500px) {
750-
background: url('/noise.png'),
753+
background:
754+
url('/noise.png'),
751755
radial-gradient(
752756
circle at right center,
753757
rgba(75, 41, 105, 0.5) 0%,
@@ -765,7 +769,8 @@ onMounted(() => {
765769
}
766770
767771
@media (min-width: 1800px) {
768-
background: url('/noise.png'),
772+
background:
773+
url('/noise.png'),
769774
radial-gradient(
770775
circle at right center,
771776
rgba(75, 41, 105, 0.5) 0%,

‎docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ onUnmounted(() => {
342342
bottom: 0;
343343
height: 100%;
344344
border-radius: 12px 0 0 12px;
345-
background: url('/noise.png'),
345+
background:
346+
url('/noise.png'),
346347
radial-gradient(
347348
ellipse 140% 80% at 96% bottom,
348349
#13b351 0%,

‎docs/.vitepress/theme/styles/landing.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ html:has(.landing) {
176176

177177
&.btn--primary {
178178
position: relative;
179-
background: radial-gradient(
179+
background:
180+
radial-gradient(
180181
141.42% 141.42% at 100% 0%,
181182
rgba(255, 255, 255, 0.4) 0%,
182183
rgba(255, 255, 255, 0) 100%
@@ -194,7 +195,8 @@ html:has(.landing) {
194195
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75) inset;
195196

196197
&:hover {
197-
background: radial-gradient(
198+
background:
199+
radial-gradient(
198200
141.42% 141.42% at 100% 0%,
199201
rgba(255, 255, 255, 0.5) 0%,
200202
rgba(255, 255, 255, 0) 100%

‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"docs-serve": "vitepress serve"
99
},
1010
"devDependencies": {
11-
"@shikijs/vitepress-twoslash": "^2.2.0",
11+
"@shikijs/vitepress-twoslash": "^2.3.2",
1212
"@types/express": "^4.17.21",
1313
"feed": "^4.2.2",
1414
"vitepress": "^1.6.3",

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ci-docs": "pnpm build && pnpm docs-build"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.19.0",
43+
"@eslint/js": "^9.20.0",
4444
"@type-challenges/utils": "^0.1.1",
4545
"@types/babel__core": "^7.20.5",
4646
"@types/babel__preset-env": "^7.10.0",
@@ -50,33 +50,33 @@
5050
"@types/estree": "^1.0.6",
5151
"@types/etag": "^1.8.3",
5252
"@types/less": "^3.0.8",
53-
"@types/node": "^22.13.0",
53+
"@types/node": "^22.13.4",
5454
"@types/picomatch": "^3.0.2",
5555
"@types/stylus": "^0.48.43",
5656
"@types/ws": "^8.5.14",
5757
"@vitejs/release-scripts": "^1.3.3",
5858
"conventional-changelog-cli": "^5.0.0",
59-
"eslint": "^9.19.0",
59+
"eslint": "^9.20.1",
6060
"eslint-plugin-import-x": "^4.6.1",
6161
"eslint-plugin-n": "^17.15.1",
6262
"eslint-plugin-regexp": "^2.7.0",
6363
"execa": "^9.5.2",
64-
"globals": "^15.14.0",
64+
"globals": "^15.15.0",
6565
"gsap": "^3.12.7",
6666
"lint-staged": "^15.4.3",
6767
"picocolors": "^1.1.1",
6868
"playwright-chromium": "^1.50.1",
6969
"premove": "^4.0.0",
70-
"prettier": "3.4.2",
70+
"prettier": "3.5.1",
7171
"rollup": "^4.30.1",
72-
"rollup-plugin-esbuild": "^6.1.1",
72+
"rollup-plugin-esbuild": "^6.2.0",
7373
"simple-git-hooks": "^2.11.1",
7474
"tslib": "^2.8.1",
7575
"tsx": "^4.19.2",
7676
"typescript": "~5.7.2",
77-
"typescript-eslint": "^8.22.0",
77+
"typescript-eslint": "^8.24.0",
7878
"vite": "workspace:*",
79-
"vitest": "^3.0.4"
79+
"vitest": "^3.0.5"
8080
},
8181
"simple-git-hooks": {
8282
"pre-commit": "pnpm exec lint-staged --concurrent false"

‎packages/create-vite/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ function pkgFromUserAgent(userAgent: string | undefined): PkgInfo | undefined {
594594

595595
function setupReactSwc(root: string, isTs: boolean) {
596596
// renovate: datasource=npm depName=@vitejs/plugin-react-swc
597-
const reactSwcPluginVersion = '3.7.2'
597+
const reactSwcPluginVersion = '3.8.0'
598598

599599
editFile(path.resolve(root, 'package.json'), (content) => {
600600
return content.replace(

‎packages/create-vite/template-react-ts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
17-
"@eslint/js": "^9.19.0",
17+
"@eslint/js": "^9.20.0",
1818
"@types/react": "^19.0.8",
1919
"@types/react-dom": "^19.0.3",
2020
"@vitejs/plugin-react": "^4.3.4",
21-
"eslint": "^9.19.0",
21+
"eslint": "^9.20.1",
2222
"eslint-plugin-react-hooks": "^5.0.0",
23-
"eslint-plugin-react-refresh": "^0.4.18",
24-
"globals": "^15.14.0",
23+
"eslint-plugin-react-refresh": "^0.4.19",
24+
"globals": "^15.15.0",
2525
"typescript": "~5.7.2",
26-
"typescript-eslint": "^8.22.0",
26+
"typescript-eslint": "^8.24.0",
2727
"vite": "^6.1.0"
2828
}
2929
}

‎packages/create-vite/template-react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
17-
"@eslint/js": "^9.19.0",
17+
"@eslint/js": "^9.20.0",
1818
"@types/react": "^19.0.8",
1919
"@types/react-dom": "^19.0.3",
2020
"@vitejs/plugin-react": "^4.3.4",
21-
"eslint": "^9.19.0",
21+
"eslint": "^9.20.1",
2222
"eslint-plugin-react": "^7.37.4",
2323
"eslint-plugin-react-hooks": "^5.0.0",
24-
"eslint-plugin-react-refresh": "^0.4.18",
25-
"globals": "^15.14.0",
24+
"eslint-plugin-react-refresh": "^0.4.19",
25+
"globals": "^15.15.0",
2626
"vite": "^6.1.0"
2727
}
2828
}

‎packages/create-vite/template-solid-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"typescript": "~5.7.2",
1616
"vite": "^6.1.0",
17-
"vite-plugin-solid": "^2.11.0"
17+
"vite-plugin-solid": "^2.11.1"
1818
}
1919
}

‎packages/create-vite/template-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"vite": "^6.1.0",
16-
"vite-plugin-solid": "^2.11.0"
16+
"vite-plugin-solid": "^2.11.1"
1717
}
1818
}

‎packages/create-vite/template-svelte-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@sveltejs/vite-plugin-svelte": "^5.0.3",
1414
"@tsconfig/svelte": "^5.0.4",
15-
"svelte": "^5.19.6",
15+
"svelte": "^5.20.0",
1616
"svelte-check": "^4.1.4",
1717
"typescript": "~5.7.2",
1818
"vite": "^6.1.0"

‎packages/create-vite/template-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@sveltejs/vite-plugin-svelte": "^5.0.3",
13-
"svelte": "^5.19.6",
13+
"svelte": "^5.20.0",
1414
"vite": "^6.1.0"
1515
}
1616
}

‎packages/plugin-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
4343
"funding": "https://github.com/vitejs/vite?sponsor=1",
4444
"dependencies": {
45-
"@babel/core": "^7.26.7",
46-
"@babel/preset-env": "^7.26.7",
45+
"@babel/core": "^7.26.8",
46+
"@babel/preset-env": "^7.26.8",
4747
"browserslist": "^4.24.4",
4848
"browserslist-to-esbuild": "^2.1.1",
4949
"core-js": "^3.40.0",

‎packages/vite/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@
8686
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
8787
"dependencies": {
8888
"esbuild": "^0.24.2",
89-
"postcss": "^8.5.1",
89+
"postcss": "^8.5.2",
9090
"rollup": "^4.30.1"
9191
},
9292
"optionalDependencies": {
9393
"fsevents": "~2.3.3"
9494
},
9595
"devDependencies": {
9696
"@ampproject/remapping": "^2.3.0",
97-
"@babel/parser": "^7.26.7",
97+
"@babel/parser": "^7.26.8",
9898
"@jridgewell/trace-mapping": "^0.3.25",
9999
"@polka/compression": "^1.0.0-next.25",
100100
"@rollup/plugin-alias": "^5.1.1",
@@ -129,7 +129,7 @@
129129
"nanoid": "^5.0.9",
130130
"open": "^10.1.0",
131131
"parse5": "^7.2.1",
132-
"pathe": "^2.0.2",
132+
"pathe": "^2.0.3",
133133
"periscopic": "^4.0.2",
134134
"picocolors": "^1.1.1",
135135
"picomatch": "^4.0.2",
@@ -138,14 +138,14 @@
138138
"postcss-modules": "^6.0.1",
139139
"resolve.exports": "^2.0.3",
140140
"rollup-plugin-dts": "^6.1.1",
141-
"rollup-plugin-esbuild": "^6.1.1",
141+
"rollup-plugin-esbuild": "^6.2.0",
142142
"rollup-plugin-license": "^3.5.3",
143-
"sass": "^1.83.4",
143+
"sass": "^1.84.0",
144144
"sass-embedded": "^1.83.4",
145145
"sirv": "^3.0.0",
146146
"source-map-support": "^0.5.21",
147147
"strip-literal": "^3.0.0",
148-
"terser": "^5.37.0",
148+
"terser": "^5.39.0",
149149
"tinyglobby": "^0.2.10",
150150
"tsconfck": "^3.1.5",
151151
"tslib": "^2.8.1",

‎playground/assets/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ <h2>CSS url references</h2>
105105
<div
106106
class="image-set-and-url-exsiting-at-same-time"
107107
style="
108-
background-image: image-set(url('./nested/asset.png')),
109-
url('./nested/asset.png');
108+
background-image:
109+
image-set(url('./nested/asset.png')), url('./nested/asset.png');
110110
background-size: 10px 10px;
111111
"
112112
>

‎playground/backend-integration/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"@tailwindcss/vite": "^4.0.3",
14-
"sass": "^1.83.4",
15-
"tailwindcss": "^4.0.3",
13+
"@tailwindcss/vite": "^4.0.6",
14+
"sass": "^1.84.0",
15+
"tailwindcss": "^4.0.6",
1616
"tinyglobby": "^0.2.10"
1717
}
1818
}

‎playground/css-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"less": "^4.2.2",
1414
"magic-string": "^0.30.17",
15-
"sass": "^1.83.4",
15+
"sass": "^1.84.0",
1616
"stylus": "^0.64.0",
1717
"sugarss": "^5.0.0"
1818
}

‎playground/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitejs/test-scss-proxy-dep": "file:./scss-proxy-dep",
2424
"less": "^4.2.2",
2525
"postcss-nested": "^7.0.2",
26-
"sass": "^1.83.4",
26+
"sass": "^1.84.0",
2727
"stylus": "^0.64.0",
2828
"sugarss": "^5.0.0",
2929
"tinyglobby": "^0.2.10"

‎playground/legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"vite": "workspace:*",
1919
"@vitejs/plugin-legacy": "workspace:*",
2020
"express": "^5.0.1",
21-
"terser": "^5.37.0"
21+
"terser": "^5.39.0"
2222
}
2323
}

‎playground/multiple-entrypoints/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"sass": "^1.83.4"
13+
"sass": "^1.84.0"
1414
}
1515
}

‎playground/preload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.js"
1919
},
2020
"devDependencies": {
21-
"terser": "^5.37.0",
21+
"terser": "^5.39.0",
2222
"@vitejs/test-dep-a": "file:./dep-a",
2323
"@vitejs/test-dep-including-a": "file:./dep-including-a"
2424
}

‎playground/ssr-webworker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/test-worker-exports": "file:./worker-exports"
1414
},
1515
"devDependencies": {
16-
"miniflare": "^3.20250129.0",
16+
"miniflare": "^3.20250204.1",
1717
"@vitejs/test-resolve-linked": "workspace:*"
1818
}
1919
}

‎playground/tailwind-sourcemap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/postcss": "^4.0.3",
14-
"tailwindcss": "^4.0.3"
13+
"@tailwindcss/postcss": "^4.0.6",
14+
"tailwindcss": "^4.0.6"
1515
}
1616
}

‎playground/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.0.3",
14-
"tailwindcss": "^4.0.3",
13+
"@tailwindcss/vite": "^4.0.6",
14+
"tailwindcss": "^4.0.6",
1515
"vue": "^3.5.13",
1616
"vue-router": "^4.5.0"
1717
},

‎pnpm-lock.yaml

+941-839
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.