Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-16241: post launch D10 cleanup, remove ckeditor 4 #16471

Merged
merged 15 commits into from
Dec 18, 2023
Merged
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
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"drupal/block_content_permissions": "^1.6",
"drupal/cer": "^5.0@beta",
"drupal/change_labels": "dev-3326097-remove-dependency-on-drupal-autoservices#7f92f90b456ac2f394dd434257e39e1d9b3086eb",
"drupal/ckeditor": "^1.0",
"drupal/ckeditor_abbreviation": "^4.0@alpha",
"drupal/coder": "^8.3",
"drupal/codit_menu_tools": "^1.0@alpha",
Expand Down
97 changes: 1 addition & 96 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "04f5d4445784cc83c0d9c7c508b890c3",
"content-hash": "7d0171563d22043d0af8195712a84dba",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -2950,101 +2950,6 @@
},
"time": "2022-12-08T18:55:31+00:00"
},
{
"name": "drupal/ckeditor",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ckeditor.git",
"reference": "1.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.2.zip",
"reference": "1.0.2",
"shasum": "fec2ca9ad852a00c7b9584cb6040dc860364c481"
},
"require": {
"drupal/core": "^9.4 || ^10"
},
"require-dev": {
"drupal/classy": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.2",
"datestamp": "1695740655",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "dczepierga",
"homepage": "https://www.drupal.org/user/911466"
},
{
"name": "hass",
"homepage": "https://www.drupal.org/user/85918"
},
{
"name": "jcisio",
"homepage": "https://www.drupal.org/user/210762"
},
{
"name": "Jorrit",
"homepage": "https://www.drupal.org/user/161217"
},
{
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
},
{
"name": "Magnus",
"homepage": "https://www.drupal.org/user/73919"
},
{
"name": "mkesicki",
"homepage": "https://www.drupal.org/user/922884"
},
{
"name": "nod_",
"homepage": "https://www.drupal.org/user/598310"
},
{
"name": "p.wiaderny",
"homepage": "https://www.drupal.org/user/2956619"
},
{
"name": "vokiel",
"homepage": "https://www.drupal.org/user/2793801"
},
{
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "wwalc",
"homepage": "https://www.drupal.org/user/184556"
},
{
"name": "xjm",
"homepage": "https://www.drupal.org/user/65776"
}
],
"description": "WYSIWYG editing for rich text fields using CKEditor.",
"homepage": "https://www.drupal.org/project/ckeditor",
"support": {
"source": "https://git.drupalcode.org/project/ckeditor"
}
},
{
"name": "drupal/ckeditor_abbreviation",
"version": "4.0.0-alpha1",
Expand Down
Loading