From 83f9a551e7ca3957e3483a95a7b1525cedab252e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 30 Jan 2023 19:24:01 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade?= =?UTF-8?q?=20with=202=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor: 1.8.5 --- packages/ui/certd-client/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index a629e40c..96102fd4 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv", - "version": "1.8.4", + "version": "1.8.5", "private": true, "scripts": { "dev": "vite", @@ -21,9 +21,9 @@ "dependencies": { "@ant-design/colors": "^6.0.0", "@ant-design/icons-vue": "^6.0.1", - "@fast-crud/fast-crud": "^1.8.4", - "@fast-crud/fast-extends": "^1.8.4", - "@fast-crud/ui-antdv": "^1.8.4", + "@fast-crud/fast-crud": "^1.8.5", + "@fast-crud/fast-extends": "^1.8.5", + "@fast-crud/ui-antdv": "^1.8.5", "@iconify/iconify": "^3.0.1", "@iconify/json": "^2.1.151", "@purge-icons/generated": "^0.9.0", From 51249c304c242e04017360879f1da58d08ef2113 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 31 Jan 2023 19:24:09 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade?= =?UTF-8?q?=20with=202=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: noImplicitAny: true --- packages/ui/certd-client/package.json | 6 ++++-- packages/ui/certd-client/tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 96102fd4..1dd00599 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -14,7 +14,8 @@ "preview": "vite preview", "pretty-quick": "pretty-quick", "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", - "upgrade": "yarn upgrade-interactive --latest" + "upgrade": "yarn upgrade-interactive --latest", + "tsc": "vue-tsc --noEmit --skipLibCheck" }, "author": "Greper", "license": "MIT", @@ -102,7 +103,8 @@ "vite-plugin-theme": "^0.8.1", "vite-plugin-windicss": "^1.8.10", "vue-eslint-parser": "^9.1.0", - "windicss": "^3.5.6" + "windicss": "^3.5.6", + "vue-tsc": "^0.40.13" }, "husky": { "hooks": { diff --git a/packages/ui/certd-client/tsconfig.json b/packages/ui/certd-client/tsconfig.json index 3fb89b64..3ce206ec 100644 --- a/packages/ui/certd-client/tsconfig.json +++ b/packages/ui/certd-client/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { // 这样就可以对 `this` 上的数据属性进行更严格的推断` - "noImplicitAny": false, + "noImplicitAny": true, "target": "esnext", "module": "esnext", "strict": true, From c9d415f9dbb7b07ebc2b29fc7ac2bd222533df42 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 1 Feb 2023 13:07:28 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade?= =?UTF-8?q?=20with=202=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor: formater --- .../certd-client/src/layout/layout-framework.vue | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/packages/ui/certd-client/src/layout/layout-framework.vue b/packages/ui/certd-client/src/layout/layout-framework.vue index 0e57eab8..3ca940d4 100644 --- a/packages/ui/certd-client/src/layout/layout-framework.vue +++ b/packages/ui/certd-client/src/layout/layout-framework.vue @@ -19,13 +19,7 @@ - +
@@ -36,13 +30,7 @@ - +