Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#15304)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2023
1 parent 00669e1 commit bb07f60
Show file tree
Hide file tree
Showing 37 changed files with 671 additions and 676 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@1c938490c880156b746568a518594309cfb3f66b # v40.2.1
uses: tj-actions/changed-files@94549999469dbfa032becf298d95c87a14c34394 # v40.2.2
with:
files: |
docs/**
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -41,7 +41,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.23.5",
"@babel/types": "^7.23.6",
"@eslint-types/import": "^2.29.0-1",
"@eslint-types/typescript-eslint": "^6.12.0",
"@rollup/plugin-typescript": "^11.1.5",
Expand All @@ -56,20 +56,20 @@
"@types/json-stable-stringify": "^1.0.36",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"@types/picomatch": "^2.3.3",
"@types/semver": "^7.5.6",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.42",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.55.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-regexp": "^2.1.2",
"execa": "^8.0.1",
"feed": "^4.2.2",
Expand All @@ -78,7 +78,7 @@
"npm-run-all2": "^6.1.1",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.40.1",
"prettier": "3.1.0",
"prettier": "3.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.2.0",
"semver": "^7.5.4",
Expand All @@ -89,8 +89,8 @@
"unbuild": "^2.0.0",
"vite": "workspace:*",
"vitepress": "1.0.0-rc.31",
"vitest": "^1.0.0-beta.6",
"vue": "^3.3.9"
"vitest": "^1.0.4",
"vue": "^3.3.11"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -109,7 +109,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"pnpm": {
"overrides": {
"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.0.4"
"vite": "^5.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -12,6 +12,6 @@
"lit": "^3.1.0"
},
"devDependencies": {
"vite": "^5.0.4"
"vite": "^5.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.19.2"
"preact": "^10.19.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.7.0",
"typescript": "^5.2.2",
"vite": "^5.0.4"
"vite": "^5.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.19.2"
"preact": "^10.19.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.7.0",
"vite": "^5.0.4"
"vite": "^5.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-qwik-ts/package.json
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.0.4"
"vite": "^5.0.7"
},
"dependencies": {
"@builder.io/qwik": "^1.2.19"
"@builder.io/qwik": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-qwik/package.json
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.0.4"
"vite": "^5.0.7"
},
"dependencies": {
"@builder.io/qwik": "^1.2.19"
"@builder.io/qwik": "^1.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,15 +14,15 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.41",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.4"
"vite": "^5.0.7"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Expand Up @@ -14,13 +14,13 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.41",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.4"
"vite": "^5.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-solid-ts/package.json
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.0.4",
"vite-plugin-solid": "^2.7.2"
"vite": "^5.0.7",
"vite-plugin-solid": "^2.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-solid/package.json
Expand Up @@ -12,7 +12,7 @@
"solid-js": "^1.8.7"
},
"devDependencies": {
"vite": "^5.0.4",
"vite-plugin-solid": "^2.7.2"
"vite": "^5.0.7",
"vite-plugin-solid": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -16,6 +16,6 @@
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.4"
"vite": "^5.0.7"
}
}
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.1",
"svelte": "^4.2.8",
"vite": "^5.0.4"
"vite": "^5.0.7"
}
}
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.0.4"
"vite": "^5.0.7"
}
}
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.0.4"
"vite": "^5.0.7"
}
}
8 changes: 4 additions & 4 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.9"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.4",
"vue-tsc": "^1.8.24"
"vite": "^5.0.7",
"vue-tsc": "^1.8.25"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-vue/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.9"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.1",
"vite": "^5.0.4"
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.7"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Expand Up @@ -41,10 +41,10 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"browserslist": "^4.22.2",
"core-js": "^3.33.3",
"core-js": "^3.34.0",
"magic-string": "^0.30.5",
"regenerator-runtime": "^0.14.0",
"systemjs": "^6.14.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -83,7 +83,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.23.5",
"@babel/parser": "^7.23.6",
"@jridgewell/trace-mapping": "^0.3.20",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -95,7 +95,7 @@
"@types/escape-html": "^1.0.4",
"@types/pnpapi": "^0.0.5",
"acorn": "^8.11.2",
"acorn-walk": "^8.3.0",
"acorn-walk": "^8.3.1",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"connect": "^3.7.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"tslib": "^2.6.2",
"types": "link:./types",
"ufo": "^1.3.2",
"ws": "^8.14.2"
"ws": "^8.15.0"
},
"peerDependencies": {
"@types/node": "^18.0.0 || >=20.0.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/alias/package.json
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.3.9",
"@vue/shared": "^3.3.9"
"vue": "^3.3.11",
"@vue/shared": "^3.3.11"
},
"devDependencies": {
"@vitejs/test-resolve-linked": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"fast-glob": "^3.3.2"
}
}
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.9"
"vue": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-imports/package.json
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vue": "^3.3.9"
"vue": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-requires/package.json
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vue": "^3.3.9"
"vue": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion playground/external/package.json
Expand Up @@ -17,7 +17,7 @@
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:*",
"vue": "^3.3.9",
"vue": "^3.3.11",
"vue32": "npm:vue@~3.2.0"
}
}
2 changes: 1 addition & 1 deletion playground/json/package.json
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@vitejs/test-json-module": "file:./json-module",
"express": "^4.18.2",
"vue": "^3.3.9"
"vue": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.2",
"terser": "^5.24.0"
"terser": "^5.26.0"
}
}
2 changes: 1 addition & 1 deletion playground/object-hooks/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.9"
"vue": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps-no-discovery/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@vitejs/test-dep-no-discovery": "file:./dep-no-discovery",
"vue": "^3.3.9",
"vue": "^3.3.11",
"vuex": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -41,7 +41,7 @@
"react-dom": "^18.2.0",
"@vitejs/test-resolve-linked": "workspace:0.0.0",
"url": "^0.11.3",
"vue": "^3.3.9",
"vue": "^3.3.11",
"vuex": "^4.1.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0"
Expand Down

0 comments on commit bb07f60

Please sign in to comment.