-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #994 from ckeditor/ci/3746-unused-utils
Other: Added several missing `dependencies` and `devDependencies` in packages. Also, removed non-used ones. Other (dependency-checker): The dependency checker analyzes dependencies by including the `lib/` and `bin/` directories as production code. Internal: Created a test script that executed tests from all packages one by one instead of merging each test into a single process. Internal: Improved the CI machines to speed up the builds. Other (utils): Removed several utilities functions non-used in the CKEditor 5 environment. MAJOR BREAKING CHANGE (utils): The `git` and `workspace` objects are no longer exported from the package. Also, the following functions are no longer available in the `tools` object: * `isDirectory()` * `isFile()` * `isSymlink()` * `sortObject()` * `readPackageName()` * `npmInstall()` * `npmUninstall()` * `npmUpdate()` * `copyTemplateFile()` * `copyFile()` * `getGitUrlFromNpm()` * `removeSymlink()` * `clean()`
- Loading branch information
Showing
44 changed files
with
637 additions
and
1,783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.