Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

steps:
- name: Check out git repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.3.1
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
with:
version: 9.4.0
version: 9.15.9
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# https://github.com/HaaLeo/publish-vscode-extension
- name: build vscode vsx
if: matrix.os == 'windows-latest'
uses: HaaLeo/publish-vscode-extension@v1.6.2
uses: HaaLeo/publish-vscode-extension@v1.7.0
id: publishVSX
with:
packagePath: ./packages/vscode
Expand All @@ -73,7 +73,7 @@ jobs:

# https://github.com/softprops/action-gh-release
- name: release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

steps:
- name: Check out git repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.3.1
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
with:
version: 9.4.0
version: 9.15.9
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# https://github.com/HaaLeo/publish-vscode-extension
- name: build vscode vsx
if: matrix.os == 'windows-latest'
uses: HaaLeo/publish-vscode-extension@v1.6.2
uses: HaaLeo/publish-vscode-extension@v1.7.0
id: publishVSX
with:
packagePath: ./packages/vscode
Expand All @@ -72,7 +72,7 @@ jobs:

# https://github.com/softprops/action-gh-release
- name: release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

steps:
- name: check out git repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.3.1
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
with:
version: 9.4.0
version: 9.15.9
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# https://github.com/HaaLeo/publish-vscode-extension
- name: build vscode vsx
if: matrix.os == 'windows-latest'
uses: HaaLeo/publish-vscode-extension@v1.6.2
uses: HaaLeo/publish-vscode-extension@v1.7.0
id: publishVSX
with:
packagePath: ./packages/vscode
Expand All @@ -74,7 +74,7 @@ jobs:

# https://github.com/softprops/action-gh-release
- name: release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.5.0
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"devDependencies": {
"@any-reader/core": "workspace:^",
"@any-reader/rule-utils": "workspace:^",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@giscus/vue": "^3.0.0",
"@shikijs/vitepress-twoslash": "^1.18.0",
"codemirror": "^6.0.1",
"js-base64": "^3.7.7",
"mermaid": "^11.2.1",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/theme-one-dark": "^6.1.3",
"@giscus/vue": "^3.1.1",
"@shikijs/vitepress-twoslash": "^1.29.2",
"codemirror": "^6.0.2",
"js-base64": "^3.7.8",
"mermaid": "^11.12.2",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vue-codemirror": "^6.1.1"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,42 +64,42 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --cache"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@unocss/reset": "^0.63.4",
"@vueuse/core": "^11.1.0",
"codemirror": "^6.0.1",
"sql.js": "^1.11.0",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@unocss/reset": "^0.65.4",
"@vueuse/core": "^11.3.0",
"codemirror": "^6.0.2",
"sql.js": "^1.13.0",
"sqlite3": "5.1.6"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4"
"bufferutil": "^4.0.9",
"utf-8-validate": "^6.0.5"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^20.16.5",
"@eslint/compat": "^1.4.1",
"@rushstack/eslint-patch": "^1.15.0",
"@types/node": "^20.19.25",
"@types/uuid": "^10.0.0",
"@unocss/eslint-config": "^0.63.4",
"@vitest/browser": "^2.1.2",
"@unocss/eslint-config": "^0.65.4",
"@vitest/browser": "^2.1.9",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"bumpp": "^9.7.1",
"bumpp": "^9.11.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vue": "^9.33.0",
"husky": "^8.0.3",
"npm-run-all2": "^6.2.3",
"playwright": "^1.48.0",
"npm-run-all2": "^6.2.6",
"playwright": "^1.57.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"unbuild": "^2.0.0",
"unocss": "^0.63.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
"unocss": "^0.65.4",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.9"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@any-reader/server": "workspace:^",
"cli-progress": "^3.12.0",
"commander": "^12.1.0",
"open": "^10.1.0",
"p-limit": "^6.1.0"
"open": "^10.2.0",
"p-limit": "^6.2.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"fs-extra": "^11.2.0"
"fs-extra": "^11.3.2"
}
}
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
},
"dependencies": {
"@any-reader/rule-utils": "workspace:^",
"@xmldom/xmldom": "^0.9.3",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
"@xmldom/xmldom": "^0.9.8",
"axios": "^1.13.2",
"chardet": "^2.1.1",
"cheerio": "1.1.2",
"content-type": "^1.0.5",
"crypto-js": "^4.2.0",
"iconv-lite": "^0.6.3",
"iconv-lite": "^0.7.0",
"jsonpath-plus": "^9.0.0",
"lodash-es": "^4.17.21",
"puppeteer": "^23.5.3",
"puppeteer": "^23.11.1",
"urlencode": "^2.0.0",
"xpath.js": "^1.1.0"
},
"devDependencies": {
"@types/content-type": "^1.1.8",
"@types/content-type": "^1.1.9",
"@types/crypto-js": "^4.2.2",
"@types/xmldom": "^0.1.34",
"eslint": "^8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/epub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/adm-zip": "^0.5.7",
"@types/xml2js": "^0.4.14",
"p-event": "^4.2.0",
"typescript": "^5.8.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/legado/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.3",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
"@xmldom/xmldom": "^0.9.8",
"axios": "^1.13.2",
"chardet": "^2.1.1",
"cheerio": "1.1.2",
"content-type": "^1.0.5",
"iconv-lite": "^0.6.3",
"isolated-vm": "^5.0.1",
"iconv-lite": "^0.7.0",
"isolated-vm": "^5.0.4",
"jsonpath-plus": "^9.0.0",
"puppeteer": "^23.5.3",
"puppeteer": "^23.11.1",
"urlencode": "^2.0.0",
"xpath": "^0.0.34"
},
"devDependencies": {
"@any-reader/rule-utils": "workspace:^",
"@types/content-type": "^1.1.8",
"@types/content-type": "^1.1.9",
"@types/xmldom": "^0.1.34",
"eslint": "^8.57.1",
"typescript": "^5.8.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/rule-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"stub": "unbuild --stub"
},
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.13.2",
"base64-js": "^1.5.1",
"fast-xml-parser": "^4.5.0",
"fast-xml-parser": "^4.5.3",
"pako": "^2.1.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/pako": "^2.0.3"
"@types/pako": "^2.0.4"
}
}
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"dependencies": {
"@any-reader/core": "workspace:^",
"@any-reader/shared": "workspace:^",
"@koa/bodyparser": "^5.1.1",
"@koa/bodyparser": "^5.1.2",
"@koa/cors": "^5.0.0",
"bcryptjs": "^2.4.3",
"koa": "^2.15.3",
"koa": "^2.16.3",
"koa-bodyparser": "^4.4.1",
"koa-router": "^12.0.1",
"koa-session": "^6.4.0",
"koa-static": "^5.0.0",
"sql.js": "^1.11.0",
"sql.js": "^1.13.0",
"sqlite3": "5.1.6"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/koa-router": "^7.4.8",
"@types/koa-router": "^7.4.9",
"@types/koa-session": "^6.4.5",
"@types/koa-static": "^4.0.4",
"@types/koa__cors": "^5.0.0"
"@types/koa__cors": "^5.0.1"
}
}
16 changes: 8 additions & 8 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
"@any-reader/core": "workspace:^",
"@any-reader/epub": "workspace:^",
"@any-reader/rule-utils": "workspace:^",
"axios": "^1.7.7",
"axios": "^1.13.2",
"blueimp-md5": "^2.19.0",
"chardet": "^2.0.0",
"chardet": "^2.1.1",
"explorer-opener": "^1.0.1",
"fs-extra": "^11.2.0",
"iconv-lite": "^0.6.3",
"fs-extra": "^11.3.2",
"iconv-lite": "^0.7.0",
"lodash-es": "^4.17.21",
"log4js": "^6.9.1",
"lowdb": "^7.0.1",
"sql.js": "^1.11.0",
"sql.js": "^1.13.0",
"sqlite3": "5.1.6",
"typeorm": "^0.3.20",
"typeorm": "^0.3.28",
"uuid": "^10.0.0",
"ws": "^8.18.0"
"ws": "^8.18.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/ws": "^8.5.12",
"@types/ws": "^8.18.1",
"reflect-metadata": "^0.2.2",
"typescript": "^5.8.2"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/utools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
},
"devDependencies": {
"@any-reader/shared": "workspace:^",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.1",
"@types/lodash-es": "^4.17.12",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.2",
"rollup": "^4.21.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-dts": "^6.3.0",
"rollup-plugin-esbuild": "^6.2.1",
"typescript": "^5.8.2"
}
}
Loading