Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b45922a

Browse filesBrowse files
chore(deps): update all non-major dependencies (#16722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89378c0 commit b45922a
Copy full SHA for b45922a

File tree

Expand file treeCollapse file tree

20 files changed

+288
-311
lines changed
Filter options
Expand file treeCollapse file tree

20 files changed

+288
-311
lines changed

‎docs/package.json

Copy file name to clipboardExpand all lines: docs/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"docs-serve": "vitepress serve"
99
},
1010
"devDependencies": {
11-
"@shikijs/vitepress-twoslash": "^1.5.1",
11+
"@shikijs/vitepress-twoslash": "^1.6.0",
1212
"@types/express": "^4.17.21",
13-
"vitepress": "1.1.4",
13+
"vitepress": "1.2.0",
1414
"vue": "^3.4.27"
1515
}
1616
}

‎package.json

Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,34 @@
5353
"@types/fs-extra": "^11.0.4",
5454
"@types/less": "^3.0.6",
5555
"@types/micromatch": "^4.0.7",
56-
"@types/node": "^20.12.11",
56+
"@types/node": "^20.12.12",
5757
"@types/picomatch": "^2.3.3",
5858
"@types/semver": "^7.5.8",
5959
"@types/stylus": "^0.48.42",
6060
"@types/ws": "^8.5.10",
61-
"@typescript-eslint/eslint-plugin": "^7.8.0",
62-
"@typescript-eslint/parser": "^7.8.0",
61+
"@typescript-eslint/eslint-plugin": "^7.9.0",
62+
"@typescript-eslint/parser": "^7.9.0",
6363
"@vitejs/release-scripts": "^1.3.1",
6464
"conventional-changelog-cli": "^5.0.0",
6565
"eslint": "^8.57.0",
6666
"eslint-define-config": "^2.1.0",
6767
"eslint-plugin-i": "^2.29.1",
68-
"eslint-plugin-n": "^17.6.0",
68+
"eslint-plugin-n": "^17.7.0",
6969
"eslint-plugin-regexp": "^2.5.0",
70-
"execa": "^9.0.2",
70+
"execa": "^9.1.0",
7171
"feed": "^4.2.2",
7272
"fs-extra": "^11.2.0",
7373
"lint-staged": "^15.2.2",
74-
"npm-run-all2": "^6.1.2",
75-
"picocolors": "^1.0.0",
74+
"npm-run-all2": "^6.2.0",
75+
"picocolors": "^1.0.1",
7676
"playwright-chromium": "^1.44.0",
7777
"prettier": "3.2.5",
7878
"rimraf": "^5.0.7",
7979
"rollup": "^4.13.0",
8080
"semver": "^7.6.2",
8181
"simple-git-hooks": "^2.11.1",
8282
"tslib": "^2.6.2",
83-
"tsx": "^4.10.1",
83+
"tsx": "^4.10.5",
8484
"typescript": "^5.2.2",
8585
"unbuild": "^2.0.0",
8686
"vite": "workspace:*",

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

Copy file name to clipboardExpand all lines: packages/create-vite/template-preact-ts/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"preact": "^10.21.0"
12+
"preact": "^10.22.0"
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.8.2",

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

Copy file name to clipboardExpand all lines: packages/create-vite/template-preact/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"preact": "^10.21.0"
12+
"preact": "^10.22.0"
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.8.2",

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

Copy file name to clipboardExpand all lines: packages/create-vite/template-react-ts/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@types/react": "^18.3.2",
1818
"@types/react-dom": "^18.3.0",
19-
"@typescript-eslint/eslint-plugin": "^7.8.0",
20-
"@typescript-eslint/parser": "^7.8.0",
19+
"@typescript-eslint/eslint-plugin": "^7.9.0",
20+
"@typescript-eslint/parser": "^7.9.0",
2121
"@vitejs/plugin-react": "^4.2.1",
2222
"eslint": "^8.57.0",
2323
"eslint-plugin-react-hooks": "^4.6.2",

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

Copy file name to clipboardExpand all lines: packages/create-vite/template-svelte-ts/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@sveltejs/vite-plugin-svelte": "^3.1.0",
1414
"@tsconfig/svelte": "^5.0.4",
15-
"svelte": "^4.2.16",
15+
"svelte": "^4.2.17",
1616
"svelte-check": "^3.7.1",
1717
"tslib": "^2.6.2",
1818
"typescript": "^5.2.2",

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

Copy file name to clipboardExpand all lines: packages/create-vite/template-svelte/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@sveltejs/vite-plugin-svelte": "^3.1.0",
13-
"svelte": "^4.2.16",
13+
"svelte": "^4.2.17",
1414
"vite": "^5.2.11"
1515
}
1616
}

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

Copy file name to clipboardExpand all lines: packages/create-vite/template-vue-ts/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@vitejs/plugin-vue": "^5.0.4",
1616
"typescript": "^5.2.2",
1717
"vite": "^5.2.11",
18-
"vue-tsc": "^2.0.17"
18+
"vue-tsc": "^2.0.19"
1919
}
2020
}

‎packages/plugin-legacy/package.json

Copy file name to clipboardExpand all lines: packages/plugin-legacy/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@babel/preset-env": "^7.24.5",
4646
"browserslist": "^4.23.0",
4747
"browserslist-to-esbuild": "^2.1.1",
48-
"core-js": "^3.37.0",
48+
"core-js": "^3.37.1",
4949
"magic-string": "^0.30.10",
5050
"regenerator-runtime": "^0.14.1",
5151
"systemjs": "^6.15.1"
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"acorn": "^8.11.3",
59-
"picocolors": "^1.0.0",
59+
"picocolors": "^1.0.1",
6060
"vite": "workspace:*"
6161
}
6262
}

‎packages/vite/package.json

Copy file name to clipboardExpand all lines: packages/vite/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@types/pnpapi": "^0.0.5",
109109
"acorn": "^8.11.3",
110110
"acorn-walk": "^8.3.2",
111-
"artichokie": "^0.2.0",
111+
"artichokie": "^0.2.1",
112112
"cac": "^6.7.14",
113113
"chokidar": "^3.6.0",
114114
"connect": "^3.7.0",
@@ -119,14 +119,14 @@
119119
"dep-types": "link:./src/types",
120120
"dotenv": "^16.4.5",
121121
"dotenv-expand": "^11.0.6",
122-
"es-module-lexer": "^1.5.2",
122+
"es-module-lexer": "^1.5.3",
123123
"escape-html": "^1.0.3",
124124
"estree-walker": "^3.0.3",
125125
"etag": "^1.8.1",
126126
"fast-glob": "^3.3.2",
127127
"http-proxy": "^1.18.1",
128128
"launch-editor-middleware": "^2.6.1",
129-
"lightningcss": "^1.24.1",
129+
"lightningcss": "^1.25.0",
130130
"magic-string": "^0.30.10",
131131
"micromatch": "^4.0.5",
132132
"mlly": "^1.7.0",
@@ -135,16 +135,16 @@
135135
"parse5": "^7.1.2",
136136
"pathe": "^1.1.2",
137137
"periscopic": "^4.0.2",
138-
"picocolors": "^1.0.0",
138+
"picocolors": "^1.0.1",
139139
"picomatch": "^2.3.1",
140140
"postcss-import": "^16.1.0",
141141
"postcss-load-config": "^4.0.2",
142142
"postcss-modules": "^6.0.0",
143143
"resolve.exports": "^2.0.2",
144-
"rollup-plugin-dts": "^6.1.0",
144+
"rollup-plugin-dts": "^6.1.1",
145145
"rollup-plugin-esbuild": "^6.1.1",
146-
"rollup-plugin-license": "^3.3.1",
147-
"sass": "^1.77.1",
146+
"rollup-plugin-license": "^3.4.0",
147+
"sass": "^1.77.2",
148148
"sirv": "^2.0.4",
149149
"source-map-support": "^0.5.21",
150150
"strip-ansi": "^7.1.0",

‎playground/backend-integration/package.json

Copy file name to clipboardExpand all lines: playground/backend-integration/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"sass": "^1.77.1",
13+
"sass": "^1.77.2",
1414
"tailwindcss": "^3.4.3",
1515
"fast-glob": "^3.3.2"
1616
}

‎playground/config/packages/siblings/package.json

Copy file name to clipboardExpand all lines: playground/config/packages/siblings/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vite/test-config-sibling",
33
"type": "module",
44
"devDependencies": {
5-
"@types/lodash": "^4.17.1",
5+
"@types/lodash": "^4.17.4",
66
"lodash": "^4.17.21"
77
}
88
}

‎playground/css-lightningcss-proxy/package.json

Copy file name to clipboardExpand all lines: playground/css-lightningcss-proxy/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"lightningcss": "^1.24.1",
12+
"lightningcss": "^1.25.0",
1313
"express": "^4.19.2"
1414
}
1515
}

‎playground/css-lightningcss/package.json

Copy file name to clipboardExpand all lines: playground/css-lightningcss/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"lightningcss": "^1.24.1"
12+
"lightningcss": "^1.25.0"
1313
}
1414
}

‎playground/css-sourcemap/package.json

Copy file name to clipboardExpand all lines: playground/css-sourcemap/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"less": "^4.2.0",
1414
"magic-string": "^0.30.10",
15-
"sass": "^1.77.1",
15+
"sass": "^1.77.2",
1616
"stylus": "^0.63.0",
1717
"sugarss": "^4.0.1"
1818
}

‎playground/css/package.json

Copy file name to clipboardExpand all lines: playground/css/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fast-glob": "^3.3.2",
2525
"less": "^4.2.0",
2626
"postcss-nested": "^6.0.1",
27-
"sass": "^1.77.1",
27+
"sass": "^1.77.2",
2828
"stylus": "^0.63.0",
2929
"sugarss": "^4.0.1"
3030
},

‎playground/multiple-entrypoints/package.json

Copy file name to clipboardExpand all lines: playground/multiple-entrypoints/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"sass": "^1.77.1"
13+
"sass": "^1.77.2"
1414
}
1515
}

‎playground/optimize-deps/package.json

Copy file name to clipboardExpand all lines: playground/optimize-deps/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"axios": "^1.6.8",
13+
"axios": "^1.7.0",
1414
"clipboard": "^2.0.11",
1515
"@vitejs/longfilename-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": "file:./longfilename",
1616
"@vitejs/test-dep-alias-using-absolute-path": "file:./dep-alias-using-absolute-path",

‎playground/ssr-webworker/package.json

Copy file name to clipboardExpand all lines: playground/ssr-webworker/package.json
+1-1Lines changed: 1 addition & 1 deletion
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.20240419.1",
16+
"miniflare": "^3.20240512.0",
1717
"@vitejs/test-resolve-linked": "workspace:*"
1818
}
1919
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.