mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
chore(deps): update all non-major dependencies (#17734)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4fc9b6424c
commit
998373120c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4 # v44.5.5
|
||||
uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 # v44.5.6
|
||||
with:
|
||||
files: |
|
||||
docs/**
|
||||
|
@ -8,10 +8,10 @@
|
||||
"docs-serve": "vitepress serve"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@shikijs/vitepress-twoslash": "^1.10.3",
|
||||
"@shikijs/vitepress-twoslash": "^1.11.0",
|
||||
"@types/express": "^4.17.21",
|
||||
"feed": "^4.2.2",
|
||||
"vitepress": "1.3.1",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
10
package.json
10
package.json
@ -51,7 +51,7 @@
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/less": "^3.0.6",
|
||||
"@types/micromatch": "^4.0.9",
|
||||
"@types/node": "^20.14.10",
|
||||
"@types/node": "^20.14.11",
|
||||
"@types/picomatch": "^3.0.0",
|
||||
"@types/stylus": "^0.48.42",
|
||||
"@types/ws": "^8.5.11",
|
||||
@ -67,7 +67,7 @@
|
||||
"lint-staged": "^15.2.7",
|
||||
"npm-run-all2": "^6.2.2",
|
||||
"picocolors": "^1.0.1",
|
||||
"playwright-chromium": "^1.45.2",
|
||||
"playwright-chromium": "^1.45.3",
|
||||
"prettier": "3.3.3",
|
||||
"rimraf": "^5.0.9",
|
||||
"rollup": "^4.13.0",
|
||||
@ -76,9 +76,9 @@
|
||||
"tslib": "^2.6.3",
|
||||
"tsx": "^4.16.2",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript-eslint": "^7.16.1",
|
||||
"typescript-eslint": "^7.17.0",
|
||||
"vite": "workspace:*",
|
||||
"vitest": "^2.0.3"
|
||||
"vitest": "^2.0.4"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm exec lint-staged --concurrent false"
|
||||
@ -97,7 +97,7 @@
|
||||
"eslint --cache --fix"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@9.5.0",
|
||||
"packageManager": "pnpm@9.6.0",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "workspace:*"
|
||||
|
@ -16,12 +16,12 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
||||
"@typescript-eslint/parser": "^7.16.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
||||
"@typescript-eslint/parser": "^7.17.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-react-refresh": "^0.4.8",
|
||||
"eslint-plugin-react-refresh": "^0.4.9",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.4"
|
||||
}
|
||||
|
@ -18,9 +18,9 @@
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-react": "^7.34.4",
|
||||
"eslint-plugin-react": "^7.35.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-react-refresh": "^0.4.8",
|
||||
"eslint-plugin-react-refresh": "^0.4.9",
|
||||
"vite": "^5.3.4"
|
||||
}
|
||||
}
|
||||
|
@ -9,12 +9,12 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.0.5",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.4",
|
||||
"vue-tsc": "^2.0.26"
|
||||
"vue-tsc": "^2.0.28"
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.0.5",
|
||||
|
@ -149,7 +149,7 @@
|
||||
"tsconfck": "^3.1.1",
|
||||
"tslib": "^2.6.3",
|
||||
"types": "link:./types",
|
||||
"ufo": "^1.5.3",
|
||||
"ufo": "^1.5.4",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -11,8 +11,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"aliased-module": "file:./dir/module",
|
||||
"vue": "^3.4.31",
|
||||
"@vue/shared": "^3.4.31"
|
||||
"vue": "^3.4.33",
|
||||
"@vue/shared": "^3.4.33"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/test-resolve-linked": "workspace:*"
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.77.8",
|
||||
"tailwindcss": "^3.4.5",
|
||||
"tailwindcss": "^3.4.6",
|
||||
"fast-glob": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
"@vitejs/test-scss-proxy-dep": "file:./scss-proxy-dep",
|
||||
"fast-glob": "^3.3.2",
|
||||
"less": "^4.2.0",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"postcss-nested": "^6.2.0",
|
||||
"sass": "^1.77.8",
|
||||
"stylus": "^0.63.0",
|
||||
"sugarss": "^4.0.1"
|
||||
|
@ -10,6 +10,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"dependencies": {
|
||||
"slash3": "npm:slash@^3.0.0",
|
||||
"slash5": "npm:slash@^5.1.0",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"dependencies": {
|
||||
"slash3": "npm:slash@^3.0.0",
|
||||
"slash5": "npm:slash@^5.1.0",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
2
playground/external/package.json
vendored
2
playground/external/package.json
vendored
@ -17,7 +17,7 @@
|
||||
"slash3": "npm:slash@^3.0.0",
|
||||
"slash5": "npm:slash@^5.1.0",
|
||||
"vite": "workspace:*",
|
||||
"vue": "^3.4.31",
|
||||
"vue": "^3.4.33",
|
||||
"vue32": "npm:vue@~3.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,6 @@
|
||||
"devDependencies": {
|
||||
"@vitejs/test-json-module": "file:./json-module",
|
||||
"express": "^4.19.2",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
@ -18,6 +18,6 @@
|
||||
"vite": "workspace:*",
|
||||
"@vitejs/plugin-legacy": "workspace:*",
|
||||
"express": "^4.19.2",
|
||||
"terser": "^5.31.2"
|
||||
"terser": "^5.31.3"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/test-dep-no-discovery": "file:./dep-no-discovery",
|
||||
"vue": "^3.4.31",
|
||||
"vue": "^3.4.33",
|
||||
"vuex": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -44,7 +44,7 @@
|
||||
"react-dom": "^18.3.1",
|
||||
"@vitejs/test-resolve-linked": "workspace:0.0.0",
|
||||
"url": "^0.11.3",
|
||||
"vue": "^3.4.31",
|
||||
"vue": "^3.4.33",
|
||||
"vuex": "^4.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
|
@ -18,7 +18,7 @@
|
||||
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"terser": "^5.31.2",
|
||||
"terser": "^5.31.3",
|
||||
"@vitejs/test-dep-a": "file:./dep-a",
|
||||
"@vitejs/test-dep-including-a": "file:./dep-including-a"
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
"@vitejs/test-worker-exports": "file:./worker-exports"
|
||||
},
|
||||
"devDependencies": {
|
||||
"miniflare": "^3.20240701.0",
|
||||
"miniflare": "^3.20240718.0",
|
||||
"@vitejs/test-resolve-linked": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"tailwindcss": "^3.4.5"
|
||||
"tailwindcss": "^3.4.6"
|
||||
}
|
||||
}
|
||||
|
@ -10,8 +10,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.19",
|
||||
"tailwindcss": "^3.4.5",
|
||||
"vue": "^3.4.31",
|
||||
"tailwindcss": "^3.4.6",
|
||||
"vue": "^3.4.33",
|
||||
"vue-router": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
654
pnpm-lock.yaml
654
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user