Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#14460)
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 Sep 25, 2023
1 parent fdd4669 commit b77bff0
Show file tree
Hide file tree
Showing 24 changed files with 337 additions and 532 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@76c4d81a6acd339b55bd7407a016981c853eb702 # v39.0.3
uses: tj-actions/changed-files@8238a4103220c636f2dad328ead8a7c8dbe316a3 # v39.2.0
with:
files: |
docs/**
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -48,23 +48,23 @@
"@types/babel__preset-env": "^7.9.3",
"@types/convert-source-map": "^2.0.1",
"@types/cross-spawn": "^6.0.3",
"@types/debug": "^4.1.8",
"@types/estree": "^1.0.1",
"@types/debug": "^4.1.9",
"@types/estree": "^1.0.2",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^11.0.2",
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.4",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.17.17",
"@types/picomatch": "^2.3.0",
"@types/node": "^18.17.19",
"@types/picomatch": "^2.3.1",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.39",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
Expand All @@ -74,18 +74,18 @@
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.38.0",
"playwright-chromium": "^1.38.1",
"prettier": "3.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.29.2",
"simple-git-hooks": "^2.9.0",
"tslib": "^2.6.2",
"tsx": "^3.12.10",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "workspace:*",
"vitepress": "1.0.0-rc.14",
"vitest": "^0.34.4",
"vitepress": "1.0.0-rc.20",
"vitest": "^0.34.5",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Expand Up @@ -34,7 +34,7 @@
"funding": "https://github.com/vitejs/vite?sponsor=1",
"devDependencies": {
"@types/minimist": "^1.2.2",
"@types/prompts": "^2.4.4",
"@types/prompts": "^2.4.5",
"cross-spawn": "^7.0.3",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/package.json
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.2.11"
"@builder.io/qwik": "^1.2.12"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/package.json
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.2.11"
"@builder.io/qwik": "^1.2.12"
}
}
10 changes: 5 additions & 5 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,12 +14,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.49.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.50.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Expand Up @@ -14,10 +14,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.49.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.50.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.7.11"
"solid-js": "^1.7.12"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.7.11"
"solid-js": "^1.7.12"
},
"devDependencies": {
"vite": "^4.4.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"svelte": "^4.2.0",
"svelte": "^4.2.1",
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
"vue-tsc": "^1.8.13"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"browserslist": "^4.21.10",
"browserslist": "^4.21.11",
"core-js": "^3.32.2",
"magic-string": "^0.30.3",
"regenerator-runtime": "^0.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -77,7 +77,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.19.3",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"rollup": "^3.29.2"
},
"optionalDependencies": {
Expand All @@ -96,7 +96,7 @@
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/pluginutils": "^5.0.4",
"@types/escape-html": "^1.0.2",
"@types/pnpapi": "^0.0.2",
"@types/pnpapi": "^0.0.3",
"acorn": "^8.10.0",
"acorn-import-assertions": "^1.9.0",
"acorn-walk": "^8.2.0",
Expand Down Expand Up @@ -143,7 +143,7 @@
"tslib": "^2.6.2",
"types": "link:./types",
"ufo": "^1.3.0",
"ws": "^8.14.1"
"ws": "^8.14.2"
},
"peerDependencies": {
"@types/node": "^18.0.0 || >=20.0.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.67.0",
"sass": "^1.68.0",
"tailwindcss": "^3.3.3",
"fast-glob": "^3.3.1"
}
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.198",
"@types/lodash": "^4.14.199",
"lodash": "^4.17.21"
}
}
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.3",
"sass": "^1.67.0",
"sass": "^1.68.0",
"stylus": "^0.60.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -23,7 +23,7 @@
"fast-glob": "^3.3.1",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.67.0",
"sass": "^1.68.0",
"stylus": "^0.60.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.2",
"terser": "^5.19.4"
"terser": "^5.20.0"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.67.0"
"sass": "^1.68.0"
}
}
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.19.4",
"terser": "^5.20.0",
"@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 @@ -11,7 +11,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"miniflare": "^3.20230904.0",
"miniflare": "^3.20230918.0",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"tailwindcss": "^3.3.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"ts-node": "^10.9.1"
Expand Down

0 comments on commit b77bff0

Please sign in to comment.