diff --git a/README.md b/README.md index 4d430a48ed..73e0aca2a5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ workspace usage, are not published and have scope `@coremedia-internal/`. | Name | Description | |---------------------------------------------------|----------------------------------------------------------------------------| -| [`ckeditor5-babel-config`][] | Internal: Shared Babel configuration. | | [`ckeditor5-bbcode`][] | BBCode: Data-Processor | | [`ckeditor5-common`][] | Common Utilities, independent from CKEditor | | [`ckeditor5-core-common`][] | Assistive Utilities for `@ckeditor/ckeditor5-core` | @@ -184,8 +183,6 @@ implements the described behavior. -[`ckeditor5-babel-config`]: <./packages/ckeditor5-babel-config> "@coremedia-internal/ckeditor5-babel-config" - [`ckeditor5-bbcode`]: <./packages/ckeditor5-bbcode> "@coremedia/ckeditor5-bbcode" [`ckeditor5-common`]: <./packages/ckeditor5-common> "@coremedia/ckeditor5-common" diff --git a/app/package.json b/app/package.json index b6f2e1bb22..9ba9391fcb 100644 --- a/app/package.json +++ b/app/package.json @@ -33,14 +33,11 @@ "xml-formatter": "catalog:" }, "devDependencies": { - "@babel/core": "catalog:", - "@babel/plugin-transform-runtime": "catalog:", "@ckeditor/ckeditor5-dev-translations": "catalog:", "@ckeditor/ckeditor5-dev-utils": "catalog:", "@ckeditor/ckeditor5-inspector": "catalog:", "@ckeditor/ckeditor5-theme-lark": "catalog:", "@types/node": "catalog:", - "babel-loader": "catalog:", "circular-dependency-plugin": "catalog:", "css-loader": "catalog:", "dotenv": "catalog:", diff --git a/packages/ckeditor5-babel-config/README.md b/packages/ckeditor5-babel-config/README.md deleted file mode 100644 index ed280bede7..0000000000 --- a/packages/ckeditor5-babel-config/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Shared Babel Configuration - -**Module:** `@coremedia-internal/ckeditor5-babel-config` - -This internal module contains some configuration for Babel shared across -all packages. - -## Usage - -```text -pnpm add --save-dev @coremedia-internal/ckeditor5-babel-config -``` - -Provide a `babel.config.js` with basic template: - -```javascript -const sharedBabelConf = require('@coremedia-internal/ckeditor5-babel-config'); - -module.exports = sharedBabelConf; -``` diff --git a/packages/ckeditor5-babel-config/package.json b/packages/ckeditor5-babel-config/package.json deleted file mode 100644 index c424daf20f..0000000000 --- a/packages/ckeditor5-babel-config/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@coremedia-internal/ckeditor5-babel-config", - "version": "1.0.0-SNAPSHOT", - "description": "Shared Babel configuration", - "author": { - "name": "CoreMedia GmbH", - "email": "info@coremedia.com", - "url": "https://coremedia.com/", - "avatar": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OTguNjY3IiBoZWlnaHQ9IjY5OC42NjciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDUyNCA1MjQiPjxwYXRoIGQ9Ik0yODIuNS42QzI0NSA0LjUgMjE1LjEgMTIuOSAxODUgMjcuOSAxMDYuNCA2Ny4yIDUzLjUgMTQyLjEgNDIuNCAyMjkuNWMtMi4xIDE3LjItMi4yIDQ4IDAgNjQuMUM0OCAzMzYuMiA2MS4zIDM3Mi4yIDg0IDQwNi4zYzYxLjkgOTMuMSAxNzUuNCAxMzYuNCAyODUgMTA4LjcgMTkuMi00LjggMzMuNy0xMC4zIDUzLjItMjAuMSAyMS0xMC41IDQyLjUtMjUuMyA1OC4zLTQwLjJsOC03LjYtMjEuNS0yMS42Yy0yMy42LTIzLjgtMjcuMS0yNi43LTM4LjYtMzIuNC0yMi40LTExLjItNDQuNy0xMS42LTcxLjctMS41LTE4LjYgNy0zMC40IDkuNC00OC43IDEwLjEtMTMgLjQtMTcuNS4yLTI3LjgtMS42LTMwLjUtNS4yLTU1LTE3LjgtNzYuOC0zOS41LTMzLjYtMzMuNi00Ny44LTgwLjQtMzguNC0xMjYuNCAxMC4yLTUwLjUgNDYuMi05MC41IDk1LjItMTA2LjEgMzEuNy0xMC4xIDY0LjItOC44IDk2LjYgMy45IDEyLjggNC45IDIyLjcgNyAzNC4xIDcgMTYuNCAwIDMxLjItNC4yIDQ1LjEtMTIuNyA1LjUtMy40IDEzLjYtMTAuNyAzMC40LTI3LjNsMjIuOC0yMi42LTkuMy04LjRjLTM5LjgtMzUuNC04NS42LTU3LTEzOC40LTY1LjEtMTIuNS0yLTQ4LjctMy4zLTU5LTIuM3oiLz48cGF0aCBkPSJNMjk2IDIxOC4xYy0yOC4zIDQuOC00NC4zIDM1LjQtMzIuMSA2MS40IDcuOSAxNyAyNy4yIDI3LjQgNDUuNCAyNC41IDI4LjktNC42IDQ1LjEtMzUuMiAzMi43LTYxLjctOC0xNy4yLTI3LjMtMjcuMy00Ni0yNC4yeiIvPjwvc3ZnPg==" - }, - "keywords": [ - "coremedia", - "internal", - "babel", - "typescript" - ], - "private": true, - "license": "Apache-2.0", - "dependencies": { - "@babel/core": "catalog:", - "@babel/preset-env": "catalog:", - "@babel/preset-typescript": "catalog:" - }, - "exports": { - ".": "./shared-babel.config.js" - } -} diff --git a/packages/ckeditor5-babel-config/shared-babel.config.js b/packages/ckeditor5-babel-config/shared-babel.config.js deleted file mode 100644 index 4e060d55a9..0000000000 --- a/packages/ckeditor5-babel-config/shared-babel.config.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - presets: [ - [ - require.resolve("@babel/preset-env"), - { - targets: { - node: "current", - }, - }, - require.resolve("@babel/preset-typescript"), - ], - ], -}; diff --git a/packages/ckeditor5-coremedia-studio-integration-mock/package.json b/packages/ckeditor5-coremedia-studio-integration-mock/package.json index 9a1b4a42cb..ee7a899ffc 100644 --- a/packages/ckeditor5-coremedia-studio-integration-mock/package.json +++ b/packages/ckeditor5-coremedia-studio-integration-mock/package.json @@ -50,9 +50,6 @@ "test": "test-runner-react" }, "devDependencies": { - "@babel/cli": "catalog:", - "@babel/core": "catalog:", - "@coremedia-internal/ckeditor5-babel-config": "workspace:^1.0.0-SNAPSHOT", "@coremedia-internal/studio-client.test-runner-helper": "catalog:", "@coremedia/service-agent": "catalog:", "@types/node": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ceb653ce7..4578ebcab5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,21 +6,6 @@ settings: catalogs: default: - '@babel/cli': - specifier: ^7.25.4 - version: 7.25.6 - '@babel/core': - specifier: ^7.25.4 - version: 7.29.7 - '@babel/plugin-transform-runtime': - specifier: ^7.25.4 - version: 7.25.4 - '@babel/preset-env': - specifier: ^7.25.4 - version: 7.29.7 - '@babel/preset-typescript': - specifier: ^7.25.4 - version: 7.28.5 '@bbob/core': specifier: 4.3.1 version: 4.3.1 @@ -99,9 +84,6 @@ catalogs: '@typescript-eslint/parser': specifier: ^8.39.1 version: 8.60.0 - babel-loader: - specifier: ^8.3.0 - version: 8.4.1 ci-info: specifier: ^3.9.0 version: 3.9.0 @@ -354,12 +336,6 @@ importers: specifier: 'catalog:' version: 3.6.3 devDependencies: - '@babel/core': - specifier: 'catalog:' - version: 7.29.7 - '@babel/plugin-transform-runtime': - specifier: 'catalog:' - version: 7.25.4(@babel/core@7.29.7) '@ckeditor/ckeditor5-dev-translations': specifier: 'catalog:' version: 55.6.1(@babel/core@7.29.7)(webpack@5.107.1) @@ -375,9 +351,6 @@ importers: '@types/node': specifier: 'catalog:' version: 24.12.4 - babel-loader: - specifier: 'catalog:' - version: 8.4.1(@babel/core@7.29.7)(webpack@5.107.1) circular-dependency-plugin: specifier: 'catalog:' version: 5.2.2(webpack@5.107.1) @@ -421,18 +394,6 @@ importers: specifier: 'catalog:' version: 6.0.1(webpack@5.107.1) - packages/ckeditor5-babel-config: - dependencies: - '@babel/core': - specifier: 'catalog:' - version: 7.29.7 - '@babel/preset-env': - specifier: 'catalog:' - version: 7.29.7(@babel/core@7.29.7) - '@babel/preset-typescript': - specifier: 'catalog:' - version: 7.28.5(@babel/core@7.29.7) - packages/ckeditor5-bbcode: dependencies: '@bbob/core': @@ -1081,15 +1042,6 @@ importers: specifier: 'catalog:' version: 7.8.1 devDependencies: - '@babel/cli': - specifier: 'catalog:' - version: 7.25.6(@babel/core@7.29.7) - '@babel/core': - specifier: 'catalog:' - version: 7.29.7 - '@coremedia-internal/ckeditor5-babel-config': - specifier: workspace:^1.0.0-SNAPSHOT - version: link:../ckeditor5-babel-config '@coremedia-internal/studio-client.test-runner-helper': specifier: 'catalog:' version: 1.1.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -1501,13 +1453,6 @@ packages: '@asamuzakjp/nwsapi@2.3.9': resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==} - '@babel/cli@7.25.6': - resolution: {integrity: sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA==} - engines: {node: '>=6.9.0'} - hasBin: true - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/code-frame@7.29.7': resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} @@ -1940,12 +1885,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.25.4': - resolution: {integrity: sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-shorthand-properties@7.29.7': resolution: {integrity: sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==} engines: {node: '>=6.9.0'} @@ -2984,9 +2923,6 @@ packages: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 - '@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3': - resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} - '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3675,10 +3611,6 @@ packages: resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} engines: {node: '>=12'} - anymatch@3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} - engines: {node: '>= 8'} - are-docs-informative@0.0.2: resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} engines: {node: '>=14'} @@ -3756,11 +3688,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.10.6: - resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.14.2: resolution: {integrity: sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==} peerDependencies: @@ -3801,10 +3728,6 @@ packages: big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} - binary-extensions@2.3.0: - resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} - engines: {node: '>=8'} - blurhash@2.0.5: resolution: {integrity: sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==} @@ -3877,10 +3800,6 @@ packages: character-entities@2.0.2: resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} - chokidar@3.6.0: - resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} - engines: {node: '>= 8.10.0'} - chownr@3.0.0: resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} engines: {node: '>=18'} @@ -3963,10 +3882,6 @@ packages: commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - commander@6.2.1: - resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} - engines: {node: '>= 6'} - comment-parser@1.4.1: resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} engines: {node: '>= 12.0.0'} @@ -4523,9 +4438,6 @@ packages: resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - fs-readdir-recursive@1.1.0: - resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} - fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -4830,10 +4742,6 @@ packages: resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} engines: {node: '>= 0.4'} - is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} - is-boolean-object@1.2.2: resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} engines: {node: '>= 0.4'} @@ -5196,10 +5104,6 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - make-dir@2.1.0: - resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} - engines: {node: '>=6'} - make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} @@ -5499,10 +5403,6 @@ packages: engines: {node: ^20.17.0 || >=22.9.0} hasBin: true - normalize-path@3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} - npm-bundled@5.0.0: resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5684,10 +5584,6 @@ packages: resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} - pify@4.0.1: - resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} - engines: {node: '>=6'} - pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} @@ -5869,10 +5765,6 @@ packages: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} - readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} - rechoir@0.8.0: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} engines: {node: '>= 10.13.0'} @@ -6038,10 +5930,6 @@ packages: secure-compare@3.0.1: resolution: {integrity: sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==} - semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} - hasBin: true - semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true @@ -6120,10 +6008,6 @@ packages: simple-git@3.36.0: resolution: {integrity: sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==} - slash@2.0.0: - resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} - engines: {node: '>=6'} - slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} @@ -6782,20 +6666,6 @@ snapshots: '@asamuzakjp/nwsapi@2.3.9': {} - '@babel/cli@7.25.6(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@jridgewell/trace-mapping': 0.3.31 - commander: 6.2.1 - convert-source-map: 2.0.0 - fs-readdir-recursive: 1.1.0 - glob: 7.2.3 - make-dir: 2.1.0 - slash: 2.0.0 - optionalDependencies: - '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.3 - chokidar: 3.6.0 - '@babel/code-frame@7.29.7': dependencies: '@babel/helper-validator-identifier': 7.29.7 @@ -7309,18 +7179,6 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-runtime@7.25.4(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-module-imports': 7.29.7 - '@babel/helper-plugin-utils': 7.29.7 - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7) - babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.29.7) - babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 @@ -8112,8 +7970,6 @@ snapshots: '@ckeditor/ckeditor5-ui': 47.6.2 '@ckeditor/ckeditor5-utils': 47.6.2 ckeditor5: 47.6.2 - transitivePeerDependencies: - - supports-color '@ckeditor/ckeditor5-highlight@48.1.1': dependencies: @@ -8131,8 +7987,6 @@ snapshots: '@ckeditor/ckeditor5-utils': 47.6.2 '@ckeditor/ckeditor5-widget': 47.6.2 ckeditor5: 47.6.2 - transitivePeerDependencies: - - supports-color '@ckeditor/ckeditor5-horizontal-line@48.1.1': dependencies: @@ -8240,8 +8094,6 @@ snapshots: '@ckeditor/ckeditor5-ui': 47.6.2 '@ckeditor/ckeditor5-utils': 47.6.2 ckeditor5: 47.6.2 - transitivePeerDependencies: - - supports-color '@ckeditor/ckeditor5-indent@48.1.1': dependencies: @@ -8262,8 +8114,6 @@ snapshots: '@ckeditor/ckeditor5-ui': 47.6.2 '@ckeditor/ckeditor5-utils': 47.6.2 ckeditor5: 47.6.2 - transitivePeerDependencies: - - supports-color '@ckeditor/ckeditor5-language@48.1.1': dependencies: @@ -8315,8 +8165,6 @@ snapshots: '@ckeditor/ckeditor5-utils': 47.6.2 ckeditor5: 47.6.2 es-toolkit: 1.39.5 - transitivePeerDependencies: - - supports-color '@ckeditor/ckeditor5-list@48.1.1': dependencies: @@ -9233,9 +9081,6 @@ snapshots: '@tybys/wasm-util': 0.10.2 optional: true - '@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3': - optional: true - '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -10023,12 +9868,6 @@ snapshots: ansi-styles@6.2.3: {} - anymatch@3.1.3: - dependencies: - normalize-path: 3.0.0 - picomatch: 2.3.2 - optional: true - are-docs-informative@0.0.2: {} arg@4.1.3: {} @@ -10117,15 +9956,6 @@ snapshots: schema-utils: 2.7.1 webpack: 5.107.1(postcss@8.5.15) - babel-loader@8.4.1(@babel/core@7.29.7)(webpack@5.107.1): - dependencies: - '@babel/core': 7.29.7 - find-cache-dir: 3.3.2 - loader-utils: 2.0.4 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.107.1(postcss@8.5.15)(webpack-cli@6.0.1) - babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.7): dependencies: '@babel/compat-data': 7.29.7 @@ -10135,14 +9965,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.29.7): - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) - core-js-compat: 3.49.0 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs3@0.14.2(@babel/core@7.29.7): dependencies: '@babel/core': 7.29.7 @@ -10182,9 +10004,6 @@ snapshots: big.js@5.2.2: {} - binary-extensions@2.3.0: - optional: true - blurhash@2.0.5: {} body-parser@2.2.2: @@ -10277,19 +10096,6 @@ snapshots: character-entities@2.0.2: {} - chokidar@3.6.0: - dependencies: - anymatch: 3.1.3 - braces: 3.0.3 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 - optional: true - chownr@3.0.0: {} chrome-trace-event@1.0.4: {} @@ -10487,8 +10293,6 @@ snapshots: commander@2.20.3: {} - commander@6.2.1: {} - comment-parser@1.4.1: {} commondir@1.0.1: {} @@ -11234,8 +11038,6 @@ snapshots: dependencies: minipass: 7.1.3 - fs-readdir-recursive@1.1.0: {} - fs.realpath@1.0.0: {} fsevents@2.3.2: @@ -11604,11 +11406,6 @@ snapshots: dependencies: has-bigints: 1.0.2 - is-binary-path@2.1.0: - dependencies: - binary-extensions: 2.3.0 - optional: true - is-boolean-object@1.2.2: dependencies: call-bound: 1.0.4 @@ -11943,11 +11740,6 @@ snapshots: lz-string@1.5.0: {} - make-dir@2.1.0: - dependencies: - pify: 4.0.1 - semver: 5.7.2 - make-dir@3.1.0: dependencies: semver: 6.3.1 @@ -12423,9 +12215,6 @@ snapshots: dependencies: abbrev: 4.0.0 - normalize-path@3.0.0: - optional: true - npm-bundled@5.0.0: dependencies: npm-normalize-package-bin: 5.0.0 @@ -12636,8 +12425,6 @@ snapshots: picomatch@4.0.4: {} - pify@4.0.1: {} - pkg-dir@4.2.0: dependencies: find-up: 4.1.0 @@ -12812,11 +12599,6 @@ snapshots: string_decoder: 1.3.0 util-deprecate: 1.0.2 - readdirp@3.6.0: - dependencies: - picomatch: 2.3.2 - optional: true - rechoir@0.8.0: dependencies: resolve: 1.22.12 @@ -13043,8 +12825,6 @@ snapshots: secure-compare@3.0.1: {} - semver@5.7.2: {} - semver@6.3.1: {} semver@7.8.1: {} @@ -13166,8 +12946,6 @@ snapshots: transitivePeerDependencies: - supports-color - slash@2.0.0: {} - slash@3.0.0: {} smart-buffer@4.2.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 322274ff25..aa672f6477 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,11 +6,6 @@ allowBuilds: esbuild: true unrs-resolver: true catalog: - '@babel/cli': ^7.25.4 - '@babel/core': ^7.25.4 - '@babel/plugin-transform-runtime': ^7.25.4 - '@babel/preset-env': ^7.25.4 - '@babel/preset-typescript': ^7.25.4 '@bbob/core': 4.3.1 '@bbob/html': 4.3.1 '@bbob/parser': 4.3.1 @@ -37,7 +32,6 @@ catalog: '@types/webpack': ^5.28.5 '@typescript-eslint/eslint-plugin': ^8.39.1 '@typescript-eslint/parser': ^8.39.1 - babel-loader: ^8.3.0 ci-info: ^3.9.0 circular-dependency-plugin: ^5.2.2 ckeditor5: 48.1.1 diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 2ea7083c0d..1e139c7a3f 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -2,7 +2,7 @@ "name": "@coremedia/ckeditor5-playwright-itest", "version": "27.0.0", "author": "CoreMedia GmbH", - "license": "CoreMedia Open Source License", + "license": "Apache-2.0", "type": "module", "private": true, "devDependencies": { diff --git a/typedoc.json b/typedoc.json index eb4c5c6c3c..b35c8e52a3 100644 --- a/typedoc.json +++ b/typedoc.json @@ -4,7 +4,6 @@ "entryPointStrategy": "packages", "entryPoints": ["./packages/*"], "exclude": [ - "**/ckeditor5-babel-config", "**/ckeditor5-coremedia-example-data" ], "name": "CoreMedia CKEditor 5 Plugins",