-
Notifications
You must be signed in to change notification settings - Fork 31
Release oriented utils are now exposed by the ckeditor5-dev-utils package
#1133
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
Merged
pomek
merged 29 commits into
epic/ck/18051-changeset
from
ck/18324-changeset-dev-utils-typescript
May 22, 2025
Merged
Release oriented utils are now exposed by the ckeditor5-dev-utils package
#1133
pomek
merged 29 commits into
epic/ck/18051-changeset
from
ck/18324-changeset-dev-utils-typescript
May 22, 2025
Conversation
This file contains hidden or 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
Member
Author
|
As the
|
…ils. Both support async/sync mode.
This reverts commit 98b484c.
Member
Author
…gherthancurrent.test.ts Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>
…ailability.test.ts Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>
…formonorepository.test.ts Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>
…formonorepository.test.ts Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>
…formonorepository.test.ts Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>
…formonorepository.test.ts Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>
Internal: Extracted external utils in `ckeditor5-dev-changelog` to separate files and fixed tests. See ckeditor/ckeditor5#18324.
psmyrek
approved these changes
May 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.







Suggested merge commit message (convention)
Feature (utils): The package sources are now written in TypeScript. The package exposes its typings. Closes ckeditor/ckeditor5#18324.
Feature (utils): Created new namespaces:
workspacesandnpm.workspacesexposes the following functions:findPathsToPackages()getPackageJson()getRepositoryUrl()npmexposes the following functions:checkVersionAvailability()manifest()- a wrapper over thepackotepackage that prevents using any cachepackument()- as above.Other (release-tools): The following functions are no longer exposed by the package:
checkVersionAvailability()findPathsToPackages()MAJOR BREAKING CHANGE (release-tools): The
checkVersionAvailability()function has been moved to the@ckeditor/ckeditor5-dev-utilswithin thenpmnamespace.MAJOR BREAKING CHANGE (release-tools): The
findPathsToPackages()function has been moved to the@ckeditor/ckeditor5-dev-utilswithin theworkspacesnamespace.Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.