From fc7608d939e3de03e3704af3c4d0a8cd682da2fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:24:58 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/actions/ci-setup/action.yml | 2 +- .github/workflows/docs-deploy.yml | 2 +- docs/package.json | 10 +++++----- package.json | 16 ++++++++-------- packages/create-uozi-admin/package.json | 4 ++-- packages/create-uozi-admin/template/package.json | 10 +++++----- packages/curd/package.json | 10 +++++----- packages/directives/package.json | 2 +- packages/layout-antdv/package.json | 2 +- packages/shared-config/package.json | 8 ++++---- playground/package.json | 2 +- 11 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/actions/ci-setup/action.yml b/.github/actions/ci-setup/action.yml index 2441324e..799f006d 100644 --- a/.github/actions/ci-setup/action.yml +++ b/.github/actions/ci-setup/action.yml @@ -11,7 +11,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.13.0 + node-version: 24.14.0 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index fcfb68fb..f178db41 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Pnpm uses: pnpm/action-setup@v3 with: - version: 10.28.1 + version: 10.30.3 - name: Setup Node uses: actions/setup-node@v6 diff --git a/docs/package.json b/docs/package.json index fadd24f0..954b13dd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,9 +10,9 @@ }, "author": "Akino", "devDependencies": { - "glob": "^13.0.0", - "mermaid": "^11.12.2", - "postcss": "^8.5.6", + "glob": "^13.0.6", + "mermaid": "^11.12.3", + "postcss": "^8.5.8", "tsx": "^4.21.0", "vitepress": "^1.6.4", "vitepress-demo-plugin": "^1.5.1", @@ -22,11 +22,11 @@ "@ant-design/icons-vue": "^7.0.1", "@uozi-admin/curd": "workspace:*", "@uozi-admin/layout-antdv": "workspace:*", - "@vueuse/router": "^14.1.0", + "@vueuse/router": "^14.2.1", "ant-design-vue": "^4.2.6", "dayjs": "^1.11.19", "lodash-es": "^4.17.23", - "vue": "^3.5.27", + "vue": "^3.5.29", "vue-router": "^4.6.4" } } diff --git a/package.json b/package.json index 2e97fa50..84fac386 100644 --- a/package.json +++ b/package.json @@ -16,28 +16,28 @@ "test": "pnpm -F curd test" }, "dependencies": { - "vue": "^3.5.27" + "vue": "^3.5.29" }, "devDependencies": { - "@antfu/eslint-config": "^7.2.0", - "@changesets/changelog-github": "^0.5.2", - "@changesets/cli": "^2.29.8", + "@antfu/eslint-config": "^7.6.1", + "@changesets/changelog-github": "^0.6.0", + "@changesets/cli": "^2.30.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/vue": "^8.1.0", "@types/lodash-es": "^4.17.12", "chalk": "^5.6.2", - "eslint": "^9.39.2", + "eslint": "^9.39.3", "jsdom": "^27.4.0", - "ora": "^9.1.0", + "ora": "^9.3.0", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "5.9.3", - "unocss": "^66.6.0", + "unocss": "^66.6.4", "unocss-preset-chinese": "^0.3.3", "unocss-preset-ease": "^0.0.4", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", "vitest": "^4.0.18", - "vue-tsc": "^3.2.3" + "vue-tsc": "^3.2.5" } } diff --git a/packages/create-uozi-admin/package.json b/packages/create-uozi-admin/package.json index 1adb5f04..7a62f65a 100644 --- a/packages/create-uozi-admin/package.json +++ b/packages/create-uozi-admin/package.json @@ -33,9 +33,9 @@ "@types/minimist": "^1.2.5", "@types/prompts": "^2.4.9", "cross-spawn": "^7.0.6", - "fs-extra": "^11.3.3", + "fs-extra": "^11.3.4", "minimist": "^1.2.8", - "ora": "^9.1.0", + "ora": "^9.3.0", "picocolors": "^1.1.1", "prompts": "^2.4.2", "typescript": "5.9.3", diff --git a/packages/create-uozi-admin/template/package.json b/packages/create-uozi-admin/template/package.json index 97f1b3dc..94bb400f 100644 --- a/packages/create-uozi-admin/template/package.json +++ b/packages/create-uozi-admin/template/package.json @@ -18,17 +18,17 @@ }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", - "@iconify-json/tabler": "^1.2.26", + "@iconify-json/tabler": "^1.2.28", "@uozi-admin/curd": "^4.19.2", "@uozi-admin/layout-antdv": "^1.3.0", "@uozi-admin/request": "^2.9.1", - "@vueuse/core": "^14.1.0", + "@vueuse/core": "^14.2.1", "ant-design-vue": "^4.2.6", "lodash": "^4.17.23", "nprogress": "^0.2.0", "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", - "vue": "^3.5.27", + "vue": "^3.5.29", "vue-router": "^4.6.4", "vue3-gettext": "3.0.0-beta.6", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" @@ -40,8 +40,8 @@ "@types/lodash-es": "^4.17.12", "@types/nprogress": "^0.2.3", "@uozi-admin/shared-config": "^0.4.11", - "@vue/tsconfig": "^0.8.1", - "eslint": "^9.39.2", + "@vue/tsconfig": "^0.9.0", + "eslint": "^9.39.3", "less": "^4.5.1", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.3", diff --git a/packages/curd/package.json b/packages/curd/package.json index 02055db0..fa169451 100644 --- a/packages/curd/package.json +++ b/packages/curd/package.json @@ -39,17 +39,17 @@ }, "peerDependencies": { "@ant-design/icons-vue": ">=7.0.1", - "@vueuse/core": "^14.1.0", - "@vueuse/router": "^14.1.0", + "@vueuse/core": "^14.2.1", + "@vueuse/router": "^14.2.1", "ant-design-vue": ">=4.2.6", "dayjs": ">=1.11.19", "lodash-es": ">=4.17.23", - "vue": "^3.5.27", + "vue": "^3.5.29", "vue-router": ">=4.6.4" }, "devDependencies": { "@types/lodash-es": "^4.17.12", - "@types/node": "^22.19.7", + "@types/node": "^22.19.13", "@types/sortablejs": "^1.15.9", "@uozi-admin/shared-config": "workspace:*", "simple-git-hooks": "^2.13.1", @@ -62,7 +62,7 @@ }, "dependencies": { "scroll-into-view-if-needed": "^3.1.0", - "sortablejs": "^1.15.6", + "sortablejs": "^1.15.7", "vue-i18n": "^11.2.2", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" } diff --git a/packages/directives/package.json b/packages/directives/package.json index a9d900f3..12f91102 100644 --- a/packages/directives/package.json +++ b/packages/directives/package.json @@ -15,6 +15,6 @@ "provenance": true }, "peerDependencies": { - "vue": "^3.5.27" + "vue": "^3.5.29" } } diff --git a/packages/layout-antdv/package.json b/packages/layout-antdv/package.json index 99cda28b..33ee9c41 100644 --- a/packages/layout-antdv/package.json +++ b/packages/layout-antdv/package.json @@ -34,7 +34,7 @@ "peerDependencies": { "@ant-design/icons-vue": "^7.0.1", "ant-design-vue": "^4.2.6", - "vue": "^3.5.27", + "vue": "^3.5.29", "vue-router": "^4.6.4", "lodash-es": "^4.17.23" }, diff --git a/packages/shared-config/package.json b/packages/shared-config/package.json index 78ea7975..a0815fbf 100644 --- a/packages/shared-config/package.json +++ b/packages/shared-config/package.json @@ -29,15 +29,15 @@ "typecheck": "vue-tsc --noEmit" }, "peerDependencies": { - "unocss": ">=66.6.0", + "unocss": ">=66.6.4", "vite": ">=7.3.1" }, "dependencies": { - "@vitejs/plugin-vue": "^6.0.3", - "@vitejs/plugin-vue-jsx": "^5.1.3", + "@vitejs/plugin-vue": "^6.0.4", + "@vitejs/plugin-vue-jsx": "^5.1.4", "unplugin-auto-import": "^21.0.0", "unplugin-vue-components": "^31.0.0", "unplugin-vue-define-options": "^3.1.2", - "vite-plugin-vue-devtools": "^8.0.5" + "vite-plugin-vue-devtools": "^8.0.7" } } diff --git a/playground/package.json b/playground/package.json index b79a377b..d83f5e8f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -16,7 +16,7 @@ "ant-design-vue": "^4.2.6", "dayjs": "^1.11.19", "pinia": "^3.0.4", - "vue": "^3.5.27", + "vue": "^3.5.29", "vue-router": "^4.6.4", "vue3-gettext": "4.0.0-beta.1" },