Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 22, 2023
1 parent dd80d53 commit 962ad68
Show file tree
Hide file tree
Showing 30 changed files with 81 additions and 81 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- id: cache
name: Yarn Cache Dir
run: echo "value=$(yarn cache dir)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Restore Lockfile
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Restore Lockfile
uses: actions/cache@v3
with:
Expand All @@ -105,7 +105,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]

steps:
- name: Check out
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
},
"license": "MIT",
"devDependencies": {
"@koishijs/eslint-config": "^1.0.3",
"@koishijs/eslint-config": "^1.0.4",
"@octokit/rest": "^18.12.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.9",
"@types/node": "^20.4.2",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0",
"@types/sinonjs__fake-timers": "^6.0.4",
"@types/source-map-support": "^0.5.6",
"c8": "^7.13.0",
"c8": "^7.14.0",
"cac": "^6.7.14",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.17.19",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"eslint": "^8.40.0",
"eslint": "^8.45.0",
"eslint-plugin-mocha": "^10.1.0",
"globby": "^11.1.0",
"jest-mock": "^28.1.3",
Expand All @@ -62,16 +62,16 @@
"mocha": "^9.2.2",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"semver": "^7.5.1",
"semver": "^7.5.4",
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.25",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.4",
"yakumo-publish-sync": "^0.3.2",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.3",
"yakumo-version": "^0.3.4",
Expand Down
10 changes: 5 additions & 5 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.13.8",
"version": "4.13.9",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.0.2",
"@koishijs/utils": "^7.0.3",
"@minatojs/core": "^2.3.2",
"@satorijs/core": "^2.5.3",
"cordis": "^2.8.3",
"cosmokit": "^1.4.2",
"@satorijs/core": "^2.5.4",
"cordis": "^2.8.6",
"cosmokit": "^1.4.3",
"fastest-levenshtein": "^1.0.16"
}
}
2 changes: 1 addition & 1 deletion packages/i18n-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"fallback"
],
"dependencies": {
"cosmokit": "^1.4.2"
"cosmokit": "^1.4.3"
}
}
10 changes: 5 additions & 5 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.13.8",
"version": "4.13.9",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -46,10 +46,10 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.13.8",
"@koishijs/loader": "4.0.4",
"@koishijs/utils": "^7.0.2",
"@satorijs/satori": "^2.5.3",
"@koishijs/core": "4.13.9",
"@koishijs/loader": "4.0.5",
"@koishijs/utils": "^7.0.3",
"@satorijs/satori": "^2.5.4",
"cac": "^6.7.14",
"kleur": "^4.1.5",
"ns-require": "^1.1.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "4.0.4",
"version": "4.0.5",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,14 +39,14 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.13.8"
"@koishijs/core": "4.13.9"
},
"devDependencies": {
"@koishijs/core": "4.13.8",
"@koishijs/core": "4.13.9",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"js-yaml": "^4.1.0",
"ns-require": "^1.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/utils",
"description": "Utilities for Koishi",
"version": "7.0.2",
"version": "7.0.3",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/supports-color": "^8.1.1"
},
"dependencies": {
"cosmokit": "^1.4.2",
"cosmokit": "^1.4.3",
"inaba": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.8.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.10.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-lark": "^2.1.2"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-line",
"description": "Line Adapter for Koishi",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,12 +37,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-line": "^1.0.1"
"@satorijs/adapter-line": "^1.1.0"
}
}
8 changes: 4 additions & 4 deletions plugins/adapter/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-mail",
"description": "Mail Adapter for Koishi",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-mail": "^1.1.0"
"@satorijs/adapter-mail": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-matrix": "^3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.5.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.7.13"
Expand Down
4 changes: 2 additions & 2 deletions plugins/common/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.8"
"koishi": "^4.13.9"
}
}
4 changes: 2 additions & 2 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.8"
"koishi": "^4.13.9"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.8"
"koishi": "^4.13.9"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.8"
"koishi": "^4.13.9"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
]
},
"peerDependencies": {
"koishi": "^4.13.8"
"koishi": "^4.13.9"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.8"
"koishi": "^4.13.9"
}
}
Loading

0 comments on commit 962ad68

Please sign in to comment.