Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#16376)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 60367ee commit 58a2938
Show file tree
Hide file tree
Showing 29 changed files with 487 additions and 470 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@eslint-types/typescript-eslint": "^7.2.0",
"@eslint-types/typescript-eslint": "^7.5.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.6",
Expand All @@ -53,7 +53,7 @@
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.12.3",
"@types/node": "^20.12.5",
"@types/picomatch": "^2.3.3",
"@types/semver": "^7.5.8",
"@types/stylus": "^0.48.42",
Expand All @@ -66,21 +66,21 @@
"eslint-define-config": "^2.1.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-regexp": "^2.4.0",
"eslint-plugin-regexp": "^2.5.0",
"execa": "^8.0.1",
"feed": "^4.2.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.42.1",
"playwright-chromium": "^1.43.0",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"semver": "^7.6.0",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.6.2",
"tsx": "^4.7.1",
"tsx": "^4.7.2",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -12,6 +12,6 @@
"lit": "^3.1.2"
},
"devDependencies": {
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"typescript": "^5.2.2",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"serve": "^14.2.1",
"typescript": "^5.2.2",
"vite": "^5.2.7"
"vite": "^5.2.8"
},
"dependencies": {
"@builder.io/qwik": "^1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"serve": "^14.2.1",
"vite": "^5.2.7"
"vite": "^5.2.8"
},
"dependencies": {
"@builder.io/qwik": "^1.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -15,14 +15,14 @@
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-react/package.json
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Expand Up @@ -12,7 +12,7 @@
"solid-js": "^1.8.16"
},
"devDependencies": {
"vite": "^5.2.7",
"vite": "^5.2.8",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -16,6 +16,6 @@
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"svelte": "^4.2.12",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.2.7",
"vue-tsc": "^2.0.7"
"vite": "^5.2.8",
"vue-tsc": "^2.0.11"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.7"
"vite": "^5.2.8"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Expand Up @@ -41,12 +41,12 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"browserslist": "^4.23.0",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.36.1",
"magic-string": "^0.30.8",
"magic-string": "^0.30.9",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.14.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@babel/parser": "^7.24.1",
"@babel/parser": "^7.24.4",
"@jridgewell/trace-mapping": "^0.3.25",
"@polka/compression": "^1.0.0-next.25",
"@rollup/plugin-alias": "^5.1.0",
Expand Down Expand Up @@ -127,7 +127,7 @@
"http-proxy": "^1.18.1",
"launch-editor-middleware": "^2.6.1",
"lightningcss": "^1.24.1",
"magic-string": "^0.30.8",
"magic-string": "^0.30.9",
"micromatch": "^4.0.5",
"mlly": "^1.6.1",
"mrmime": "^2.0.0",
Expand All @@ -144,7 +144,7 @@
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.3.1",
"sass": "^1.72.0",
"sass": "^1.74.1",
"sirv": "^2.0.4",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.1.0",
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.72.0",
"sass": "^1.74.1",
"tailwindcss": "^3.4.3",
"fast-glob": "^3.3.2"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/css-sourcemap/package.json
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"less": "^4.2.0",
"magic-string": "^0.30.8",
"sass": "^1.72.0",
"magic-string": "^0.30.9",
"sass": "^1.74.1",
"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.72.0",
"sass": "^1.74.1",
"stylus": "^0.63.0",
"sugarss": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/js-sourcemap/package.json
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@vitejs/test-importee-pkg": "file:importee-pkg",
"magic-string": "^0.30.8"
"magic-string": "^0.30.9"
}
}
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.19.2",
"terser": "^5.30.2"
"terser": "^5.30.3"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.72.0"
"sass": "^1.74.1"
}
}
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.30.2",
"terser": "^5.30.3",
"@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/resolve/package.json
Expand Up @@ -19,7 +19,7 @@
"#query": "./imports-path/query.json"
},
"dependencies": {
"@babel/runtime": "^7.24.1",
"@babel/runtime": "^7.24.4",
"es5-ext": "0.10.64",
"normalize.css": "^8.0.1",
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",
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.20240329.0",
"miniflare": "^3.20240404.0",
"@vitejs/test-resolve-linked": "workspace:*"
}
}

0 comments on commit 58a2938

Please sign in to comment.