chore(deps): update all patch dependencies (#13714)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-28 17:05:21 +08:00
committed by GitHub
parent 02f7fb8717
commit a5cac127e8
11 changed files with 569 additions and 422 deletions

View File

@@ -35,7 +35,7 @@ jobs:
run: npm run build:site run: npm run build:site
- name: Deploy for GitHub 🚀 - name: Deploy for GitHub 🚀
uses: JamesIves/github-pages-deploy-action@v4.7.4 uses: JamesIves/github-pages-deploy-action@v4.7.6
with: with:
branch: gh-pages branch: gh-pages
folder: packages/vant/site-dist folder: packages/vant/site-dist

View File

@@ -29,6 +29,6 @@
"prettier": "^3.7.4" "prettier": "^3.7.4"
}, },
"overrides": { "overrides": {
"esbuild": "^0.27.1" "esbuild": "^0.27.2"
} }
} }

View File

@@ -30,13 +30,13 @@
"dependencies": { "dependencies": {
"enquirer": "2.4.1", "enquirer": "2.4.1",
"fast-glob": "^3.3.3", "fast-glob": "^3.3.3",
"fs-extra": "^11.3.2", "fs-extra": "^11.3.3",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"rslog": "^1.3.2" "rslog": "^1.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/node": "^22.19.1", "@types/node": "^22.19.3",
"rimraf": "^6.1.2", "rimraf": "^6.1.2",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },

View File

@@ -37,7 +37,7 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.18.3", "@rslib/core": "^0.18.6",
"typescript": "^5.9.3" "typescript": "^5.9.3"
} }
} }

View File

@@ -37,7 +37,7 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.18.3", "@rslib/core": "^0.18.6",
"typescript": "^5.9.3" "typescript": "^5.9.3"
} }
} }

View File

@@ -33,24 +33,24 @@
"dependencies": { "dependencies": {
"@babel/core": "^7.28.5", "@babel/core": "^7.28.5",
"@babel/preset-typescript": "^7.28.5", "@babel/preset-typescript": "^7.28.5",
"@rsbuild/core": "^1.6.13", "@rsbuild/core": "^1.6.15",
"@rsbuild/plugin-babel": "^1.0.6", "@rsbuild/plugin-babel": "^1.0.6",
"@rsbuild/plugin-less": "^1.5.0", "@rsbuild/plugin-less": "^1.5.0",
"@rsbuild/plugin-sass": "^1.4.0", "@rsbuild/plugin-sass": "^1.4.0",
"@rsbuild/plugin-vue": "^1.2.0", "@rsbuild/plugin-vue": "^1.2.2",
"@rsbuild/plugin-vue-jsx": "^1.1.1", "@rsbuild/plugin-vue-jsx": "^1.1.1",
"@vant/eslint-config": "workspace:^", "@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^", "@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0", "@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/babel-plugin-jsx": "^2.0.1", "@vue/babel-plugin-jsx": "^2.0.1",
"autoprefixer": "^10.4.22", "autoprefixer": "^10.4.23",
"commander": "^14.0.2", "commander": "^14.0.2",
"enquirer": "2.4.1", "enquirer": "2.4.1",
"esbuild": "^0.27.1", "esbuild": "^0.27.2",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"fast-glob": "^3.3.3", "fast-glob": "^3.3.3",
"fs-extra": "^11.3.2", "fs-extra": "^11.3.3",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"husky": "^9.1.7", "husky": "^9.1.7",
@@ -69,16 +69,16 @@
"transliteration": "^2.6.0", "transliteration": "^2.6.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vite": "^5.4.20", "vite": "^5.4.20",
"vue-router": "^4.6.3" "vue-router": "^4.6.4"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.8", "@types/less": "^3.0.8",
"@types/lodash": "^4.17.21", "@types/lodash": "^4.17.21",
"@types/markdown-it": "^14.1.2", "@types/markdown-it": "^14.1.2",
"@types/node": "^22.19.1", "@types/node": "^22.19.3",
"rimraf": "^6.1.2", "rimraf": "^6.1.2",
"vue": "^3.5.25" "vue": "^3.5.26"
}, },
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"

View File

@@ -33,10 +33,10 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.18.3", "@rslib/core": "^0.18.6",
"@vue/runtime-core": "^3.5.25", "@vue/runtime-core": "^3.5.26",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vant": "workspace:*", "vant": "workspace:*",
"vue": "^3.5.25" "vue": "^3.5.26"
} }
} }

View File

@@ -37,7 +37,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@rslib/core": "^0.18.3", "@rslib/core": "^0.18.6",
"typescript": "^5.9.3" "typescript": "^5.9.3"
} }
} }

View File

@@ -36,9 +36,9 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.18.3", "@rslib/core": "^0.18.6",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vue": "^3.5.25" "vue": "^3.5.26"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"

View File

@@ -48,13 +48,13 @@
"dependencies": { "dependencies": {
"@vant/popperjs": "workspace:^", "@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^", "@vant/use": "workspace:^",
"@vue/shared": "^3.5.25" "@vue/shared": "^3.5.26"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.19.1", "@types/node": "^22.19.3",
"@vant/area-data": "workspace:*", "@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*", "@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*", "@vant/eslint-config": "workspace:*",
@@ -62,7 +62,7 @@
"@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0", "@vitejs/plugin-vue-jsx": "^4.2.0",
"@vitest/coverage-istanbul": "^3.2.4", "@vitest/coverage-istanbul": "^3.2.4",
"@vue/runtime-core": "^3.5.25", "@vue/runtime-core": "^3.5.26",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"csstype": "^3.2.3", "csstype": "^3.2.3",
"diffable-html": "^6.0.1", "diffable-html": "^6.0.1",
@@ -71,8 +71,8 @@
"vite": "^5.4.20", "vite": "^5.4.20",
"vitest": "^3.2.4", "vitest": "^3.2.4",
"vitest-canvas-mock": "^0.3.3", "vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.25", "vue": "^3.5.26",
"vue-router": "^4.6.3" "vue-router": "^4.6.4"
}, },
"sideEffects": [ "sideEffects": [
"es/**/style/*", "es/**/style/*",

941
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff