Skip to content
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

Build(deps): Bump @ckeditor/ckeditor5-link from 16.0.0 to 33.0.0 #3071

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Bumps @ckeditor/ckeditor5-link from 16.0.0 to 33.0.0.

Release notes

Sourced from @​ckeditor/ckeditor5-link's releases.

v33.0.0

Release highlights

We are happy to announce the release of CKEditor 5 v33.0.0.

This release introduces the following new features:

There were also a few bug fixes:

MAJOR BREAKING CHANGES ℹ️

  • engine: Removed the Differ#refreshItem() method from the public API. Replaced by EditingController#reconvertItem() (see #10659).
  • engine: The DowncastDispatcher will throw an error if any of the model items were not consumed while converting. Read the conversion-model-consumable-not-consumed error documentation for more information.
  • engine: The DowncastDispatcher#conversionApi property is no longer available. The instances of DowncastConversionApi are created at the start of conversion.
  • engine: Support for the triggerBy option for downcast helpers was removed and replaced with the new elementToStructure() options.
  • list: The ListEditing, ListUI, ListStyleEditing, ListStyleUI, TodoListEditing, TodoListUI plugins were moved to their dedicated subdirectories (list, liststyle, todolist).

MINOR BREAKING CHANGES ℹ️

  • image: Image caption utilities were converted to the ImageCaptionUtils plugin.
  • table: The downcast converters of the table feature were rewritten with the use of elementToStructure() and the re-conversion mechanism. See #10502.
  • table: The table selection utilities were to the TableUtils plugin.
  • config.initialData will now always be set, even if it is not passed in the editor config.

Features

  • engine: The DowncastWriter#createContainerElement() should accept a list of children so that bigger view structures can be created in one call. Closes #10714. (commit)
  • engine: The elementToElement() downcast helper will log a console warning if multiple elements have been created. Closes #10610. (commit)
  • engine: The DowncastDispatcher will throw an error if any of the model items were not consumed while converting. Closes #10377. (commit)
  • engine: Introducing convertItem(), convertChildren() and convertAttributes() in the downcast conversion API interface. (commit)
  • engine: Added support for reconversion in the DowncastHelpers#elementToElement() downcast helper. Closes #10359. (commit)
  • engine: Added the DowncastHelpers#elementToStructure() downcast helper with reconversion support. Closes #10358. (commit)
  • engine: It is now possible to trigger a nested conversion while downcasting an element. (commit)
  • engine: The DeleteCommand changed to delete the whole multi-character emoji at once. Closes #6504. (commit)
  • engine: Introduced Marker#getData(). (commit)
  • html-support: Added the <style> element support in General HTML Support feature. Closes #11104. (commit)
  • table: Introduced the PlainTableOutput plugin to override the default figure>caption markup in the data pipeline (it outputs the table as table>caption). Closes: #10892. (commit)

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-link's changelog.

Changelog

All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.

Changes for the past releases are available below.

19.0.0 (2020-04-29)

Features

  • Introduced the defaultValue option to allow enabling a particular manual decorator by default. Closes ckeditor/ckeditor5#6031. (82f966e)
  • After pasting a link the selection is now moved outside of a link to improve UX. This is done by change in the Model#insertContent() handling. Closes ckeditor/ckeditor5#6053. (afabf03)

Other changes

18.0.0 (2020-03-19)

Internal changes only (updated dependencies, documentation, etc.).

17.0.0 (2020-02-19)

Bug fixes

  • The link balloon toolbar will be displayed on links even if the link command is disabled. (163684e)

Other changes

Commits
  • 532556b Release: v33.0.0.
  • 59381ad Internal: Updated dependencies. [skip ci]
  • 1824dce Other: Updated translations. [skip ci]
  • 9f17c59 Merge pull request #11211 from ckeditor/ck/10294/reconversion
  • 5d0a4eb Merge stable into master
  • 687c904 Docs: adding infor about features in predefined builds.
  • 59a608c Merge master branch. Resolve conflicts.
  • a90555a Replaced the --dev flag in webpack configurations (DLL).
  • e78da61 Internal: Upgraded a version of the @​ckeditor/ckeditor5-dev-utils package.
  • 07efcda Merge branch 'stable'
  • Additional commits viewable in compare view

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
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2022
@markusguenther
Copy link
Member

We already have an issue for upgrading the CKEditor #2836

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/5.3/ckeditor/ckeditor5-link-33.0.0 branch 3 times, most recently from 877c1b3 to 7a02a09 Compare March 18, 2022 14:41
Bumps [@ckeditor/ckeditor5-link](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-link) from 16.0.0 to 33.0.0.
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-link/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v33.0.0/packages/ckeditor5-link)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-link"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/5.3/ckeditor/ckeditor5-link-33.0.0 branch from 7a02a09 to 46bba18 Compare March 18, 2022 14:52
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2022

Superseded by #3106.

@dependabot dependabot bot closed this Apr 14, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/5.3/ckeditor/ckeditor5-link-33.0.0 branch April 14, 2022 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file on-hold
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant