diff --git a/.github/actions/ci-setup/action.yml b/.github/actions/ci-setup/action.yml index 2441324e..1e67d5ab 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.16.0 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index cb3c8c27..2a09974a 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -27,12 +27,12 @@ jobs: - name: Setup Pnpm uses: pnpm/action-setup@v3 with: - version: 10.28.1 + version: 10.34.1 - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 22.22.3 cache: pnpm - name: Install Dependencies diff --git a/packages/curd/package.json b/packages/curd/package.json index a4421eee..32ba893d 100644 --- a/packages/curd/package.json +++ b/packages/curd/package.json @@ -38,14 +38,14 @@ "generate-translations": "tsx scripts/generateTranslations.ts" }, "peerDependencies": { - "@vueuse/core": "^14.1.0", - "@vueuse/router": "^14.1.0", - "dayjs": ">=1.11.19", - "lodash-es": ">=4.17.23", - "vue": "^3.5.27", + "@vueuse/core": "^14.3.0", + "@vueuse/router": "^14.3.0", + "dayjs": ">=1.11.21", + "lodash-es": ">=4.18.1", + "vue": "^3.5.35", "vue-router": ">=4.6.4", - "antdv-next": ">=1.2.2", - "@antdv-next/icons": ">=1.0.6" + "antdv-next": ">=1.3.1", + "@antdv-next/icons": ">=1.0.8" }, "devDependencies": { "@types/lodash-es": "catalog:", diff --git a/packages/directives/package.json b/packages/directives/package.json index a9d900f3..63a359c6 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.35" } } diff --git a/packages/layout-antdv/package.json b/packages/layout-antdv/package.json index ec6629ae..869f4628 100644 --- a/packages/layout-antdv/package.json +++ b/packages/layout-antdv/package.json @@ -32,11 +32,11 @@ "typecheck": "vue-tsc --noEmit" }, "peerDependencies": { - "vue": "^3.5.27", + "vue": "^3.5.35", "vue-router": "^4.6.4", - "lodash-es": "^4.17.23", - "antdv-next": "^1.2.2", - "@antdv-next/icons": "^1.0.6" + "lodash-es": "^4.18.1", + "antdv-next": "^1.3.1", + "@antdv-next/icons": "^1.0.8" }, "dependencies": {}, "devDependencies": { diff --git a/packages/request/package.json b/packages/request/package.json index cea92462..d8fb360e 100644 --- a/packages/request/package.json +++ b/packages/request/package.json @@ -39,7 +39,7 @@ "typecheck": "vue-tsc --noEmit" }, "peerDependencies": { - "lodash-es": ">=4.17.23" + "lodash-es": ">=4.18.1" }, "dependencies": { "axios": "catalog:" diff --git a/packages/shared-config/package.json b/packages/shared-config/package.json index c52bb0fa..b4f3b05d 100644 --- a/packages/shared-config/package.json +++ b/packages/shared-config/package.json @@ -29,7 +29,7 @@ "typecheck": "vue-tsc --noEmit" }, "peerDependencies": { - "unocss": ">=66.6.0", + "unocss": ">=66.7.0", "vite": ">=7.3.1" }, "dependencies": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index d218f40c..fab5514e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,49 +11,49 @@ packages: # trustPolicy: no-downgrade catalog: - '@antdv-next/auto-import-resolver': ^1.0.7 - '@antdv-next/icons': ^1.0.6 - '@antfu/eslint-config': ^7.2.0 - '@changesets/changelog-github': ^0.5.2 - '@changesets/cli': ^2.29.8 - '@commitlint/cli': ^20.3.1 - '@commitlint/config-conventional': ^20.3.1 - '@iconify-json/tabler': ^1.2.26 + '@antdv-next/auto-import-resolver': ^1.1.0 + '@antdv-next/icons': ^1.0.8 + '@antfu/eslint-config': ^7.7.3 + '@changesets/changelog-github': ^0.7.0 + '@changesets/cli': ^2.31.0 + '@commitlint/cli': ^20.5.3 + '@commitlint/config-conventional': ^20.5.3 + '@iconify-json/tabler': ^1.2.35 '@testing-library/jest-dom': ^6.9.1 '@testing-library/vue': ^8.1.0 '@types/fs-extra': ^11.0.4 '@types/lodash-es': ^4.17.12 '@types/minimist': ^1.2.5 - '@types/node': ^22.19.7 + '@types/node': ^22.19.19 '@types/nprogress': ^0.2.3 '@types/prompts': ^2.4.9 '@types/sortablejs': ^1.15.9 - '@uozi-admin/curd': ^4.19.2 + '@uozi-admin/curd': ^4.19.5 '@uozi-admin/layout-antdv': ^1.3.0 '@uozi-admin/request': ^2.9.1 '@uozi-admin/shared-config': ^0.4.11 - '@vitejs/plugin-vue': ^6.0.3 - '@vitejs/plugin-vue-jsx': ^5.1.3 - '@vue/tsconfig': ^0.8.1 - '@vueuse/core': ^14.1.0 - '@vueuse/router': ^14.1.0 - antdv-next: ^1.2.2 + '@vitejs/plugin-vue': ^6.0.7 + '@vitejs/plugin-vue-jsx': ^5.1.5 + '@vue/tsconfig': ^0.9.1 + '@vueuse/core': ^14.3.0 + '@vueuse/router': ^14.3.0 + antdv-next: ^1.3.1 axios: ^1.13.2 chalk: ^5.6.2 cross-spawn: ^7.0.6 - dayjs: ^1.11.19 - eslint: ^9.39.2 - fs-extra: ^11.3.3 - glob: ^13.0.0 + dayjs: ^1.11.21 + eslint: ^9.39.4 + fs-extra: ^11.3.5 + glob: ^13.0.6 jsdom: ^27.4.0 jsonx-mock: 1.1.0-beta.3 - less: ^4.5.1 + less: ^4.6.4 lodash: ^4.17.23 - lodash-es: ^4.17.23 + lodash-es: ^4.18.1 mermaid: ^11.12.2 minimist: ^1.2.8 nprogress: ^0.2.0 - ora: ^9.1.0 + ora: ^9.4.0 picocolors: ^1.1.1 pinia: ^3.0.4 pinia-plugin-persistedstate: ^4.7.1 @@ -61,28 +61,28 @@ catalog: prompts: ^2.4.2 scroll-into-view-if-needed: ^3.1.0 simple-git-hooks: ^2.13.1 - sortablejs: ^1.15.6 + sortablejs: ^1.15.7 tsup: ^8.5.1 - tsx: ^4.21.0 + tsx: ^4.22.4 typescript: ^5.9.3 unbuild: ^3.6.1 - unocss: ^66.6.0 + unocss: ^66.7.0 unocss-preset-chinese: ^0.3.3 unocss-preset-ease: ^0.0.4 unplugin-auto-import: ^21.0.0 - unplugin-vue-components: ^31.0.0 + unplugin-vue-components: ^31.1.0 unplugin-vue-define-options: ^3.1.2 vite: ^7.3.1 vite-plugin-dts: ^4.5.4 - vite-plugin-vue-devtools: ^8.0.5 + vite-plugin-vue-devtools: ^8.1.2 vitepress: ^1.6.4 vitepress-demo-plugin: ^1.5.1 vitepress-plugin-mermaid: ^2.0.17 - vitest: ^4.0.18 - vue: ^3.5.27 - vue-i18n: ^11.2.2 + vitest: ^4.1.7 + vue: ^3.5.35 + vue-i18n: ^11.4.4 vue-router: ^4.6.4 - vue-tsc: ^3.2.3 + vue-tsc: ^3.3.3 vue-types: ^3.0.2 vue3-gettext: 4.0.0-beta.1 xlsx: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz