ITADN

Build(deps): Bump tinymce from 5.5.1 to 5.10.7

#127Pull Requestdependabot[bot] 创建于 2022-12-09
dependenciesjavascript
D
dependabot[bot]commented
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.5.1 to 5.10.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tinymce/tinymce/blob/5.10.7/modules/tinymce/CHANGELOG.md">tinymce's changelog</a>.</em></p> <blockquote> <h2>5.10.7 - 2022-12-06</h2> <h3>Fixed</h3> <ul> <li>HTML in messages for the <code>WindowManager.alert</code> and <code>WindowManager.confirm</code> APIs were not properly sanitized. #TINY-3548</li> </ul> <h2>5.10.6 - 2022-10-19</h2> <h3>Fixed</h3> <ul> <li>The <code>name</code> and <code>id</code> attributes of some elements were incorrectly removed during serialization #TINY-8773</li> <li>Notifications would not properly reposition when toggling fullscreen mode #TINY-8701</li> <li>Toggling fullscreen mode with the <code>fullscreen</code> plugin now also fires the <code>ResizeEditor</code> event #TINY-8701</li> <li>The URL detection used for <code>autolink</code> and smart paste didn't work if a path segment contained valid characters such as <code>!</code> and <code>:</code> #TINY-8069</li> </ul> <h2>5.10.5 - 2022-05-25</h2> <h3>Fixed</h3> <ul> <li>Base64 data URIs were not extracted correctly during parsing when proceeded by <code>data:</code> text #TINY-8646</li> <li>Empty lines that were formatted in a ranged selection using the <code>format_empty_lines</code> option were not kept in the serialized content #TINY-8639</li> <li>The <code>s</code> element was missing from the default schema text inline elements #TINY-8639</li> <li>Some text inline elements specified via the schema were not removed when empty by default #TINY-8639</li> </ul> <h2>5.10.4 - 2022-04-27</h2> <h3>Fixed</h3> <ul> <li>Inline toolbars flickered when switching between editors #TINY-8594</li> <li>Multiple inline toolbars were shown if focused too quickly #TINY-8503</li> </ul> <h2>5.10.3 - 2022-02-09</h2> <h3>Fixed</h3> <ul> <li>Alignment would sometimes be removed on parent elements when changing alignment on certain inline nodes, such as images #TINY-8308</li> <li>The <code>fullscreen</code> plugin would reset the scroll position when exiting fullscreen mode #TINY-8418</li> </ul> <h2>5.10.2 - 2021-11-17</h2> <h3>Fixed</h3> <ul> <li>Internal selectors were appearing in the style list when using the <code>importcss</code> plugin #TINY-8238</li> </ul> <h2>5.10.1 - 2021-11-03</h2> <h3>Fixed</h3> <ul> <li>The iframe aria help text was not read by some screen readers #TINY-8171</li> <li>Clicking the <code>forecolor</code> or <code>backcolor</code> toolbar buttons would do nothing until selecting a color #TINY-7836</li> <li>Crop functionality did not work in the <code>imagetools</code> plugin when the editor was rendered in a shadow root #TINY-6387</li> <li>Fixed an exception thrown on Safari when closing the <code>searchreplace</code> plugin dialog #TINY-8166</li> <li>The <code>autolink</code> plugin did not convert URLs to links when starting with a bracket #TINY-8091</li> <li>The <code>autolink</code> plugin incorrectly created nested links in some cases #TINY-8091</li> <li>Tables could have an incorrect height set on rows when rendered outside of the editor #TINY-7699</li> <li>In certain circumstances, the table of contents plugin would incorrectly add an extra empty list item #TINY-4636</li> <li>The insert table grid menu displayed an incorrect size when re-opening the grid #TINY-6532</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tinymce/tinymce/commit/a4c4e46d2a7b931016a9a7114c6362451af4194a"><code>a4c4e46</code></a> TINY-9402: Prepare for TinyMCE 5.10.7 release (take 3) (<a href="https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/8331">#8331</a>)</li> <li><a href="https://github.com/tinymce/tinymce/commit/0fea476db798a0255263975e678eea2ff1b58624"><code>0fea476</code></a> TINY-9402: Prepare for TinyMCE 5.10.7 release (<a href="https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/8328">#8328</a>)</li> <li><a href="https://github.com/tinymce/tinymce/commit/8bb2d2646d4e1a718fce61a775fa22e9d317b32d"><code>8bb2d26</code></a> Merge pull request from GHSA-gg8r-xjwq-4w92</li> <li><a href="https://github.com/tinymce/tinymce/commit/78fa310c5397dd5bf45f9b09ebd76d3ea3f88925"><code>78fa310</code></a> TINY-8885: Update changelog for 5.10.6 release (<a href="https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/8198">#8198</a>)</li> <li><a href="https://github.com/tinymce/tinymce/commit/5421ec94cba1c0d5264c1d648ee8d89a3f31e1a1"><code>5421ec9</code></a> TINY-9219: Fix broken tests on Firefox (<a href="https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/8158">#8158</a>)</li> <li><a href="https://github.com/tinymce/tinymce/commit/70f8c2898092accf8f0705f54e2bb0334816eeba"><code>70f8c28</code></a> TINY-8979: Backport URL link detection fix (<a href="https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/8127">#8127</a>)</li> <li><a href="https://github.com/tinymce/tinymce/commit/4e102c0b3d0e5e9c40aff1f19610a08fe0b12300"><code>4e102c0</code></a> TINY-8978: Backport fix for notifications in fullscreen (<a href="https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/8121">#8121</a>)</li> <li><a href="https://github.com/tinymce/tinymce/commit/a0ae700ccfdd2bd682a81cba3ff4c78667e74926"><code>a0ae700</code></a> TINY-8773: Prevent stripping of &quot;name&quot; and &quot;id&quot; attributes on iframe and img ...</li> <li><a href="https://github.com/tinymce/tinymce/commit/29e04bb467b75759f9cdee93bee25b493d01bf8e"><code>29e04bb</code></a> TINY-8622: Updated changelog for 5.10.5 release (<a href="https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/7848">#7848</a>)</li> <li><a href="https://github.com/tinymce/tinymce/commit/f3ab30344724143a42c5fd5af40ebdbd3f73ddc8"><code>f3ab303</code></a> TINY-8639: Retain formatted blank lines when <code>format_empty_lines</code> is true (ba...</li> <li>Additional commits viewable in <a href="https://github.com/tinymce/tinymce/commits/5.10.7/modules/tinymce">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~tinymce">tinymce</a>, a new releaser for tinymce since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tinymce&package-manager=npm_and_yarn&previous-version=5.5.1&new-version=5.10.7)](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Volmarg/personal-management-system/network/alerts). </details>
合并状态:未合并 关闭于 2024-08-18 1 条评论