Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#16028)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 27, 2024
1 parent ff4c834 commit 7cfe80d
Show file tree
Hide file tree
Showing 33 changed files with 409 additions and 390 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@3f54ebb830831fc121d3263c1857cfbdc310cdb9 # v42.0.4
uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 # v42.0.5
with:
files: |
docs/**
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -53,17 +53,17 @@
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/picomatch": "^2.3.3",
"@types/sass": "~1.43.1",
"@types/semver": "^7.5.7",
"@types/semver": "^7.5.8",
"@types/stylus": "^0.48.42",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
Expand All @@ -85,9 +85,9 @@
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "workspace:*",
"vitepress": "1.0.0-rc.43",
"vitest": "^1.3.0",
"vue": "^3.4.19"
"vitepress": "1.0.0-rc.44",
"vitest": "^1.3.1",
"vue": "^3.4.20"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -106,7 +106,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.19.5"
"preact": "^10.19.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.19.5"
"preact": "^10.19.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
Expand Down
8 changes: 4 additions & 4 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.56",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-react/package.json
Expand Up @@ -14,10 +14,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.11",
"svelte": "^4.2.12",
"svelte-check": "^3.6.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
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": "^3.0.2",
"svelte": "^4.2.11",
"svelte": "^4.2.12",
"vite": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.19"
"vue": "^3.4.20"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.19"
"vue": "^3.4.20"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -95,7 +95,7 @@
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.23.9",
"@jridgewell/trace-mapping": "^0.3.22",
"@jridgewell/trace-mapping": "^0.3.23",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
Expand All @@ -116,7 +116,7 @@
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"dep-types": "link:./src/types",
"dotenv": "^16.4.4",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"es-module-lexer": "^1.4.1",
"escape-html": "^1.0.3",
Expand All @@ -125,10 +125,10 @@
"fast-glob": "^3.3.2",
"http-proxy": "^1.18.1",
"launch-editor-middleware": "^2.6.1",
"lightningcss": "^1.23.0",
"lightningcss": "^1.24.0",
"magic-string": "^0.30.7",
"micromatch": "^4.0.5",
"mlly": "^1.5.0",
"mlly": "^1.6.1",
"mrmime": "^2.0.0",
"open": "^8.4.2",
"parse5": "^7.1.2",
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.4.19",
"@vue/shared": "^3.4.19"
"vue": "^3.4.20",
"@vue/shared": "^3.4.20"
},
"devDependencies": {
"@vitejs/test-resolve-linked": "workspace:*"
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.0",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"fast-glob": "^3.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css-lightningcss-proxy/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"lightningcss": "^1.23.0",
"lightningcss": "^1.24.0",
"express": "^4.18.2"
}
}
2 changes: 1 addition & 1 deletion playground/css-lightningcss/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"lightningcss": "^1.23.0"
"lightningcss": "^1.24.0"
}
}
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.7",
"sass": "^1.71.0",
"sass": "^1.71.1",
"stylus": "^0.62.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.0",
"sass": "^1.71.1",
"stylus": "^0.62.0",
"sugarss": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.19"
"vue": "^3.4.20"
}
}
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.4.19"
"vue": "^3.4.20"
}
}
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.4.19"
"vue": "^3.4.20"
}
}
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.4.19",
"vue": "^3.4.20",
"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.4.19"
"vue": "^3.4.20"
}
}
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.27.1"
"terser": "^5.28.1"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.71.0"
"sass": "^1.71.1"
}
}
2 changes: 1 addition & 1 deletion playground/object-hooks/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.19"
"vue": "^3.4.20"
}
}
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.4.19",
"vue": "^3.4.20",
"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.4.19",
"vue": "^3.4.20",
"vuex": "^4.1.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0"
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.27.1",
"terser": "^5.28.1",
"@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 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"es5-ext": "0.10.62",
"es5-ext": "0.10.63",
"normalize.css": "^8.0.1",
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",
"@vitejs/test-resolve-browser-field": "link:./browser-field",
Expand Down
2 changes: 1 addition & 1 deletion playground/resolve/sharp-dir/package.json
Expand Up @@ -4,6 +4,6 @@
"version": "1.0.0",
"main": "./index.cjs",
"dependencies": {
"es5-ext": "0.10.62"
"es5-ext": "0.10.63"
}
}
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.20240129.3",
"miniflare": "^3.20240208.0",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"autoprefixer": "^10.4.17",
"tailwindcss": "^3.4.1",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
"vue": "^3.4.20",
"vue-router": "^4.3.0"
},
"devDependencies": {
"ts-node": "^10.9.2"
Expand Down

0 comments on commit 7cfe80d

Please sign in to comment.