Skip to content

Upgrade tiptap packages

Enrique Alcántara requested to merge update-tiptap-v2 into master

What does this MR do?

Upgrade tiptap v2 beta dependencies to the latest published version.

Where are these dependencies used?

These dependencies are only imported in app/assets/javascripts/content_editor which is behind a feature flag.

Do we expect any improvement in these updates?

We expect some bug fixes in the codeblock highlight extensions and stability in the core tiptap component.

Did we run yarn-deduplicate to optimize the dependency tree?

Yes, we did.

Does this change have any effect on production environments?

No, this change only affects the Content Editor component that is only used in the Wiki feature behind a feature flag.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports