Skip to content

Commit

Permalink
chore: ignore unhandled vitest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Oct 9, 2024
1 parent f111276 commit 585612d
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 41 deletions.
7 changes: 0 additions & 7 deletions .changeset/rotten-bags-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-badgers-remain.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/basic-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.5.7

### Patch Changes

- f111276: Fix test error
- Updated dependencies [f111276]
- @wangeditor-next/core@1.7.8

## 1.5.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/basic-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/basic-modules",
"version": "1.5.6",
"version": "1.5.7",
"description": "wangEditor basic modules",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/core": "1.7.8",
"dom7": "^3.0.0",
"lodash.throttle": "^4.1.1",
"nanoid": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/code-highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.3.5

### Patch Changes

- f111276: Fix test error
- Updated dependencies [f111276]
- @wangeditor-next/core@1.7.8

## 1.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/code-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/code-highlight",
"version": "1.3.4",
"version": "1.3.5",
"description": "wangEditor code-highlight module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/core": "1.7.8",
"dom7": "^3.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.1.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.7.8

### Patch Changes

- f111276: Fix test error

## 1.7.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/core",
"version": "1.7.7",
"version": "1.7.8",
"description": "wangEditor core",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/list-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.13

### Patch Changes

- Updated dependencies [f111276]
- @wangeditor-next/core@1.7.8

## 1.1.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/list-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/list-module",
"version": "1.1.12",
"version": "1.1.13",
"description": "wangEditor list module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/core": "1.7.8",
"dom7": "^3.0.0",
"slate": "^0.72.0",
"snabbdom": "^3.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/table-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.6.6

### Patch Changes

- 75c7366: fix table text align
- Updated dependencies [f111276]
- @wangeditor-next/core@1.7.8

## 1.6.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/table-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/table-module",
"version": "1.6.5",
"version": "1.6.6",
"description": "wangEditor table module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/cycleccc/wangEditor/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/core": "1.7.8",
"dom7": "^3.0.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/upload-image-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.1.9

### Patch Changes

- Updated dependencies [f111276]
- @wangeditor-next/basic-modules@1.5.7
- @wangeditor-next/core@1.7.8

## 1.1.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/upload-image-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/upload-image-module",
"version": "1.1.8",
"version": "1.1.9",
"description": "wangEditor upload-image module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -45,8 +45,8 @@
"peerDependencies": {
"@uppy/core": "^2.0.3",
"@uppy/xhr-upload": "^2.0.3",
"@wangeditor-next/basic-modules": "1.5.6",
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/basic-modules": "1.5.7",
"@wangeditor-next/core": "1.7.8",
"dom7": "^3.0.0",
"lodash.foreach": "^4.5.0",
"slate": "^0.72.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/video-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.12

### Patch Changes

- Updated dependencies [f111276]
- @wangeditor-next/core@1.7.8

## 1.3.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/video-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/video-module",
"version": "1.3.11",
"version": "1.3.12",
"description": "wangEditor video module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"peerDependencies": {
"@uppy/core": "^2.1.4",
"@uppy/xhr-upload": "^2.0.7",
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/core": "1.7.8",
"dom7": "^3.0.0",
"nanoid": "^5.0.0",
"slate": "^0.72.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/yjs-for-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wangeditor-next/yjs-for-react

## 0.1.6

### Patch Changes

- Updated dependencies [f111276]
- @wangeditor-next/core@1.7.8
- @wangeditor-next/yjs@0.1.6

## 0.1.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/yjs-for-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/yjs-for-react",
"version": "0.1.5",
"version": "0.1.6",
"description": "React specific components/utils for wangeditor-next-yjs.",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
Expand Down Expand Up @@ -55,9 +55,9 @@
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/core": "1.7.8",
"@wangeditor-next/editor": "5.5.8",
"@wangeditor-next/yjs": "^0.1.5",
"@wangeditor-next/yjs": "^0.1.6",
"react": ">=16.8.0",
"slate": "^0.72.0",
"yjs": "^13.5.29"
Expand Down
7 changes: 7 additions & 0 deletions packages/yjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wangeditor-next/yjs

## 0.1.6

### Patch Changes

- Updated dependencies [f111276]
- @wangeditor-next/core@1.7.8

## 0.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wangeditor-next/yjs",
"version": "0.1.5",
"version": "0.1.6",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
"description": "Yjs binding for wangeditor-next.",
Expand Down Expand Up @@ -47,7 +47,7 @@
"size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.7",
"@wangeditor-next/core": "1.7.8",
"slate": "^0.72.0",
"yjs": "^13.5.29"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3424,7 +3424,7 @@ __metadata:
"@types/is-url": "npm:^1.2.29"
is-url: "npm:^1.2.4"
peerDependencies:
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/core": 1.7.8
dom7: ^3.0.0
lodash.throttle: ^4.1.1
nanoid: ^5.0.0
Expand All @@ -3440,7 +3440,7 @@ __metadata:
"@types/prismjs": "npm:^1.16.5"
prismjs: "npm:^1.23.0"
peerDependencies:
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/core": 1.7.8
dom7: ^3.0.0
slate: ^0.72.0
snabbdom: ^3.1.0
Expand Down Expand Up @@ -3508,7 +3508,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wangeditor-next/list-module@workspace:packages/list-module"
peerDependencies:
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/core": 1.7.8
dom7: ^3.0.0
slate: ^0.72.0
snabbdom: ^3.1.0
Expand All @@ -3519,7 +3519,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wangeditor-next/table-module@workspace:packages/table-module"
peerDependencies:
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/core": 1.7.8
dom7: ^3.0.0
lodash.debounce: ^4.0.8
lodash.isequal: ^4.5.0
Expand All @@ -3536,8 +3536,8 @@ __metadata:
peerDependencies:
"@uppy/core": ^2.0.3
"@uppy/xhr-upload": ^2.0.3
"@wangeditor-next/basic-modules": 1.5.6
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/basic-modules": 1.5.7
"@wangeditor-next/core": 1.7.8
dom7: ^3.0.0
lodash.foreach: ^4.5.0
slate: ^0.72.0
Expand All @@ -3551,7 +3551,7 @@ __metadata:
peerDependencies:
"@uppy/core": ^2.1.4
"@uppy/xhr-upload": ^2.0.7
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/core": 1.7.8
dom7: ^3.0.0
nanoid: ^5.0.0
slate: ^0.72.0
Expand Down Expand Up @@ -3643,9 +3643,9 @@ __metadata:
use-sync-external-store: "npm:^1.2.0"
y-protocols: "npm:^1.0.5"
peerDependencies:
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/core": 1.7.8
"@wangeditor-next/editor": 5.5.8
"@wangeditor-next/yjs": ^0.1.5
"@wangeditor-next/yjs": ^0.1.6
react: ">=16.8.0"
slate: ^0.72.0
yjs: ^13.5.29
Expand All @@ -3661,7 +3661,7 @@ __metadata:
y-protocols: "npm:^1.0.5"
yjs: "npm:^13.5.29"
peerDependencies:
"@wangeditor-next/core": 1.7.7
"@wangeditor-next/core": 1.7.8
slate: ^0.72.0
yjs: ^13.5.29
languageName: unknown
Expand Down

0 comments on commit 585612d

Please sign in to comment.