Project

General

Profile

Task #96497

Updated by Oliver Hader almost 3 years ago

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: 
 <pre> 
   cd Build 
   yarn add 'jquery-ui@^1.13.0' 
   yarn build 
 </pre> 

 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 place 
 ** @jquery-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

Back