Bump @ckeditor/ckeditor5-dev-utils from 24.1.0 to 24.2.0 by dependabot[bot] · Pull Request #4566 · nextcloud/mail
Bumps @ckeditor/ckeditor5-dev-utils from 24.1.0 to 24.2.0.
Release notes
Sourced from @ckeditor/ckeditor5-dev-utils's releases.
v24.2.0
Features
- env: The
bumpVersions()function can read the changelog file from an external directory (usingoptions.changelogDirectory). Thanks to that, the private packages from the mono-repository can be released using a public changelog. (commit)- env: The
bumpVersions()function allows skipping upgrading versions of dependencies between updated packages (usingoptions.skipUpdatingDependencieswhich isfalseby default). (commit)Bug fixes
- env: Simplified a check whether a package was published on NPM in the
releaseSubRepositories()function. (commit)- utils: A DLL-consumer package produced by webpack should be assigned to the
windowobject. See ckeditor/ckeditor5#9039. (commit)Other changes
- env: The
bumpVersions()function returns a promise with a collection that contains all updated packages. Previously the promise didn't resolve anything. (commit)Released packages
Check out the Versioning policy guide for more information.
Releases containing new features:
@ckeditor/ckeditor5-dev-env: v24.1.0 => v24.2.0Other releases:
@ckeditor/ckeditor5-dev-docs: v24.1.0 => v24.2.0@ckeditor/ckeditor5-dev-tests: v24.1.0 => v24.2.0@ckeditor/ckeditor5-dev-utils: v24.1.0 => v24.2.0@ckeditor/ckeditor5-dev-webpack-plugin: v24.1.0 => v24.2.0@ckeditor/jsdoc-plugins: v24.1.0 => v24.2.0
Changelog
Sourced from @ckeditor/ckeditor5-dev-utils's changelog.
24.2.0 (2021-02-16)
Features
- env: The
bumpVersions()function can read the changelog file from an external directory (usingoptions.changelogDirectory). Thanks to that, the private packages from the mono-repository can be released using a public changelog. (commit)- env: The
bumpVersions()function allows skipping upgrading versions of dependencies between updated packages (usingoptions.skipUpdatingDependencieswhich isfalseby default). (commit)Bug fixes
- env: Simplified a check whether a package was published on NPM in the
releaseSubRepositories()function. (commit)- utils: A DLL-consumer package produced by webpack should be assigned to the
windowobject. See ckeditor/ckeditor5#9039. (commit)Other changes
- env: The
bumpVersions()function returns a promise with a collection that contains all updated packages. Previously the promise didn't resolve anything. (commit)Released packages
Check out the Versioning policy guide for more information.
Releases containing new features:
@ckeditor/ckeditor5-dev-env: v24.1.0 => v24.2.0Other releases:
@ckeditor/ckeditor5-dev-docs: v24.1.0 => v24.2.0@ckeditor/ckeditor5-dev-tests: v24.1.0 => v24.2.0@ckeditor/ckeditor5-dev-utils: v24.1.0 => v24.2.0@ckeditor/ckeditor5-dev-webpack-plugin: v24.1.0 => v24.2.0@ckeditor/jsdoc-plugins: v24.1.0 => v24.2.0
Commits
d1d956aRelease: v24.2.0.32ff1acPrepare a build that will be attached to thewindowobject.- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually