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 (using options.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 (using options.skipUpdatingDependencies which is false by 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 window object. 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:

Other releases:

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 (using options.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 (using options.skipUpdatingDependencies which is false by 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 window object. 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:

Other releases:

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually