🔄 Update TinyMCE auf Version 8.6.0#177
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the vendored TinyMCE distribution in the REDAXO TinyMCE add-on to TinyMCE 8.6.0, aligning package.json and committed vendor assets with the new upstream release (including a DOMPurify security update).
Changes:
- Bump
tinymcedependency to^8.6.0. - Update vendored TinyMCE core/theme/model/plugin assets to 8.6.0.
- Update upstream TinyMCE vendor changelog to include the 8.6.0 security note (DOMPurify 3.4.5).
Reviewed changes
Copilot reviewed 1 out of 38 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates workspace dependency to TinyMCE ^8.6.0. |
| assets/vendor/tinymce/tinymce.js | Updates vendored TinyMCE core build to 8.6.0 (includes updated embedded DOMPurify). |
| assets/vendor/tinymce/themes/silver/theme.js | Updates vendored Silver theme build to 8.6.0 (includes updated embedded DOMPurify). |
| assets/vendor/tinymce/plugins/wordcount/plugin.js | Updates vendored Word Count plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/visualchars/plugin.js | Updates vendored Visual Chars plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/visualblocks/plugin.js | Updates vendored Visual Blocks plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/table/plugin.js | Updates vendored Table plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/searchreplace/plugin.js | Updates vendored Search/Replace plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/save/plugin.js | Updates vendored Save plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/quickbars/plugin.js | Updates vendored Quickbars plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/preview/plugin.js | Updates vendored Preview plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/pagebreak/plugin.js | Updates vendored Page Break plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/nonbreaking/plugin.js | Updates vendored Nonbreaking plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/media/plugin.js | Updates vendored Media plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/lists/plugin.js | Updates vendored Lists plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/link/plugin.js | Updates vendored Link plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/insertdatetime/plugin.js | Updates vendored Insert Date/Time plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/importcss/plugin.js | Updates vendored ImportCSS plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/image/plugin.js | Updates vendored Image plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/help/plugin.js | Updates vendored Help plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/fullscreen/plugin.js | Updates vendored Fullscreen plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/emoticons/plugin.js | Updates vendored Emoticons plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/directionality/plugin.js | Updates vendored Directionality plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/codesample/plugin.js | Updates vendored Code Sample plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/code/plugin.js | Updates vendored Code plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/charmap/plugin.js | Updates vendored Charmap plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/autosave/plugin.js | Updates vendored Autosave plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/autoresize/plugin.js | Updates vendored Autoresize plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/autolink/plugin.js | Updates vendored Autolink plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/anchor/plugin.js | Updates vendored Anchor plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/advlist/plugin.js | Updates vendored Advlist plugin build header to 8.6.0. |
| assets/vendor/tinymce/plugins/accordion/plugin.js | Updates vendored Accordion plugin build header to 8.6.0. |
| assets/vendor/tinymce/package.json | Updates vendored TinyMCE package metadata version to 8.6.0. |
| assets/vendor/tinymce/models/dom/model.js | Updates vendored DOM model build header to 8.6.0. |
| assets/vendor/tinymce/composer.json | Updates vendored Composer metadata version to 8.6.0. |
| assets/vendor/tinymce/CHANGELOG.md | Adds upstream 8.6.0 entry noting DOMPurify updated to 3.4.5. |
Comment on lines
7
to
10
| "dependencies": { | ||
| "tinymce": "^8.5.1", | ||
| "tinymce": "^8.6.0", | ||
| "tinymce-i18n": "^26.5.18" | ||
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TinyMCE Vendor Update
Dieses Update wurde automatisch durch die GitHub Action erstellt.
Änderungen:
^8.5.1→8.6.0^26.5.18→26.5.18package.jsonaktualisiertpnpm-lock.yamlaktualisiertBitte prüfen:
Erstellt durch GitHub Action am 27120732696