From c6e228d2e17906112749f8baf0c6a0d2cbc851ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:55:09 +0800 Subject: [PATCH 1/2] Publish a new stable version (#359) * chore(release): publish a new release version * chore: update yarn.lock --------- Co-authored-by: github-actions[bot] Co-authored-by: cycleccc <2991205548@qq.com> --- .changeset/five-moons-itch.md | 6 --- packages/basic-modules/CHANGELOG.md | 7 +++ packages/basic-modules/package.json | 4 +- packages/code-highlight/CHANGELOG.md | 7 +++ packages/code-highlight/package.json | 4 +- packages/core/CHANGELOG.md | 6 +++ packages/core/package.json | 2 +- packages/editor/CHANGELOG.md | 14 ++++++ packages/editor/package.json | 16 +++---- packages/list-module/CHANGELOG.md | 7 +++ packages/list-module/package.json | 4 +- packages/plugin-float-image/CHANGELOG.md | 7 +++ packages/plugin-float-image/package.json | 4 +- packages/plugin-formula/CHANGELOG.md | 7 +++ packages/plugin-formula/package.json | 4 +- packages/plugin-markdown/CHANGELOG.md | 7 +++ packages/plugin-markdown/package.json | 4 +- packages/table-module/CHANGELOG.md | 7 +++ packages/table-module/package.json | 4 +- packages/upload-image-module/CHANGELOG.md | 8 ++++ packages/upload-image-module/package.json | 6 +-- packages/video-module/CHANGELOG.md | 7 +++ packages/video-module/package.json | 4 +- packages/yjs-for-react/CHANGELOG.md | 8 ++++ packages/yjs-for-react/package.json | 6 +-- packages/yjs/CHANGELOG.md | 7 +++ packages/yjs/package.json | 4 +- yarn.lock | 54 +++++++++++------------ 28 files changed, 159 insertions(+), 66 deletions(-) delete mode 100644 .changeset/five-moons-itch.md diff --git a/.changeset/five-moons-itch.md b/.changeset/five-moons-itch.md deleted file mode 100644 index a9a567657..000000000 --- a/.changeset/five-moons-itch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wangeditor-next/core': patch -'@wangeditor-next/editor': patch ---- - -revert diff by selection diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index afb42ee93..74bb1b071 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.5.23 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + ## 1.5.22 ### Patch Changes diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 411600a06..0549b5f0d 100644 --- a/packages/basic-modules/package.json +++ b/packages/basic-modules/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/basic-modules", - "version": "1.5.22", + "version": "1.5.23", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.23", + "@wangeditor-next/core": "1.7.24", "dom7": "^3.0.0", "lodash.throttle": "^4.1.1", "nanoid": "^5.0.0", diff --git a/packages/code-highlight/CHANGELOG.md b/packages/code-highlight/CHANGELOG.md index 266f52a3c..fcdf7e448 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.21 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + ## 1.3.20 ### Patch Changes diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index 1d59e8348..b5175ebc3 100644 --- a/packages/code-highlight/package.json +++ b/packages/code-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/code-highlight", - "version": "1.3.20", + "version": "1.3.21", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.23", + "@wangeditor-next/core": "1.7.24", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 73821a72b..862fd35ff 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.7.24 + +### Patch Changes + +- af6b10e: revert diff by selection + ## 1.7.23 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c5d6ec411..45817dd07 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.23", + "version": "1.7.24", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 2b3519e43..7e19a70c9 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.6.14 + +### Patch Changes + +- af6b10e: revert diff by selection +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + - @wangeditor-next/basic-modules@1.5.23 + - @wangeditor-next/code-highlight@1.3.21 + - @wangeditor-next/list-module@1.1.30 + - @wangeditor-next/table-module@1.6.26 + - @wangeditor-next/upload-image-module@1.1.26 + - @wangeditor-next/video-module@1.3.29 + ## 5.6.13 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 2e90b6a75..8f3b568a5 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.13", + "version": "5.6.14", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -55,13 +55,13 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "~1.5.22", - "@wangeditor-next/code-highlight": "~1.3.20", - "@wangeditor-next/core": "~1.7.23", - "@wangeditor-next/list-module": "~1.1.29", - "@wangeditor-next/table-module": "~1.6.25", - "@wangeditor-next/upload-image-module": "~1.1.25", - "@wangeditor-next/video-module": "~1.3.28", + "@wangeditor-next/basic-modules": "~1.5.23", + "@wangeditor-next/code-highlight": "~1.3.21", + "@wangeditor-next/core": "~1.7.24", + "@wangeditor-next/list-module": "~1.1.30", + "@wangeditor-next/table-module": "~1.6.26", + "@wangeditor-next/upload-image-module": "~1.1.26", + "@wangeditor-next/video-module": "~1.3.29", "dom7": "^3.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/list-module/CHANGELOG.md b/packages/list-module/CHANGELOG.md index 8d10abeef..a252e0df0 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.1.30 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + ## 1.1.29 ### Patch Changes diff --git a/packages/list-module/package.json b/packages/list-module/package.json index 2da1abe1d..c25b5e1bd 100644 --- a/packages/list-module/package.json +++ b/packages/list-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/list-module", - "version": "1.1.29", + "version": "1.1.30", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.23", + "@wangeditor-next/core": "1.7.24", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/plugin-float-image/CHANGELOG.md b/packages/plugin-float-image/CHANGELOG.md index 7003c2fc4..a5220bba7 100644 --- a/packages/plugin-float-image/CHANGELOG.md +++ b/packages/plugin-float-image/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-float-image +## 0.1.11 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/editor@5.6.14 + ## 0.1.10 ### Patch Changes diff --git a/packages/plugin-float-image/package.json b/packages/plugin-float-image/package.json index d407b38e7..7323b6661 100644 --- a/packages/plugin-float-image/package.json +++ b/packages/plugin-float-image/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-float-image", - "version": "0.1.10", + "version": "0.1.11", "description": "wangEditor float image plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.13", + "@wangeditor-next/editor": "5.6.14", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/plugin-formula/CHANGELOG.md b/packages/plugin-formula/CHANGELOG.md index 6ac61315f..c4b694801 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-formula +## 0.0.7 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/editor@5.6.14 + ## 0.0.6 ### Patch Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index 143f4d14f..317648d8f 100644 --- a/packages/plugin-formula/package.json +++ b/packages/plugin-formula/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-formula", - "version": "0.0.6", + "version": "0.0.7", "description": "wangEditor next formula 公式", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -45,7 +45,7 @@ "rollup-plugin-string": "^3.0.0" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.13", + "@wangeditor-next/editor": "5.6.14", "katex": "^0.16.0", "snabbdom": "^3.1.0" }, diff --git a/packages/plugin-markdown/CHANGELOG.md b/packages/plugin-markdown/CHANGELOG.md index b193ef1c3..707bca6a9 100644 --- a/packages/plugin-markdown/CHANGELOG.md +++ b/packages/plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-markdown +## 0.0.6 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/editor@5.6.14 + ## 0.0.5 ### Patch Changes diff --git a/packages/plugin-markdown/package.json b/packages/plugin-markdown/package.json index 5d998e360..1c507d967 100644 --- a/packages/plugin-markdown/package.json +++ b/packages/plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-markdown", - "version": "0.0.5", + "version": "0.0.6", "description": "wangEditor markdown plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.13", + "@wangeditor-next/editor": "5.6.14", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index 38366216b..f000e1ea7 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.6.26 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + ## 1.6.25 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index a03b8dde7..d77c13d4c 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.6.25", + "version": "1.6.26", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.23", + "@wangeditor-next/core": "1.7.24", "dom7": "^3.0.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", diff --git a/packages/upload-image-module/CHANGELOG.md b/packages/upload-image-module/CHANGELOG.md index 52a248b9c..8e9b3442d 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.26 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + - @wangeditor-next/basic-modules@1.5.23 + ## 1.1.25 ### Patch Changes diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index 17cb9923e..968aa2858 100644 --- a/packages/upload-image-module/package.json +++ b/packages/upload-image-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/upload-image-module", - "version": "1.1.25", + "version": "1.1.26", "description": "wangEditor upload-image module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -46,8 +46,8 @@ "peerDependencies": { "@uppy/core": "^2.0.3", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "1.5.22", - "@wangeditor-next/core": "1.7.23", + "@wangeditor-next/basic-modules": "1.5.23", + "@wangeditor-next/core": "1.7.24", "dom7": "^3.0.0", "lodash.foreach": "^4.5.0", "slate": "^0.72.0", diff --git a/packages/video-module/CHANGELOG.md b/packages/video-module/CHANGELOG.md index d9973ab29..e0d079dbd 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.29 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + ## 1.3.28 ### Patch Changes diff --git a/packages/video-module/package.json b/packages/video-module/package.json index 40072a3be..f7100f38d 100644 --- a/packages/video-module/package.json +++ b/packages/video-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/video-module", - "version": "1.3.28", + "version": "1.3.29", "description": "wangEditor video module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -46,7 +46,7 @@ "peerDependencies": { "@uppy/core": "^2.1.4", "@uppy/xhr-upload": "^2.0.7", - "@wangeditor-next/core": "1.7.23", + "@wangeditor-next/core": "1.7.24", "dom7": "^3.0.0", "nanoid": "^5.0.0", "slate": "^0.72.0", diff --git a/packages/yjs-for-react/CHANGELOG.md b/packages/yjs-for-react/CHANGELOG.md index 9a31babd5..94de15b48 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @wangeditor-next/yjs-for-react +## 0.1.25 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/editor@5.6.14 + - @wangeditor-next/yjs@0.1.22 + ## 0.1.24 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index 676034814..dc1899db2 100644 --- a/packages/yjs-for-react/package.json +++ b/packages/yjs-for-react/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs-for-react", - "version": "0.1.24", + "version": "0.1.25", "description": "React specific components/utils for wangeditor-next-yjs.", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -56,8 +56,8 @@ "y-protocols": "^1.0.5" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.13", - "@wangeditor-next/yjs": "^0.1.21", + "@wangeditor-next/editor": "5.6.14", + "@wangeditor-next/yjs": "^0.1.22", "react": ">=16.8.0", "slate": "^0.72.0", "yjs": "^13.5.29" diff --git a/packages/yjs/CHANGELOG.md b/packages/yjs/CHANGELOG.md index bbdb06149..b891da87a 100644 --- a/packages/yjs/CHANGELOG.md +++ b/packages/yjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs +## 0.1.22 + +### Patch Changes + +- Updated dependencies [af6b10e] + - @wangeditor-next/core@1.7.24 + ## 0.1.21 ### Patch Changes diff --git a/packages/yjs/package.json b/packages/yjs/package.json index 2f8bb8a23..d1f725d14 100644 --- a/packages/yjs/package.json +++ b/packages/yjs/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs", - "version": "0.1.21", + "version": "0.1.22", "author": "cycleccc <2991205548@qq.com>", "type": "module", "description": "Yjs binding for wangeditor-next.", @@ -48,7 +48,7 @@ "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.23", + "@wangeditor-next/core": "1.7.24", "slate": "^0.72.0", "yjs": "^13.5.29" }, diff --git a/yarn.lock b/yarn.lock index ee90c1d53..822f24c74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3611,14 +3611,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/basic-modules@npm:~1.5.22, @wangeditor-next/basic-modules@workspace:packages/basic-modules": +"@wangeditor-next/basic-modules@npm:~1.5.23, @wangeditor-next/basic-modules@workspace:packages/basic-modules": version: 0.0.0-use.local resolution: "@wangeditor-next/basic-modules@workspace:packages/basic-modules" dependencies: "@types/is-url": "npm:^1.2.29" is-url: "npm:^1.2.4" peerDependencies: - "@wangeditor-next/core": 1.7.23 + "@wangeditor-next/core": 1.7.24 dom7: ^3.0.0 lodash.throttle: ^4.1.1 nanoid: ^5.0.0 @@ -3627,21 +3627,21 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/code-highlight@npm:~1.3.20, @wangeditor-next/code-highlight@workspace:packages/code-highlight": +"@wangeditor-next/code-highlight@npm:~1.3.21, @wangeditor-next/code-highlight@workspace:packages/code-highlight": version: 0.0.0-use.local resolution: "@wangeditor-next/code-highlight@workspace:packages/code-highlight" dependencies: "@types/prismjs": "npm:^1.16.5" prismjs: "npm:^1.23.0" peerDependencies: - "@wangeditor-next/core": 1.7.23 + "@wangeditor-next/core": 1.7.24 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/core@npm:~1.7.23, @wangeditor-next/core@workspace:packages/core": +"@wangeditor-next/core@npm:~1.7.24, @wangeditor-next/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@wangeditor-next/core@workspace:packages/core" dependencies: @@ -3690,13 +3690,13 @@ __metadata: dependencies: "@uppy/core": "npm:^2.1.1" "@uppy/xhr-upload": "npm:^2.0.3" - "@wangeditor-next/basic-modules": "npm:~1.5.22" - "@wangeditor-next/code-highlight": "npm:~1.3.20" - "@wangeditor-next/core": "npm:~1.7.23" - "@wangeditor-next/list-module": "npm:~1.1.29" - "@wangeditor-next/table-module": "npm:~1.6.25" - "@wangeditor-next/upload-image-module": "npm:~1.1.25" - "@wangeditor-next/video-module": "npm:~1.3.28" + "@wangeditor-next/basic-modules": "npm:~1.5.23" + "@wangeditor-next/code-highlight": "npm:~1.3.21" + "@wangeditor-next/core": "npm:~1.7.24" + "@wangeditor-next/list-module": "npm:~1.1.30" + "@wangeditor-next/table-module": "npm:~1.6.26" + "@wangeditor-next/upload-image-module": "npm:~1.1.26" + "@wangeditor-next/video-module": "npm:~1.3.29" dom7: "npm:^3.0.0" is-hotkey: "npm:^0.2.0" lodash.camelcase: "npm:^4.3.0" @@ -3712,11 +3712,11 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/list-module@npm:~1.1.29, @wangeditor-next/list-module@workspace:packages/list-module": +"@wangeditor-next/list-module@npm:~1.1.30, @wangeditor-next/list-module@workspace:packages/list-module": version: 0.0.0-use.local resolution: "@wangeditor-next/list-module@workspace:packages/list-module" peerDependencies: - "@wangeditor-next/core": 1.7.23 + "@wangeditor-next/core": 1.7.24 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3727,7 +3727,7 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-float-image@workspace:packages/plugin-float-image" peerDependencies: - "@wangeditor-next/editor": 5.6.13 + "@wangeditor-next/editor": 5.6.14 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3743,7 +3743,7 @@ __metadata: nanoid: "npm:^3.2.0" rollup-plugin-string: "npm:^3.0.0" peerDependencies: - "@wangeditor-next/editor": 5.6.13 + "@wangeditor-next/editor": 5.6.14 katex: ^0.16.0 snabbdom: ^3.1.0 languageName: unknown @@ -3753,18 +3753,18 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown" peerDependencies: - "@wangeditor-next/editor": 5.6.13 + "@wangeditor-next/editor": 5.6.14 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/table-module@npm:~1.6.25, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.26, @wangeditor-next/table-module@workspace:packages/table-module": version: 0.0.0-use.local resolution: "@wangeditor-next/table-module@workspace:packages/table-module" peerDependencies: - "@wangeditor-next/core": 1.7.23 + "@wangeditor-next/core": 1.7.24 dom7: ^3.0.0 lodash.debounce: ^4.0.8 lodash.isequal: ^4.5.0 @@ -3775,14 +3775,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/upload-image-module@npm:~1.1.25, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": +"@wangeditor-next/upload-image-module@npm:~1.1.26, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": version: 0.0.0-use.local resolution: "@wangeditor-next/upload-image-module@workspace:packages/upload-image-module" peerDependencies: "@uppy/core": ^2.0.3 "@uppy/xhr-upload": ^2.0.3 - "@wangeditor-next/basic-modules": 1.5.22 - "@wangeditor-next/core": 1.7.23 + "@wangeditor-next/basic-modules": 1.5.23 + "@wangeditor-next/core": 1.7.24 dom7: ^3.0.0 lodash.foreach: ^4.5.0 slate: ^0.72.0 @@ -3790,13 +3790,13 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/video-module@npm:~1.3.28, @wangeditor-next/video-module@workspace:packages/video-module": +"@wangeditor-next/video-module@npm:~1.3.29, @wangeditor-next/video-module@workspace:packages/video-module": version: 0.0.0-use.local resolution: "@wangeditor-next/video-module@workspace:packages/video-module" peerDependencies: "@uppy/core": ^2.1.4 "@uppy/xhr-upload": ^2.0.7 - "@wangeditor-next/core": 1.7.23 + "@wangeditor-next/core": 1.7.24 dom7: ^3.0.0 nanoid: ^5.0.0 slate: ^0.72.0 @@ -3889,8 +3889,8 @@ __metadata: use-sync-external-store: "npm:^1.2.0" y-protocols: "npm:^1.0.5" peerDependencies: - "@wangeditor-next/editor": 5.6.13 - "@wangeditor-next/yjs": ^0.1.21 + "@wangeditor-next/editor": 5.6.14 + "@wangeditor-next/yjs": ^0.1.22 react: ">=16.8.0" slate: ^0.72.0 yjs: ^13.5.29 @@ -3906,7 +3906,7 @@ __metadata: y-protocols: "npm:^1.0.5" yjs: "npm:^13.5.29" peerDependencies: - "@wangeditor-next/core": 1.7.23 + "@wangeditor-next/core": 1.7.24 slate: ^0.72.0 yjs: ^13.5.29 languageName: unknown From e6171cff94588cf8e55dc8bd31e378371f9549c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:38:15 +0800 Subject: [PATCH 2/2] chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#360) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d877d477c..688152722 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -60,7 +60,7 @@ jobs: # 上传覆盖率报告到 Codecov - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov