diff --git a/package.json b/package.json index 7a1da98715..8d8827bfe5 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 39d785e917..fb795294dd 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 2b9d35879f..f336d6f462 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 fdd1e07f26..07b52c7d5a 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 433a0153be..ae463640dd 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 58e7c001b5..a4472d4beb 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 61fdd84c91..caab713669 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 9e6b869443..e675514c43 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 982fd67897..1fba83a167 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 3dbe5a1215..c15cb35884 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 b901fc43bc..9359ee488d 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 7f35115091..1f7d73e2d5 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 4ef0e33f6e..6cb81a6474 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 8b413661f8..56ab03b716 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 405f70f2cf..f7dac3dc3c 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 2d06b9bbcf..65d117c175 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 94b8f87581..45d1c7f5be 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 bc75f3346d..e84ee1bd7d 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 b95d399dce..4ce8c36ec7 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" } }