1 Commits

Author SHA1 Message Date
6d6c515c66 chore(deps): update all non-major dependencies
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
/ cleanup_surge (push) Successful in 20s
/ surge (push) Successful in 3m55s
/ playwright (push) Successful in 1m44s
/ lint-build-and-check (push) Successful in 6m19s
2025-07-06 13:15:39 +08:00
5 changed files with 336 additions and 336 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 🛠️ 设置Node环境 - name: 🛠️ 设置Node环境
uses: yanhao98/composite-actions/setup-node-environment@b4a2caa64aca72f8aeada59d0df3181a12df8268 uses: yanhao98/composite-actions/setup-node-environment@3bf07469124a5a7b9a06b6d07be36a116c5aa49e
- name: 🔍 静态代码分析 - name: 🔍 静态代码分析
run: pnpm run lint run: pnpm run lint
- name: 📦 构建项目 - name: 📦 构建项目

View File

@ -22,7 +22,7 @@ jobs:
url: ${{ steps.surge_deploy.outputs.url }} url: ${{ steps.surge_deploy.outputs.url }}
steps: steps:
- name: ⚙️ 设置 Node 环境 - name: ⚙️ 设置 Node 环境
uses: yanhao98/composite-actions/setup-node-environment@b4a2caa64aca72f8aeada59d0df3181a12df8268 uses: yanhao98/composite-actions/setup-node-environment@3bf07469124a5a7b9a06b6d07be36a116c5aa49e
- name: 🔨 构建项目 - name: 🔨 构建项目
run: pnpm run build-only run: pnpm run build-only
env: env:
@ -30,7 +30,7 @@ jobs:
- name: 🚀 部署到 Surge - name: 🚀 部署到 Surge
id: surge_deploy id: surge_deploy
if: ${{ github.actor != 'nektos/act' }} # https://nektosact.com/usage/index.html#skipping-steps if: ${{ github.actor != 'nektos/act' }} # https://nektosact.com/usage/index.html#skipping-steps
uses: yanhao98/composite-actions/deploy-dist-to-surge@b4a2caa64aca72f8aeada59d0df3181a12df8268 uses: yanhao98/composite-actions/deploy-dist-to-surge@3bf07469124a5a7b9a06b6d07be36a116c5aa49e
playwright: playwright:
needs: surge needs: surge
@ -38,7 +38,7 @@ jobs:
container: mcr.microsoft.com/playwright:v1.53.2-noble container: mcr.microsoft.com/playwright:v1.53.2-noble
steps: steps:
- name: ⚙️ 设置 Node 环境 - name: ⚙️ 设置 Node 环境
uses: yanhao98/composite-actions/setup-node-environment@b4a2caa64aca72f8aeada59d0df3181a12df8268 uses: yanhao98/composite-actions/setup-node-environment@3bf07469124a5a7b9a06b6d07be36a116c5aa49e
# - name: 📥 安装 Playwright 浏览器 # - name: 📥 安装 Playwright 浏览器
# run: pnpm exec playwright install --with-deps # run: pnpm exec playwright install --with-deps
- name: ▶️ 运行 Playwright 测试 - name: ▶️ 运行 Playwright 测试

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: ⚙️ 设置 Node 环境 - name: ⚙️ 设置 Node 环境
uses: yanhao98/composite-actions/setup-node-environment@b4a2caa64aca72f8aeada59d0df3181a12df8268 uses: yanhao98/composite-actions/setup-node-environment@3bf07469124a5a7b9a06b6d07be36a116c5aa49e
- name: 📥 拉取 Vercel 环境信息 - name: 📥 拉取 Vercel 环境信息
run: pnpm dlx vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} run: pnpm dlx vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

View File

@ -1,5 +1,5 @@
{ {
"packageManager": "pnpm@10.13.1", "packageManager": "pnpm@10.12.4",
"name": "vue-ts-example", "name": "vue-ts-example",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
@ -49,7 +49,7 @@
"@intlify/unplugin-vue-i18n": "^6.0.8", "@intlify/unplugin-vue-i18n": "^6.0.8",
"@pinia/colada": "^0.17.1", "@pinia/colada": "^0.17.1",
"@primeuix/themes": "^1.1.2", "@primeuix/themes": "^1.1.2",
"@splinetool/runtime": "^1.10.27", "@splinetool/runtime": "^1.10.22",
"@types/p5": "^1.7.6", "@types/p5": "^1.7.6",
"@types/sortablejs": "^1.15.8", "@types/sortablejs": "^1.15.8",
"@unhead/vue": "^2.0.12", "@unhead/vue": "^2.0.12",
@ -86,9 +86,9 @@
"three": "^0.178.0", "three": "^0.178.0",
"ts-enum-util": "^4.1.0", "ts-enum-util": "^4.1.0",
"utils4u": "^4.2.3", "utils4u": "^4.2.3",
"vant": "^4.9.21", "vant": "^4.9.20",
"vue": "^3.5.17", "vue": "^3.5.17",
"vue-data-ui": "^2.15.3", "vue-data-ui": "^2.12.7",
"vue-draggable-plus": "^0.6.0", "vue-draggable-plus": "^0.6.0",
"vue-i18n": "^11.1.9", "vue-i18n": "^11.1.9",
"vue-page-stack": "^3.2.0", "vue-page-stack": "^3.2.0",
@ -108,10 +108,10 @@
"@tsconfig/node22": "^22.0.2", "@tsconfig/node22": "^22.0.2",
"@types/archiver": "^6.0.3", "@types/archiver": "^6.0.3",
"@types/mockjs": "^1.0.10", "@types/mockjs": "^1.0.10",
"@types/node": "^22.16.3", "@types/node": "^22.16.0",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@types/plotly.js-dist-min": "^2.3.4", "@types/plotly.js-dist-min": "^2.3.4",
"@types/three": "^0.178.1", "@types/three": "^0.178.0",
"@vant/auto-import-resolver": "^1.3.0", "@vant/auto-import-resolver": "^1.3.0",
"@vitejs/plugin-vue": "^6.0.0", "@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.1", "@vitejs/plugin-vue-jsx": "^5.0.1",
@ -125,7 +125,7 @@
"eruda": "^3.4.3", "eruda": "^3.4.3",
"eslint": "^9.30.1", "eslint": "^9.30.1",
"eslint-plugin-import-x": "^4.16.1", "eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-oxlint": "^1.6.0", "eslint-plugin-oxlint": "^1.5.0",
"eslint-plugin-perfectionist": "^4.15.0", "eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-unicorn": "^59.0.1", "eslint-plugin-unicorn": "^59.0.1",
"eslint-plugin-vue": "^10.3.0", "eslint-plugin-vue": "^10.3.0",
@ -135,10 +135,10 @@
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
"naive-ui": "^2.42.0", "naive-ui": "^2.42.0",
"npm-run-all2": "^8.0.4", "npm-run-all2": "^8.0.4",
"oxlint": "^1.6.0", "oxlint": "^1.5.0",
"prettier": "3.6.2", "prettier": "3.6.2",
"typescript": "~5.8.3", "typescript": "~5.8.3",
"unocss": "66.3.3", "unocss": "66.3.2",
"unocss-preset-animations": "^1.2.1", "unocss-preset-animations": "^1.2.1",
"unocss-preset-chinese": "^0.3.3", "unocss-preset-chinese": "^0.3.3",
"unocss-preset-shadcn": "^0.5.0", "unocss-preset-shadcn": "^0.5.0",
@ -149,12 +149,12 @@
"unplugin-vue-markdown": "^29.1.0", "unplugin-vue-markdown": "^29.1.0",
"unplugin-vue-router": "^0.14.0", "unplugin-vue-router": "^0.14.0",
"vfonts": "^0.0.3", "vfonts": "^0.0.3",
"vite": "^7.0.2", "vite": "^7.0.0",
"vite-plugin-checker": "^0.10.0", "vite-plugin-checker": "^0.9.3",
"vite-plugin-fake-server": "^2.2.0", "vite-plugin-fake-server": "^2.2.0",
"vite-plugin-image-tools": "^2.0.2", "vite-plugin-image-tools": "^2.0.2",
"vite-plugin-purgecss-updated-v5": "^1.2.6", "vite-plugin-purgecss-updated-v5": "^1.2.6",
"vite-plugin-singlefile": "^2.3.0", "vite-plugin-singlefile": "^2.2.0",
"vite-plugin-static-copy": "^3.1.0", "vite-plugin-static-copy": "^3.1.0",
"vite-plugin-vue-devtools": "^7.7.7", "vite-plugin-vue-devtools": "^7.7.7",
"vite-plugin-vue-layouts": "^0.11.0", "vite-plugin-vue-layouts": "^0.11.0",

638
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff