[PR #27109] chore(deps): bump html-to-image from 1.11.11 to 1.11.13 in /web #31675

Closed
opened 2026-02-21 20:49:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/27109

State: closed
Merged: Yes


Bumps html-to-image from 1.11.11 to 1.11.13.

Release notes

Sourced from html-to-image's releases.

v1.11.13

1.11.13 (2025-02-14)

Bug Fixes

  • mask: add support for -webkit-mask and -webkit-mask-image (#382) (5bdfda7)

This release is also available on:

v1.11.12

1.11.12 (2025-02-12)

Bug Fixes

  • add possibility to use own handling of onerror which will not en… (#453) (04160c3)
  • ensure images are totally prcoessed before using them (ios) (#478) (51fb98f)
  • Fix fontEmbedCSS incorrect sizing (#422) (7020162)

Performance Improvements


This release is also available on:

Changelog

Sourced from html-to-image's changelog.

1.11.13 (2025-02-14)

Bug Fixes

  • mask: add support for -webkit-mask and -webkit-mask-image (#382) (5bdfda7)

1.11.12 (2025-02-12)

Bug Fixes

  • add possibility to use own handling of onerror which will not en… (#453) (04160c3)
  • ensure images are totally prcoessed before using them (ios) (#478) (51fb98f)
  • Fix fontEmbedCSS incorrect sizing (#422) (7020162)

Performance Improvements

Commits
  • 9957281 chore(release): v1.11.13 [skip ci]
  • d9b2fcf docs: Update README.md
  • a02abc6 chore: update contributors [skip ci]
  • 9de3db6 test: add spec
  • 3cd8093 chore: update CONTRIBUTORS [skip ci]
  • bad0d9c Add option to selectively include style properties when cloning element (#436)
  • f0d0341 chore: update CONTRIBUTORS [skip ci]
  • 5bdfda7 fix(mask): add support for -webkit-mask and -webkit-mask-image (#382)
  • aa3c979 chore: update contributors [skip ci]
  • 5b25b52 chore: update CONTRIBUTORS [skip ci]
  • 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 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)
**Original Pull Request:** https://github.com/langgenius/dify/pull/27109 **State:** closed **Merged:** Yes --- Bumps [html-to-image](https://github.com/bubkoo/html-to-image) from 1.11.11 to 1.11.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bubkoo/html-to-image/releases">html-to-image's releases</a>.</em></p> <blockquote> <h2>v1.11.13</h2> <h2><a href="https://github.com/bubkoo/html-to-image/compare/v1.11.12...v1.11.13">1.11.13</a> (2025-02-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>mask:</strong> add support for -webkit-mask and -webkit-mask-image (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/382">#382</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/5bdfda75cc41248f4e161ea434bbfc535e72f95e">5bdfda7</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/html-to-image/v/1.11.13"><code>npm package (@​latest dist-tag)</code></a></li> </ul> <h2>v1.11.12</h2> <h2><a href="https://github.com/bubkoo/html-to-image/compare/v1.11.11...v1.11.12">1.11.12</a> (2025-02-12)</h2> <h3>Bug Fixes</h3> <ul> <li>add possibility to use own handling of onerror which will not en… (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/453">#453</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/04160c3e77f55e95082cbd4879847d0afda92883">04160c3</a>)</li> <li>ensure images are totally prcoessed before using them (ios) (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/478">#478</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/51fb98f69b6eef6c391a5a7859711a5f0601f467">51fb98f</a>)</li> <li>Fix <code>fontEmbedCSS </code> incorrect sizing (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/422">#422</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/702016256cc03b5637e75645f3d70131ddd0e45f">7020162</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>embed only used fonts (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/476">#476</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/09bee442c27bde2af06442417f4269e763e6b6cd">09bee44</a>)</li> <li>svg cloning optimized using deep clone (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/462">#462</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/9aac2fd11333ca302d10f2c438cd16be07a1429d">9aac2fd</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/html-to-image/v/1.11.12"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bubkoo/html-to-image/blob/master/CHANGELOG.md">html-to-image's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bubkoo/html-to-image/compare/v1.11.12...v1.11.13">1.11.13</a> (2025-02-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>mask:</strong> add support for -webkit-mask and -webkit-mask-image (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/382">#382</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/5bdfda75cc41248f4e161ea434bbfc535e72f95e">5bdfda7</a>)</li> </ul> <h2><a href="https://github.com/bubkoo/html-to-image/compare/v1.11.11...v1.11.12">1.11.12</a> (2025-02-12)</h2> <h3>Bug Fixes</h3> <ul> <li>add possibility to use own handling of onerror which will not en… (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/453">#453</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/04160c3e77f55e95082cbd4879847d0afda92883">04160c3</a>)</li> <li>ensure images are totally prcoessed before using them (ios) (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/478">#478</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/51fb98f69b6eef6c391a5a7859711a5f0601f467">51fb98f</a>)</li> <li>Fix <code>fontEmbedCSS </code> incorrect sizing (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/422">#422</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/702016256cc03b5637e75645f3d70131ddd0e45f">7020162</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>embed only used fonts (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/476">#476</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/09bee442c27bde2af06442417f4269e763e6b6cd">09bee44</a>)</li> <li>svg cloning optimized using deep clone (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/462">#462</a>) (<a href="https://github.com/bubkoo/html-to-image/commit/9aac2fd11333ca302d10f2c438cd16be07a1429d">9aac2fd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bubkoo/html-to-image/commit/995728147e4459a58188af51b5fcc3f8a7010207"><code>9957281</code></a> chore(release): v1.11.13 [skip ci]</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/d9b2fcfc340b8555524ad8c67b78ffd197e856aa"><code>d9b2fcf</code></a> docs: Update README.md</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/a02abc67f519ce0a52ff740abade357453ae831e"><code>a02abc6</code></a> chore: update contributors [skip ci]</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/9de3db6f99804acfa3f9ae3153430297603e8e94"><code>9de3db6</code></a> test: add spec</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/3cd80938fc18f0f91f0d3b0afee9c02e87c0892a"><code>3cd8093</code></a> chore: update CONTRIBUTORS [skip ci]</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/bad0d9c9d900982658537bdfca3a828c41293060"><code>bad0d9c</code></a> Add option to selectively include style properties when cloning element (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/436">#436</a>)</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/f0d0341c6d0b537fa069c9c6052a55547bca140d"><code>f0d0341</code></a> chore: update CONTRIBUTORS [skip ci]</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/5bdfda75cc41248f4e161ea434bbfc535e72f95e"><code>5bdfda7</code></a> fix(mask): add support for -webkit-mask and -webkit-mask-image (<a href="https://redirect.github.com/bubkoo/html-to-image/issues/382">#382</a>)</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/aa3c979447c021e1c6facc416a5722badb6251a9"><code>aa3c979</code></a> chore: update contributors [skip ci]</li> <li><a href="https://github.com/bubkoo/html-to-image/commit/5b25b5298c61aca138df2c24d97770a6bdd9fe9d"><code>5b25b52</code></a> chore: update CONTRIBUTORS [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/bubkoo/html-to-image/compare/v1.11.11...v1.11.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=html-to-image&package-manager=npm_and_yarn&previous-version=1.11.11&new-version=1.11.13)](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>
yindo added the pull-request label 2026-02-21 20:49:55 -05:00
yindo closed this issue 2026-02-21 20:49:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31675