fix(deps): update ckeditor monorepo to v47.2.0 (#7634)
Some checks failed
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / main (push) Waiting to run
Deploy website / Build & deploy website (push) Has been cancelled

This commit is contained in:
Elian Doran 2025-11-06 09:04:07 +02:00 committed by GitHub
commit a4281fe26f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1076 additions and 1283 deletions

View File

@ -28,7 +28,7 @@
"@typescript-eslint/parser": "8.46.3",
"@vitest/browser": "3.2.4",
"@vitest/coverage-istanbul": "3.2.4",
"ckeditor5": "47.1.0",
"ckeditor5": "47.2.0",
"eslint": "9.39.1",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "14.1.1",
@ -42,7 +42,7 @@
"webdriverio": "9.20.0"
},
"peerDependencies": {
"ckeditor5": "47.1.0"
"ckeditor5": "47.2.0"
},
"author": "Elian Doran <contact@eliandoran.me>",
"license": "GPL-2.0-or-later",

View File

@ -29,7 +29,7 @@
"@typescript-eslint/parser": "8.46.3",
"@vitest/browser": "3.2.4",
"@vitest/coverage-istanbul": "3.2.4",
"ckeditor5": "47.1.0",
"ckeditor5": "47.2.0",
"eslint": "9.39.1",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "14.1.1",
@ -43,7 +43,7 @@
"webdriverio": "9.20.0"
},
"peerDependencies": {
"ckeditor5": "47.1.0"
"ckeditor5": "47.2.0"
},
"scripts": {
"build": "node ./scripts/build-dist.mjs",

View File

@ -31,7 +31,7 @@
"@typescript-eslint/parser": "8.46.3",
"@vitest/browser": "3.2.4",
"@vitest/coverage-istanbul": "3.2.4",
"ckeditor5": "47.1.0",
"ckeditor5": "47.2.0",
"eslint": "9.39.1",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "14.1.1",
@ -45,7 +45,7 @@
"webdriverio": "9.20.0"
},
"peerDependencies": {
"ckeditor5": "47.1.0"
"ckeditor5": "47.2.0"
},
"scripts": {
"build": "node ./scripts/build-dist.mjs",

View File

@ -32,7 +32,7 @@
"@typescript-eslint/parser": "8.46.3",
"@vitest/browser": "3.2.4",
"@vitest/coverage-istanbul": "3.2.4",
"ckeditor5": "47.1.0",
"ckeditor5": "47.2.0",
"eslint": "9.39.1",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "14.1.1",
@ -46,7 +46,7 @@
"webdriverio": "9.20.0"
},
"peerDependencies": {
"ckeditor5": "47.1.0"
"ckeditor5": "47.2.0"
},
"scripts": {
"build": "node ./scripts/build-dist.mjs",
@ -71,6 +71,6 @@
]
},
"dependencies": {
"@ckeditor/ckeditor5-icons": "47.1.0"
"@ckeditor/ckeditor5-icons": "47.2.0"
}
}

View File

@ -31,7 +31,7 @@
"@typescript-eslint/parser": "8.46.3",
"@vitest/browser": "3.2.4",
"@vitest/coverage-istanbul": "3.2.4",
"ckeditor5": "47.1.0",
"ckeditor5": "47.2.0",
"eslint": "9.39.1",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "14.1.1",
@ -45,7 +45,7 @@
"webdriverio": "9.20.0"
},
"peerDependencies": {
"ckeditor5": "47.1.0"
"ckeditor5": "47.2.0"
},
"scripts": {
"build": "node ./scripts/build-dist.mjs",

View File

@ -11,8 +11,8 @@
"@triliumnext/ckeditor5-keyboard-marker": "workspace:*",
"@triliumnext/ckeditor5-math": "workspace:*",
"@triliumnext/ckeditor5-mermaid": "workspace:*",
"ckeditor5": "47.1.0",
"ckeditor5-premium-features": "47.1.0"
"ckeditor5": "47.2.0",
"ckeditor5-premium-features": "47.2.0"
},
"devDependencies": {
"@smithy/middleware-retry": "4.4.6",

2333
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff