Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#17820)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
  • Loading branch information
renovate[bot] and bluwy committed Aug 5, 2024
1 parent d1891fd commit bb2f8bb
Show file tree
Hide file tree
Showing 23 changed files with 512 additions and 743 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"rollup",
"node",
"typescript",
"eslint-plugin-react-hooks", // prevent bumping to messy -rc-<hash>-<date>

// pinned
"slash3",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 # v44.5.6
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7
with:
files: |
docs/**
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"docs-serve": "vitepress serve"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.12.0",
"@shikijs/vitepress-twoslash": "^1.12.1",
"@types/express": "^4.17.21",
"feed": "^4.2.2",
"vitepress": "1.3.1",
"vue": "^3.4.34"
"vue": "^3.4.35"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,33 @@
"@types/etag": "^1.8.3",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.14.13",
"@types/node": "^20.14.14",
"@types/picomatch": "^3.0.0",
"@types/stylus": "^0.48.42",
"@types/ws": "^8.5.12",
"@vitejs/release-scripts": "^1.3.1",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.8.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-regexp": "^2.6.0",
"execa": "^9.3.0",
"globals": "^15.8.0",
"lint-staged": "^15.2.7",
"globals": "^15.9.0",
"lint-staged": "^15.2.8",
"npm-run-all2": "^6.2.2",
"picocolors": "^1.0.1",
"playwright-chromium": "^1.45.3",
"prettier": "3.3.3",
"rimraf": "^5.0.9",
"rimraf": "^5.0.10",
"rollup": "^4.13.0",
"rollup-plugin-esbuild": "^6.1.1",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.6.3",
"tsx": "^4.16.2",
"tsx": "^4.16.5",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "workspace:*",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand Down
8 changes: 4 additions & 4 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@eslint/js": "^9.8.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.5.0",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.7",
"globals": "^15.6.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.3.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@eslint/js": "^9.8.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.5.0",
"eslint": "^9.8.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.6.0",
"globals": "^15.9.0",
"vite": "^5.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.3",
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.1.2",
"vite": "^5.3.5"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"browserslist": "^4.23.2",
"@babel/preset-env": "^7.25.3",
"browserslist": "^4.23.3",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.37.1",
"core-js": "^3.38.0",
"magic-string": "^0.30.11",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.15.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@babel/parser": "^7.25.0",
"@babel/parser": "^7.25.3",
"@jridgewell/trace-mapping": "^0.3.25",
"@polka/compression": "^1.0.0-next.25",
"@rollup/plugin-alias": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.4.34",
"@vue/shared": "^3.4.34"
"vue": "^3.4.35",
"@vue/shared": "^3.4.35"
},
"devDependencies": {
"@vitejs/test-resolve-linked": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vue": "^3.4.34"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-requires/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vue": "^3.4.34"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion playground/external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:*",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vue32": "npm:vue@~3.2.0"
}
}
2 changes: 1 addition & 1 deletion playground/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@vitejs/test-json-module": "file:./json-module",
"express": "^4.19.2",
"vue": "^3.4.34"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion playground/object-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps-no-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@vitejs/test-dep-no-discovery": "file:./dep-no-discovery",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vuex": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions playground/optimize-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.3",
"clipboard": "^2.0.11",
"@vitejs/longfilename-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": "file:./longfilename",
"@vitejs/test-dep-alias-using-absolute-path": "file:./dep-alias-using-absolute-path",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": "^18.3.1",
"@vitejs/test-resolve-linked": "workspace:0.0.0",
"url": "^0.11.4",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vuex": "^4.1.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-webworker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/test-worker-exports": "file:./worker-exports"
},
"devDependencies": {
"miniflare": "^3.20240718.1",
"miniflare": "^3.20240725.0",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.7",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.4.35",
"vue-router": "^4.4.2"
},
"devDependencies": {
"ts-node": "^10.9.2"
Expand Down
Loading

0 comments on commit bb2f8bb

Please sign in to comment.