Browse Source

chore: update deps

kailong321200875 2 years ago
parent
commit
5c9874a66c
4 changed files with 581 additions and 2327 deletions
  1. 0 24
      .github/workflows/auto-merge.yml
  2. 0 2
      commitlint.config.js
  3. 7 6
      package.json
  4. 574 2295
      pnpm-lock.yaml

+ 0 - 24
.github/workflows/auto-merge.yml

@@ -45,18 +45,6 @@ jobs:
         with:
           node-version: '16.x'
 
-      - name: Cache ~/.pnpm-store
-        uses: actions/cache@v3
-        env:
-          cache-name: cache-pnpm-store
-        with:
-          path: ~/.pnpm-store
-          key: ${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
-          restore-keys: |
-            ${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-
-            ${{ runner.os }}-${{ matrix.node-version }}-test-
-            ${{ runner.os }}-
-
       - name: Set SSH Environment
         env:
           DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
@@ -101,18 +89,6 @@ jobs:
         with:
           node-version: '16.x'
 
-      - name: Cache ~/.pnpm-store
-        uses: actions/cache@v3
-        env:
-          cache-name: cache-pnpm-store
-        with:
-          path: ~/.pnpm-store
-          key: ${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
-          restore-keys: |
-            ${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-
-            ${{ runner.os }}-${{ matrix.node-version }}-test-
-            ${{ runner.os }}-
-
       - name: Set SSH Environment
         env:
           DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}

+ 0 - 2
commitlint.config.js

@@ -5,7 +5,6 @@ module.exports = {
       2,
       'always',
       [
-        'init', // 初始化
         'feat', // 新功能(feature)
         'fix', // 修补bug
         'docs', // 文档(documentation)
@@ -13,7 +12,6 @@ module.exports = {
         'refactor', // 重构(即不是新增功能,也不是修改BUG的代码)
         'perf', // 优化相关,比如提升性能、体验
         'test', // 添加测试
-        'build', // 编译相关的修改,对项目构建或者依赖的改动
         'ci', // 持续集成修改
         'chore', // 构建过程或辅助工具的变动
         'revert', // 回滚到上一个版本

+ 7 - 6
package.json

@@ -55,18 +55,18 @@
   "devDependencies": {
     "@commitlint/cli": "^16.2.4",
     "@commitlint/config-conventional": "^16.2.4",
-    "@iconify/json": "^2.1.39",
+    "@iconify/json": "^2.1.43",
     "@intlify/vite-plugin-vue-i18n": "^3.4.0",
     "@purge-icons/generated": "^0.8.1",
     "@types/intro.js": "^3.0.2",
     "@types/lodash-es": "^4.17.6",
-    "@types/node": "^17.0.31",
+    "@types/node": "^17.0.33",
     "@types/nprogress": "^0.2.0",
     "@types/qrcode": "^1.4.2",
     "@types/qs": "^6.9.7",
     "@typescript-eslint/eslint-plugin": "^5.23.0",
     "@typescript-eslint/parser": "^5.23.0",
-    "@vitejs/plugin-vue": "^2.3.2",
+    "@vitejs/plugin-vue": "^2.3.3",
     "@vitejs/plugin-vue-jsx": "^1.3.10",
     "autoprefixer": "^10.4.7",
     "eslint": "^8.15.0",
@@ -83,6 +83,7 @@
     "postcss-less": "^6.0.0",
     "prettier": "^2.6.2",
     "rimraf": "^3.0.2",
+    "rollup": "^2.73.0",
     "stylelint": "^14.8.2",
     "stylelint-config-html": "^1.0.0",
     "stylelint-config-prettier": "^9.0.3",
@@ -91,7 +92,7 @@
     "stylelint-order": "^5.0.0",
     "typescript": "4.6.4",
     "unplugin-vue-define-options": "^0.6.1",
-    "vite": "2.9.8",
+    "vite": "2.9.9",
     "vite-plugin-eslint": "^1.6.0",
     "vite-plugin-html": "^3.2.0",
     "vite-plugin-mock": "^2.9.6",
@@ -99,8 +100,8 @@
     "vite-plugin-style-import": "^1.4.1",
     "vite-plugin-svg-icons": "^2.0.1",
     "vite-plugin-windicss": "^1.8.4",
-    "vue-tsc": "^0.34.11",
-    "windicss": "^3.5.2",
+    "vue-tsc": "^0.34.13",
+    "windicss": "^3.5.3",
     "windicss-analysis": "^0.3.5"
   },
   "engines": {

File diff suppressed because it is too large
+ 574 - 2295
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff