Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 25, 2024
1 parent 1a5cf57 commit a281fec
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]

steps:
- name: Check out
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"@octokit/webhooks-types": "^7.4.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/mocha": "^9.1.1",
"@types/node": "^22.1.0",
"@types/node": "^22.7.5",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/sinonjs__fake-timers": "^6.0.4",
"@types/source-map-support": "^0.5.10",
"c8": "^7.14.0",
"cac": "^6.7.14",
"cross-env": "^7.0.3",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-mocha": "^10.4.1",
Expand All @@ -63,11 +63,11 @@
"semver": "^7.6.3",
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^5.5.3",
"typescript": "^5.6.2",
"yakumo": "^1.0.0-beta.18",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-esbuild": "^1.0.0-beta.7",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.4",
"yakumo-tsc": "^1.0.0-beta.5",
"yml-register": "^1.2.5"
}
}
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core Features for Koishi",
"version": "4.17.12",
"version": "4.18.2",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"koishi"
],
"devDependencies": {
"@minatojs/driver-memory": "^3.5.0",
"@minatojs/driver-memory": "^3.6.0",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"chai": "^5.1.1",
Expand All @@ -36,10 +36,10 @@
"dependencies": {
"@koishijs/i18n-utils": "^1.0.1",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^4.2.1",
"cordis": "^3.18.0",
"cosmokit": "^1.6.2",
"@satorijs/core": "^4.2.12",
"cordis": "^3.18.1",
"cosmokit": "^1.6.3",
"fastest-levenshtein": "^1.0.16",
"minato": "^3.5.0"
"minato": "^3.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/i18n-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"fallback"
],
"dependencies": {
"cosmokit": "^1.6.2"
"cosmokit": "^1.6.3"
}
}
28 changes: 21 additions & 7 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.17.12",
"version": "4.18.2",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,17 +41,31 @@
"chatbot",
"discord",
"telegram",
"koishi",
"cordis",
"framework"
],
"cordis": {
"property": "koishi",
"ecosystem": {
"pattern": [
"@koishijs/plugin-*",
"koishi-plugin-*"
]
},
"service": {
"implements": [
"koishi"
]
}
},
"dependencies": {
"@koishijs/core": "4.17.12",
"@koishijs/loader": "4.5.12",
"@koishijs/plugin-http": "^0.6.1",
"@koishijs/core": "4.18.2",
"@koishijs/loader": "4.6.2",
"@koishijs/plugin-http": "^0.6.3",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"@koishijs/plugin-server": "^3.2.3",
"@koishijs/plugin-server": "^3.2.4",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^4.2.1",
"@satorijs/core": "^4.2.12",
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "4.5.12",
"version": "4.6.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"node": {
"require": "./lib/index.js",
"import": "./lib/index.mjs"
},
"browser": "./lib/shared.mjs",
"types": "./lib/index.d.ts"
"browser": "./lib/shared.mjs"
},
"./shared": {
"types": "./lib/shared.d.ts",
"require": "./lib/shared.js",
"import": "./lib/shared.mjs",
"types": "./lib/shared.d.ts"
"import": "./lib/shared.mjs"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
Expand Down Expand Up @@ -45,10 +45,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.17.12"
"@koishijs/core": "4.18.2"
},
"devDependencies": {
"@koishijs/core": "4.17.12",
"@koishijs/core": "4.18.2",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sinonjs/fake-timers": "^6.0.1"
},
"dependencies": {
"cosmokit": "^1.6.2",
"cosmokit": "^1.6.3",
"inaba": "^1.1.1"
}
}
8 changes: 4 additions & 4 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
]
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"@minatojs/driver-memory": "^3.5.0",
"koishi": "^4.17.12",
"minato": "^3.5.0"
"@minatojs/driver-memory": "^3.6.0",
"koishi": "^4.18.2",
"minato": "^3.6.1"
}
}
8 changes: 4 additions & 4 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
]
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"@minatojs/driver-memory": "^3.5.0",
"koishi": "^4.17.12",
"minato": "^3.5.0"
"@minatojs/driver-memory": "^3.6.0",
"koishi": "^4.18.2",
"minato": "^3.6.1"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.12"
"koishi": "^4.18.2"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.12"
"koishi": "^4.18.2"
}
}
8 changes: 4 additions & 4 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
]
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"@minatojs/driver-memory": "^3.5.0",
"koishi": "^4.17.12",
"minato": "^3.5.0"
"@minatojs/driver-memory": "^3.6.0",
"koishi": "^4.18.2",
"minato": "^3.6.1"
}
}
4 changes: 2 additions & 2 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.12"
"koishi": "^4.18.2"
}
}
8 changes: 4 additions & 4 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
}
},
"peerDependencies": {
"@koishijs/loader": "^4.5.12",
"koishi": "^4.17.12"
"@koishijs/loader": "^4.6.2",
"koishi": "^4.18.2"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.23.0",
"koishi": "^4.17.12"
"esbuild": "^0.23.1",
"koishi": "^4.18.2"
},
"dependencies": {
"@babel/code-frame": "^7.24.2",
Expand Down
12 changes: 6 additions & 6 deletions plugins/http/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@koishijs/plugin-http",
"description": "HTTP and WebSocket client for Koishi",
"version": "0.6.1",
"version": "0.6.3",
"type": "module",
"main": "index.cjs",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.mjs",
"types": "./index.d.ts"
"import": "./index.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -48,12 +48,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"dependencies": {
"@cordisjs/plugin-http": "^0.6.1"
"@cordisjs/plugin-http": "^0.6.3"
}
}
6 changes: 3 additions & 3 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.2.3",
"koishi": "^4.17.12"
"@koishijs/plugin-server": "^3.2.4",
"koishi": "^4.18.2"
}
}
10 changes: 5 additions & 5 deletions plugins/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.mjs",
"types": "./index.d.ts"
"import": "./index.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -52,11 +52,11 @@
}
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"cordis": "^3.18.0",
"koishi": "^4.17.12"
"cordis": "^3.18.1",
"koishi": "^4.18.2"
},
"dependencies": {
"@cordisjs/plugin-proxy-agent": "^0.3.3"
Expand Down
10 changes: 5 additions & 5 deletions plugins/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-server",
"description": "Server service for Koishi",
"version": "3.2.3",
"version": "3.2.4",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -48,13 +48,13 @@
}
},
"peerDependencies": {
"koishi": "^4.17.12"
"koishi": "^4.18.2"
},
"devDependencies": {
"cordis": "^3.18.0",
"koishi": "^4.17.12"
"cordis": "^3.18.1",
"koishi": "^4.18.2"
},
"dependencies": {
"@cordisjs/plugin-server": "^0.2.3"
"@cordisjs/plugin-server": "^0.2.4"
}
}

0 comments on commit a281fec

Please sign in to comment.