MathiasGruber / TheNinjaRPG

Source code for TheNinja-RPG
https://www.theninja-rpg.com
46 stars 10 forks source link

⬆️ Bump tinymce from 6.7.1 to 6.7.3 in /app #59

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps tinymce from 6.7.1 to 6.7.3.

Changelog

Sourced from tinymce's changelog.

6.7.3 - 2023-11-15

Changed

  • Zero width no-break space (U+FEFF) characters are removed from content passed to setContent, insertContent, and resetContent APIs. #TINY-10305
  • Zero width no-break space (U+FEFF) characters in initial content are not loaded into the editor upon initialization. #TINY-10305

Fixed

  • Specific HTML content containing unescaped text nodes caused mXSS when using undo/redo. #TINY-10305
  • Specific HTML content containing unescaped text nodes caused mXSS when using the getContent and setContent APIs with the format: 'raw' option, which also affected the resetContent API and the draft restoration feature of the Autosave plugin. #TINY-10305

6.7.2 - 2023-10-25

Fixed

  • The function getModifierState did not work on events passed through the editor as expected. #TINY-10263
  • Removed use of async for editor rendering which caused visual blinking when reloading the editor in-place. #TINY-10249
  • Toggling a list that contains an LI element having another list as its first child would remove the remaining content within that LI element. #TINY-10213
  • List items containing a list element surrounded by non list nodes would cause some list operations to fail. #TINY-10268
  • The accordion toggling with the Enter key press would behave incorrectly on Safari. #TINY-10177
  • Deleting a range that included both text of a cell and a nested table in that cell removed the entire content of the cell. #TINY-10254
Commits
  • c8b267c TINY-10319: Prepare for 6.7.3 Community Release (#9158)
  • 403c51d TINY-10226: Preparation for 6.7.2 TinyMCE release (#9111)
  • 8710894 TINY-10268: manage list inside an li surrounded by 2 not li elements (#...
  • 95080b4 TINY-10263: We now keep getModifierState properly accessible. (#9087) (#9108)
  • 9924746 TINY-10213: manage li with a list and then other elements (#9035) (#9107)
  • 01999ec TINY-10304: Fixed broken non-editable root advlist test (#9091) (#9104)
  • 5a391a0 TINY-10249: avoid flickering when remove and put the editor back (#9064) (#9102)
  • See full diff in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MathiasGruber/TheNinjaRPG/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tnr ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 15, 2023 6:43pm
dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.