From 56cd4a97d6c8a21fb87a153607ee050d116ed23d Mon Sep 17 00:00:00 2001 From: Shigma Date: Sun, 3 Dec 2023 03:15:31 +0800 Subject: [PATCH] chore: bump version --- package.json | 4 ++-- packages/core/package.json | 6 +++--- packages/koishi/package.json | 8 ++++---- packages/loader/package.json | 6 +++--- packages/utils/package.json | 3 +-- plugins/common/bind/package.json | 4 ++-- plugins/common/broadcast/package.json | 4 ++-- plugins/common/callme/package.json | 4 ++-- plugins/common/echo/package.json | 4 ++-- plugins/common/help/package.json | 4 ++-- plugins/common/inspect/package.json | 4 ++-- plugins/database/memory/package.json | 4 ++-- plugins/database/mongo/package.json | 4 ++-- plugins/database/mysql/package.json | 8 ++++---- plugins/database/mysql/src/index.ts | 2 +- plugins/database/postgres/package.json | 8 ++++---- plugins/database/sqlite/package.json | 4 ++-- plugins/hmr/package.json | 4 ++-- plugins/mock/package.json | 4 ++-- 19 files changed, 44 insertions(+), 45 deletions(-) diff --git a/package.json b/package.json index 7a1da9871..8d8827bfe 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "license": "MIT", "devDependencies": { "@koishijs/eslint-config": "^1.0.4", - "@octokit/rest": "^18.12.0", + "@octokit/webhooks-types": "^7.3.1", "@sinonjs/fake-timers": "^6.0.1", "@types/chai": "^4.3.9", "@types/chai-as-promised": "^7.1.7", @@ -73,7 +73,7 @@ "yakumo-esbuild": "^0.3.26", "yakumo-esbuild-yaml": "^0.3.1", "yakumo-mocha": "^0.3.1", - "yakumo-publish": "^0.3.5", + "yakumo-publish": "^0.3.10", "yakumo-publish-sync": "^0.3.3", "yakumo-tsc": "^0.3.12", "yakumo-upgrade": "^0.3.4", diff --git a/packages/core/package.json b/packages/core/package.json index 39d785e91..fb795294d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/core", "description": "Core Features for Koishi", - "version": "4.15.6", + "version": "4.15.7", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -33,8 +33,8 @@ "dependencies": { "@koishijs/i18n-utils": "^1.0.0", "@koishijs/utils": "^7.1.1", - "@minatojs/core": "^2.6.0", - "@satorijs/core": "^3.2.1", + "@minatojs/core": "^2.6.1", + "@satorijs/core": "^3.2.3", "cordis": "^3.3.1", "cosmokit": "^1.5.1", "fastest-levenshtein": "^1.0.16" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 2b9d35879..f336d6f46 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -1,7 +1,7 @@ { "name": "koishi", "description": "Cross-Platform Chatbot Framework Made with Love", - "version": "4.15.6", + "version": "4.15.7", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -44,11 +44,11 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.15.6", - "@koishijs/loader": "4.2.6", + "@koishijs/core": "4.15.7", + "@koishijs/loader": "4.2.7", "@koishijs/utils": "^7.1.1", "@satorijs/router": "^1.1.2", - "@satorijs/satori": "^3.2.1", + "@satorijs/satori": "^3.2.3", "cac": "^6.7.14", "kleur": "^4.1.5" } diff --git a/packages/loader/package.json b/packages/loader/package.json index fdd1e07f2..07b52c7d5 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/loader", "description": "Config Loader for Koishi", - "version": "4.2.6", + "version": "4.2.7", "main": "lib/index.js", "module": "lib/shared.mjs", "types": "lib/index.d.ts", @@ -41,10 +41,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.15.6" + "@koishijs/core": "4.15.7" }, "devDependencies": { - "@koishijs/core": "4.15.6", + "@koishijs/core": "4.15.7", "@types/js-yaml": "^4.0.8" }, "dependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 433a0153b..ae463640d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -27,8 +27,7 @@ "utilities" ], "devDependencies": { - "@sinonjs/fake-timers": "^6.0.1", - "@types/supports-color": "^8.1.2" + "@sinonjs/fake-timers": "^6.0.1" }, "dependencies": { "cosmokit": "^1.5.1", diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 58e7c001b..a4472d4be 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -46,11 +46,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.0", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.15.6" + "koishi": "^4.15.7" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 61fdd84c9..caab71366 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.0", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.15.6" + "koishi": "^4.15.7" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 9e6b86944..e675514c4 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.0", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.15.6" + "koishi": "^4.15.7" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 982fd6789..1fba83a16 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -41,10 +41,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.15.6" + "koishi": "^4.15.7" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 3dbe5a121..c15cb3588 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.0", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.15.6" + "koishi": "^4.15.7" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index b901fc43b..9359ee488 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -47,10 +47,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.15.6" + "koishi": "^4.15.7" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 7f3511509..1f7d73e2d 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "dependencies": { "@minatojs/driver-memory": "^2.5.0" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 4ef0e33f6..6cb81a647 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "dependencies": { "@minatojs/driver-mongo": "^2.10.0" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 8b413661f..56ab03b71 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-mysql", "description": "MySQL support for Koishi", - "version": "5.7.0", + "version": "5.7.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -42,12 +42,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "dependencies": { - "@minatojs/driver-mysql": "^2.7.0" + "@minatojs/driver-mysql": "^2.7.1" } } diff --git a/plugins/database/mysql/src/index.ts b/plugins/database/mysql/src/index.ts index 405f70f2c..f7dac3dc3 100644 --- a/plugins/database/mysql/src/index.ts +++ b/plugins/database/mysql/src/index.ts @@ -11,7 +11,7 @@ export default defineDriver(MySQLDriver, Schema.intersect([ }), Schema.object({ ssl: Schema.union([ - Schema.const(null), + Schema.const(undefined), Schema.object({ ca: Schema.string(), cert: Schema.string(), diff --git a/plugins/database/postgres/package.json b/plugins/database/postgres/package.json index 2d06b9bbc..65d117c17 100644 --- a/plugins/database/postgres/package.json +++ b/plugins/database/postgres/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-postgres", "description": "PostgreSQL support for Koishi", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "dependencies": { - "@minatojs/driver-postgres": "^1.0.0" + "@minatojs/driver-postgres": "^1.0.1" } } diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 94b8f8758..45d1c7f5b 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -51,10 +51,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "dependencies": { "@minatojs/driver-sqlite": "^3.8.0" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index bc75f3346..e84ee1bd7 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -42,13 +42,13 @@ } }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { "@types/babel__code-frame": "^7.0.5", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.18.20", - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "dependencies": { "@babel/code-frame": "^7.22.13", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index b95d399dc..4ce8c36ec 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -41,9 +41,9 @@ } }, "peerDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" }, "devDependencies": { - "koishi": "^4.15.6" + "koishi": "^4.15.7" } }