Bump @tiptap/extension-image from 2.1.16 to 2.2.6 #497

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/tiptap/extension-image-2.2.6 into main
dependabot[bot] commented 2024-04-08 01:12:46 +00:00 (Migrated from github.com)

Bumps @tiptap/extension-image from 2.1.16 to 2.2.6.

Release notes

Sourced from @​tiptap/extension-image's releases.

v2.2.6

What's Changed

Security & Package Updates

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.2.5...v2.2.6

v2.2.5

What's Changed

Security updates

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.2.4...v2.2.5

v2.2.4

What's Changed

  • fix: mark nocookie youtube url as valid when parsing html by @​LukasHirt in ueberdosis/tiptap#4883
  • fix: clipboardevent and dragevent should not lead to failures inside the jest runtime

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.2.3...v2.2.4

v2.2.3

Bugfixes

  • Removed pasteRule logic in the link extension that lead to broken link positions when html content was pasted into the editor

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.2.2...v2.2.3

... (truncated)

Changelog

Sourced from @​tiptap/extension-image's changelog.

2.2.6 (2024-04-06)

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

2.2.5 (2024-04-05)

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

2.2.4 (2024-02-23)

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

2.2.3 (2024-02-15)

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

2.2.2 (2024-02-07)

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

2.2.1 (2024-01-31)

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

2.2.0 (2024-01-29)

... (truncated)

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
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) from 2.1.16 to 2.2.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ueberdosis/tiptap/releases"><code>@​tiptap/extension-image</code>'s releases</a>.</em></p> <blockquote> <h2>v2.2.6</h2> <h2>What's Changed</h2> <ul> <li>feature(mention): optionally delete full mention chip by <a href="https://github.com/Tommy-Sun"><code>@​Tommy-Sun</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/3341">ueberdosis/tiptap#3341</a></li> <li>fix(core): fix unexpected renderText() for contentful nodes by <a href="https://github.com/mylesj"><code>@​mylesj</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/3410">ueberdosis/tiptap#3410</a></li> <li>fix(core): check if pos is valid before resolving in backspace core keymap handler by <a href="https://github.com/solastley"><code>@​solastley</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4835">ueberdosis/tiptap#4835</a></li> <li>fix(react): fix editor cleanup by <a href="https://github.com/kfirmanty"><code>@​kfirmanty</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4973">ueberdosis/tiptap#4973</a></li> </ul> <h2>Security &amp; Package Updates</h2> <ul> <li>Bump vite from 2.9.16 to 2.9.18 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/5029">ueberdosis/tiptap#5029</a></li> <li>Bump vite from 2.9.16 to 2.9.18 in /demos by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/5028">ueberdosis/tiptap#5028</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Tommy-Sun"><code>@​Tommy-Sun</code></a> made their first contribution in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/3341">ueberdosis/tiptap#3341</a></li> <li><a href="https://github.com/solastley"><code>@​solastley</code></a> made their first contribution in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4835">ueberdosis/tiptap#4835</a></li> <li><a href="https://github.com/kfirmanty"><code>@​kfirmanty</code></a> made their first contribution in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4973">ueberdosis/tiptap#4973</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ueberdosis/tiptap/compare/v2.2.5...v2.2.6">https://github.com/ueberdosis/tiptap/compare/v2.2.5...v2.2.6</a></p> <h2>v2.2.5</h2> <h2>What's Changed</h2> <ul> <li>fix: Disallow only whitespace between markdown shortcuts delimiters by <a href="https://github.com/rfgamaral"><code>@​rfgamaral</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4866">ueberdosis/tiptap#4866</a></li> <li>fix(docs): Fix html docs page routing to itself by <a href="https://github.com/BillySBarrett"><code>@​BillySBarrett</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/5012">ueberdosis/tiptap#5012</a></li> <li>refactor(react): Export useReactNodeView by <a href="https://github.com/Pruxis"><code>@​Pruxis</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4996">ueberdosis/tiptap#4996</a></li> <li>fix(extension-link): Avoid auto-linking partial text for invalid TLDs by <a href="https://github.com/rfgamaral"><code>@​rfgamaral</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4865">ueberdosis/tiptap#4865</a></li> </ul> <h2>Security updates</h2> <ul> <li>Bump actions/cache from 3.3.2 to 4.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/5011">ueberdosis/tiptap#5011</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BillySBarrett"><code>@​BillySBarrett</code></a> made their first contribution in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/5012">ueberdosis/tiptap#5012</a></li> <li><a href="https://github.com/Pruxis"><code>@​Pruxis</code></a> made their first contribution in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4996">ueberdosis/tiptap#4996</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ueberdosis/tiptap/compare/v2.2.4...v2.2.5">https://github.com/ueberdosis/tiptap/compare/v2.2.4...v2.2.5</a></p> <h2>v2.2.4</h2> <h2>What's Changed</h2> <ul> <li>fix: mark nocookie youtube url as valid when parsing html by <a href="https://github.com/LukasHirt"><code>@​LukasHirt</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4883">ueberdosis/tiptap#4883</a></li> <li>fix: clipboardevent and dragevent should not lead to failures inside the jest runtime</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LukasHirt"><code>@​LukasHirt</code></a> made their first contribution in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4883">ueberdosis/tiptap#4883</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ueberdosis/tiptap/compare/v2.2.3...v2.2.4">https://github.com/ueberdosis/tiptap/compare/v2.2.3...v2.2.4</a></p> <h2>v2.2.3</h2> <h2>Bugfixes</h2> <ul> <li>Removed pasteRule logic in the link extension that lead to broken link positions when html content was pasted into the editor</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ueberdosis/tiptap/compare/v2.2.2...v2.2.3">https://github.com/ueberdosis/tiptap/compare/v2.2.2...v2.2.3</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md"><code>@​tiptap/extension-image</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.5...v2.2.6">2.2.6</a> (2024-04-06)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​tiptap/extension-image</code></p> <h2><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.4...v2.2.5">2.2.5</a> (2024-04-05)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​tiptap/extension-image</code></p> <h2><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.3...v2.2.4">2.2.4</a> (2024-02-23)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​tiptap/extension-image</code></p> <h2><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.2...v2.2.3">2.2.3</a> (2024-02-15)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​tiptap/extension-image</code></p> <h2><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2">2.2.2</a> (2024-02-07)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​tiptap/extension-image</code></p> <h2><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1">2.2.1</a> (2024-01-31)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​tiptap/extension-image</code></p> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.1.16...v2.2.0">2.2.0</a> (2024-01-29)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ueberdosis/tiptap/commit/e79523fb8b761bbf086f2c6dce0c2b2ffbb4954b"><code>e79523f</code></a> v2.2.6</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/0e5af537787037856d0dac6be9761c3c1359e2a4"><code>0e5af53</code></a> v2.2.5</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/9a615643ac12146ed15b42bee1967b50224e5202"><code>9a61564</code></a> v2.2.4</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/f8baf792cf4566d8dee48172ff71911f9f92da72"><code>f8baf79</code></a> v2.2.3</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/d308d7c31f7918a64c80a68c4ddad80a7eb3ab15"><code>d308d7c</code></a> v2.2.2</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/1c5c087641162dc9d82814aaa84fcdc267469545"><code>1c5c087</code></a> v2.2.1</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/6ad92fbd28796975b1c3a31ef8101e5c6312adcf"><code>6ad92fb</code></a> v2.2.0</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/731109b5667afdc6142de20a37c6f0b19ca6212f"><code>731109b</code></a> merge main</li> <li>See full diff in <a href="https://github.com/ueberdosis/tiptap/commits/v2.2.6/packages/extension-image">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tiptap/extension-image&package-manager=npm_and_yarn&previous-version=2.1.16&new-version=2.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
dependabot[bot] commented 2024-04-10 00:51:51 +00:00 (Migrated from github.com)

Superseded by #499.

Superseded by #499.

Pull request closed

Sign in to join this conversation.