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

fix(deps): update tiptap packages to v2.5.9 #773

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/core (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-blockquote (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-bold (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-bullet-list (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-character-count (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-code (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-code-block (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-document (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-dropcursor (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-gapcursor (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-hard-break (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-heading (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-history (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-horizontal-rule (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-image (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-italic (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-link (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-list-item (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-list-keymap (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-ordered-list (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-paragraph (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-strike (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-task-item (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-task-list (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-text (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-text-style (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/extension-typography (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/pm (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/react (source) 2.3.0 -> 2.5.9 age adoption passing confidence
@tiptap/suggestion (source) 2.3.0 -> 2.5.9 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.5.9

Compare Source

Patch Changes
  • 84ebd51: Fix change criteria for isNodeEmpty to resolve #​5415
  • 0ec0af6: fix(core): findDuplicates - use Array.from when converting Set
  • ae0254d: Add ignoreWhitespace option to isNodeEmpty to ignore any whitespace and hardbreaks in a node to check for emptiness
  • efb27fa: This fixes a discrepency between getMarksBetween and isActive(markName) where the position used for getMarksBetween was off by one

v2.5.8

Compare Source

Patch Changes

v2.5.7

Compare Source

Patch Changes
  • b012471: This addresses an issue with isNodeEmpty function where it was also comparing node attributes and finding mismatches on actually empty nodes. This helps placeholders find empty content correctly
  • cc3497e: Fixes a bug where if enableContentCheck was true, inserting content as JSON nodes would fail. This was because the node that was being created technically had a different schema than the content being inserted, so it would fail to generate the correct content value

v2.5.6

Compare Source

Patch Changes
  • 618bca9: Adjust the splitBlock command to return false when it was unsuccessful.
  • 35682d1: This fixes a bug with the placeholder extension where a heading level other than the default was not considered empty, when comparing node contents, we need to consider that the node attributes are carried over for a fair comparison of content instead of attribute values
  • 2104f0f: Add a check beforecreateNodeViews so that view.setProps is not called when the view has already been destroyed
  • Updated dependencies [b5c1b32]

v2.5.5

Compare Source

Patch Changes
  • 4cca382: Make sure that atoms are used in-full without cutting the content. Node size for atoms is 1 which causes text to be cut unexpectedly.
  • 3b67e8a: This changes the typing to not declare types on all HTMLElements, just a local one with the editor instance attached

v2.5.4

Compare Source

Patch Changes
  • dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
  • Updated dependencies [dd7f9ac]

v2.5.3

Compare Source

Patch Changes

v2.5.2

Compare Source

Patch Changes
  • 07f4c03: There was a bug where doing a .configure on an extension, node or mark would overwrite the extensions options instead of being merged with the default options.

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Patch Changes
  • fb45149: Made some minor changes to how packages are built
  • fb45149: When parseOptions.whitespace === 'full' or parseOptions.whitespace === true setting content will no longer strip whitespaces on setContent
  • fb45149: Faster performance for checking if a node is empty and if something is a fragment
  • fb45149: Vue 3 bubble menus are properly synchronized with state transitions with the new beforeTransaction hook which is fired before the transaction is applied to the view

v2.4.0

Compare Source

Bug Fixes
  • core: configure should use the parent of the current instance, to avoid duplication (#​5147) (4db463c)
Features

2.3.2 (2024-05-08)

Bug Fixes

2.3.1 (2024-04-30)

Note: Version bump only for package @​tiptap/core

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Note: Version bump only for package @​tiptap/core

ueberdosis/tiptap (@​tiptap/extension-blockquote)

v2.5.9

Compare Source

Patch Changes

v2.5.8

Compare Source

Patch Changes

v2.5.7

Compare Source

Patch Changes

v2.5.6

Compare Source

Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

Compare Source

Patch Changes
  • dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
  • Updated dependencies [dd7f9ac]

v2.5.3

Compare Source

Patch Changes

v2.5.2

Compare Source

Patch Changes

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Patch Changes

v2.4.0

Compare Source

Features

2.3.2 (2024-05-08)

Note: Version bump only for package @​tiptap/extension-blockquote

2.3.1 (2024-04-30)

Note: Version bump only for package @​tiptap/extension-blockquote

v2.3.2

Compare Source

Note: Version bump only for package @​tiptap/extension-blockquote

v2.3.1

Compare Source

Note: Version bump only for package @​tiptap/extension-blockquote

ueberdosis/tiptap (@​tiptap/extension-bold)

v2.5.9

Compare Source

Patch Changes

v2.5.8

Compare Source

Patch Changes

v2.5.7

Compare Source

Patch Changes

v2.5.6

Compare Source

Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

Compare Source

Patch Changes
  • dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
  • Updated dependencies [dd7f9ac]

v2.5.3

Compare Source

Patch Changes

v2.5.2

Compare Source

Patch Changes

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Patch Changes

v2.4.0

Compare Source

Features

2.3.2 (2024-05-08)

Note: Version bump only for package @​tiptap/extension-bold

2.3.1 (2024-04-30)

Note: Version bump only for package @​tiptap/extension-bold

v2.3.2

Compare Source

Note: Version bump only for package @​tiptap/extension-bold

v2.3.1

Compare Source

Note: Version bump only for package @​tiptap/extension-bold

ueberdosis/tiptap (@​tiptap/extension-bullet-list)

v2.5.9

Compare Source

Patch Changes

v2.5.8

Compare Source

Patch Changes

v2.5.7

Compare Source

Patch Changes

v2.5.6

Compare Source

Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

Compare Source

Patch Changes
  • dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
  • Updated dependencies [dd7f9ac]

v2.5.3

Compare Source

Patch Changes

v2.5.2

Compare Source

Patch Changes

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Patch Changes

v2.4.0

Compare Source

Features

2.3.2 (2024-05-08)

Note: Version bump only for package @​tiptap/extension-bullet-list

2.3.1 (2024-04-30)

Note: Version bump only for package @​tiptap/extension-bullet-list

v2.3.2

Compare Source

Note: Version bump only for package @​tiptap/extension-bullet-list

v2.3.1

Compare Source

Note: Version bump only for package @​tiptap/extension-bullet-list

ueberdosis/tiptap (@​tiptap/extension-character-count)

v2.5.9

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 6, 2024
Copy link

netlify bot commented May 6, 2024

Deploy Preview for doist-typist ready!

Name Link
🔨 Latest commit 679a26e
🔍 Latest deploy log https://app.netlify.com/sites/doist-typist/deploys/66b9e7dcce1c5c000756fe3c
😎 Deploy Preview https://deploy-preview-773--doist-typist.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/tiptap-packages branch from f20964e to d3a8a17 Compare May 13, 2024 17:11
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.3.1 fix(deps): update tiptap packages to v2.3.2 May 13, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from d3a8a17 to 1bbf3ba Compare May 19, 2024 16:12
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.3.2 fix(deps): update tiptap packages to v2.4.0 May 19, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 1bbf3ba to 4435995 Compare July 19, 2024 16:35
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.4.0 fix(deps): update tiptap packages to v2.5.0 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 4435995 to 612cb3a Compare July 20, 2024 14:05
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.0 fix(deps): update tiptap packages to v2.5.1 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 612cb3a to ff2ed41 Compare July 22, 2024 11:40
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.1 fix(deps): update tiptap packages to v2.5.3 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from ff2ed41 to 16f299a Compare July 22, 2024 15:35
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.3 fix(deps): update tiptap packages to v2.5.4 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 16f299a to 37f0a1d Compare July 27, 2024 12:51
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.4 fix(deps): update tiptap packages to v2.5.5 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 37f0a1d to a6494d1 Compare July 29, 2024 16:51
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.5 fix(deps): update tiptap packages to v2.5.6 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from a6494d1 to bf161a1 Compare July 31, 2024 14:14
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.6 fix(deps): update tiptap packages to v2.5.7 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from bf161a1 to 04adbc3 Compare August 4, 2024 07:56
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.7 fix(deps): update tiptap packages to v2.5.8 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 04adbc3 to 0f26cee Compare August 11, 2024 15:31
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.5.8 fix(deps): update tiptap packages to v2.5.9 Aug 11, 2024
@rfgamaral rfgamaral enabled auto-merge (squash) August 12, 2024 10:45
@rfgamaral rfgamaral merged commit 80247dd into main Aug 12, 2024
9 checks passed
@rfgamaral rfgamaral deleted the renovate/tiptap-packages branch August 12, 2024 10:46
doistbot added a commit that referenced this pull request Aug 12, 2024
## [6.0.6](v6.0.5...v6.0.6) (2024-08-12)

### Bug Fixes

* **deps:** update tiptap packages to v2.5.9 ([#773](#773)) ([80247dd](80247dd))
@doistbot
Copy link
Member

🎉 This PR is included in version 6.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@doistbot doistbot added the released Pull requests that have been released to production label Aug 12, 2024
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 released Pull requests that have been released to production
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants