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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-26 22:50:04 +08:00
committed by GitHub
parent e5e833e1e1
commit c0b3a0ad89
12 changed files with 513 additions and 1080 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: '22.22.0'
node-version: '22.22.2'
cache: 'pnpm'
- name: Install dependencies

View File

@@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: '22.22.0'
node-version: '22.22.2'
cache: 'pnpm'
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: '22.22.0'
node-version: '22.22.2'
cache: 'pnpm'
- name: Install dependencies
@@ -72,7 +72,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: '22.22.0'
node-version: '22.22.2'
cache: 'pnpm'
- name: Install dependencies

View File

@@ -29,6 +29,6 @@
"prettier": "^3.8.1"
},
"overrides": {
"esbuild": "^0.27.2"
"esbuild": "^0.27.4"
}
}

View File

@@ -30,14 +30,14 @@
"dependencies": {
"enquirer": "2.4.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.3",
"fs-extra": "^11.3.4",
"picocolors": "^1.1.1",
"rslog": "^2.1.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.10.9",
"rimraf": "^6.1.2",
"rimraf": "^6.1.3",
"typescript": "^5.9.3"
},
"publishConfig": {

View File

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

View File

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

View File

@@ -33,24 +33,24 @@
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-typescript": "^7.28.5",
"@rsbuild/core": "^1.7.2",
"@rsbuild/plugin-babel": "^1.1.0",
"@rsbuild/plugin-less": "^1.6.0",
"@rsbuild/plugin-sass": "^1.5.0",
"@rsbuild/plugin-vue": "^1.2.3",
"@rsbuild/core": "^1.7.4",
"@rsbuild/plugin-babel": "^1.1.2",
"@rsbuild/plugin-less": "^1.6.2",
"@rsbuild/plugin-sass": "^1.5.1",
"@rsbuild/plugin-vue": "^1.2.7",
"@rsbuild/plugin-vue-jsx": "^1.1.2",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/babel-plugin-jsx": "^2.0.1",
"autoprefixer": "^10.4.23",
"commander": "^14.0.2",
"autoprefixer": "^10.4.27",
"commander": "^14.0.3",
"enquirer": "2.4.1",
"esbuild": "^0.27.2",
"esbuild": "^0.27.4",
"eslint": "^8.57.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.3",
"fs-extra": "^11.3.4",
"hash-sum": "^2.0.0",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
@@ -60,13 +60,13 @@
"markdown-it-anchor": "^9.2.0",
"nano-staged": "^0.9.0",
"picocolors": "^1.1.1",
"postcss": "^8.5.6",
"postcss": "^8.5.8",
"postcss-load-config": "^6.0.1",
"prettier": "^3.8.1",
"rslog": "^2.1.0",
"rspack-plugin-virtual-module": "^1.0.1",
"terser": "^5.46.0",
"transliteration": "^2.6.0",
"terser": "^5.46.1",
"transliteration": "^2.6.1",
"typescript": "^5.9.3",
"vite": "^5.4.20",
"vue-router": "^4.6.4"
@@ -74,11 +74,11 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.8",
"@types/lodash": "^4.17.23",
"@types/lodash": "^4.17.24",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.10.9",
"rimraf": "^6.1.2",
"vue": "^3.5.26"
"rimraf": "^6.1.3",
"vue": "^3.5.31"
},
"engines": {
"node": ">=16.0.0"

View File

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

View File

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

View File

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

View File

@@ -48,7 +48,7 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.5.26"
"@vue/shared": "^3.5.31"
},
"peerDependencies": {
"vue": "^3.0.0"
@@ -64,14 +64,14 @@
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vue/runtime-core": "^3.5.26",
"@vue/runtime-core": "^3.5.31",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.2.3",
"diffable-html": "^6.0.1",
"jsdom": "^25.0.1",
"typescript": "^5.9.3",
"rstest-canvas-mock": "^0.0.5",
"vue": "^3.5.26",
"vue": "^3.5.31",
"vue-router": "^4.6.4"
},
"sideEffects": [

1527
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff