Bump @tiptap/extension-image from 2.1.16 to 2.2.1 #446

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/tiptap/extension-image-2.2.1 into main
dependabot[bot] commented 2024-02-01 00:23:33 +00:00 (Migrated from github.com)

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

Release notes

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

v2.2.1

What's Changed

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1

v2.2.0

What's Changed

... (truncated)

Changelog

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

2.2.1 (2024-01-31)

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

2.2.0 (2024-01-29)

2.2.0-rc.8 (2024-01-08)

2.2.0-rc.7 (2023-11-27)

2.2.0-rc.6 (2023-11-23)

2.2.0-rc.4 (2023-10-10)

2.2.0-rc.3 (2023-08-18)

2.2.0-rc.1 (2023-08-18)

2.2.0-rc.0 (2023-08-18)

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

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.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>refactor(core): refactor nodepos class to support block nodes by <a href="https://github.com/bdbch"><code>@​bdbch</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4841">ueberdosis/tiptap#4841</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1">https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1</a></p> <h2>v2.2.0</h2> <h2>What's Changed</h2> <ul> <li>feature: allow to customize the tag of the contentDOMElement by <a href="https://github.com/nikgraf"><code>@​nikgraf</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/3984">ueberdosis/tiptap#3984</a></li> <li>docs(react): add documentation for contentDOMElementTag by <a href="https://github.com/bdbch"><code>@​bdbch</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4348">ueberdosis/tiptap#4348</a></li> <li>feat(placeholder): allow editor-is-empty class on any node by <a href="https://github.com/bdbch"><code>@​bdbch</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4335">ueberdosis/tiptap#4335</a></li> <li>Improve introducing examples in the documentation by <a href="https://github.com/lode"><code>@​lode</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4334">ueberdosis/tiptap#4334</a></li> <li>feature(html): allow caller to specify a <code>document</code> implementation in <code>generateHTML()</code> by <a href="https://github.com/srsudar"><code>@​srsudar</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4047">ueberdosis/tiptap#4047</a></li> <li>fix duplicated text in PHP docs by <a href="https://github.com/galengidman"><code>@​galengidman</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4389">ueberdosis/tiptap#4389</a></li> <li>build(deps): bump cypress-io/github-action from 5.8.3 to 6.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4440">ueberdosis/tiptap#4440</a></li> <li>build(deps): bump actions/cache from 3.3.1 to 3.3.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4438">ueberdosis/tiptap#4438</a></li> <li>build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4439">ueberdosis/tiptap#4439</a></li> <li>fix: add missing attributes in extension-link by <a href="https://github.com/Manueljlin"><code>@​Manueljlin</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4429">ueberdosis/tiptap#4429</a></li> <li>build(deps-dev): bump postcss from 8.4.27 to 8.4.31 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4511">ueberdosis/tiptap#4511</a></li> <li>build(deps-dev): bump postcss from 8.4.14 to 8.4.31 in /demos by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4508">ueberdosis/tiptap#4508</a></li> <li>[Bug]: HTML output of Table is missing colgroup element by <a href="https://github.com/diginikkari"><code>@​diginikkari</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4281">ueberdosis/tiptap#4281</a></li> <li>Fix: configured/extended extensions should keep their original config by <a href="https://github.com/tleruitte"><code>@​tleruitte</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4191">ueberdosis/tiptap#4191</a></li> <li>fix(link): restore pasteHandler and add existing url check by <a href="https://github.com/bdbch"><code>@​bdbch</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4523">ueberdosis/tiptap#4523</a></li> <li>Fix esm.sh url by <a href="https://github.com/ije"><code>@​ije</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4549">ueberdosis/tiptap#4549</a></li> <li>Feature/cloud docs by <a href="https://github.com/janthurau"><code>@​janthurau</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4624">ueberdosis/tiptap#4624</a></li> <li>Fix typo by <a href="https://github.com/EricHasegawa"><code>@​EricHasegawa</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4497">ueberdosis/tiptap#4497</a></li> <li>change wildly to widely by <a href="https://github.com/hkuffel"><code>@​hkuffel</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4536">ueberdosis/tiptap#4536</a></li> <li>Update vue3.md by <a href="https://github.com/y0ngdev"><code>@​y0ngdev</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4365">ueberdosis/tiptap#4365</a></li> <li>Update nuxt.md by <a href="https://github.com/y0ngdev"><code>@​y0ngdev</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4366">ueberdosis/tiptap#4366</a></li> <li>docs: add information about transaction mapping in chains by <a href="https://github.com/bdbch"><code>@​bdbch</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4531">ueberdosis/tiptap#4531</a></li> <li>Pass onFirstRender option to ySyncPlugin by <a href="https://github.com/furkan3ayraktar"><code>@​furkan3ayraktar</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4530">ueberdosis/tiptap#4530</a></li> <li>fixes tests in marks/link by <a href="https://github.com/janthurau"><code>@​janthurau</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4639">ueberdosis/tiptap#4639</a></li> <li>build(deps-dev): bump axios from 1.3.4 to 1.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4640">ueberdosis/tiptap#4640</a></li> <li>build(deps): bump cypress-io/github-action from 6.5.0 to 6.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4603">ueberdosis/tiptap#4603</a></li> <li>Bump minor version of zeed-dom to include html parser bugfix by <a href="https://github.com/estrattonbailey"><code>@​estrattonbailey</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4524">ueberdosis/tiptap#4524</a></li> <li>Add Tailwind Intellisense configuration to docs by <a href="https://github.com/mmailaender"><code>@​mmailaender</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4374">ueberdosis/tiptap#4374</a></li> <li>Improve wording of menus.md by <a href="https://github.com/courthead"><code>@​courthead</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4297">ueberdosis/tiptap#4297</a></li> <li>Added CSS.escape to font-family.ts by <a href="https://github.com/SanderLeenders"><code>@​SanderLeenders</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4545">ueberdosis/tiptap#4545</a></li> <li>build(deps-dev): bump <code>@​babel/traverse</code> from 7.18.5 to 7.23.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4543">ueberdosis/tiptap#4543</a></li> <li>allow users to pass a custom <code>findSuggestionMatch</code> to Suggestion plugin by <a href="https://github.com/estrattonbailey"><code>@​estrattonbailey</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4515">ueberdosis/tiptap#4515</a></li> <li>chore: upgrades y-prosemirror to ^1.2.1. It used to be locked to 1.0.… by <a href="https://github.com/janthurau"><code>@​janthurau</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4638">ueberdosis/tiptap#4638</a></li> <li>build(deps): bump <code>@​babel/traverse</code> from 7.18.5 to 7.23.2 in /demos by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4544">ueberdosis/tiptap#4544</a></li> <li>build(deps): bump actions/checkout from 3.5.3 to 4.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4555">ueberdosis/tiptap#4555</a></li> <li>build(deps): bump actions/setup-node from 3.7.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4584">ueberdosis/tiptap#4584</a></li> <li>fix(extension-youtube) XSS risk with src tag by <a href="https://github.com/C-Hess"><code>@​C-Hess</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4602">ueberdosis/tiptap#4602</a></li> <li>feat(extension/youtube): Allow youtube shorts urls to be embedded by <a href="https://github.com/arendjantetteroo"><code>@​arendjantetteroo</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4490">ueberdosis/tiptap#4490</a></li> <li>Link click fix by <a href="https://github.com/ioma8"><code>@​ioma8</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4423">ueberdosis/tiptap#4423</a></li> <li>fix(history): use correct shortcuts for undo/redo by <a href="https://github.com/webkadiz"><code>@​webkadiz</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4435">ueberdosis/tiptap#4435</a></li> <li>Allow the mention extension to have custom renderHTML by <a href="https://github.com/moham96"><code>@​moham96</code></a> in <a href="https://redirect.github.com/ueberdosis/tiptap/pull/4082">ueberdosis/tiptap#4082</a></li> </ul> <!-- 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.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> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.1.14...v2.2.0-rc.8">2.2.0-rc.8</a> (2024-01-08)</h1> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.0-rc.6...v2.2.0-rc.7">2.2.0-rc.7</a> (2023-11-27)</h1> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.0-rc.5...v2.2.0-rc.6">2.2.0-rc.6</a> (2023-11-23)</h1> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.1.11...v2.2.0-rc.4">2.2.0-rc.4</a> (2023-10-10)</h1> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.0-rc.2...v2.2.0-rc.3">2.2.0-rc.3</a> (2023-08-18)</h1> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.2.0-rc.0...v2.2.0-rc.1">2.2.0-rc.1</a> (2023-08-18)</h1> <h1><a href="https://github.com/ueberdosis/tiptap/compare/v2.1.5...v2.2.0-rc.0">2.2.0-rc.0</a> (2023-08-18)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​tiptap/extension-image</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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.1/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.1)](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-02-08 00:17:49 +00:00 (Migrated from github.com)

Superseded by #453.

Superseded by #453.

Pull request closed

Sign in to join this conversation.