Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#16186)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent de60f1e commit 842643d
Show file tree
Hide file tree
Showing 22 changed files with 269 additions and 284 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -8,7 +8,7 @@
"docs-serve": "vitepress serve"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.1.7",
"@shikijs/vitepress-twoslash": "^1.2.0",
"@types/express": "^4.17.21",
"vitepress": "1.0.0-rc.45",
"vue": "^3.4.21"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -53,14 +53,14 @@
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.11.25",
"@types/node": "^20.11.28",
"@types/picomatch": "^2.3.3",
"@types/sass": "~1.43.1",
"@types/semver": "^7.5.8",
"@types/stylus": "^0.48.42",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
Expand All @@ -79,13 +79,13 @@
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"semver": "^7.6.0",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.0",
"tslib": "^2.6.2",
"tsx": "^4.7.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "workspace:*",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -104,7 +104,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -12,7 +12,7 @@
"preact": "^10.19.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"@preact/preset-vite": "^2.8.2",
"typescript": "^5.2.2",
"vite": "^5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -12,7 +12,7 @@
"preact": "^10.19.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"@preact/preset-vite": "^2.8.2",
"vite": "^5.1.6"
}
}
10 changes: 5 additions & 5 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,14 +14,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.1.6"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/create-vite/template-react/package.json
Expand Up @@ -14,13 +14,13 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-solid": "^2.10.1"
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"vite": "^5.1.6",
"vite-plugin-solid": "^2.10.1"
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-check": "^3.6.7",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -86,7 +86,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.20.1",
"postcss": "^8.4.35",
"postcss": "^8.4.36",
"rollup": "^4.13.0"
},
"optionalDependencies": {
Expand Down Expand Up @@ -126,7 +126,7 @@
"fast-glob": "^3.3.2",
"http-proxy": "^1.18.1",
"launch-editor-middleware": "^2.6.1",
"lightningcss": "^1.24.0",
"lightningcss": "^1.24.1",
"magic-string": "^0.30.8",
"micromatch": "^4.0.5",
"mlly": "^1.6.1",
Expand All @@ -151,7 +151,7 @@
"tsconfck": "^3.0.3",
"tslib": "^2.6.2",
"types": "link:./types",
"ufo": "^1.4.0",
"ufo": "^1.5.1",
"ws": "^8.16.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.71.1",
"sass": "^1.72.0",
"tailwindcss": "^3.4.1",
"fast-glob": "^3.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/config/packages/siblings/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@vite/test-config-sibling",
"type": "module",
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"lodash": "^4.17.21"
}
}
2 changes: 1 addition & 1 deletion playground/css-lightningcss-proxy/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"lightningcss": "^1.24.0",
"lightningcss": "^1.24.1",
"express": "^4.18.3"
}
}
2 changes: 1 addition & 1 deletion playground/css-lightningcss/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"lightningcss": "^1.24.0"
"lightningcss": "^1.24.1"
}
}
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"less": "^4.2.0",
"magic-string": "^0.30.8",
"sass": "^1.71.1",
"sass": "^1.72.0",
"stylus": "^0.63.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -24,7 +24,7 @@
"fast-glob": "^3.3.2",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.71.1",
"sass": "^1.72.0",
"stylus": "^0.63.0",
"sugarss": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.3",
"terser": "^5.29.1"
"terser": "^5.29.2"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.71.1"
"sass": "^1.72.0"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"clipboard": "^2.0.11",
"@vitejs/longfilename-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": "file:./longfilename",
"@vitejs/test-dep-alias-using-absolute-path": "file:./dep-alias-using-absolute-path",
Expand Down
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -18,7 +18,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts"
},
"devDependencies": {
"terser": "^5.29.1",
"terser": "^5.29.2",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-webworker/package.json
Expand Up @@ -13,7 +13,7 @@
"@vitejs/test-worker-exports": "file:./worker-exports"
},
"devDependencies": {
"miniflare": "^3.20240304.0",
"miniflare": "^3.20240304.2",
"@vitejs/test-resolve-linked": "workspace:*"
}
}

0 comments on commit 842643d

Please sign in to comment.