Skip to content

Commit 760f535

Browse files
committed
chore: release v1.11.4
1 parent 605a1c7 commit 760f535

File tree

15 files changed

+563
-436
lines changed

15 files changed

+563
-436
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
with:
82-
draft: true
82+
# draft: true
8383
# prerelease: true
8484
files: |
8585
packages/web/dist/electron/latest*.yml

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"private": true,
66
"scripts": {
77
"docs:dev": "vitepress dev",

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "any-reader",
33
"type": "module",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "",
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@codemirror/lang-javascript": "^6.2.2",
6868
"@codemirror/lang-json": "^6.0.1",
69-
"@unocss/reset": "^0.62.4",
69+
"@unocss/reset": "^0.63.4",
7070
"@vueuse/core": "^11.1.0",
7171
"codemirror": "^6.0.1",
7272
"sql.js": "^1.11.0",
@@ -81,25 +81,25 @@
8181
"@rushstack/eslint-patch": "^1.10.4",
8282
"@types/node": "^20.16.5",
8383
"@types/uuid": "^10.0.0",
84-
"@unocss/eslint-config": "^0.62.4",
85-
"@vitest/browser": "^2.1.1",
84+
"@unocss/eslint-config": "^0.63.4",
85+
"@vitest/browser": "^2.1.2",
8686
"@vue/eslint-config-prettier": "^8.0.0",
8787
"@vue/eslint-config-typescript": "^13.0.0",
88-
"bumpp": "^9.5.2",
88+
"bumpp": "^9.7.1",
8989
"cross-env": "^7.0.3",
9090
"eslint": "^8.57.1",
91-
"eslint-plugin-vue": "^9.28.0",
91+
"eslint-plugin-vue": "^9.29.0",
9292
"husky": "^8.0.3",
9393
"npm-run-all2": "^6.2.3",
94-
"playwright": "^1.47.1",
94+
"playwright": "^1.48.0",
9595
"ts-node": "^10.9.2",
9696
"tsconfig-paths": "^4.2.0",
9797
"tsup": "^8.3.0",
9898
"tsx": "^4.19.1",
9999
"unbuild": "^2.0.0",
100-
"unocss": "^0.62.4",
100+
"unocss": "^0.63.4",
101101
"vite-tsconfig-paths": "^5.0.1",
102-
"vitest": "^2.1.1"
102+
"vitest": "^2.1.2"
103103
},
104104
"lint-staged": {
105105
"*.{vue,js,ts}": "eslint --fix"

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@any-reader/cli",
33
"type": "commonjs",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"description": "",
66
"author": "aooiuu <[email protected]>",
77
"license": "GPL3",

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@any-reader/core",
33
"type": "module",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"description": "",
66
"author": "aooiuu <[email protected]>",
77
"license": "GPL3",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@any-reader/rule-utils": "workspace:^",
35-
"@xmldom/xmldom": "^0.9.2",
35+
"@xmldom/xmldom": "^0.9.3",
3636
"axios": "^1.7.7",
3737
"chardet": "^2.0.0",
3838
"cheerio": "1.0.0",
@@ -41,7 +41,7 @@
4141
"iconv-lite": "^0.6.3",
4242
"jsonpath-plus": "^9.0.0",
4343
"lodash-es": "^4.17.21",
44-
"puppeteer": "^23.4.0",
44+
"puppeteer": "^23.5.3",
4545
"urlencode": "^2.0.0",
4646
"xpath.js": "^1.1.0"
4747
},

packages/epub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-reader/epub",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "",
55
"scripts": {
66
"build": "unbuild",

packages/legado/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@any-reader/legado",
33
"type": "module",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"private": true,
66
"description": "",
77
"author": "aooiuu <[email protected]>",
@@ -28,15 +28,15 @@
2828
"stub": "unbuild --stub"
2929
},
3030
"dependencies": {
31-
"@xmldom/xmldom": "^0.9.2",
31+
"@xmldom/xmldom": "^0.9.3",
3232
"axios": "^1.7.7",
3333
"chardet": "^2.0.0",
3434
"cheerio": "1.0.0",
3535
"content-type": "^1.0.5",
3636
"iconv-lite": "^0.6.3",
3737
"isolated-vm": "^5.0.1",
3838
"jsonpath-plus": "^9.0.0",
39-
"puppeteer": "^23.4.0",
39+
"puppeteer": "^23.5.3",
4040
"urlencode": "^2.0.0",
4141
"xpath": "^0.0.34"
4242
},

packages/rubick/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@any-reader/rubick",
33
"type": "commonjs",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"private": true,
66
"description": "",
77
"author": "aooiuu <[email protected]>",

packages/rule-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@any-reader/rule-utils",
33
"type": "module",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"description": "",
66
"author": "aooiuu <[email protected]>",
77
"license": "GPL3",

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@any-reader/server",
33
"type": "module",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"description": "",
66
"author": "aooiuu <[email protected]>",
77
"license": "GPL3",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@any-reader/shared",
33
"type": "module",
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"description": "",
66
"author": "aooiuu <[email protected]>",
77
"license": "GPL3",

packages/utools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-reader/utools",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"private": true,
55
"description": "",
66
"author": "aooiuu <[email protected]>",

packages/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "any-reader",
44
"description": "摸鱼,自定义规则多站点聚合搜索阅读小说、漫画。包含JS规则解析库和VSCode插件。支持本地小说 TXT、EPUB",
55
"icon": "resources/icon.png",
6-
"version": "1.11.3",
6+
"version": "1.11.4",
77
"publisher": "aooiu",
88
"private": true,
99
"qna": "https://github.com/aooiuu/any-reader/issues",

packages/web/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-reader/web",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "",
55
"author": "aooiuu <[email protected]>",
66
"license": "GPL3",
@@ -56,18 +56,18 @@
5656
"dplayer": "^1.27.1",
5757
"easy-post-message": "^0.1.0",
5858
"electron-localshortcut": "^3.2.1",
59-
"electron-updater": "^6.3.4",
59+
"electron-updater": "^6.3.9",
6060
"file-saver": "^2.0.5",
61-
"hls.js": "^1.5.15",
61+
"hls.js": "^1.5.16",
6262
"lodash-es": "^4.17.21",
6363
"nprogress": "^0.2.0",
6464
"p-limit": "^6.1.0",
6565
"p-queue": "^8.0.1",
66-
"pinia": "^2.2.2",
66+
"pinia": "^2.2.4",
6767
"qs": "^6.13.0",
6868
"sqlite3": "5.1.6",
6969
"uuid": "^10.0.0",
70-
"vue": "^3.5.8",
70+
"vue": "^3.5.12",
7171
"vue-router": "^4.4.5"
7272
},
7373
"devDependencies": {
@@ -94,8 +94,8 @@
9494
"typescript": "^5.5.4",
9595
"unplugin-auto-import": "^0.18.3",
9696
"unplugin-vue-components": "^0.27.4",
97-
"vite": "^5.4.6",
98-
"vite-bundle-analyzer": "^0.11.1",
97+
"vite": "^5.4.8",
98+
"vite-bundle-analyzer": "^0.12.1",
9999
"vite-plugin-electron": "^0.28.8",
100100
"vite-plugin-mock": "^3.0.2",
101101
"vue-tsc": "^2.1.6"

0 commit comments

Comments
 (0)