Task #96497
closedUpdate jquery-ui to v1.13.0
0%
Description
Update to jquery-ui v1.13.0 which addressed lots of browser compatibility topics and known security vulnerabilities. The currently used version 1.14.4 has been released in 2015(!).
https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/
Commands:
cd Build yarn add 'jquery-ui@^1.13.0' yarn build
Side-notes:
- there have been lots of changes since v1.14.4 → https://github.com/jquery/jquery-ui/compare/1.11.4...1.13.0
- TYPO3 core v12-dev only uses
jquery-ui
in some placejquery-ui/droppable
LayoutModule/DragDrop
jquery-ui/draggable
ImageManipulation
jquery-ui/resizable
ImageManipulation
ext:viewpage
backend module
jquery-ui/sortable
ext:form
backend module
- in general it would be better to get rid of
jquery-ui
completely for TYPO3 v12
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72943
Updated by Gerrit Code Review about 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72943
Updated by Gerrit Code Review about 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72943
Updated by Oliver Hader about 2 years ago
- Status changed from Under Review to New